7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-01-22 07:42:40 +00:00
kicad/libs/core
Seth Hillbrand 452e69de85 Move thread pool into true singleton
Thread pool needs to be stored in a single location for all of KiCad
otherwise each kiface will spin up its own pool of persistent threads
2025-01-09 09:03:08 -08:00
..
include/core Move thread pool into true singleton 2025-01-09 09:03:08 -08: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.