kicad/libs
Ian McInerney 5aff8b6a6e Switch to string_view in tool action construction
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.
2023-07-13 00:53:06 +01:00
..
core Switch to string_view in tool action construction 2023-07-13 00:53:06 +01:00
kimath ADDED: Pcbnew chamfer and extend tools 2023-07-12 19:21:37 +01:00
kiplatform LTspice import: add LTspice 17.1 Windows library path. 2023-07-12 10:57:30 +05:00
sexpr Better handling of escaped characters in STEP parser 2021-12-08 15:55:42 -08:00
CMakeLists.txt Introduce core interface library 2023-04-06 15:01:18 +01:00