kicad/pcbnew/drc
Jeff Young 1e3186b9cb Allow pad-to-copper-graphic collisions in net-ties.
This is done under the same conditions as track-to-copper-graphic --
the pad or track must also collide with a net-tie pad, and the pad or
track to copper-graphic collision must be within the boundary of said
pad.

Fixes https://gitlab.com/kicad/code/kicad/issues/13008
2022-11-26 15:04:33 +00:00
..
drc_cache_generator.cpp Fix unintentional typo 2022-09-14 15:14:35 -07:00
drc_cache_generator.h More caching for DRC. 2022-06-17 23:58:31 +01:00
drc_engine.cpp Re-resolve netclasses after assigning netclass to pattern. 2022-11-22 14:54:08 +00:00
drc_engine.h Push UNITS_PROVIDER down into a low-level mixin. 2022-09-19 17:10:59 +01: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 RIP EDA_RECT. 2022-08-31 23:57:24 +01:00
drc_rule.cpp Replace boost::optional with std::optional 2022-08-25 15:50:47 -07:00
drc_rule.h Replace boost::optional with std::optional 2022-08-25 15:50:47 -07:00
drc_rule_condition.cpp Apply a more sophisticated test for ignoring isInCoupledDiffPair. 2022-04-02 15:12:42 +01: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 Move connection width testing to rule system. 2022-08-01 13:09:51 +01:00
drc_rule_parser.h Rename mechanical_clearance -> physical_clearance. 2022-05-06 15:54:46 +01:00
drc_test_provider.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.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 Name shortening and line-break reduction. 2022-10-21 18:41:39 +01:00
drc_test_provider_connectivity.cpp Move ratsnest exclusion processing to a post-pass. 2022-09-29 17:08:49 +01:00
drc_test_provider_copper_clearance.cpp Allow pad-to-copper-graphic collisions in net-ties. 2022-11-26 15:04:33 +00: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 Use more precise formatting in DRC messages when less precise values are identical. 2022-10-06 22:18:53 +01:00
drc_test_provider_disallow.cpp Handle keepout areas with holes. 2022-10-06 15:08:56 +01:00
drc_test_provider_edge_clearance.cpp Move drilled NPTH holes to hole-clearance checking. Edge-clearance 2022-11-23 13:31:51 +00:00
drc_test_provider_footprint_checks.cpp Don't use FindNamedPad for net-tie logic. It only reutrns the *first* 2022-09-25 17:38:31 +01: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 Use more precise formatting in DRC messages when less precise values are identical. 2022-10-06 22:18:53 +01:00
drc_test_provider_library_parity.cpp Trim pad layers to current board before comparing. 2022-10-25 23:53:10 +01: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 Use more precise formatting in DRC messages when less precise values are identical. 2022-10-06 22:18:53 +01:00
drc_test_provider_schematic_parity.cpp Remove shared wxString instance in DRC 2022-06-15 16:46:03 -07: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 Handle holes when building outlines for copper sliver checker. 2022-11-01 23:33:44 +00:00
drc_test_provider_solder_mask.cpp Fix Coverity warnings. 2022-10-26 14:39:44 -04: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 Name shortening and line-break reduction. 2022-10-21 18:41:39 +01:00