Browse Source
Unified update to C++14 std::make_unique
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.merge-requests/12/head
19 changed files with 89 additions and 66 deletions
-
9common/gal/opengl/antialiasing.cpp
-
15common/gal/opengl/opengl_compositor.cpp
-
7common/gal/opengl/opengl_gal.cpp
-
3gerbview/gerbview_draw_panel_gal.cpp
-
5include/lib_table_base.h
-
3pagelayout_editor/pl_draw_panel_gal.cpp
-
8pcbnew/autorouter/ar_autoplacer.cpp
-
2pcbnew/connectivity/connectivity_items.h
-
6pcbnew/import_gfx/dialog_import_gfx.cpp
-
3pcbnew/import_gfx/graphics_importer_pcbnew.cpp
-
5pcbnew/pcb_draw_panel_gal.cpp
-
6pcbnew/router/pns_kicad_iface.cpp
-
4pcbnew/router/pns_line_placer.cpp
-
17pcbnew/router/pns_router.cpp
-
4pcbnew/tools/global_edit_tool.cpp
-
41pcbnew/tools/pcb_editor_control.cpp
-
3pcbnew/tools/point_editor.cpp
-
3pcbnew/tools/position_relative_tool.cpp
-
11qa/qa_utils/pcb_test_frame.cpp
Write
Preview
Loading…
Cancel
Save
Reference in new issue