kicad/qa/schematic_utils
Ian McInerney f2702b223c Introduce base IO_MGR class and unify RELEASER objects
The IO_RELEASER is a thin-wrapper around a std::unique_ptr, but done
this way to allow easier addition of a custom deleter in the future if
something needs to call back into the IO_MGR.
2023-12-29 00:37:38 +00:00
..
CMakeLists.txt Split spice tests into separate test 2023-04-03 14:42:10 +01:00
eeschema_test_utils.cpp Kick the wildcards and file exts into a static class, export it from kicommon 2023-12-27 21:10:01 -05:00
eeschema_test_utils.h Introduce base IO_MGR class and unify RELEASER objects 2023-12-29 00:37:38 +00:00
schematic_file_util.cpp Rename all schematic IO plugins 2023-12-24 01:22:21 +00:00
schematic_file_util.h