kicad/pcbnew/drc
Jeff Young d1006138fd ADDED holeWallPlatingThickness to AdvancedCfg.
Used for zone filling and DRC hole collision testing.  Allows us to
calculate the actual hole size from the finish hole size.

Fixes https://gitlab.com/kicad/code/kicad/issues/5468
2020-09-03 16:00:07 +01:00
..
drc.cpp Fix formatting. 2020-09-03 15:03:09 +01:00
drc.h Migrate RC_ITEM to use shared_ptr 2020-08-13 14:50:59 +02:00
drc_clearance_test_functions.cpp ADDED holeWallPlatingThickness to AdvancedCfg. 2020-09-03 16:00:07 +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 Fix typo where two footprint warning messages were transposed. 2020-08-22 16:20:18 +01:00
drc_item.h Migrate RC_ITEM to use shared_ptr 2020-08-13 14:50:59 +02: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 Fix missing 'else' and EOF processing, both of which cause crashes. 2020-08-14 22:11:04 +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 Migrate RC_ITEM to use shared_ptr 2020-08-13 14:50:59 +02:00
drc_textvar_tester.h Add unresolved variable testing for worksheet items. 2020-05-28 17:36:22 +01:00
footprint_tester.cpp Report all extra footprints, even if they're duplicates. 2020-08-22 16:20:18 +01:00
footprint_tester.h Migrate RC_ITEM to use shared_ptr 2020-08-13 14:50:59 +02:00