yade:fix/bodycontainer_iterator

Last commit made on 2019-10-19
Get this branch:
git clone -b fix/bodycontainer_iterator https://git.launchpad.net/yade

Branch merges

Branch information

Name:
fix/bodycontainer_iterator
Repository:
lp:yade

Recent commits

e20e48d... by Anton Gladky

Fix #119 by removing the custom iterator

9b44368... by Anton Gladky

Add .clang-format

d369b12... by Anton Gladky

Fix one more foreach

b136db0... by Anton Gladky

Fix copmilation

e68cb42... by Anton Gladky

Merge remote-tracking branch 'origin/feature/cpp14_cleanup' into feature/cpp14_cleanup

1bf0bf5... by Anton Gladky

Revert boost::thread -> std::thread changes. Topic for the next iterations

dd8d488... by Janek Kozicki

One more example in documentation.

30421c8... by Janek Kozicki

Remove few more FOREACH. Now all are removed from core/ and lib/

91a97b4... by Janek Kozicki

Note in documentation that FOREACH is deprecated.

7a4a32e... by Janek Kozicki

Remove duplicates of declaring std=c++14. with set(CMAKE_CXX_STANDARD_REQUIRED ON) cmake adds 'std=gnu++14' by itself. So it is configurable in single place.