kicad/qa/qa_utils
John Beard 1b1e514544 QA: Move to a self-registering plugin system for QA utils
This means that utility programs no longer have to be manually
added to the COMBINED_UTILITY, they self-register their
information at static init time. This is basically the same concept
as the Boost test registration.

All utilities need to do now is register their UTILITY_PROGRAM info
struct with the UTILITY_REGISTRY::Register method. No headers required.
2019-11-25 15:38:21 +08:00
..
geometry QA: Add some tests on SHAPE_POLY_SET::Distance 2019-01-29 18:12:06 -05:00
include/qa_utils QA: Move to a self-registering plugin system for QA utils 2019-11-25 15:38:21 +08:00
CMakeLists.txt Unify library browser terminology. 2019-01-30 19:52:15 +00:00
mocks.cpp Fix missing function in qa_utils 2019-10-05 14:03:02 +02:00
pcb_test_frame.cpp Move some dupicated tools to common tools. 2019-06-03 21:08:30 +01:00
pcb_test_frame.h gal: pixel alignment hacks, works for Retina display too now. 2019-02-16 20:03:13 +01:00
stdstream_line_reader.cpp QA: Tidy qa_utils headers 2019-01-29 18:16:00 -05:00
utility_program.cpp QA: Move to a self-registering plugin system for QA utils 2019-11-25 15:38:21 +08:00