kicad/pcbnew/connectivity
Seth Hillbrand 406de56964 pcbnew: Prevent use of non-connected item in ratsnest
We need to be careful in the connectivity system to always use
dyn_cast/dynamic_cast and check the return when dealing with board
items.  Getting non-connected items will result in null nets when
propagated.

Fixes https://gitlab.com/kicad/code/kicad/issues/5082
2020-08-07 13:38:51 -07:00
..
CMakeLists.txt Build: libpolygon provides its own includes 2019-02-04 19:29:31 -08:00
connectivity_algo.cpp pcbnew: Prevent use of non-connected item in ratsnest 2020-08-07 13:38:51 -07:00
connectivity_algo.h CHANGED: Copper zones can be on more than one layer 2020-06-28 08:52:37 -04:00
connectivity_data.cpp pcbnew: Prevent use of non-connected item in ratsnest 2020-08-07 13:38:51 -07:00
connectivity_data.h Ensure dangling test takes track width into account 2020-08-05 13:17:29 -07:00
connectivity_items.cpp Ensure dangling test takes track width into account 2020-08-05 13:17:29 -07:00
connectivity_items.h Special handling for connecting vias in hatched zones. 2020-08-06 00:03:00 +01:00
connectivity_rtree.h Comment-only changes 2020-01-10 16:43:01 -08:00