Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • W waLBerla
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 51
    • Issues 51
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • waLBerla
  • waLBerla
  • Merge requests
  • !108

Resolve "get pe c++14 ready"

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Sebastian Eibl requested to merge 58-get-pe-c-14-ready into master May 29, 2018
  • Overview 0
  • Commits 13
  • Pipelines 25
  • Changes 118

Closes #58 (closed)

Memory Management:

  • replace PtrVector with std::vector<std::unique_ptr>
  • replace current iterators with wrapped versions of std::vector::iterator
  • removed PtrVector
  • replace manual memory management by smart pointers

API changes:

  • no more base() function for iterators
  • iterator::operator* now behaves like iterator::operator-> both return RigidBody
Edited Oct 29, 2018 by Christoph Schwarzmeier
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 58-get-pe-c-14-ready