5aff8b6a6e
The TOOL_ACTION_ARGS construction method is supposed to be fairly light weight, so instead of creating/destroying strings all the time, pass string_views to the actual string data instead. wx doesn't currently support string_view -> wxString implicitly currently, so we have to do the conversion ourself. |
||
---|---|---|
.. | ||
include/core | ||
CMakeLists.txt | ||
Readme.md | ||
wx_stl_compat.cpp |
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.