Commit graph

14277 commits

Author SHA1 Message Date
John Maddock
5bf2aa14b5 Updated version number
[SVN r24400]
2004-08-11 10:18:20 +00:00
John Maddock
f983618011 Undone last eroneous commit.
[SVN r24399]
2004-08-11 09:51:16 +00:00
Michael Stevens
675a000d68 Commented location of remove_reference used to avoid Ref to Ref problems
[SVN r24398]
2004-08-11 08:07:37 +00:00
Michael Stevens
fe52dbc958 Suppress std::complex testing for VC7 it has remove_reference problems in this case.
[SVN r24397]
2004-08-11 07:58:37 +00:00
Gennadiy Rozental
d7c4e8f79a second tru64cxx65 fix
[SVN r24396]
2004-08-11 03:18:49 +00:00
Joel de Guzman
42fe9c4109 Copyright and License
[SVN r24395]
2004-08-11 02:21:27 +00:00
Robert Ramey
1412826209 updates for ADL
[SVN r24394]
2004-08-10 22:04:11 +00:00
Jeremy Siek
edaa0298c7 added a copyright
[SVN r24393]
2004-08-10 18:44:34 +00:00
Ralf W. Grosse-Kunstleve
c56f8cf341 Add license, copyright.
[SVN r24392]
2004-08-10 17:17:52 +00:00
Ralf W. Grosse-Kunstleve
124fa3d8dc n/a
[SVN r24391]
2004-08-10 17:13:19 +00:00
Thomas Witt
0f27cfd851 Fixed windows platform detection.
[SVN r24390]
2004-08-10 17:09:21 +00:00
Ralf W. Grosse-Kunstleve
d73474f30e exercise keyword argument support
[SVN r24389]
2004-08-10 17:05:24 +00:00
Ralf W. Grosse-Kunstleve
7b4fb329c1 support gcc 2.96 workaround (typedef arg arg_;)
[SVN r24388]
2004-08-10 17:04:14 +00:00
Ralf W. Grosse-Kunstleve
e3d6debab6 bug fix: make use of kw in make_constructor_aux
[SVN r24387]
2004-08-10 17:03:23 +00:00
Dave Abrahams
daeec36e01 Add license, copyright.
[SVN r24386]
2004-08-10 16:14:51 +00:00
Thorsten Jørgen Ottosen
4e1bc28c10 *** empty log message ***
[SVN r24385]
2004-08-10 16:09:30 +00:00
Thorsten Jørgen Ottosen
886ba9cbdb *** empty log message ***
[SVN r24384]
2004-08-10 16:05:53 +00:00
Thomas Witt
69ba615f9f More (C).
[SVN r24383]
2004-08-10 15:12:53 +00:00
Fredrik Blomqvist
45e70ac5c2 nitpick formatting change..
[SVN r24382]
2004-08-10 15:06:31 +00:00
Rene Rivera
874fd345b5 Prevent use of auto-link as it interfeers with version number discrepancies when testing.
[SVN r24381]
2004-08-10 15:01:09 +00:00
Dave Abrahams
bcd6d7b836 Add license, copyright.
[SVN r24380]
2004-08-10 14:59:58 +00:00
Thomas Witt
290b0b1d87 Fixed license added (only) my (C).
[SVN r24379]
2004-08-10 14:44:17 +00:00
Thomas Witt
dd03f71187 Fixed (C) and license.
[SVN r24378]
2004-08-10 14:41:52 +00:00
Jonathan Brandmeyer
fe796b2d79 Add missing copyright notice using the Boost Software License.
[SVN r24377]
2004-08-10 14:41:06 +00:00
Douglas Gregor
b540dae319 Get rid of test lib
[SVN r24376]
2004-08-10 14:38:43 +00:00
Thomas Witt
77e832a335 *** empty log message ***
[SVN r24375]
2004-08-10 14:31:30 +00:00
Douglas Gregor
b13be9176b Get rid of test lib
[SVN r24374]
2004-08-10 14:21:12 +00:00
Douglas Gregor
ed10d6f23e Add my license info
[SVN r24373]
2004-08-10 13:57:30 +00:00
John Maddock
b53ba14d24 Removed Boost.org copyrights and replaced with originating authors copyright instead.
[SVN r24372]
2004-08-10 12:53:34 +00:00
Thorsten Jørgen Ottosen
975d976088 *** empty log message ***
[SVN r24371]
2004-08-10 11:53:33 +00:00
John Maddock
d466a77c37 Updated Beman Dawes' licence statement to use the new prefered form of words.
[SVN r24370]
2004-08-10 10:34:20 +00:00
Thorsten Jørgen Ottosen
df73b16d3c *** empty log message ***
[SVN r24368]
2004-08-10 09:56:55 +00:00
Gennadiy Rozental
37fe101cf9 first tru64cxx65 fix
[SVN r24367]
2004-08-10 04:08:30 +00:00
Gennadiy Rozental
aedecd3325 first tru64cxx65 fix
[SVN r24366]
2004-08-10 04:02:18 +00:00
Aleksey Gurtovoy
0afa846139 .
[SVN r24365]
2004-08-10 02:33:13 +00:00
Robert Ramey
1404fe9455 improve instantiation for cwpro and comeau
[SVN r24364]
2004-08-10 01:55:52 +00:00
Robert Ramey
ee1da718c4 correct wide char dependency
[SVN r24363]
2004-08-10 01:54:36 +00:00
Robert Ramey
70dea6d132 correct exception description
[SVN r24362]
2004-08-10 01:51:18 +00:00
Michael Glassford
23ae05ea07 Don't use subtraction to compare xtime.sec because it could overflow.
[SVN r24361]
2004-08-09 21:46:34 +00:00
Michael Glassford
3c26db6b69 Add #define BOOST_THREAD_TEST to command line so code can behave differently when being tested.
[SVN r24360]
2004-08-09 21:43:24 +00:00
Michael Glassford
ffc6d02131 Removed unnecessary casts that were causing warnings on DEC C++ 6.5 compiler.
[SVN r24359]
2004-08-09 21:39:03 +00:00
Dave Abrahams
2b024339df Optimization bug fix from Stefan Seefeld (sseefeld-at-art.ca)
[SVN r24357]
2004-08-09 17:43:02 +00:00
Michael Stevens
e655f0f39d tss changes to match Jamfile 1.32
[SVN r24356]
2004-08-09 16:22:43 +00:00
Jeff Garland
7b7bcc098e cleanup macros
[SVN r24355]
2004-08-09 15:58:31 +00:00
Jeff Garland
36acd6589d various doc changes including std_config cleanup, fixup of includes for posix time times
[SVN r24354]
2004-08-09 15:55:09 +00:00
Jeff Garland
1874a48e3d simplification of build uneeded build macros for library
[SVN r24353]
2004-08-09 15:03:30 +00:00
Robert Ramey
ed365e8e70 small adjustment to address compile errors in vc 8 and intel 7.1
[SVN r24352]
2004-08-09 14:56:10 +00:00
Joel de Guzman
50ef543bd8 Doc tweaks and fixes to make Comeau happy
[SVN r24349]
2004-08-09 04:23:52 +00:00
Robert Ramey
5cd67d675e increase instantion gcc depth
[SVN r24348]
2004-08-09 03:39:48 +00:00
Robert Ramey
0758292ae5 fixing instantiation for cwpro
[SVN r24347]
2004-08-09 03:38:09 +00:00