Commit Graph
4 Commits
Author SHA1 Message Date
Arne Morten Kvarving ab4619bf74 fixed: add missing cmath include statements
highlighted by building with gcc6
2017-09-29 18:24:28 +02:00
Arne Morten Kvarving 71a4e6bc7b fixed: compilation issues with boost < 1.57
due to c++11 name mangling issues in boost::filesystem,
you cannot build a program with c++11 if boost was built for c++03.

workaround this by using boost's internal hack to do so,
disabling the exposure of c++11 scoped enums which is the cause
of the problems.
2016-10-10 11:22:43 +02:00
Arne Morten Kvarving 61614b9c3c added: debian (ubuntu) packaging 2013-04-10 11:01:51 +02:00
Arne Morten Kvarving 00db8ea130 added: RHEL6 packaging 2013-04-09 18:49:26 +02:00