kicad patches
Go to file
Seth Hillbrand c594a0eba2 Update Clipper2 to version 1.1.1 2023-02-17 17:14:37 +01:00
.githooks
.github
.gitlab Add initial sections to bare template 2023-02-11 11:44:37 -05:00
3d-viewer Try and avoid crashing on gl context creation failure in the 3d viewer 2023-02-14 21:19:41 -05:00
bitmap2component Some more wxS 2023-01-16 19:07:50 -05:00
cmake Support subrelease field in wxWidgets cmake detection 2023-02-14 00:21:15 +00:00
common FT_Face is also not thread, protect getTextAsGlyphs 2023-02-17 14:39:52 +00:00
cvpcb Fix too-narrow text edit control on Mac. 2023-02-13 10:47:39 +00:00
demos Update demos using latest file formats. 2023-02-06 14:29:24 -05:00
doxygen Use our own cmake module path variable to avoid conflicting with the main ones listy functional 2023-01-03 19:18:16 -05:00
eeschema Make selected background layers translucent 2023-02-16 22:45:29 -05:00
gerbview Turn on and fix MSVC compliance mode issues 2023-02-12 16:30:37 -05:00
include FT_Face is also not thread, protect getTextAsGlyphs 2023-02-17 14:39:52 +00:00
kicad Fix some typos 2023-02-14 23:47:05 +02:00
libs Update Clipper2 to version 1.1.1 2023-02-17 17:14:37 +01:00
pagelayout_editor Dialogs autocompletion with backspace support. 2023-02-16 23:28:27 +00:00
pcb_calculator Turn on and fix MSVC compliance mode issues 2023-02-12 16:30:37 -05:00
pcbnew Prevent ghost image after canceling bitmap placement. 2023-02-17 03:53:44 +03:00
plugins Fix step colors some more 2023-02-14 19:44:20 -05:00
qa Fix a QA test for bitmaps, to work with latest changes in bitmap code. 2023-02-15 14:37:01 +01:00
resources Move simulator to tool framework. 2023-02-11 21:11:07 +00:00
scripting Fix compatibility with older wx versions 2023-02-14 13:48:47 +00:00
signing Use our own cmake module path variable to avoid conflicting with the main ones listy functional 2023-01-03 19:18:16 -05:00
thirdparty Update Clipper2 to version 1.1.1 2023-02-17 17:14:37 +01:00
tools
translation Update translations 2023-02-15 16:29:58 -08:00
utils
.clang-tidy
.gitattributes
.gitignore Add build dirs to .gitignore. 2022-12-10 22:00:24 +00:00
.gitlab-ci.yml
AUTHORS.txt
CMakeLists.txt Cleanup organization of build options 2023-02-15 13:48:41 +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 Happy New Year 2023! 2023-01-03 15:55:08 +01:00
uncrustify.cfg
vcpkg-configuration.json Move up vcpkg baseline and kicad-vcpkg repo to get wx 3.2.2 2023-02-12 15:58:07 -05:00
vcpkg.json Move up vcpkg baseline and kicad-vcpkg repo to get wx 3.2.2 2023-02-12 15:58:07 -05: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