Go to file
jean-pierre charras 0afac71b27 3D viewer: fix the case of circles having a thickness > radius/2
Fixes #17035
https://gitlab.com/kicad/code/kicad/-/issues/17035
2024-02-20 09:20:33 +01:00
.githooks
.github
.gitlab Alter windows ci cache compression 2024-01-31 01:12:41 +00:00
3d-viewer 3D viewer: fix the case of circles having a thickness > radius/2 2024-02-20 09:20:33 +01:00
bitmap2component Add document type icons 2024-02-09 15:55:57 -08:00
cmake Tag stable version 8.0.0 release candidate 3. 2024-02-16 08:59:24 -05:00
common Update teardrop graphics 2024-02-19 17:08:56 -08:00
cvpcb Fix crash if we exit lib table setup 2024-02-11 21:05:23 -05:00
demos Demos update 2024-02-09 20:31:32 +01:00
doxygen Update doxygen excludes to remove extraneous .md files 2024-02-15 17:15:24 +00:00
eeschema Fix crash when changing sheet file name that contains a highlighted net. 2024-02-17 08:50:22 -05:00
gerbview Gerbview settings: store option "Page Limits" in gerbview config. 2024-02-14 11:21:55 +01:00
include Tweak default meander settings. 2024-02-20 03:20:08 +00:00
kicad Move git fully behind advanced config 2024-02-19 17:19:44 -08:00
libs Update triangulation 2024-02-12 15:20:08 -08:00
pagelayout_editor Add document type icons 2024-02-09 15:55:57 -08:00
pcb_calculator Add document type icons 2024-02-09 15:55:57 -08:00
pcbnew Reduce amplitude snap value of tuning patterns. 2024-02-20 03:20:08 +00:00
plugins Add debugging info to vrml reader 2024-02-02 16:35:32 +01:00
qa Attempt to disable flaky tests for now 2024-02-16 20:11:46 -05:00
resources Update teardrop graphics 2024-02-19 17:08:56 -08:00
scripting Remove hard-coded versioned env vars in most places 2024-02-15 15:31:08 +00:00
signing
thirdparty add sentry-native files missed in earlier commit 2023-12-18 22:10:40 -05:00
tools Push library management into IO_BASE 2023-12-27 01:21:53 +00:00
translation Update translations 2024-02-19 11:26:55 -08:00
utils
.clang-tidy
.gitattributes Force script line endings 2024-01-16 16:03:43 -05:00
.gitignore Let pl_editor launch in run from builddir env on windows 2024-02-10 17:28:39 +00:00
.gitlab-ci.yml Add macOS CI build 2023-12-17 20:20:14 -05:00
AUTHORS.txt
CMakeLists.txt Add LTCG option for win32 2024-02-02 20:46:32 -05:00
CMakeSettings.json.sample Update CMakeSettings.json.sample 2024-02-02 20:19:13 +00:00
CONTRIBUTING.md
INSTALL.txt
LICENSE
LICENSE.3-CLAUSE-BSD
LICENSE.APACHE-2.0
LICENSE.BOOSTv1_0
LICENSE.CC-BY-SA-4.0
LICENSE.CC0
LICENSE.GPLv3
LICENSE.ISC
LICENSE.MIT
LICENSE.README Update license readme list 2023-10-27 23:58:29 +01:00
README.md
_clang-format
code-of-conduct.md
copyright.h Update copyright template to 2024. 2024-01-01 09:06:31 -05:00
uncrustify.cfg
vcpkg-configuration.json Update vcpkg baseline 2024-01-18 15:12:34 +00:00
vcpkg.json Update vcpkg to get locale installing wxwidgets 2024-01-15 21:11:19 -05:00

README.md

KiCad README

For specific documentation about building KiCad, policies and guidelines, and source code documentation see the Developer Documentation website.

You may also take a look into the Wiki, the contribution guide.

For general information about KiCad and information about contributing to the documentation and libraries, see our Website and our Forum.

Build state

KiCad uses a host of CI resources.

GitLab CI pipeline status can be viewed for Linux and Windows builds of the latest commits.

Release status

latest released version(s) Release status

Files

  • AUTHORS.txt - The authors, contributors, document writers and translators list
  • CMakeLists.txt - Main CMAKE build tool script
  • copyright.h - A very short copy of the GNU General Public License to be included in new source files
  • Doxyfile - Doxygen config file for KiCad
  • INSTALL.txt - The release (binary) installation instructions
  • uncrustify.cfg - Uncrustify config file for uncrustify sources formatting tool
  • _clang-format - clang config file for clang-format sources formatting tool

Subdirectories

  • 3d-viewer - Sourcecode of the 3D viewer
  • bitmap2component - Sourcecode of the bitmap to PCB artwork converter
  • cmake - Modules for the CMAKE build tool
  • common - Sourcecode of the common library
  • cvpcb - Sourcecode of the CvPCB tool
  • demos - Some demo examples
  • doxygen - Configuration for generating pretty doxygen manual of the codebase
  • eeschema - Sourcecode of the schematic editor
  • gerbview - Sourcecode of the gerber viewer
  • include - Interfaces to the common library
  • kicad - Sourcecode of the project manager
  • libs - Sourcecode of KiCad utilities (geometry and others)
  • pagelayout_editor - Sourcecode of the pagelayout editor
  • patches - Collection of patches for external dependencies
  • pcbnew - Sourcecode of the printed circuit board editor
  • plugins - Sourcecode for the 3D viewer plugins
  • qa - Unit testing framework for KiCad
  • resources - Packaging resources such as bitmaps and operating system specific files
  • scripting - Python integration for KiCad
  • thirdparty - Sourcecode of external libraries used in KiCad but not written by the KiCad team
  • tools - Helpers for developing, testing and building
  • translation - Translation data files (managed through Weblate for most languages)
  • utils - Small utils for KiCad, e.g. IDF, STEP, and OGL tools and converters