summaryrefslogtreecommitdiffstats
path: root/boost
Commit message (Collapse)AuthorAgeFilesLines
* WaE: unused parameterTor Lillqvist2012-03-011-0/+39
|
* Added and improved READMEs for modules in libs-extern-sysJosh Heidenreich2012-02-091-0/+4
|
* WaE: more multi_array warningsCaolán McNamara2012-01-301-0/+35
|
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-212-0/+874
| | | | | | | | | 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.
* enable boost::multi_arrayCaolán McNamara2012-01-122-0/+226
|
* WaE: some more warnings in higher debug levelsCaolán McNamara2012-01-094-2/+309
|
* Disable warnings when compiling external boost lib.Stephan Bergmann2011-10-191-6/+4
|
* WaE: comparison is always true due to limited range of data typeTor Lillqvist2011-10-191-1/+5
|
* Build a small static date_time/gregorian for cbosdonnat's perusalFridrich Štrba2011-10-053-3/+88
|
* supress unused variable warning in ptr_sequence_adapater.hppNorbert Thiebaud2011-07-251-0/+8
|
* fix hunk offset in boost.windows.patchNorbert Thiebaud2011-07-251-1/+1
|
* Don't let <windows.h> define min() and max() as macrosTor Lillqvist2011-07-152-0/+14
|
* WaE: yet more of these shadowing warningsCaolán McNamara2011-07-141-0/+13
|
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-1206/+1206
|
* silence some more of that annoying gcc#47679Caolán McNamara2011-04-051-0/+23
|
* build those with exceptionsCaolán McNamara2011-03-091-1/+2
|
* WaE: silence warningsCaolán McNamara2011-03-041-0/+13
|
* silence warning with a specializationCaolán McNamara2011-03-021-0/+23
|
* dynamic_bitset subdir wasn't deliveredCaolán McNamara2011-02-282-0/+16
|
* gcc#47679 needs more magicCaolán McNamara2011-02-101-4/+4
|
* workaround gcc#47679Caolán McNamara2011-02-103-0/+57
|
* silence some more warningsCaolán McNamara2011-02-092-3/+102
|
* remove trailing CR from patchFridrich Štrba2011-02-081-92/+92
|
* still need aliasing fixesCaolán McNamara2011-02-082-0/+45
|
* WaE: fix some shadowing warningsCaolán McNamara2011-02-081-0/+20
|
* deliver _all_ boost directoriesFridrich Štrba2011-02-081-96/+926
|
* and remove some some warning spamCaolán McNamara2011-02-051-0/+56
|
* define copy ctor for boost::unordered_map/_setDavid Tardon2011-02-052-0/+94
| | | | Build with gcc 4.6 breaks otherwise.
* The exception.cpp is not in the win32 thread library in this versionFridrich Štrba2011-02-051-3/+2
|
* Deliver \boost\range\algorithm that is needed for scJoseph Powers2011-02-041-0/+2
|
* some more warnings goneFridrich Štrba2011-02-052-3/+85
|
* silence more boost warningsFridrich Štrba2011-02-051-0/+389
|
* upgrade to boost 1.44.0 to solve some std::forward issuesFridrich Štrba2011-02-045-1011/+100
|
* boost needs makedepend delivered by soltoolsFridrich Štrba2011-01-301-1/+1
|
* WaE: fix some more boost shadowed warningsCaolán McNamara2010-12-221-0/+459
|
* WaE: fix more boost header warningsCaolán McNamara2010-12-211-0/+10
|
* WaE: fix boost shadowed warningsCaolán McNamara2010-12-211-0/+123
|
* WaE, doubly const return valueCaolán McNamara2010-12-091-0/+11
|
* extend patch to remove boost shadow warningsCaolán McNamara2010-11-231-0/+13
|
* WaE, remove some shadow warnings from boostCaolán McNamara2010-11-171-0/+21
|
* Elide all "SO:" and "OOo:" build.lst prefixesNiko Rönkkö2010-11-041-1/+1
|
* tweak this to patchCaolán McNamara2010-10-181-16/+2
|
* #i113177# remove strict-aliasing warning from boost headersCaolán McNamara2010-10-182-0/+59
|
* fix various boost shadow warningsCaolán McNamara2010-10-062-0/+111
|
* Fix broken win32 build in boostThorsten Behrens2010-10-061-3/+5
| | | | | | 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)
* Fix boost buildFridrich Štrba2010-10-042-2/+6
| | | | | | Normal libreoffice way to add a file is to put that in makefile.mk into ADDITIONAL_FILES list which creates a file with "dummy" as content and then to patch that file with the real content. This prevents a patching hell if timestamps change and boost is unpacked again
* Restore three BUILD_* definitions that apparently are neededTor Lillqvist2010-10-041-0/+4
|
* Make createion of new file in boost_1_39_0.patch more reliableTor Lillqvist2010-10-041-1/+1
|
* Build the boostthread library only on WindowsTor Lillqvist2010-10-021-0/+4
|
* Build the thread-related code on Windows into a libraryTor Lillqvist2010-10-023-4/+32
| | | | Needed by ixion.