kicad/qa/drc_proto
Wayne Stambaugh ede39780e2 Remove all debugging output that cannot be disabled.
The use of printf, wxLogDebug, and std::err/std::out causes excessive
debugging output which makes finding specific debugging messages more
difficult than it needs to be.

There is still some debugging output in test code that really needs to
be moved into a unit test.

Add debugging output section to the coding policy regarding debugging
output.
2020-08-18 10:17:36 -04:00
..
test_cases qa/drc_proto: updated DRC rule file format to the last version, post-rebase fixes too 2020-08-13 14:50:59 +02:00
CMakeLists.txt drc_proto: edge clearance wip 2020-08-13 14:50:59 +02:00
drc.cpp Updating DRC to handle vias with differing layers 2020-08-10 03:27:27 +00:00
drc.h Updating DRC to handle vias with differing layers 2020-08-10 03:27:27 +00:00
drc_clearance_test_functions.cpp Remove all debugging output that cannot be disabled. 2020-08-18 10:17:36 -04:00
drc_courtyard_tester.cpp drc_proto: wip 2020-07-05 22:44:38 +02:00
drc_courtyard_tester.h drc_proto: wip 2020-07-05 22:44:38 +02:00
drc_drilled_hole_tester.cpp drc_proto: update file format, get the thing to compile again 2020-08-13 14:50:59 +02:00
drc_drilled_hole_tester.h drc_proto: wip 2020-07-05 22:44:38 +02:00
drc_engine.cpp Remove all debugging output that cannot be disabled. 2020-08-18 10:17:36 -04:00
drc_engine.h qa/drc_proto: updated DRC rule file format to the last version, post-rebase fixes too 2020-08-13 14:50:59 +02:00
drc_item.cpp common: include drc_proto keywords in the main DRC parser 2020-08-13 14:50:59 +02:00
drc_item.h common: include drc_proto keywords in the main DRC parser 2020-08-13 14:50:59 +02:00
drc_keepout_tester.cpp drc_proto: wip 2020-07-05 22:44:38 +02:00
drc_keepout_tester.h drc_proto: wip 2020-07-05 22:44:38 +02:00
drc_marker_pcb.h Improve delete-unused-layers to better handle multi-layer items. 2020-08-09 15:39:51 +01:00
drc_netclass_tester.cpp drc_proto: wip 2020-07-05 22:44:38 +02:00
drc_netclass_tester.h drc_proto: wip 2020-07-05 22:44:38 +02:00
drc_proto_test.cpp Remove all debugging output that cannot be disabled. 2020-08-18 10:17:36 -04:00
drc_provider.h drc_proto: update file format, get the thing to compile again 2020-08-13 14:50:59 +02:00
drc_rtree.h First pass at DRC RTree functionality 2020-08-11 16:52:29 -07:00
drc_rule.cpp qa/drc_proto: updated DRC rule file format to the last version, post-rebase fixes too 2020-08-13 14:50:59 +02:00
drc_rule.h qa/drc_proto: updated DRC rule file format to the last version, post-rebase fixes too 2020-08-13 14:50:59 +02:00
drc_rule_parser.cpp qa/drc_proto: updated DRC rule file format to the last version, post-rebase fixes too 2020-08-13 14:50:59 +02:00
drc_rule_parser.h drc_proto: update file format, get the thing to compile again 2020-08-13 14:50:59 +02:00
drc_rules_keywords.cpp drc_proto: wip 2020-07-05 22:44:38 +02:00
drc_rules_proto.keywords Report all DRC rule errors, not just the first. 2020-07-30 14:27:42 +01:00
drc_test_provider.cpp drc_proto: update file format, get the thing to compile again 2020-08-13 14:50:59 +02:00
drc_test_provider.h drc_proto: update file format, get the thing to compile again 2020-08-13 14:50:59 +02:00
drc_test_provider_clearance_base.cpp drc_proto: follow up Jeff's changes in legacy DRC/board model 2020-07-29 23:14:03 +02:00
drc_test_provider_clearance_base.h Cleanup some build and Coverity warnings 2020-07-31 02:46:05 +01:00
drc_test_provider_copper_clearance.cpp drc_proto: update file format, get the thing to compile again 2020-08-13 14:50:59 +02:00
drc_test_provider_edge_clearance.cpp qa/drc_proto: updated DRC rule file format to the last version, post-rebase fixes too 2020-08-13 14:50:59 +02:00
drc_test_provider_hole_clearance.cpp drc_proto: update file format, get the thing to compile again 2020-08-13 14:50:59 +02:00
drc_test_provider_hole_size.cpp drc_proto: update file format, get the thing to compile again 2020-08-13 14:50:59 +02:00
drc_test_provider_track_width.cpp drc_proto: update file format, get the thing to compile again 2020-08-13 14:50:59 +02:00
drc_textvar_tester.cpp drc_proto: wip 2020-07-05 22:44:38 +02:00
drc_textvar_tester.h drc_proto: wip 2020-07-05 22:44:38 +02:00
footprint_tester.cpp common: include drc_proto keywords in the main DRC parser 2020-08-13 14:50:59 +02:00
footprint_tester.h drc_proto: wip 2020-07-05 22:44:38 +02:00