yade:add_deps_deb

Last commit made on 2021-03-15
Get this branch:
git clone -b add_deps_deb https://git.launchpad.net/yade

Branch merges

Branch information

Name:
add_deps_deb
Repository:
lp:yade

Recent commits

4c659a0... by Anton Gladky

Add some needed dependencies for yade-deb

6fd92f4... by Janek Kozicki

Note the -Wshadow error in SPHEngine.cpp caused by YADE_PARALLEL_FOREACH_BODY_END

c58088b... by Janek Kozicki

workaround -Wshadow coming from external coinor library.

4454d8d... by Janek Kozicki

Simpler CMakeLists.txt, enable full -Wshadow warning.

845984a... by Janek Kozicki

fix the few remaining shadowing of variables

e49e125... by Janek Kozicki

fix shadowing of variables in lib

87c46ba... by Janek Kozicki

fix shadowing of variables in pkg/pfv

2b84973... by Janek Kozicki

fix shadowing of variables in pkg/common

811679e... by Janek Kozicki

fix shadowing of variables in pkg/dem

17a04ef... by Janek Kozicki

Remove superfluous "virtual". Compiler will enforce "override" in these places. (done only in places where both keywords appear in the same line)