Skip to content

Switch to C++11

Compare
Choose a tag to compare
@sudojan sudojan released this 20 Sep 09:24
· 4896 commits to master since this release

Refactoring

  • moved boost::python -> pybind11 (7d1e1513)
  • set matrix element only in constructor. (11c6f56c)
  • boost::hash -> std::hash (9659e6e4)
  • add factorial and string to_lower methods (7836be57)
  • add defaults for ouput when no logger was found (cf51affb)
  • remove logger macros (cfb29e1e)
  • replace boost random by c++11 random (33a462df)
  • boost bind/function -> std bind/function (b0200252)