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.
 
 
 
 
 
Seth Hillbrand 7720ef3fae Add missing include in kicad_algo.h 2 years ago
..
include/core Add missing include in kicad_algo.h 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 Profile can live in core 2 years ago
thread_pool.cpp Shove thread_pool to core 2 years ago
utf8.cpp Fix wrong path slash 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.