Go to file
jean-pierre charras c3dddaf41f panel_board_finish: mark board as modified when a finishing parameter is modified.
Fixes #13074
https://gitlab.com/kicad/code/kicad/issues/13074
2022-12-05 18:39:18 +01:00
.githooks
.github
.gitlab Check the process exit code rather than output variable for git header creation 2022-10-29 14:21:07 -04:00
3d-viewer Divorce UNIT_BINDER from wxFrame. 2022-12-04 11:51:44 +00:00
bitmap2component bitmap2component: bring file formats up to date with latest v7. 2022-11-24 18:36:32 +00:00
cmake Check the process exit code rather than output variable for git header creation 2022-10-29 14:21:07 -04:00
common Fix uninitialized variable. 2022-12-05 14:42:05 +00:00
cvpcb Rename CreateWindow to CreateKiWindow to avoid a collision name with a windows header 2022-11-08 12:31:07 +01:00
demos Demo update 2022-11-03 11:09:26 +01:00
doxygen
eeschema Update simulator with NUMERIC_EVAL, decimal separator processing, etc. 2022-12-05 12:40:29 +00:00
gerbview Better cache invalidation for text objects with references. 2022-12-04 11:51:44 +00:00
include Update simulator with NUMERIC_EVAL, decimal separator processing, etc. 2022-12-05 12:40:29 +00:00
kicad Rename the bom cli to pythonbom since we'll have a real bom system later 2022-11-30 19:56:59 -05:00
libs Free solution memory in Clipper2 2022-12-04 16:50:27 -08:00
pagelayout_editor More tightening of group parent lifecycles. 2022-11-16 00:42:38 +00:00
pcb_calculator Rename CreateWindow to CreateKiWindow to avoid a collision name with a windows header 2022-11-08 12:31:07 +01:00
pcbnew panel_board_finish: mark board as modified when a finishing parameter is modified. 2022-12-05 18:39:18 +01:00
plugins
qa Add support for unitless values to PCB_EXPR_EVALUATOR. 2022-11-29 14:24:20 +00:00
resources Split gerbview diff and xor into two separate view modes. 2022-11-18 15:29:16 +00:00
scripting Rename CreateWindow to CreateKiWindow to avoid a collision name with a windows header 2022-11-08 12:31:07 +01:00
thirdparty Avoid double-move 2022-12-04 10:26:48 -08:00
tools Sim: Add VBIC model support 2022-11-28 04:45:36 +01:00
translation Updated Italian translation (WIP) 2022-12-02 08:23:53 +01:00
utils Shove kicad2step into pcbnew itself with a new cli 2022-10-04 01:53:37 +00:00
.clang-tidy
.gitattributes
.gitignore Fix .gitignore path to bitmaps_png. 2022-09-28 13:37:23 +00:00
.gitlab-ci.yml Update .gitlab-ci.yml 2022-12-03 13:17:03 +00:00
AUTHORS.txt
CMakeLists.txt Correctly place static library spec 2022-11-22 05:45:26 -08:00
CMakeSettings.json.sample
CONTRIBUTING.md CONTRIBUTING.md: minor cleanup 2022-10-12 20:56:21 +02:00
INSTALL.txt
LICENSE
LICENSE.3-CLAUSE-BSD
LICENSE.APACHE-2.0
LICENSE.BOOSTv1_0
LICENSE.CC-BY-SA-4.0
LICENSE.CC0 Add information about CC0 license 2022-10-18 06:16:50 +02:00
LICENSE.GPLv3
LICENSE.ISC
LICENSE.MIT
LICENSE.README Fix typos in LICENSE.README 2022-10-25 11:54:03 +02:00
README.md
_clang-format
code-of-conduct.md
copyright.h
uncrustify.cfg
vcpkg-configuration.json Update vcpkg baseline 2022-11-29 20:58:17 -05:00
vcpkg.json vcpkg: install gettext-tools for i18n build option 2022-11-13 17:49:09 +00: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