summaryrefslogtreecommitdiff
path: root/external/boost
AgeCommit message (Expand)AuthorFilesLines
2019-12-12Enable -Wdeprecated-copy-dtor where availableStephan Bergmann103-0/+103
2019-10-28external/boost: Adapt to std::allocator parts removed in C++20Stephan Bergmann2-0/+26
2019-10-01external/boost: clang-cl cannot use MSVC's ATOMIC_FLAG_INITStephan Bergmann1-0/+13
2019-05-24disable warnings in external libsLuboš Luňák5-5/+5
2019-01-30external/boost/boost_1_60_0.undef.warning.patch should no longer be necessaryStephan Bergmann1-7/+1
2019-01-30Just define the __clang_major___WORKAROUND_GUARDJan-Marek Glogowski3-14/+7
2019-01-15Avoid -Werror=undef in boost/optional.hppStephan Bergmann2-0/+13
2019-01-15Upgrade external/boost to Boost 1.69.0Stephan Bergmann8-107/+558
2019-01-11Drop external/boost/boost.gcc47679.patchStephan Bergmann2-66/+0
2018-11-30Remove obsolete _MSC_VER checksStephan Bergmann2-6/+6
2018-08-31cl version 19.15.26726 (VS 2017 15.8.1) still produces those warningsStephan Bergmann1-4/+4
2018-08-09Silence external/boost deprecated std::iterator warnings with MSVC 2017Stephan Bergmann2-0/+41
2018-07-26external/boost: silence -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann106-0/+116
2018-05-17Don't ever attempt to initialise a std::locale with a UTF-8 locale on WindowsTor Lillqvist2-0/+22
2018-05-04Removed executable permission on data filesAndrea Gelmini2-0/+0
2018-02-01external: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2-29/+0
2018-01-24Silence upcoming GCC 8 -Werror=parentheses in external/boostStephan Bergmann104-0/+104
2018-01-23Silence -Werror,-Wundef in external/boostStephan Bergmann1-0/+26
2018-01-22boost: upgrade to release 1.66.0Michael Stahl3-98/+0
2018-01-18android: use unified headers and llvm-c++ STL (x86) with NDK 16Christian Lohmaier2-0/+31
2018-01-10Silence clang-cl -Werror,-Wmicrosoft-unqualified-friend, reduxStephan Bergmann2-0/+52
2018-01-09Silence clang-cl -Werror,-Wmicrosoft-unqualified-friend in external/boostStephan Bergmann101-0/+101
2017-12-20Remove Clang -Wunknown-pragmas workaroundStephan Bergmann101-303/+202
2017-12-15Enable C++17 for clang-cl, tooStephan Bergmann2-1/+9
2017-12-06Work around latest Boost 1.65.1 still using deprecated std::auto_ptrStephan Bergmann1-0/+6
2017-09-19Better update of external/boost/boost_1_60_0.undef.warning.patchStephan Bergmann1-9/+9
2017-09-18Upgrade to Boost 1.65.1Stephan Bergmann5-50/+6
2017-09-06Boost: Update last known MSVC version to VS2017.3David Ostrovsky2-0/+18
2017-08-16Silence further warnings in external/boost/include wrappersStephan Bergmann101-0/+202
2017-08-16Re-ran bin/gen-boost-headersStephan Bergmann2-0/+48
2017-07-05external/boost: Avoid -fsanitize=pointer-overflowStephan Bergmann1-0/+11
2017-05-09Use BOOST_USE_WINDOWS_H to avoid errors when building with clang-clStephan Bergmann1-1/+1
2017-05-02Adapt bin/gen-boost-headers to Clang 5Stephan Bergmann99-0/+99
2017-04-28try without iconv, we probably don't need it in practiceCaolán McNamara3-8/+53
2017-04-28build boost::locale libraryCaolán McNamara6-0/+160
2017-02-03upload boost 1.63.0David Tardon9-212/+54
2017-01-17replace boost::checked_deleter with std::default_deleteJochen Nitschke1-23/+0
2017-01-08external/boost: Silence -fsanitize=nonnull-attributeStephan Bergmann1-1/+12
2016-08-29boost: update generated wrapper headersMichael Stahl10-38/+184
2016-08-29Fixup clang Werror boost build on MacOSXJan-Marek Glogowski2-0/+38
2016-05-31Drop warning-related parts of external/boost/clang-cl.patch.0Stephan Bergmann1-118/+0
2016-05-30boost: restore boost.gcc47679.patchMichael Stahl2-0/+66
2016-05-30boost: warning-patch-ectomyMichael Stahl116-3357/+2044
2016-05-30boost: remove boost.std.move.patchMichael Stahl2-22/+0
2016-05-26boost: remove patches for headers that are no longer usedMichael Stahl8-184/+21
2016-05-12have another stab at fixing the -Wimplicit-fallthrough in json_parserCaolán McNamara1-3/+5
2016-05-12have a stab at fixing the -Wimplicit-fallthrough in json_parserCaolán McNamara1-0/+10
2016-05-11Missing includeStephan Bergmann1-3/+11
2016-05-10Note pull request for boost patchStephan Bergmann1-0/+2
2016-05-10Use BOOST_FALLTHROUGH in external codeStephan Bergmann2-0/+28