7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-27 00:26:13 +00:00
kicad/libs/core
2025-01-03 21:22:44 -08:00
..
include/core Revert "Move thread pool to singleton class" 2025-01-03 21:22:44 -08:00
base64.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
CMakeLists.txt Revert "Move thread pool to singleton class" 2025-01-03 21:22:44 -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
thread_pool.cpp Revert "Move thread pool to singleton class" 2025-01-03 21:22:44 -08: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.