summaryrefslogtreecommitdiff
path: root/boost
AgeCommit message (Expand)AuthorFilesLines
2013-07-22WaE: may be used uninitializedTor Lillqvist2-0/+11
2013-07-08-Werror,-Wdeprecated-register (Clang trunk towards 3.4)Stephan Bergmann2-0/+37
2013-07-03std::min comes from <algorithm>Tor Lillqvist2-0/+12
2013-06-25WaE: at higher debug levelsCaolán McNamara1-0/+117
2013-06-06WaE: unused variableTor Lillqvist1-0/+10
2013-06-01Revert "remove some Wunused-local-typedef warnings from boost with gcc4.8"Markus Mohrhard2-93/+0
2013-06-01remove some Wunused-local-typedef warnings from boost with gcc4.8Markus Mohrhard2-0/+93
2013-06-01boost: patch various -Werror=unused-local-typedefsMichael Stahl1-0/+209
2013-05-30-Werror,-Wconstexpr-not-constStephan Bergmann2-0/+44
2013-05-28WaE: unused parameter 't'Tor Lillqvist1-1/+10
2013-05-27Bump maximum fuzz factor down to zeroTor Lillqvist2-3/+2
2013-05-27Use a maximum fuzz factor of 1 for our patches to 3rd-party codeTor Lillqvist3-3/+3
2013-05-24WaE: unused parameter ´other´Tor Lillqvist2-0/+12
2013-05-24Revert "Rename Boost libraries when built internally to match conventions"Fridrich Štrba3-14/+14
2013-05-24Rename Boost libraries when built internally to match conventionsTor Lillqvist3-14/+14
2013-05-24Fix Boost endianness detection for AndroidTor Lillqvist2-0/+23
2013-05-24WaE: "__GXX_EXPERIMENTAL_CXX0X__" is not definedTor Lillqvist1-0/+11
2013-05-24Avoid automatic linking to Boost libraries in a Windows buildTor Lillqvist2-0/+41
2013-05-24Make this patch apply in the correct locationTor Lillqvist1-2/+2
2013-05-24This is already in bost 1.53Tor Lillqvist2-52/+0
2013-05-24Seems Apple's Clang has C++11 fully working rvalue references only with libc++Tor Lillqvist2-0/+21
2013-05-24Update bundled boost to 1.53.0Tor Lillqvist27-1721/+611
2013-05-17Fix warnings by shadowing variables in boost/logic/tribool.hppIsamu Mogi2-0/+13
2013-05-17Silence a bit libcdr buildFridrich Štrba2-0/+695
2013-04-22Trying to fix a boost::property_tree::json_parser error on windowsFridrich Štrba2-0/+13
2013-04-22some more warnings in parts of boost we will use soonCaolán McNamara1-0/+21
2013-04-16Fix build breakage on Linux and OS XTor Lillqvist1-1/+9
2013-04-16Fix compilation error in a _DEBUG build with MSVC2010 and 2012Tor Lillqvist2-0/+135
2013-04-02fix clang mismatched-tags warning in boostPeter Foley2-0/+12
2013-04-02WaE: -Wundef fixesTor Lillqvist1-0/+43
2013-04-01boost: fix -Wundef in multi_array/base.hppMichael Stahl2-0/+12
2013-04-01boost: add patch for -Wundef warnings from ticket 6142Michael Stahl2-0/+40
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-2/+0
2013-03-09Work around Clang -Werror,Wvexing-parseStephan Bergmann1-2/+2
2013-03-09-Werror=unused-local-typedefs (GCC 4.8)Stephan Bergmann1-0/+202
2013-03-09Work around GCC 4.8 -Werror=unused-local-typedefs in boostStephan Bergmann2-0/+26
2013-02-28remove all d.lstMichael Stahl1-1/+0
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl3-6/+2
2012-12-14-Werror,-WshadowStephan Bergmann1-0/+39
2012-12-10WaE: unused parameterTor Lillqvist1-1/+11
2012-12-10Fix warning: missing header for unified diff at line 3 of patchTor Lillqvist1-1/+1
2012-12-07fix Wshadow warnings in boost randomMarkus Mohrhard2-0/+36
2012-12-06-Werror,-WshadowStephan Bergmann1-3/+165
2012-11-26WaE: use of logical '&&' with constant operandTor Lillqvist1-0/+18
2012-11-26Fold boost crc-shadow-warning.patch into 6397.warnings.patchStephan Bergmann3-23/+21
2012-11-26WaE: some additional warningsCaolán McNamara1-3/+16
2012-11-26error: declaration of ‘bit_count’ shadows a previous localStephan Bergmann2-0/+23
2012-11-15tweak some build.lsts...Michael Stahl1-2/+1
2012-11-06Improve check for -Wself-assign-fieldStephan Bergmann1-4/+4
2012-11-05fix build with glibc 2.16Peter Foley2-0/+22