kicad/libs/core
Marek Roszko 5341af1a55 Add wxUniChar overload for nlohmann's internal char_traits 2023-12-18 22:10:39 -05:00
..
include/core Add wxUniChar overload for nlohmann's internal char_traits 2023-12-18 22:10:39 -05:00
CMakeLists.txt Move UTF8 to core 2023-09-07 20:55:16 -04:00
Readme.md
base64.cpp promote base64.cpp to core 2023-09-06 23:27:08 -04:00
observable.cpp observable can live in core 2023-09-06 21:25:24 -04:00
profile.cpp Profile can live in core 2023-09-07 07:47:01 -04:00
thread_pool.cpp
utf8.cpp Fix wrong path slash 2023-09-07 22:09:26 -04:00
version_compare.cpp
wx_stl_compat.cpp

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.