kicad/pcbnew/connectivity
Seth Hillbrand a2edf9c442 Unified update to C++14 std::make_unique
This update replaces the existing uses of unique pointer creation with
the C++14 std::make_unique call that provides proper memory release in
event of an exception.
2019-12-05 10:43:55 -08:00
..
CMakeLists.txt Build: libpolygon provides its own includes 2019-02-04 19:29:31 -08:00
connectivity_algo.cpp Use cached bounding boxes for performance. 2019-10-04 11:45:08 +01:00
connectivity_algo.h Store items changed by connectivity algorithm in undo list 2019-05-24 21:56:37 -04:00
connectivity_data.cpp Store items changed by connectivity algorithm in undo list 2019-05-24 21:56:37 -04:00
connectivity_data.h Add mutex to connectivity 2019-06-05 15:55:52 -07:00
connectivity_items.cpp Fix geometry error in connectivity algorithm. 2019-11-10 14:52:01 +00:00
connectivity_items.h Unified update to C++14 std::make_unique 2019-12-05 10:43:55 -08:00
connectivity_rtree.h pcbnew: Separating connectivity to subdir 2018-10-12 16:31:09 -07:00