kicad patches
Go to file
Alex 04c82a42eb Add KICAD_ALLOC_CONSOLE environment variable to show console in GUI apps on Windows.
For debugging purposes, currently.
2023-02-02 01:12:34 +03:00
.githooks
.github
.gitlab
3d-viewer Guard 3D viewer against degenerate shapes. 2023-01-29 22:40:12 +00:00
bitmap2component Some more wxS 2023-01-16 19:07:50 -05:00
cmake Begin final development push for 7.0 stable release. 2023-01-25 11:01:24 -05:00
common PANEL_COMMON_SETTINGS_BASE: Reduce the minimal width of the panel. 2023-02-01 11:29:55 +01:00
cvpcb Update KICAD6->KICAD7 2023-01-23 22:21:12 +00:00
demos
doxygen
eeschema eeschema: fix sheet symbol pins changing side when resizing 2023-02-01 15:53:59 +00:00
gerbview Fix static event table derived object definitions. 2023-01-28 14:10:06 -05:00
include pcbnew: Change some of the default settings in board setup and netclasses 2023-01-29 23:20:40 +00:00
kicad Enable layer arg for fp export svg 2023-01-27 23:45:42 -05:00
libs Add KICAD_ALLOC_CONSOLE environment variable to show console in GUI apps on Windows. 2023-02-02 01:12:34 +03:00
pagelayout_editor Nullptr safety. (Sentry KICAD-4F) 2023-01-18 01:16:57 +00:00
pcb_calculator Simplify code. 2023-01-28 10:42:24 +00:00
pcbnew router: Re-add electrical path lines drawing for length tuning. 2023-02-01 20:36:52 +03:00
plugins IGES files love faces instead of solids, maybe support them 2023-01-29 22:35:07 -05:00
qa Remove TL072.031 from regression test. 2023-01-31 14:57:52 +00:00
resources Allow generated header in rc files 2023-01-04 12:00:02 -08:00
scripting Update KICAD6->KICAD7 2023-01-23 22:21:12 +00:00
signing
thirdparty nanosvg: Fix nanosvg default stroke width to assume 0 instead of 1px 2023-01-31 20:34:25 +00:00
tools
translation Update translations 2023-02-01 14:03:55 -08:00
utils
.clang-tidy
.gitattributes
.gitignore
.gitlab-ci.yml
AUTHORS.txt
CMakeLists.txt Turn on the new crashpad wer module 2023-01-28 00:04:26 -05: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
README.md
_clang-format
code-of-conduct.md
copyright.h
uncrustify.cfg
vcpkg-configuration.json
vcpkg.json Update file vcpkg.json 2023-01-19 12:43:08 +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