kicad/qa/drc_proto
Jeff Young 463100d67f Remove a long-standing hack to keep divots out of adjacent zones.
The new algorithm unions any adjacent zones before doing the
chamfer/fillet and then subtracts the other zones back out afterwards.

Fixes https://gitlab.com/kicad/code/kicad/issues/3812
2020-08-12 22:20:08 +01:00
..
test_cases drc_proto: simple test cases for copper clearance and hole clearance tests 2020-07-29 23:14:34 +02:00
CMakeLists.txt First pass at DRC RTree functionality 2020-08-11 16:52:29 -07: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 Updating DRC to handle vias with differing layers 2020-08-10 03:27:27 +00: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 Update DRC rules to new layer and disallow grammars. 2020-08-07 21:49:36 +01:00
drc_drilled_hole_tester.h drc_proto: wip 2020-07-05 22:44:38 +02:00
drc_engine.cpp Update DRC rules to new layer and disallow grammars. 2020-08-07 21:49:36 +01:00
drc_engine.h Add DRC check for items (pads for now) shorting two nets. 2020-07-30 21:42:23 +01:00
drc_item.cpp Add DRC check for items (pads for now) shorting two nets. 2020-07-30 21:42:23 +01:00
drc_item.h Add DRC check for items (pads for now) shorting two nets. 2020-07-30 21:42:23 +01: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 drc_proto: import latest Jeff & Jon's changes + update copyright headers 2020-07-05 22:44:38 +02:00
drc_provider.h drc_proto: import latest Jeff & Jon's changes + update copyright headers 2020-07-05 22:44:38 +02:00
drc_rtree.h First pass at DRC RTree functionality 2020-08-11 16:52:29 -07:00
drc_rule.cpp Update DRC rules to new layer and disallow grammars. 2020-08-07 21:49:36 +01:00
drc_rule.h Update DRC rules to new layer and disallow grammars. 2020-08-07 21:49:36 +01:00
drc_rule_parser.cpp Report all DRC rule errors, not just the first. 2020-07-30 14:27:42 +01:00
drc_rule_parser.h Report all DRC rule errors, not just the first. 2020-07-30 14:27:42 +01:00
drc_rules_keywords.cpp drc_proto: wip 2020-07-05 22:44:38 +02:00
drc_rules_lexer.h 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 Cleanup some build and Coverity warnings 2020-07-31 02:46:05 +01:00
drc_test_provider.h drc_proto: report rule hit statistics 2020-07-29 23:14:34 +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 Remove a long-standing hack to keep divots out of adjacent zones. 2020-08-12 22:20:08 +01:00
drc_test_provider_edge_clearance.cpp drc_proto: working on hole size/track width checker 2020-07-29 23:14:34 +02:00
drc_test_provider_hole_clearance.cpp Cleanup some build and Coverity warnings 2020-07-31 02:46:05 +01:00
drc_test_provider_hole_size.cpp Cleanup some build and Coverity warnings 2020-07-31 02:46:05 +01:00
drc_test_provider_track_width.cpp drc_proto: working on hole size/track width checker 2020-07-29 23:14:34 +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 drc_proto: wip 2020-07-05 22:44:38 +02:00
footprint_tester.h drc_proto: wip 2020-07-05 22:44:38 +02:00