mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-27 00:26:13 +00:00
This makes it clearer that it is a polyfill-type affair and make it easier to swap for the std:: one when the compiler support is guaranteed. Also avoid double underscores in parameter names, as well as underscore-capital latter as they are reserved. |
||
---|---|---|
.. | ||
include/core | ||
base64.cpp | ||
CMakeLists.txt | ||
observable.cpp | ||
profile.cpp | ||
Readme.md | ||
thread_pool.cpp | ||
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.