mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-03-30 01:26:54 +00:00
Also moves several RAII utility classes (some of which were duplicated in open code) to a common header file. |
||
---|---|---|
.. | ||
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.