Go to file
Jeff Young bc99b42c08 ADDED: put Renumber Pads in the edit menu.
Context-menu-only is too hidden.
2023-11-03 12:36:30 +00:00
.githooks
.github Update GitHub funding link 2023-10-18 09:40:34 -07:00
.gitlab Switch to fedora 38 for CI 2023-10-20 18:31:22 +00:00
3d-viewer Introduce action friendly names 2023-10-27 23:58:29 +01:00
bitmap2component Support text variables in STEP export filename. 2023-10-23 18:01:47 +01:00
cmake ADDED: Git integration support 2023-10-20 12:51:47 +00:00
common Don't delete text when cancelling changes. 2023-11-02 18:37:55 +00:00
cvpcb Introduce action friendly names 2023-10-27 23:58:29 +01:00
demos Demos update 2023-11-01 10:15:11 +01:00
doxygen
eeschema legacy library import: fix compatibility with some old symbol libraries (*.lib files). 2023-11-03 12:48:34 +01:00
gerbview Show selection before opening menu. 2023-11-03 12:36:30 +00:00
include Save Footprint chooser size and location. 2023-11-03 10:34:27 +00:00
kicad ADDED: Project chooser dialog for EasyEDA Pro import. 2023-10-30 09:35:27 +03:00
libs Don't show integer overflow errors in release builds. 2023-10-28 15:06:32 -04:00
pagelayout_editor Show selection before opening menu. 2023-11-03 12:36:30 +00:00
pcb_calculator pcb_calculator, MICROSTRIP::calcSynthesize(): fix incorrect init of a variable 2023-11-01 15:41:01 +01:00
pcbnew ADDED: put Renumber Pads in the edit menu. 2023-11-03 12:36:30 +00:00
plugins
qa Allow multiple strong drivers with same name 2023-10-31 11:52:29 -07:00
resources ADDED: Icon scaling for toolbars only 2023-10-22 14:02:06 -04:00
scripting
signing
thirdparty Add the BTI C hint to libcontext arm64 2023-11-01 15:53:11 +00:00
tools
translation Update translations 2023-10-30 09:45:10 -07:00
utils
.clang-tidy
.gitattributes
.gitignore
.gitlab-ci.yml
AUTHORS.txt
CMakeLists.txt Always output test failures when they happen 2023-10-27 13:19:53 +01:00
CMakeSettings.json.sample
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
uncrustify.cfg
vcpkg-configuration.json Move vcpkg forwards 2023-10-12 18:32:58 -04:00
vcpkg.json Add libgit2 to vcpkg 2023-10-20 13:08:33 +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