Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-11 | WaE: some more boost warnings | Caolán McNamara | |
2012-04-04 | Typo | Tor Lillqvist | |
2012-04-04 | WaE: '&&' within '||' | Tor Lillqvist | |
2012-04-04 | WaE: unused parameter | Tor Lillqvist | |
2012-03-29 | Backport some Boost 1.48.0 changes to keep GCC 4.7 -std=c++11 happy | Stephan Bergmann | |
2012-03-01 | WaE: unused parameter | Tor Lillqvist | |
2012-02-09 | Added and improved READMEs for modules in libs-extern-sys | Josh Heidenreich | |
2012-01-30 | WaE: more multi_array warnings | Caolán McNamara | |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann | |
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers. | |||
2012-01-12 | enable boost::multi_array | Caolán McNamara | |
2012-01-09 | WaE: some more warnings in higher debug levels | Caolán McNamara | |
2011-10-19 | Disable warnings when compiling external boost lib. | Stephan Bergmann | |
2011-10-19 | WaE: comparison is always true due to limited range of data type | Tor Lillqvist | |
2011-10-05 | Build a small static date_time/gregorian for cbosdonnat's perusal | Fridrich Štrba | |
2011-07-25 | supress unused variable warning in ptr_sequence_adapater.hpp | Norbert Thiebaud | |
2011-07-25 | fix hunk offset in boost.windows.patch | Norbert Thiebaud | |
2011-07-15 | Don't let <windows.h> define min() and max() as macros | Tor Lillqvist | |
2011-07-14 | WaE: yet more of these shadowing warnings | Caolán McNamara | |
2011-06-03 | Drop %_EXT% which was always empty | Tor Lillqvist | |
2011-04-05 | silence some more of that annoying gcc#47679 | Caolán McNamara | |
2011-03-09 | build those with exceptions | Caolán McNamara | |
2011-03-04 | WaE: silence warnings | Caolán McNamara | |
Notes: split repo tag: libs-extern-sys_LO-BASE-INTEGRATION-DEV300_M101 | |||
2011-03-02 | silence warning with a specialization | Caolán McNamara | |
2011-02-28 | dynamic_bitset subdir wasn't delivered | Caolán McNamara | |
2011-02-10 | gcc#47679 needs more magic | Caolán McNamara | |
2011-02-10 | workaround gcc#47679 | Caolán McNamara | |
2011-02-09 | silence some more warnings | Caolán McNamara | |
2011-02-08 | remove trailing CR from patch | Fridrich Štrba | |
2011-02-08 | still need aliasing fixes | Caolán McNamara | |
2011-02-08 | WaE: fix some shadowing warnings | Caolán McNamara | |
2011-02-08 | deliver _all_ boost directories | Fridrich Štrba | |
2011-02-05 | and remove some some warning spam | Caolán McNamara | |
2011-02-05 | define copy ctor for boost::unordered_map/_set | David Tardon | |
Build with gcc 4.6 breaks otherwise. | |||
2011-02-05 | The exception.cpp is not in the win32 thread library in this version | Fridrich Štrba | |
2011-02-04 | Deliver \boost\range\algorithm that is needed for sc | Joseph Powers | |
2011-02-05 | some more warnings gone | Fridrich Štrba | |
2011-02-05 | silence more boost warnings | Fridrich Štrba | |
2011-02-04 | upgrade to boost 1.44.0 to solve some std::forward issues | Fridrich Štrba | |
2011-01-30 | boost needs makedepend delivered by soltools | Fridrich Štrba | |
2010-12-22 | WaE: fix some more boost shadowed warnings | Caolán McNamara | |
2010-12-21 | WaE: fix more boost header warnings | Caolán McNamara | |
2010-12-21 | WaE: fix boost shadowed warnings | Caolán McNamara | |
2010-12-09 | WaE, doubly const return value | Caolán McNamara | |
2010-11-23 | extend patch to remove boost shadow warnings | Caolán McNamara | |
2010-11-17 | WaE, remove some shadow warnings from boost | Caolán McNamara | |
2010-11-04 | Elide all "SO:" and "OOo:" build.lst prefixes | Niko Rönkkö | |
2010-10-18 | tweak this to patch | Caolán McNamara | |
2010-10-18 | #i113177# remove strict-aliasing warning from boost headers | Caolán McNamara | |
2010-10-06 | fix various boost shadow warnings | Caolán McNamara | |
2010-10-06 | Fix broken win32 build in boost | Thorsten Behrens | |
Make boostthreadlib depend on PREDELIVER_FLAG_FILE, otherwise the whole include path goodness is not working (i.e. first do the predeliver to wntmsci12/inc, then build thread lib) |