Go to file
Marek Roszko afc75fa873 Remove additional no longer needed parameters in CMakeSettings.json.sample 2021-06-19 14:27:42 -04:00
.githooks
.github
.gitlab Revert Coverity build to use Fedora 33 2021-06-16 22:45:01 +01:00
3d-viewer 3D preferences bug fixes. 2021-06-17 12:22:18 +01:00
CMakeModules Pass configured Python interpreter in to use for BOM plugins 2021-06-15 22:52:16 -04:00
Documentation Ensure cmake commands depend on the cmake file they use 2021-01-28 00:24:22 +00:00
bitmap2component Consistent terminology and punctuation. 2021-06-17 00:05:17 +01:00
bitmaps_png Fix source comment / documentation typos 2021-06-09 19:32:58 +00:00
common Fix assert that fires sometimes when closing windows on mac 2021-06-18 18:15:00 -04:00
cvpcb Consistent terminology and punctuation. 2021-06-17 00:05:17 +01:00
demos Fix source comment / documentation typos 2021-06-09 19:32:58 +00:00
eeschema Fix comment 2021-06-19 14:32:55 +00:00
gerbview Fix incorrect (not updated) canvas_type saved in config 2021-06-19 10:11:49 +02:00
helpers Replace tabs with spaces 2021-04-05 01:13:39 +00:00
include Fix several window sizing problems on macOS 2021-06-17 23:59:19 -04:00
kicad fix compil warnings ( "multi-line comment" ) and missing override 2021-06-18 09:38:19 +02:00
libs Try to fix a include order (Windows only, to fix aCI/CD error) 2021-06-16 20:04:32 +02:00
pagelayout_editor Fix incorrect (not updated) canvas_type saved in config 2021-06-19 10:11:49 +02:00
pcb_calculator Fix typos in source code 2021-06-10 01:24:15 +00:00
pcbnew Hook up delete to undo last segment when routing. 2021-06-19 11:37:20 +01:00
plugins Fix source comment / documentation typos 2021-06-09 19:32:58 +00:00
qa Expunge the use of the word part from Eeschema code. 2021-06-15 08:32:11 -04:00
resources Update MacOS plist for Retina & reverse DNS ID 2021-06-09 16:50:17 -07:00
scripting Update environment var for Python to allow running from build or install folder 2021-06-15 01:12:45 +00:00
scripts
template
thirdparty Patch pybind11 to use debug python libraries on windows 2021-06-01 20:18:24 +00:00
tools Fix source comment / documentation typos 2021-06-09 19:32:58 +00:00
translation French translation update 2021-06-19 17:58:12 +02:00
utils Write all variables to temp config file and have Kicad2Step use that. 2021-06-14 16:54:45 +01:00
.clang-tidy
.gitattributes
.gitignore Fix source comment / documentation typos 2021-06-09 19:32:58 +00:00
.gitlab-ci.yml Bump Fedora CI images to latest version 2021-06-15 22:51:37 +01:00
AUTHORS.txt Add myself to AUTHORS.txt 2021-05-15 12:26:50 +00:00
CMakeLists.txt OCC is the default cmake flag instead of OCE. 2021-06-16 16:36:38 +00:00
CMakeSettings.json.sample Remove additional no longer needed parameters in CMakeSettings.json.sample 2021-06-19 14:27:42 -04:00
CONTRIBUTING.md Update links 2021-05-18 19:56:11 -04:00
Doxyfile Add custom doxygen layout to add link to dev-docs 2021-01-02 08:39:56 -05:00
DoxygenLayout.xml Replace tabs with spaces 2021-04-05 01:13:39 +00:00
INSTALL.txt Clean up and improve documentation 2021-04-05 01:13:39 +00:00
LICENSE
LICENSE.BOOSTv1_0
LICENSE.CC-BY-SA-4.0
LICENSE.GPLv3
LICENSE.ISC
LICENSE.MIT
LICENSE.README Clean up and improve documentation 2021-04-05 01:13:39 +00:00
README.md Clean up and improve documentation 2021-04-05 01:13:39 +00:00
_clang-format
code-of-conduct.md
copyright.h Update the year to 2021 in copyright.h. 2021-02-01 12:58:30 -05:00
uncrustify.cfg Fix source comment / documentation typos 2021-06-09 19:32:58 +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

Jenkins Jenkins Jenkins

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
  • CTestConfig.cmake - Support for CTest and CDash testing tools
  • 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
  • bitmaps_png - Menu and program icons
  • CMakeModules - Modules for the CMAKE build tool
  • common - Sourcecode of the common library
  • cvpcb - Sourcecode of the CvPCB tool
  • demos - Some demo examples
  • Documentation - Developer documentation (deprecated; moved to https://dev-docs.kicad.org)
  • eeschema - Sourcecode of the schematic editor
  • gerbview - Sourcecode of the gerber viewer
  • helpers - Helper tools and utilities for development
  • 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 for various operating systems
  • scripting - SWIG Python scripting definitions and build scripts
  • scripts - Example scripts for distribution with KiCad
  • template - Project template
  • thirdparty - Sourcecode of external libraries used in KiCad but not written by the KiCad team
  • tools - Other miscellaneous helpers for testing
  • translation - Translation data files (managed through Weblate for most languages)
  • utils - Small utils for KiCad, e.g. IDF, STEP, and OGL tools and converters