kicad/pcbnew/drc
Jeff Young e782794f96 Flesh out object properties and DRC Rule syntax help. 2020-09-05 17:44:59 +01:00
..
drc.cpp Fix formatting. 2020-09-03 15:03:09 +01:00
drc.h ADDED pad:pin checks for DRC "Test footprints against schematic". 2020-09-04 14:07:42 +01:00
drc_clearance_test_functions.cpp DRC checks need to be done on current layer. 2020-09-04 15:05:03 +01:00
drc_courtyard_tester.cpp Migrate RC_ITEM to use shared_ptr 2020-08-13 14:50:59 +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 Migrate RC_ITEM to use shared_ptr 2020-08-13 14:50:59 +02: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 ADDED pad:pin checks for DRC "Test footprints against schematic". 2020-09-04 14:07:42 +01:00
drc_item.h ADDED pad:pin checks for DRC "Test footprints against schematic". 2020-09-04 14:07:42 +01:00
drc_keepout_tester.cpp Don't keepout a keepout's own footprint. 2020-08-28 11:05:58 +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 Migrate RC_ITEM to use shared_ptr 2020-08-13 14:50:59 +02:00
drc_rule.cpp Replace error reporting in DRC rule compiler. 2020-08-13 18:47:41 +01:00
drc_rule.h pcbnew/drc: post-rebase fixes 2020-08-13 14:50:59 +02:00
drc_rule_parser.cpp Flesh out object properties and DRC Rule syntax help. 2020-09-05 17:44:59 +01:00
drc_rule_parser.h Fix missing 'else' and EOF processing, both of which cause crashes. 2020-08-14 22:11:04 +01:00
drc_textvar_tester.cpp Also resolve worksheet textVar refs in DRC. 2020-09-04 21:55:10 +01:00
drc_textvar_tester.h Add unresolved variable testing for worksheet items. 2020-05-28 17:36:22 +01:00
footprint_tester.cpp ADDED pad:pin checks for DRC "Test footprints against schematic". 2020-09-04 14:07:42 +01:00
footprint_tester.h Migrate RC_ITEM to use shared_ptr 2020-08-13 14:50:59 +02:00