kicad/pcbnew/drc
Jeff Young db501c2002 Fix issue with doing DRC on a multi-layer zone.
Testing for an intersection of layers between the zone and the
item (track in this case) isn't enough: we need to test for the
presence of the item on each layer of the zone.

Fixes https://gitlab.com/kicad/code/kicad/issues/5102
2020-08-07 22:40:18 +01:00
..
drc.cpp Fix typo where "continue" got put on wrong side of closing brace. 2020-08-07 22:40:18 +01:00
drc.h Add DRC check for items (pads for now) shorting two nets. 2020-07-30 21:42:23 +01:00
drc_clearance_test_functions.cpp Fix issue with doing DRC on a multi-layer zone. 2020-08-07 22:40:18 +01:00
drc_courtyard_tester.cpp pcbnew: try to compile 'old' DRC alongside the new prototype 2020-07-05 22:44:38 +02:00
drc_courtyard_tester.h Move hole testing to DRC client and improve performance. 2020-05-17 15:49:02 +01: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 Update DRC rules to new layer and disallow grammars. 2020-08-07 21:49:36 +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 Update DRC rules to new layer and disallow grammars. 2020-08-07 21:49:36 +01:00
drc_keepout_tester.h Implement "disallow" rules and integrate with keepout settings. 2020-05-25 22:51:47 +01:00
drc_provider.h More performant (and more correct) deletion of DRC markers. 2020-08-04 11:45:07 +01: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 Update DRC rules to new layer and disallow grammars. 2020-08-07 21:49:36 +01:00
drc_rule_parser.h Report all DRC rule errors, not just the first. 2020-07-30 14:27:42 +01:00
drc_textvar_tester.cpp Port Eeschema to new project settings 2020-07-02 22:08:54 -04:00
drc_textvar_tester.h Add unresolved variable testing for worksheet items. 2020-05-28 17:36:22 +01:00
footprint_tester.cpp pcbnew: try to compile 'old' DRC alongside the new prototype 2020-07-05 22:44:38 +02:00
footprint_tester.h A bit more refactoring to get code out of the DRC tool. 2020-05-29 22:06:48 +01:00