kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #25262
Re: [PATCH 5/5] Replace boost::shared_ptr with std::shared_ptr
Simon,
I hate to ask you again but this patch no longer applies cleanly.
Please rebase it and resubmit it when you get a chance.
Thanks,
Wayne
On 6/27/2016 3:35 PM, Simon Richter wrote:
>
> This is a simple 1:1 replacement for all cases where shared_ptr is not used
> to point at an array (array handling is not in C++11).
> ---
> 3d-viewer/3d_mesh_model.h | 4 ++--
> common/gal/opengl/opengl_gal.cpp | 2 +-
> common/geometry/hetriang.cpp | 34 +++++++++++++++++-----------------
> eeschema/class_libentry.h | 7 +++----
> eeschema/sch_component.h | 5 ++---
> include/gal/cairo/cairo_gal.h | 5 +++--
> include/gal/opengl/opengl_gal.h | 4 ++--
> include/gal/opengl/vertex_manager.h | 6 +++---
> include/painter.h | 2 +-
> include/ttl/halfedge/hetriang.h | 9 ++++-----
> pcbnew/class_board_connected_item.h | 2 +-
> pcbnew/class_netclass.cpp | 6 ++----
> pcbnew/class_netclass.h | 5 +++--
> pcbnew/dialogs/dialog_design_rules.cpp | 4 +---
> pcbnew/drc_stuff.h | 4 ++--
> pcbnew/legacy_plugin.cpp | 4 +---
> pcbnew/legacy_plugin.h | 4 +++-
> pcbnew/pcb_painter.h | 3 ++-
> pcbnew/pcb_parser.cpp | 4 +---
> pcbnew/ratsnest_data.cpp | 13 ++++++-------
> pcbnew/ratsnest_data.h | 4 ++--
> pcbnew/router/pns_optimizer.h | 2 +-
> pcbnew/specctra.h | 5 +++--
> pcbnew/tools/edit_points.h | 9 +++++----
> pcbnew/tools/point_editor.cpp | 5 ++---
> pcbnew/tools/point_editor.h | 9 +++++----
> pcbnew/tools/selection_tool.cpp | 2 +-
> 27 files changed, 79 insertions(+), 84 deletions(-)
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
>
Follow ups
References