mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-01-22 07:42:40 +00:00
452e69de85
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 |
||
---|---|---|
.. | ||
include/core | ||
base64.cpp | ||
CMakeLists.txt | ||
observable.cpp | ||
profile.cpp | ||
Readme.md | ||
utf8.cpp | ||
version_compare.cpp | ||
wx_stl_compat.cpp |
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.