kicad/pcbnew/connectivity
Jeff Young 0d539a84a2 Fix bugs in Tracks Cleaner.
1) Implement more robust connection checking so we don't decide very
short segments with both endpoints within a single track are connected
at both ends.

2) Make use of the IS_DELETED flag to perform iteration during dryRun
so that all deletions to be made are flagged.

Fixes https://gitlab.com/kicad/code/kicad/issues/8883
2021-08-01 15:50:01 +01:00
..
CMakeLists.txt pcb_new: CONNECTIVITY_DATA now keeps a cache of DRC from-tos 2020-09-27 16:45:46 +02:00
connectivity_algo.cpp Prefix TRACK, ARC and VIA. 2021-06-11 22:07:02 +01:00
connectivity_algo.h Pcbnew header housekeeping round 2. 2021-06-04 12:21:48 -04:00
connectivity_data.cpp Fix bugs in Tracks Cleaner. 2021-08-01 15:50:01 +01:00
connectivity_data.h Prefix TRACK, ARC and VIA. 2021-06-11 22:07:02 +01:00
connectivity_items.cpp Cleanup. 2021-08-01 15:37:12 +01:00
connectivity_items.h Prefix TRACK, ARC and VIA. 2021-06-11 22:07:02 +01:00
connectivity_rtree.h Add more consts all over the place 2020-10-27 11:03:35 +00:00
from_to_cache.cpp Fix kicad_string.h / string.cpp mismatch. 2021-07-29 16:03:25 +01:00
from_to_cache.h D_PAD -> PAD. 2020-11-13 15:16:24 +00:00