kicad/libs/core
Marek Roszko 4d77fd48ef Shove thread_pool to core 2023-09-06 17:50:12 -04:00
..
include/core Shove thread_pool to core 2023-09-06 17:50:12 -04:00
CMakeLists.txt Shove thread_pool to core 2023-09-06 17:50:12 -04:00
Readme.md
thread_pool.cpp Shove thread_pool to core 2023-09-06 17:50:12 -04:00
version_compare.cpp Prevent dereferencing end iterator 2023-07-25 10:49:35 -07:00
wx_stl_compat.cpp Switch to string_view in tool action construction 2023-07-13 00:53:06 +01:00

Readme.md

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.