kicad/libs
jean-pierre charras aeb479b46f Fix an issue with pythons scripts running outside Kicad (Windows specific).
When running a python script is run from a console, outside Kicad, a wxWidgets
alert was always show (even in release mode)
This is due to calling wxStandardPaths::Get() with no wxApp open( i.e. wxTheApp == O)
The fix uses a dummy wxApp in this case.
2021-06-16 10:18:39 +02:00
..
kimath Transform arcs more accurately 2021-06-11 14:26:38 -07:00
kiplatform Fix an issue with pythons scripts running outside Kicad (Windows specific). 2021-06-16 10:18:39 +02:00
sexpr Replace wxFile usage with wxFFile 2020-12-12 13:16:23 -05:00
CMakeLists.txt Add new kiplatform library for platform-specific code 2020-06-03 14:58:54 +00:00