Commit graph

123 commits

Author SHA1 Message Date
Tor Lillqvist
084a54e87b WaE: unused parameter 2012-03-01 01:26:17 +02:00
Josh Heidenreich
b469be0723 Added and improved READMEs for modules in libs-extern-sys 2012-02-09 18:23:49 +01:00
Caolán McNamara
2b7083aef8 WaE: more multi_array warnings 2012-01-30 20:28:05 +00:00
Stephan Bergmann
7c704c78d3 Removed some unused parameters; added SAL_UNUSED_PARAMETER.
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-21 15:21:16 +01:00
Caolán McNamara
14359c82eb enable boost::multi_array 2012-01-12 20:42:43 +00:00
Caolán McNamara
c8352a6c19 WaE: some more warnings in higher debug levels 2012-01-09 13:28:38 +00:00
Stephan Bergmann
7b000922d0 Disable warnings when compiling external boost lib. 2011-10-19 17:03:02 +02:00
Tor Lillqvist
ad9c1ffdd0 WaE: comparison is always true due to limited range of data type 2011-10-19 13:14:52 +03:00
Fridrich Štrba
ce37e6b987 Build a small static date_time/gregorian for cbosdonnat's perusal 2011-10-05 17:10:41 +02:00
Norbert Thiebaud
0a98e622fb supress unused variable warning in ptr_sequence_adapater.hpp 2011-07-25 17:57:58 -05:00
Norbert Thiebaud
5fc65a4637 fix hunk offset in boost.windows.patch 2011-07-25 17:54:55 -05:00
Tor Lillqvist
7862353ab6 Don't let <windows.h> define min() and max() as macros 2011-07-15 15:16:59 +03:00
Caolán McNamara
aab1294253 WaE: yet more of these shadowing warnings 2011-07-14 16:12:02 +01:00
Tor Lillqvist
56f35e6b39 Drop %_EXT% which was always empty 2011-06-03 13:27:35 +03:00
Caolán McNamara
2fdce03552 silence some more of that annoying gcc#47679 2011-04-05 15:07:02 +01:00
Caolán McNamara
7598129038 build those with exceptions 2011-03-09 21:10:53 +00:00
Caolán McNamara
760b669473 WaE: silence warnings 2011-03-04 12:55:14 +00:00
Caolán McNamara
2fcafe99c5 silence warning with a specialization 2011-03-02 13:18:22 +00:00
Caolán McNamara
deb8773d3a dynamic_bitset subdir wasn't delivered 2011-02-28 17:16:21 +00:00
Caolán McNamara
bb716aa955 gcc#47679 needs more magic 2011-02-10 20:26:53 +00:00
Caolán McNamara
e44bf62250 workaround gcc#47679 2011-02-10 20:26:53 +00:00
Caolán McNamara
9aa896fed8 silence some more warnings 2011-02-09 08:55:48 +00:00
Fridrich Štrba
2cce64e446 remove trailing CR from patch 2011-02-08 17:59:46 +01:00
Caolán McNamara
7a0dc5b37f still need aliasing fixes 2011-02-08 09:43:28 +00:00
Caolán McNamara
51d5584333 WaE: fix some shadowing warnings 2011-02-08 09:27:22 +00:00
Fridrich Štrba
1c0c7b8510 deliver _all_ boost directories 2011-02-08 07:47:43 +01:00
Caolán McNamara
176a22eb1d and remove some some warning spam 2011-02-05 10:16:08 +00:00
David Tardon
400f1e7334 define copy ctor for boost::unordered_map/_set
Build with gcc 4.6 breaks otherwise.
2011-02-05 09:47:21 +01:00
Fridrich Štrba
da780c6eb3 The exception.cpp is not in the win32 thread library in this version 2011-02-05 09:25:07 +01:00
Joseph Powers
20d5eb8b2c Deliver \boost\range\algorithm that is needed for sc 2011-02-04 20:48:55 -08:00
Fridrich Štrba
edbb520d6b some more warnings gone 2011-02-05 04:22:32 +01:00
Fridrich Štrba
85072fc85d silence more boost warnings 2011-02-05 03:47:27 +01:00
Fridrich Štrba
b9ab0357bb upgrade to boost 1.44.0 to solve some std::forward issues 2011-02-04 16:57:37 +01:00
Fridrich Štrba
e6c3f83362 boost needs makedepend delivered by soltools 2011-01-30 18:19:17 +01:00
Caolán McNamara
eedd0cf677 WaE: fix some more boost shadowed warnings 2010-12-22 11:40:44 +00:00
Caolán McNamara
c9da57d0b9 WaE: fix more boost header warnings 2010-12-21 14:22:28 +00:00
Caolán McNamara
2a2f893b13 WaE: fix boost shadowed warnings 2010-12-21 13:37:34 +00:00
Caolán McNamara
b5573a98d0 WaE, doubly const return value 2010-12-09 08:36:16 +00:00
Caolán McNamara
b89a5faa58 extend patch to remove boost shadow warnings 2010-11-23 18:53:29 +00:00
Caolán McNamara
c036e339cb WaE, remove some shadow warnings from boost 2010-11-17 09:39:59 +00:00
Niko Rönkkö
630e06a2e2 Elide all "SO:" and "OOo:" build.lst prefixes 2010-11-04 23:37:59 +01:00
Caolán McNamara
4ec08e93f6 tweak this to patch 2010-10-18 16:25:10 +01:00
Caolán McNamara
947c04111a #i113177# remove strict-aliasing warning from boost headers 2010-10-18 16:10:35 +01:00
Caolán McNamara
f17f2e55ad fix various boost shadow warnings 2010-10-06 08:45:02 +01:00
Thorsten Behrens
cad37f247c Fix broken win32 build in boost
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)
2010-10-06 00:41:05 +02:00
Fridrich Štrba
20612b2243 Fix boost build
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
2010-10-04 22:04:38 +02:00
Tor Lillqvist
c4a8c2671d Restore three BUILD_* definitions that apparently are needed 2010-10-04 17:38:24 +03:00
Tor Lillqvist
7f5ec5fb9b Make createion of new file in boost_1_39_0.patch more reliable 2010-10-04 14:02:16 +03:00
Tor Lillqvist
44cc667e3f Build the boostthread library only on Windows 2010-10-02 11:26:32 +03:00
Tor Lillqvist
8bdbd582db Build the thread-related code on Windows into a library
Needed by ixion.
2010-10-02 00:39:37 +03:00