Caolán McNamara
31c4ac62db
ah, dos format breaks some patches
...
Change-Id: Id99429366485924ff35da63ebde1b5df11419d58
2012-07-23 16:46:34 +01:00
Caolán McNamara
e7ffa3e2d3
my patch applied it, other's don't, so regenerating
...
Change-Id: I7ffd382b6aa3954bc346d1ecc45607a417ad2509
2012-07-23 16:34:26 +01:00
Caolán McNamara
b8b792babf
Related: boost#4127 strict-aliasing rules warning
...
Change-Id: I9b4f9009c29276054ff94a427adf51c2094377b5
2012-07-23 16:07:11 +01:00
Stephan Bergmann
8ecf7e2259
Backport boost fix for threading detection in GCC 4.7
...
See http://svn.boost.org/svn/boost/trunk r76133 "Fix threading detection in
GCC-4.7 experimental." Without it, BOOST_DISABLE_THREADS would be defined when
compiling with GCC 4.7, which in turn would cause
boost/smart_ptr/detail/sp_counted_base.hpp to include a single-thread--mode
boost/smart_ptr/detaul/sp_counted_base_nt.hpp which is not suitable in a
multi-threaded scenario.
Change-Id: Ia30a5c2c241e2e135858a5cab3dd855d05db50c8
2012-07-13 10:57:34 +02:00
Caolán McNamara
13475e5409
fix mips build: opcode not supported on this processor
...
Change-Id: Ie07c6ac0471ecdf6236d194f1ec3389dd47d4b31
2012-07-12 09:44:35 +01:00
Stephan Bergmann
48d6c11c6f
Some boost warnings with Clang
...
...on Mac OS X, in what looks like only newly used boost headers.
Change-Id: I86612a419311fe5a2dfda9eec520889707f9e5db
2012-06-07 08:03:22 +02:00
Fridrich Sch Strba
70eb7af641
Be sure all boost headers are copied to output directory
...
Change-Id: I862b728537e9e862f1d5af78bcc87576964534d0
2012-05-24 10:55:28 +02:00
Fridrich Štrba
ef7a460fa5
deliver the boost libraries we build
...
Change-Id: Idd3a133ee8271716518eb167192be91e76f90075
2012-05-09 17:20:14 +02:00
Bjoern Michaelsen
b1c3e8ae28
make gbuild the default assumption of build.pl
...
this removes dmake completely out of the build for migrated modules
build.pl now assumes modules to be gbuild, unless there is a
prj/dmake file
Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-29 03:50:46 +02:00
Caolán McNamara
cc84a792f2
WaE: some more boost warnings
2012-04-11 12:06:23 +01:00
Tor Lillqvist
558d34fef7
Typo
2012-04-04 01:05:49 +03:00
Tor Lillqvist
b91061f8e9
WaE: '&&' within '||'
2012-04-04 01:05:45 +03:00
Tor Lillqvist
f85dfb96c4
WaE: unused parameter
2012-04-04 01:05:43 +03:00
Stephan Bergmann
8431ad2d8b
Backport some Boost 1.48.0 changes to keep GCC 4.7 -std=c++11 happy
2012-03-29 14:04:17 +02:00
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