Commit Graph

10 Commits

Author SHA1 Message Date
Moritz Bunkus
d7c90e7f0e common: fix compilation with older versions of Boost
Due to df0df0f the newer headers require BOOST_NOEXCEPT_OR_NOTHROW to be
defined, which isn't for older versions, e.g. the one used on CentOS 7.
2015-05-09 11:34:03 +02:00
Moritz Bunkus
df0df0f83b update utf8_codecvt_facet from Boost 1.58.0; don't include system Boost headers
Fixes #1172.
2015-04-24 23:33:01 +02:00
Moritz Bunkus
f9da63dd49 Build system: remove included copy of Boost's property tree library 2011-10-23 21:01:12 +02:00
Moritz Bunkus
a5b89e2797 Tell Boost that all std::strings use UTF-8 2011-08-10 09:24:56 +02:00
Moritz Bunkus
342765d5b6 Removed included version of boost::exception
It's bundled in 1.36.0, and 1.36.0 is required already
2011-08-08 21:51:02 +02:00
Moritz Bunkus
027e4679fe Don't check for certain Boost headers
mkvtoolnix has a general version number check for Boost. Don't check
for those headers that should had been introduced by that version
already.
2011-08-08 16:16:53 +02:00
Moritz Bunkus
7fd70c2851 Include Boost's Exception library from 1.45.0
Boost's property tree lib won't work without a current exception lib.
2010-12-25 23:23:22 +01:00
Moritz Bunkus
55d2f4bc47 Include the Boost property tree library 2010-12-22 23:46:16 +01:00
Moritz Bunkus
33cd2e9d05 Update Boost license and "foreach" library to v1.45.0 2010-12-22 23:35:44 +01:00
Moritz Bunkus
4535f4fa78 Added boost/foreach.hpp and configure checks in case the system version is older than 1.34.0.
I want Debian Etch & OpenSuSE 10.x to continue to be supported, and
those only ship with Boost 1.33.0.
2009-11-25 22:29:02 +01:00