kicad/pcbnew/drc
Jon Evans 18e17abd6a Rename "Keepout" to "Rule Area"
These objects can now be used in advanced DRC rules and
not just for keeping things out.  Also remove the restriction
that at least one of the "basic" keepout rules must be set,
so that these areas can be used for more advanced rules.
2020-09-21 23:55:02 -04:00
..
drc_engine.cpp Mention rule priority system in Syntax Help and Clearance Report. 2020-09-21 11:59:27 +01:00
drc_engine.h Support ESC & Cancel for DRC. 2020-09-18 22:14:00 +01:00
drc_item.cpp Collapse VIA_TOO_SMALL and MICROVIA_TOO_SMALL into VIA_DIAMETER. 2020-09-18 16:50:41 +01:00
drc_item.h Collapse VIA_TOO_SMALL and MICROVIA_TOO_SMALL into VIA_DIAMETER. 2020-09-18 16:50:41 +01:00
drc_results_provider.h Move DRC dialog to new DRC engine. 2020-09-14 22:39:36 +01:00
drc_rule.cpp Finish exorcising the old DRC system. 2020-09-15 20:15:46 +01:00
drc_rule.h Hook up netclasses and board minimums to new DRC engine. 2020-09-13 17:08:24 +01:00
drc_rule_condition.cpp Apply rules commutatively. 2020-09-19 18:48:11 +01:00
drc_rule_condition.h Cleanup. 2020-09-13 17:08:24 +01:00
drc_rule_parser.cpp Better error reporting; better nullptr safety. 2020-09-16 22:14:41 +01:00
drc_rule_parser.h Better error reporting; better nullptr safety. 2020-09-16 22:14:41 +01:00
drc_test_provider.cpp Support ESC & Cancel for DRC. 2020-09-18 22:14:00 +01:00
drc_test_provider.h Support ESC & Cancel for DRC. 2020-09-18 22:14:00 +01:00
drc_test_provider_annulus.cpp Support ESC & Cancel for DRC. 2020-09-18 22:14:00 +01:00
drc_test_provider_clearance_base.cpp Move new clearance tests into kicad. 2020-09-11 21:26:57 +01:00
drc_test_provider_clearance_base.h Move rest of DRC tests to kicad. 2020-09-11 23:14:12 +01:00
drc_test_provider_connectivity.cpp Support ESC & Cancel for DRC. 2020-09-18 22:14:00 +01:00
drc_test_provider_copper_clearance.cpp Rename "Keepout" to "Rule Area" 2020-09-21 23:55:02 -04:00
drc_test_provider_courtyard_clearance.cpp Support ESC & Cancel for DRC. 2020-09-18 22:14:00 +01:00
drc_test_provider_disallow.cpp Support ESC & Cancel for DRC. 2020-09-18 22:14:00 +01:00
drc_test_provider_edge_clearance.cpp Support ESC & Cancel for DRC. 2020-09-18 22:14:00 +01:00
drc_test_provider_hole_clearance.cpp Support ESC & Cancel for DRC. 2020-09-18 22:14:00 +01:00
drc_test_provider_hole_size.cpp Support ESC & Cancel for DRC. 2020-09-18 22:14:00 +01:00
drc_test_provider_lvs.cpp Support ESC & Cancel for DRC. 2020-09-18 22:14:00 +01:00
drc_test_provider_misc.cpp Support ESC & Cancel for DRC. 2020-09-18 22:14:00 +01:00
drc_test_provider_track_width.cpp Support ESC & Cancel for DRC. 2020-09-18 22:14:00 +01:00
drc_test_provider_via_diameter.cpp Support ESC & Cancel for DRC. 2020-09-18 22:14:00 +01:00