kicad/pcbnew/connectivity
Jeff Young 0eac5c6748 Tighten lifecycle management of CN_ANCHOR/CN_ITEM.
In particular, when a CN_ITEM is freed set all its anchor's
item pointers to NULL.  (The anchors have a separate
lifecycle due to being std::shared_ptrs.)

Hopefully fixes Sentry KICAD-KV.
2023-05-03 10:50:31 +01:00
..
CMakeLists.txt ADDED: Threadpool 2022-06-24 22:59:24 +00:00
connectivity_algo.cpp Collapse FP_* down into their PCB_* equivalents. 2023-03-31 22:57:46 +01:00
connectivity_algo.h Remove unused container header 2023-04-06 15:01:18 +01:00
connectivity_data.cpp Multi-threading safety. 2023-04-16 15:36:21 +01:00
connectivity_data.h Keep track of single-pad-islands so we can discount spokes to them. 2023-03-25 10:44:46 +00:00
connectivity_items.cpp Keep track of single-pad-islands so we can discount spokes to them. 2023-03-25 10:44:46 +00:00
connectivity_items.h Tighten lifecycle management of CN_ANCHOR/CN_ITEM. 2023-05-03 10:50:31 +01:00
connectivity_rtree.h Add more consts all over the place 2020-10-27 11:03:35 +00:00
from_to_cache.cpp Cleanup printf bits 2023-04-20 15:19:04 -07:00
from_to_cache.h Auto reduction and std::shared_ptr cover types reduction. 2022-02-13 12:04:03 +00:00