kicad patches
Go to file
jean-pierre charras 54b4f0e673 Gerbview: Aperture Macro: handle overwriting of variables
Gerbview did not handle redefinition of variable like $3 = $3 / 2
This redefinition is sometimes found in Gerber files.
This is a long standing issue now fixed.
Fixes #7222
https://gitlab.com/kicad/code/kicad/issues/7222
2023-02-11 18:22:29 +01:00
.githooks
.github
.gitlab Add initial sections to bare template 2023-02-11 11:44:37 -05:00
3d-viewer Dialogs: minor cosmetic fixes (reduce a few spaces between widgets) 2023-02-03 16:58:30 +01:00
bitmap2component Some more wxS 2023-01-16 19:07:50 -05:00
cmake Begin version 8 development. 2023-02-11 11:03:39 -05:00
common Properties: introduce validators; re-enable zone hatch settings 2023-02-11 11:44:58 -05:00
cvpcb Update KICAD6->KICAD7 2023-01-23 22:21:12 +00:00
demos Update demos using latest file formats. 2023-02-06 14:29:24 -05:00
doxygen
eeschema Try to resolve worksheet filename before saving it 2023-02-11 10:33:23 -05:00
gerbview Gerbview: Aperture Macro: handle overwriting of variables 2023-02-11 18:22:29 +01:00
include Properties: introduce validators; re-enable zone hatch settings 2023-02-11 11:44:58 -05:00
kicad Add extra dash to the long short args 2023-02-08 13:55:20 +00:00
libs Fix island removal when copper->edge clearance is 0 2023-02-02 19:19:26 +00:00
pagelayout_editor pagelayout_editor: fix some minor issues: 2023-02-09 14:16:26 +01:00
pcb_calculator Simplify code. 2023-01-28 10:42:24 +00:00
pcbnew Properties: introduce validators; re-enable zone hatch settings 2023-02-11 11:44:58 -05:00
plugins IGES files love faces instead of solids, maybe support them 2023-01-29 22:35:07 -05:00
qa Zones: use metric defaults and limits instead of mixed units 2023-02-11 07:39:29 -05:00
resources
scripting Update KICAD6->KICAD7 2023-01-23 22:21:12 +00:00
signing
thirdparty Fix a crash in rectpack2D when unable to pack footprints. 2023-02-10 22:45:07 +03:00
tools
translation Update translations 2023-02-10 15:37:17 -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 Update schema links in vcpkg config files 2023-02-09 12:04:35 +00:00
vcpkg.json Update schema links in vcpkg config files 2023-02-09 12:04:35 +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