summaryrefslogtreecommitdiffstats
path: root/external/boost
Commit message (Expand)AuthorAgeFilesLines
* Upgrade external/boost to latest Boost 1.77.0Stephan Bergmann2021-11-103-36/+5
* The std::auto_ptr workarounds should no longer be necessaryStephan Bergmann2021-11-041-7/+0
* disable gcc warnings when using boost::make_sharedNoel Grandin2021-08-121-0/+31
* Clean up remaining uses of boost::logic::triboolStephan Bergmann2021-08-101-31/+0
* Upgrade external/boost to latest Boost 1.76.0Stephan Bergmann2021-08-104-54/+39
* WASM: add initial support for Emscripten cross buildJan-Marek Glogowski2021-05-052-0/+12
* external/boost: Silence Boost bind deprecation warningStephan Bergmann2021-01-142-0/+51
* Upgrade external/boost to latest Boost 1.75.0Stephan Bergmann2021-01-068-113/+33
* external/boost: Backport a Boost 1.72.0 fixStephan Bergmann2021-01-062-0/+43
* Silence GCC 11 trunk -Werror=nonnull in external/boostStephan Bergmann2020-07-2270-0/+70
* Mark external/boost/c++20-allocator.patch.0 as partially covered upstreamStephan Bergmann2020-03-301-0/+2
* repack the boost tarball to be smaller and fasterLuboš Luňák2020-03-181-0/+60
* boost: disable -Wmaybe-uninitialized from GCC 9.2.1 -OgMichael Stahl2020-02-2470-0/+70
* boost: remove unused boost wrapper headersMichael Stahl2020-02-2433-957/+0
* Bump boost version to 1.71David Ostrovsky2020-01-154-575/+4
* Enable -Wdeprecated-copy-dtor where availableStephan Bergmann2019-12-12103-0/+103
* external/boost: Adapt to std::allocator parts removed in C++20Stephan Bergmann2019-10-282-0/+26
* external/boost: clang-cl cannot use MSVC's ATOMIC_FLAG_INITStephan Bergmann2019-10-011-0/+13
* disable warnings in external libsLuboš Luňák2019-05-245-5/+5
* external/boost/boost_1_60_0.undef.warning.patch should no longer be necessaryStephan Bergmann2019-01-301-7/+1
* Just define the __clang_major___WORKAROUND_GUARDJan-Marek Glogowski2019-01-303-14/+7
* Avoid -Werror=undef in boost/optional.hppStephan Bergmann2019-01-152-0/+13
* Upgrade external/boost to Boost 1.69.0Stephan Bergmann2019-01-158-107/+558
* Drop external/boost/boost.gcc47679.patchStephan Bergmann2019-01-112-66/+0
* Remove obsolete _MSC_VER checksStephan Bergmann2018-11-302-6/+6
* cl version 19.15.26726 (VS 2017 15.8.1) still produces those warningsStephan Bergmann2018-08-311-4/+4
* Silence external/boost deprecated std::iterator warnings with MSVC 2017Stephan Bergmann2018-08-092-0/+41
* external/boost: silence -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-26106-0/+116
* Don't ever attempt to initialise a std::locale with a UTF-8 locale on WindowsTor Lillqvist2018-05-172-0/+22
* Removed executable permission on data filesAndrea Gelmini2018-05-042-0/+0
* external: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2018-02-012-29/+0
* Silence upcoming GCC 8 -Werror=parentheses in external/boostStephan Bergmann2018-01-24104-0/+104
* Silence -Werror,-Wundef in external/boostStephan Bergmann2018-01-231-0/+26
* boost: upgrade to release 1.66.0Michael Stahl2018-01-223-98/+0
* android: use unified headers and llvm-c++ STL (x86) with NDK 16Christian Lohmaier2018-01-182-0/+31
* Silence clang-cl -Werror,-Wmicrosoft-unqualified-friend, reduxStephan Bergmann2018-01-102-0/+52
* Silence clang-cl -Werror,-Wmicrosoft-unqualified-friend in external/boostStephan Bergmann2018-01-09101-0/+101
* Remove Clang -Wunknown-pragmas workaroundStephan Bergmann2017-12-20101-303/+202
* Enable C++17 for clang-cl, tooStephan Bergmann2017-12-152-1/+9
* Work around latest Boost 1.65.1 still using deprecated std::auto_ptrStephan Bergmann2017-12-061-0/+6
* Better update of external/boost/boost_1_60_0.undef.warning.patchStephan Bergmann2017-09-191-9/+9
* Upgrade to Boost 1.65.1Stephan Bergmann2017-09-185-50/+6
* Boost: Update last known MSVC version to VS2017.3David Ostrovsky2017-09-062-0/+18
* Silence further warnings in external/boost/include wrappersStephan Bergmann2017-08-16101-0/+202
* Re-ran bin/gen-boost-headersStephan Bergmann2017-08-162-0/+48
* external/boost: Avoid -fsanitize=pointer-overflowStephan Bergmann2017-07-051-0/+11
* Use BOOST_USE_WINDOWS_H to avoid errors when building with clang-clStephan Bergmann2017-05-091-1/+1
* Adapt bin/gen-boost-headers to Clang 5Stephan Bergmann2017-05-0299-0/+99
* try without iconv, we probably don't need it in practiceCaolán McNamara2017-04-283-8/+53
* build boost::locale libraryCaolán McNamara2017-04-286-0/+160