-----
* Fixes superbuild:
- on windows for microsoft visual 2010, 2011, 2012
- on mac for XCode 5.1
- update boost to 1.56
* Fixes HeaderTests
* Fix dangerous warnings
-----
$ git shortlog v0.10.0..v.10.1
Arnaud Gelas (12):
Merge pull request #112 from statismo/hotfix-boost-windows
do not include nor use std::tr1 -> use boost equivalent instead
Merge pull request #117 from statismo/tr1_to_boost
Use boost 1.56
on msvc, boost.thread also depends on boost.date_time
Merge pull request #119 from statismo/hotfix-boost-win2
fix the following warning
Merge pull request #125 from statismo/issue_124
missing #include <boost/bind.hpp>
Merge pull request #128 from statismo/include
update version to 0.10.1
Merge pull request #130 from statismo/r_0.10.1
Christoph Langguth (4):
fix boost build on Windows
add explanation for downloading different boost files on different OS's
Merge branch 'boost_onwindows' into hotfix-boost-win2
Updated include dir
Marcel Luethi (1):
Avoid creation of temporary object when creating SpatiallyVaryingKernel. Fixes #124.
livia-b (1):
modified install instruction for boost on windows