kicad patches
Go to file
Jeff Young e1c6f4f58f Repair new switch-based Global Update Text & Graphics.
We were forgetting to handle wire and bus labels.
2023-07-16 20:24:20 +01:00
.githooks Fix pre-commit symlink 2023-05-12 13:12:50 +00:00
.github
.gitlab Fix GitLab URLs to point to the correct project page 2023-05-17 13:42:48 +01:00
3d-viewer Save a bit of space in FP 3D preview by moving board thickness to dlg. 2023-07-16 20:01:26 +01:00
bitmap2component More protection around an exceedingly dangerous hack. 2023-06-14 13:57:27 +01:00
cmake Begin version 7.0.7 development. 2023-07-05 08:03:53 -04:00
common Add policy to alter curl revoke settings on windows 2023-07-14 00:06:42 +00:00
cvpcb Remove double call to Destroy() for DISPLAY_FOOTPRINTS_FRAME. 2023-06-11 22:31:27 +01:00
demos
doxygen
eeschema Repair new switch-based Global Update Text & Graphics. 2023-07-16 20:24:20 +01:00
gerbview Export rectangular aperture GBR_SEGMENTS as polygons. 2023-04-15 22:31:49 +01:00
include Add policy to alter curl revoke settings on windows 2023-07-14 00:06:42 +00:00
kicad Add support for enum based policies 2023-07-14 00:04:31 +00:00
libs Add support for enum based policies 2023-07-14 00:04:31 +00:00
pagelayout_editor Maintain file permissions when renaming 2023-06-18 01:06:14 +02:00
pcb_calculator Center calculator grid cells, sync font styles with fbp. 2023-06-17 15:19:26 +03:00
pcbnew Override FOOTPRINT::GetCenter() to ignore text. 2023-07-16 20:06:23 +01:00
plugins Add a sequential read flagged fopen helper 2023-05-29 13:36:06 -04:00
qa Move some DRC regression tests 2023-07-07 12:12:13 -07:00
resources
scripting
signing
thirdparty Fix keyword order in include setup (Closes: #15081) 2023-07-05 12:16:24 +00:00
tools Fix GitLab URLs to point to the correct project page 2023-05-17 13:42:48 +01:00
translation Updated Italian translation 2023-07-07 10:25:11 +02:00
utils
.clang-tidy
.gitattributes
.gitignore
.gitlab-ci.yml Do not fail formatting test when reusing a build env 2023-07-08 00:18:18 +00:00
AUTHORS.txt
CMakeLists.txt Enable support for KICAD_SANITIZE_ADDRESS CMake flag on MSVC. 2023-06-09 23:10:44 +00: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 Move kicad-vcpkg forward to pickup new opencascade 2023-07-08 14:18:19 +00:00
vcpkg.json

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