Jürgen Hunold
693eef341c
Fix regression in r49009: Add threading libs to FINDLIBS-SA with operator += instead of reset with "=".
...
[SVN r49026]
2008-09-29 18:44:16 +00:00
Chris Newbold
94b6243e6e
Fixes for tickets #2095 ("pool fails to compile with -fno-exceptions")
...
and #2359 ("Static initialization problems with
fast_pool_allocator"). Use boost::throw_exception. Explicitly
reference singleton_pool from allocator constructors to avoid troubles
due to unordered initializaiton of static data in class templates.
[SVN r49025]
2008-09-29 18:41:19 +00:00
Anthony Williams
532d1a5d1e
Renamed lock variables to lk to avoid name shadow warnings
...
[SVN r49013]
2008-09-29 16:32:24 +00:00
Vladimir Prus
0bd4d2f9d6
Change tracker address to hopefully avoid certificate errors
...
[SVN r49012]
2008-09-29 16:17:59 +00:00
Vladimir Prus
593bd86a06
Only add -pthread/-mthread when threading=multi.
...
[SVN r49011]
2008-09-29 16:09:34 +00:00
Vladimir Prus
f5f0c47466
Key some extensions on target-os, not host os.
...
[SVN r49010]
2008-09-29 16:00:32 +00:00
Vladimir Prus
424101f0e1
Use target-os when computing threading and -fPIC options.
...
[SVN r49009]
2008-09-29 15:56:19 +00:00
Vladimir Prus
c8a6c721ad
Don't emit warnings about GraphML support if not actually building Boost.Graph.
...
[SVN r49008]
2008-09-29 15:38:37 +00:00
Vladimir Prus
f5e8a06638
New main target class 'message'.
...
[SVN r49006]
2008-09-29 15:13:57 +00:00
Andrew Sutton
de2bcd34d5
Resolving ticket #2209 .
...
[SVN r49000]
2008-09-29 12:42:26 +00:00
Andrew Sutton
db639d74e6
Removed define and usage of MAXINT, replaced with numeric_limits max.
...
This was discussed on the boost list, but there's no ticket filed.
[SVN r48999]
2008-09-29 12:27:03 +00:00
Anthony Williams
8a1f14d443
fixed check on return code from pthread_mutex_timedlock
...
[SVN r48997]
2008-09-29 09:04:13 +00:00
Rene Rivera
55e492e352
Fix link to IBM vacpp. ( fixes #1512 )
...
[SVN r48995]
2008-09-29 00:52:09 +00:00
Rene Rivera
210c43d3c5
Minor edits to remove -Wall warnings. (fixes 2207)
...
[SVN r48994]
2008-09-29 00:05:22 +00:00
Rene Rivera
890797bc32
Dynamically adjust pwd buffer query size to allow for when PATH_MAX is default defined instead of being provided by the system C library. ( fixes #2206 )
...
[SVN r48993]
2008-09-28 23:10:51 +00:00
Eric Niebler
b7cf1e9364
improve support for the latest CodeGear (formerly Borland) compiler, from nmusatti. fixes [2369]
...
[SVN r48992]
2008-09-28 23:05:38 +00:00
Daniel James
6dea9b18c9
Clean up some link errors.
...
[SVN r48987]
2008-09-28 12:21:39 +00:00
Joel de Guzman
850f02b2c1
fixed bug. missing specialization for nullary version.
...
[SVN r48974]
2008-09-26 12:37:38 +00:00
Joel de Guzman
63f59f11a8
fixed bug. missing specialization for nullary version.
...
[SVN r48973]
2008-09-26 12:37:27 +00:00
Joel de Guzman
1f9c97b6af
added support.hpp forwarding include
...
[SVN r48972]
2008-09-26 10:15:02 +00:00
Robert Ramey
f192698eaa
Refined detection of intrinsic 64 bit integers for platforms with long long
...
[SVN r48971]
2008-09-26 06:33:28 +00:00
Robert Ramey
6386851bf7
Refined detection of intrinsic 64 bit integers for platforms with long long
...
[SVN r48970]
2008-09-26 06:32:48 +00:00
Joel de Guzman
79f54a40bf
added test from review of Giovanni Piero Deretta
...
[SVN r48969]
2008-09-26 00:58:27 +00:00
Douglas Gregor
f2e5ad2b4b
Suppress warning if --without-mpi is provided on the command line
...
[SVN r48967]
2008-09-25 16:57:33 +00:00
Douglas Gregor
da02776619
Don't print warning if --without-mpi was provided
...
[SVN r48966]
2008-09-25 16:46:55 +00:00
John Maddock
756f6d308a
Fix for GLIBC platforms that don't have long double support.
...
[SVN r48964]
2008-09-25 12:21:04 +00:00
Robert Ramey
48a56b22ff
Fixed problems generated from unexpected sequence of static dtor calls
...
Fixed some minor TRAC items
[SVN r48963]
2008-09-25 06:22:01 +00:00
Robert Ramey
3b88837156
Fixed problems generated from unexpected sequence of static dtor calls
...
Fixed some minor TRAC items
[SVN r48962]
2008-09-25 06:21:17 +00:00
Robert Ramey
a702955dfb
Fixed problems generated from unexpected sequence of static dtor calls
...
Fixed some minor TRAC items
[SVN r48961]
2008-09-25 06:20:43 +00:00
Ralf W. Grosse-Kunstleve
50e3277aea
boost/python, boost/mpl: gcc 4.4 compatibility (see http://svn.boost.org/trac/boost/ticket/2069 )
...
[SVN r48960]
2008-09-25 04:49:24 +00:00
Eric Niebler
42bb29539d
add assert to mark_tag that mark number is greater than 0
...
[SVN r48958]
2008-09-24 23:33:50 +00:00
Jurko Gospodnetić
84f0c29cca
Added a missing word in the Boost Test library's global fixture documentation.
...
[SVN r48956]
2008-09-24 21:11:11 +00:00
Daniel James
c54e940d91
Revert BOOST_NO_INITIALIZER_LISTS test case, I meant to add it to a branch.
...
[SVN r48938]
2008-09-24 10:29:46 +00:00
Joel de Guzman
3c1ad1c24a
bugfix: std::basic_string<Char>() instead of ""
...
[SVN r48937]
2008-09-24 06:37:19 +00:00
Daniel James
9af3c94ecc
The test case for BOOST_NO_INITIALIZER_LISTS, I'll run generate tomorrow.
...
[SVN r48934]
2008-09-23 23:22:56 +00:00
Daniel James
36ece90d18
Remove the prebuilt version of quickbook.
...
[SVN r48930]
2008-09-23 19:44:39 +00:00
Daniel James
1dadbfc58b
Change quickbook so that the links are relative to the combined documentation.
...
[SVN r48929]
2008-09-23 19:44:20 +00:00
Daniel James
510dc55d6d
Copy extra images from quickbook to the combined documentation.
...
[SVN r48928]
2008-09-23 19:42:06 +00:00
Daniel James
793b2b236b
Rewrite the id code to convert the characters of parts of the id at the time of
...
generating the id. This means that characters are translated to underscores for
ids as well as for filenames, since in the eventual documents they have to be
percent encoded this is probably an approvement. It also lets us deal with the
translation more intelligently and truncate long identifiers.
[SVN r48927]
2008-09-23 19:29:01 +00:00
John Maddock
f9904beff7
Added markup for the new cmath TR1 tests.
...
[SVN r48924]
2008-09-23 09:49:19 +00:00
Douglas Gregor
446f2e5be0
CodeGear C++ fix, from Nicola Musatti. Fixes #2325
...
[SVN r48922]
2008-09-23 00:26:21 +00:00
Emil Dotchevski
f88d5a85d6
Tests workarounds for CodeGear 2009. Thanks Nicola for all the CodeGear workarounds.
...
[SVN r48921]
2008-09-22 22:47:03 +00:00
Emil Dotchevski
3870873636
documentation update
...
[SVN r48920]
2008-09-22 19:14:54 +00:00
Emil Dotchevski
bd8c4dd38c
very minor change, making a constructor explicit.
...
[SVN r48919]
2008-09-22 18:57:20 +00:00
Emil Dotchevski
1607afd3e1
Improving CodeGear C++Builder 2009 compatibility
...
[SVN r48918]
2008-09-22 18:27:58 +00:00
Eric Niebler
424baa261d
document as_expr(), as_child(), literal<>, lit() and BOOST_PROTO_EXTENDS() and friends
...
[SVN r48914]
2008-09-21 20:48:06 +00:00
John Maddock
db8b2a3b4e
Fixes #2341 .
...
[SVN r48910]
2008-09-20 15:39:47 +00:00
John Maddock
5ba3a7d1f1
Oops, regenerate and add missing files.
...
[SVN r48909]
2008-09-20 08:58:10 +00:00
Eric Niebler
1a5d034a4b
fix map_assign example
...
[SVN r48907]
2008-09-20 05:01:49 +00:00
Eric Niebler
480f74f901
fix futures example
...
[SVN r48906]
2008-09-20 04:31:20 +00:00