kicad/pcbnew/connectivity
Seth Hillbrand b8b3d5c16d pcbnew: Remove all threading from dynamic ratsnest
The last remaining threaded operation in dynamic ratsnest was the
recalculation of the dynamic connectivity map.  Because we do not
require any of the extra features of the connectivity map, we can get
away with a lightweight move of the anchors to update the ratsnest.  The
resulting connectivity tree is not valid but it is not needed for the
ratsnest, which only needs a list of nets/anchors.
2020-08-14 17:48:33 -07:00
..
CMakeLists.txt Build: libpolygon provides its own includes 2019-02-04 19:29:31 -08:00
connectivity_algo.cpp Account for via width in connectivity 2020-08-13 20:31:17 -07:00
connectivity_algo.h pcbnew: Remove all threading from dynamic ratsnest 2020-08-14 17:48:33 -07:00
connectivity_data.cpp pcbnew: Remove all threading from dynamic ratsnest 2020-08-14 17:48:33 -07:00
connectivity_data.h pcbnew: Remove all threading from dynamic ratsnest 2020-08-14 17:48:33 -07:00
connectivity_items.cpp Handle blind/buried vias in connectivity 2020-08-13 20:14:23 -07:00
connectivity_items.h pcbnew: Remove all threading from dynamic ratsnest 2020-08-14 17:48:33 -07:00
connectivity_rtree.h Comment-only changes 2020-01-10 16:43:01 -08:00