kicad/pcbnew/drc
Jon Evans 8440d7258b Do not invalidate board caches during DRC
Footprints now modify their parent container when destroyed due to
26542796, and a temporary footprint is created during DRC
in some situations.  This can lead to board caches being messed
with during DRC which can cause unpredictable bad effects due to
multithreading.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/13844
2023-02-24 22:55:32 -05:00
..
drc_cache_generator.cpp Don't run DRC rules on non-existant layers. 2023-02-03 15:08:31 +00:00
drc_cache_generator.h More caching for DRC. 2022-06-17 23:58:31 +01:00
drc_engine.cpp Add DRCEpsilon to net-tie-exclusion testing. 2023-02-24 12:44:55 +00:00
drc_engine.h Add DRCEpsilon to net-tie-exclusion testing. 2023-02-24 12:44:55 +00:00
drc_interactive_courtyard_clearance.cpp Keep courtyard caches alive during move. 2022-11-25 17:20:11 +00:00
drc_interactive_courtyard_clearance.h Share more of the courtyard collision highlighting code. 2022-10-14 10:42:07 +01:00
drc_item.cpp Don't use FindNamedPad for net-tie logic. It only reutrns the *first* 2022-09-25 17:38:31 +01:00
drc_item.h Don't use FindNamedPad for net-tie logic. It only reutrns the *first* 2022-09-25 17:38:31 +01:00
drc_length_report.h Unwrap some std::library typedefs. 2021-07-28 22:16:38 +01:00
drc_rtree.h Fix two bugs in RTree polygon collions special case. 2023-02-04 13:46:40 +00:00
drc_rule.cpp Fetch a better location for keepout area collsions. 2022-12-21 18:22:15 +00:00
drc_rule.h Fetch a better location for keepout area collsions. 2022-12-21 18:22:15 +00:00
drc_rule_condition.cpp Add support for unitless values to PCB_EXPR_EVALUATOR. 2022-11-29 14:24:20 +00:00
drc_rule_condition.h Apply a more sophisticated test for ignoring isInCoupledDiffPair. 2022-04-02 15:12:42 +01:00
drc_rule_parser.cpp Add support for unitless values to PCB_EXPR_EVALUATOR. 2022-11-29 14:24:20 +00:00
drc_rule_parser.h Add support for unitless values to PCB_EXPR_EVALUATOR. 2022-11-29 14:24:20 +00:00
drc_test_provider.cpp Exact clearance is allowed; less than clearance is an error. 2023-01-04 00:03:11 +00:00
drc_test_provider.h Pull interactive courtyard checker out of move tool to share with router. 2022-10-14 00:48:37 +01:00
drc_test_provider_annular_width.cpp Name shortening and line-break reduction. 2022-10-21 18:41:39 +01:00
drc_test_provider_clearance_base.h More caching for DRC. 2022-06-17 23:58:31 +01:00
drc_test_provider_connection_width.cpp Better handling of vertex sorting 2023-02-13 11:21:04 -08:00
drc_test_provider_connectivity.cpp More safety around ratsnest state. 2022-11-30 13:00:21 +00:00
drc_test_provider_copper_clearance.cpp Yeet the last of wxSize/wxPoint to stop leaking gdicmn everywhere 2023-02-18 22:57:18 -05:00
drc_test_provider_courtyard_clearance.cpp Use more precise formatting in DRC messages when less precise values are identical. 2022-10-06 22:18:53 +01:00
drc_test_provider_diff_pair_coupling.cpp DRC: Allow disabling DP constraints in specific areas 2023-02-01 23:11:39 -05:00
drc_test_provider_disallow.cpp Fetch a better location for keepout area collsions. 2022-12-21 18:22:15 +00:00
drc_test_provider_edge_clearance.cpp Exact clearance is allowed; less than clearance is an error. 2023-01-04 00:03:11 +00:00
drc_test_provider_footprint_checks.cpp Don't run the footprint checker's shorting pads routine at board level. 2023-01-16 16:44:16 +00:00
drc_test_provider_hole_size.cpp Use more precise formatting in DRC messages when less precise values are identical. 2022-10-06 22:18:53 +01:00
drc_test_provider_hole_to_hole.cpp Cleanup unused local variable. 2023-01-24 23:45:55 +00:00
drc_test_provider_library_parity.cpp Do not invalidate board caches during DRC 2023-02-24 22:55:32 -05:00
drc_test_provider_matched_length.cpp Use more precise formatting in DRC messages when less precise values are identical. 2022-10-06 22:18:53 +01:00
drc_test_provider_misc.cpp Repoint IU_PER_MILS 2022-09-16 21:09:26 -04:00
drc_test_provider_physical_clearance.cpp DRC: Verify overlapping layers in physical clearance 2023-02-15 11:35:24 -08:00
drc_test_provider_schematic_parity.cpp Yeet the last of wxSize/wxPoint to stop leaking gdicmn everywhere 2023-02-18 22:57:18 -05:00
drc_test_provider_silk_clearance.cpp Use more precise formatting in DRC messages when less precise values are identical. 2022-10-06 22:18:53 +01:00
drc_test_provider_sliver_checker.cpp Add an advanced config value for the minimum sliver 2022-12-03 16:03:43 -08:00
drc_test_provider_solder_mask.cpp Fix copy-pasta 2023-02-10 13:33:21 -08:00
drc_test_provider_text_dims.cpp Move default font to RENDER_SETTINGS. 2022-10-22 21:32:42 +01:00
drc_test_provider_track_width.cpp Use more precise formatting in DRC messages when less precise values are identical. 2022-10-06 22:18:53 +01:00
drc_test_provider_via_diameter.cpp Use more precise formatting in DRC messages when less precise values are identical. 2022-10-06 22:18:53 +01:00
drc_test_provider_zone_connections.cpp Record layer for starved thermal exclusions. 2022-12-01 18:04:34 +00:00