mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-27 00:26:13 +00:00
On platforms that don't yet support the std:: version, we implement our own, possibly slower, version of the 3-way compare |
||
---|---|---|
.. | ||
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.