kicad/pcbnew/drc
jean-pierre charras 1aa38b8f82 drc_rule.cpp: avoid crash with a incorrect (broken or too old?) drc_rule file.
The crash was due to a null pointer not tested.
2020-09-12 11:26:53 +02:00
..
drc.cpp Clean up arc/circle polygonization. 2020-09-11 11:23:49 +01:00
drc.h Start pulling new DRC engine into Kicad. 2020-09-11 16:04:11 +01:00
drc_clearance_test_functions.cpp Start pulling new DRC engine into Kicad. 2020-09-11 16:04:11 +01:00
drc_courtyard_tester.cpp Start pulling new DRC engine into Kicad. 2020-09-11 16:04:11 +01:00
drc_courtyard_tester.h Start pulling new DRC engine into Kicad. 2020-09-11 16:04:11 +01:00
drc_drilled_hole_tester.cpp Start pulling new DRC engine into Kicad. 2020-09-11 16:04:11 +01:00
drc_drilled_hole_tester.h Start pulling new DRC engine into Kicad. 2020-09-11 16:04:11 +01:00
drc_engine.cpp Iron out some wrinkles in the DRC migration. 2020-09-12 01:57:37 +01:00
drc_engine.h Iron out some wrinkles in the DRC migration. 2020-09-12 01:57:37 +01:00
drc_item.cpp Start pulling new DRC engine into Kicad. 2020-09-11 16:04:11 +01:00
drc_item.h Start pulling new DRC engine into Kicad. 2020-09-11 16:04:11 +01:00
drc_keepout_tester.cpp Start pulling new DRC engine into Kicad. 2020-09-11 16:04:11 +01:00
drc_keepout_tester.h Start pulling new DRC engine into Kicad. 2020-09-11 16:04:11 +01:00
drc_results_provider.h Start pulling new DRC engine into Kicad. 2020-09-11 16:04:11 +01:00
drc_rule.cpp drc_rule.cpp: avoid crash with a incorrect (broken or too old?) drc_rule file. 2020-09-12 11:26:53 +02:00
drc_rule.h Move new clearance tests into kicad. 2020-09-11 21:26:57 +01:00
drc_rule_parser.cpp Fix a crash bug loading DRC rules. 2020-09-12 00:46:55 +01:00
drc_rule_parser.h Start pulling new DRC engine into Kicad. 2020-09-11 16:04:11 +01:00
drc_test_provider.cpp Move rest of DRC tests to kicad. 2020-09-11 23:14:12 +01:00
drc_test_provider.h Move rest of DRC tests to kicad. 2020-09-11 23:14:12 +01:00
drc_test_provider_annulus.cpp Move rest of DRC tests to kicad. 2020-09-11 23:14:12 +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 Move rest of DRC tests to kicad. 2020-09-11 23:14:12 +01:00
drc_test_provider_copper_clearance.cpp Move new clearance tests into kicad. 2020-09-11 21:26:57 +01:00
drc_test_provider_courtyard_clearance.cpp Move rest of DRC tests to kicad. 2020-09-11 23:14:12 +01:00
drc_test_provider_disallow.cpp Move rest of DRC tests to kicad. 2020-09-11 23:14:12 +01:00
drc_test_provider_edge_clearance.cpp Move new clearance tests into kicad. 2020-09-11 21:26:57 +01:00
drc_test_provider_hole_clearance.cpp Move rest of DRC tests to kicad. 2020-09-11 23:14:12 +01:00
drc_test_provider_hole_size.cpp Move rest of DRC tests to kicad. 2020-09-11 23:14:12 +01:00
drc_test_provider_lvs.cpp Move rest of DRC tests to kicad. 2020-09-11 23:14:12 +01:00
drc_test_provider_misc.cpp Move rest of DRC tests to kicad. 2020-09-11 23:14:12 +01:00
drc_test_provider_track_width.cpp Move rest of DRC tests to kicad. 2020-09-11 23:14:12 +01:00
drc_test_provider_via_diameter.cpp Move rest of DRC tests to kicad. 2020-09-11 23:14:12 +01:00
drc_textvar_tester.cpp Start pulling new DRC engine into Kicad. 2020-09-11 16:04:11 +01:00
drc_textvar_tester.h Start pulling new DRC engine into Kicad. 2020-09-11 16:04:11 +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