kicad/pcbnew/autorouter
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
..
rect_placement Remove superfluous include in the middle of source file 2016-01-15 22:20:32 -05:00
ar_autoplacer.cpp Unified update to C++14 std::make_unique 2019-12-05 10:43:55 -08:00
ar_autoplacer.h Autorouter rework: remove outdated or dead code, add comments and display the footprints as soon as a footprint is placed 2018-12-15 17:50:42 +01:00
ar_cell.h pcbnew: bring back the autoplacer tool to GAL 2018-08-24 14:42:49 +02:00
ar_matrix.cpp pcbnew: bring back the autoplacer tool to GAL 2018-08-24 14:42:49 +02:00
ar_matrix.h pcbnew: bring back the autoplacer tool to GAL 2018-08-24 14:42:49 +02:00
autoplacer_tool.cpp Implement I18N for ACTIONs. 2019-06-17 10:45:23 +01:00
autoplacer_tool.h Insert EE_TOOL_BASE under SchEdit and LibEdit tools, and fix errant rename scope which clobbered PCBNew's PICKER_TOOL. 2019-05-12 13:47:08 +01:00
spread_footprints.cpp Cleaning code: remove dead code in spread_footprints.cpp. 2019-08-10 20:29:54 +02:00