You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Wayne Stambaugh d79619edd1 Minor net navigator improvements. 2 years ago
..
include/core Minor net navigator improvements. 2 years ago
CMakeLists.txt Move UTF8 to core 2 years ago
Readme.md Introduce core interface library 3 years ago
base64.cpp promote base64.cpp to core 2 years ago
observable.cpp observable can live in core 2 years ago
profile.cpp Use 64-bit type to represent microseconds. 2 years ago
thread_pool.cpp Shove thread_pool to core 2 years ago
utf8.cpp wxWidgets 3.3 compatibility: explicit wxString conversion 2 years ago
version_compare.cpp Prevent dereferencing end iterator 2 years ago
wx_stl_compat.cpp Switch to string_view in tool action construction 2 years ago

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.