Go to file
Jeff Young 311bb9c36e Save rules file when saving project.
Fixes https://gitlab.com/kicad/code/kicad/issues/8143
2021-04-15 10:23:38 +01:00
.githooks
.github
.gitlab Rename Windows CI to match other names 2021-04-09 15:55:43 +01:00
3d-viewer 3D Viewer: Fix mouse panning in orthographic projection mode 2021-04-10 17:58:50 +00:00
CMakeModules Allow to relocate EDA libraries out of KICAD_DATA 2021-04-14 01:51:22 +00:00
Documentation
bitmap2component
bitmaps_png Update tuning settings legend images 2021-04-05 21:18:24 -04:00
common Move some string formatting functions out of base_units 2021-04-14 23:21:10 -04:00
cvpcb Cvpcb: Fix a compil issue. 2021-04-09 08:34:33 +02:00
demos
eeschema Eeschema, spice sim: fix a crash when no value is available. 2021-04-14 21:01:39 +02:00
gerbview Move some string formatting functions out of base_units 2021-04-14 23:21:10 -04:00
helpers Replace tabs with spaces 2021-04-05 01:13:39 +00:00
include Move some string formatting functions out of base_units 2021-04-14 23:21:10 -04:00
kicad
libs PNS: Fix yet more arc edge cases 2021-04-12 19:59:55 -04:00
pagelayout_editor Don't force an entire refresh of toolbars to update sizes 2021-04-02 19:12:21 +01:00
patches
pcb_calculator
pcbnew Save rules file when saving project. 2021-04-15 10:23:38 +01:00
plugins
qa Eeschema: split out SCH_SHEET_PIN declarations into separate header. 2021-04-06 17:15:49 -04:00
resources
scripting
scripts
template
thirdparty
tools
translation French translation update. 2021-04-14 09:55:49 +02:00
utils Replace tabs with spaces 2021-04-05 01:13:39 +00:00
.clang-tidy
.gitattributes
.gitignore
.gitlab-ci.yml Add Ubuntu 20.04 CI config 2021-03-31 20:16:16 -04:00
AUTHORS.txt Clean up and improve documentation 2021-04-05 01:13:39 +00:00
CMakeLists.txt Allow to relocate EDA libraries out of KICAD_DATA 2021-04-14 01:51:22 +00:00
CMakeSettings.json.sample Replace tabs with spaces 2021-04-05 01:13:39 +00:00
Doxyfile
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
uncrustify.cfg

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