kicad/qa
Ian McInerney c9eefa7ad7 Replace boost::filesystem with std::filesystem
Our minimum C++ version is C++17, which has std::filesystem, so ditch
the boost dependency and use the standard library instead. (this only
affects temp file creation in the QA suite anyway).
2023-03-10 16:38:35 +00:00
..
data Smarten connection width checker looking for splits 2023-03-06 16:14:34 -08:00
ibis Modernize setting of compiler definitions in CMake 2023-02-22 01:44:06 +00:00
mocks Move DefaultTransform definition to transform.cpp, so it can be shared 2023-01-15 19:17:51 +01:00
pcbnew_utils Replace boost::filesystem with std::filesystem 2023-03-10 16:38:35 +00:00
qa_utils Replace boost::filesystem with std::filesystem 2023-03-10 16:38:35 +00:00
resources/linux Fix source comment / documentation typos 2021-06-09 19:32:58 +00:00
schematic_utils Power Symbols: automatically fix mismatched legacy symbols, add tests 2023-02-22 18:01:47 +00:00
testcases qa: move pcbnew data to appropriate directory 2022-03-30 11:13:23 +00:00
tools Replace boost::filesystem with std::filesystem 2023-03-10 16:38:35 +00:00
unittests Replace boost::filesystem with std::filesystem 2023-03-10 16:38:35 +00:00
CMakeLists.txt Sim: Ibis improvements and fixes 2022-10-25 09:45:40 +00:00
test.py QA test code: fix some issues: 2022-01-06 09:37:14 +01:00