7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-03-30 01:26:54 +00:00
kicad/libs/core
Jeff Young b74c2791f4 Allow context menus in footprint chooser when called from Eeschema.
Also moves several RAII utility classes (some of which
were duplicated in open code) to a common header file.
2025-02-24 11:08:29 +00:00
..
include/core Allow context menus in footprint chooser when called from Eeschema. 2025-02-24 11:08:29 +00:00
base64.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
CMakeLists.txt Move thread pool into true singleton 2025-01-09 09:03:08 -08:00
observable.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
profile.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
Readme.md Introduce core interface library 2023-04-06 15:01:18 +01:00
utf8.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
version_compare.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
wx_stl_compat.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00

This library contains base non-EDA items and extensions to libraries that are used throughout the KiCad codebase. This library should never depend on any parts of the KiCad code outside the thirdparty directory, since this is meant to be the lowest-level library in the dependency chain.