Commit graph

28580 commits

Author SHA1 Message Date
Beman Dawes
9c7f930aa7 Full merge from trunk at revision 41356 of entire boost-root tree.
[SVN r41377]
2007-11-25 19:43:32 +00:00
Beman Dawes
c2ea531af4 Full merge from trunk at revision 41356 of entire boost-root tree.
[SVN r41376]
2007-11-25 19:38:49 +00:00
Beman Dawes
a5270c8aa8 Full merge from trunk at revision 41356 of entire boost-root tree.
[SVN r41375]
2007-11-25 19:37:23 +00:00
Beman Dawes
839ec84d2e Full merge from trunk at revision 41356 of entire boost-root tree.
[SVN r41374]
2007-11-25 19:36:48 +00:00
Beman Dawes
5c28840e8d Full merge from trunk at revision 41356 of entire boost-root tree.
[SVN r41373]
2007-11-25 19:36:19 +00:00
Beman Dawes
f8fef4ab0e Full merge from trunk at revision 41356 of entire boost-root tree.
[SVN r41372]
2007-11-25 19:35:43 +00:00
Beman Dawes
7d198ba7e8 Full merge from trunk at revision 41356 of entire boost-root tree.
[SVN r41371]
2007-11-25 19:34:32 +00:00
Beman Dawes
f8649d5226 Full merge from trunk at revision 41356 of entire boost-root tree.
[SVN r41370]
2007-11-25 18:38:02 +00:00
Beman Dawes
ac3aa82980 Full merge from trunk at revision 41356 of entire boost-root tree.
[SVN r41369]
2007-11-25 18:07:19 +00:00
Beman Dawes
01cb75731f Full merge from trunk at revision 41356 of entire boost-root tree. Do Serialization separately to verify pre-commit check failures have been fixed.
[SVN r41368]
2007-11-25 17:57:08 +00:00
Beman Dawes
c8a6c6f366 Full merge from trunk at revision 41356 of entire boost-root tree. Do Serialization separately to verify pre-commit check failures have been fixed.
[SVN r41366]
2007-11-25 17:55:35 +00:00
Beman Dawes
187e91c462 Full merge from trunk at revision 41356 of entire boost-root tree. Do Serialization separately to verify pre-commit check failures have been fixed.
[SVN r41365]
2007-11-25 17:55:04 +00:00
Daniel James
db620efdbf Deleting the BoostCon* files. Fixes #1256
[SVN r41356]
2007-11-25 14:10:05 +00:00
Beman Dawes
4964bd2063 Remove extra ) from prior commit
[SVN r41355]
2007-11-25 13:56:09 +00:00
Gunter Winkler
6cd6bce207 - fix and close #1237
- symmetric resize used wrong internal resize method
-- Dese und die folgenden Zeilen werden ignoriert --

M    symmetric.hpp


[SVN r41353]
2007-11-25 13:34:20 +00:00
Dave Abrahams
5dd9e1426e Attempt SunPro workaround
[SVN r41352]
2007-11-25 09:02:01 +00:00
David Deakins
d5d4750791 A few corrections to the WinCE patches
[SVN r41350]
2007-11-25 04:30:02 +00:00
Ion Gaztañaga
6aefe0d7d6 Marked pathscale and vacpp as unusable for Interprocess/Intrusive
[SVN r41348]
2007-11-25 00:55:14 +00:00
David Deakins
9466bec84c Define the BOOST_NO_SWPRINTF macro for WinCE. WinCE's CRT does not have a conforming swprintf signature.
[SVN r41344]
2007-11-24 20:30:50 +00:00
Gennadiy Rozental
6f07448beb switch to nasic_cstring.hpp instead of fwd header
added failed expression to the system error
system_error is caught and reported in cpp_main.ipp
64 bit compatibility issue in debug.ipp fixed
missing headers in algorithm.hpp added

[SVN r41343]
2007-11-24 19:49:24 +00:00
Ion Gaztañaga
abc406a856 Added workaround for systems without SEM_FAILED and semaphores based on filesystem
[SVN r41342]
2007-11-24 19:47:58 +00:00
K. Noel Belcourt
24a29ea854 Replace mpi wrappers with native pathscale compilers.
Fixed how we invoke f77 (pathf90 -f77).

Thanks to Alain Miniussi for reporting this.



[SVN r41341]
2007-11-24 19:09:56 +00:00
John Maddock
4066b41d18 Changed meaning of "at_end" needs copy-constructor fix.
[SVN r41339]
2007-11-24 18:34:17 +00:00
Ronald Garcia
b99caebbbf A bunch of review dates have been added.
[SVN r41338]
2007-11-24 18:19:22 +00:00
Beman Dawes
0d043bde28 Change long name inspection to follow ISO 9660:1997, thus replacing all length requirements with a single 207 maximum path length requirement.
[SVN r41333]
2007-11-24 16:39:30 +00:00
Alexander Nasonov
f208f4fccf minor changes
[SVN r41331]
2007-11-24 15:22:52 +00:00
Beman Dawes
f3eab5301e Remove mingw plus some compilers no longer being tested from required list
[SVN r41330]
2007-11-24 14:59:08 +00:00
Beman Dawes
6718108391 Merge from trunk at 41327
[SVN r41329]
2007-11-24 13:20:13 +00:00
Beman Dawes
fe78ba74c9 Bring required compilers list closer into sync with actual testers and list discussion
[SVN r41328]
2007-11-24 13:15:03 +00:00
John Maddock
e7b01d0534 Apply patches for building regex on WinCE see: http://lists.boost.org/Archives/boost/2007/11/130839.php
[SVN r41327]
2007-11-24 12:25:25 +00:00
Niels Dekker
e6cdc17089 Checked the result of value_init test function, hoping to pinpoint exactly for what particular type T value_initialized<T> might fail, on some platforms
[SVN r41326]
2007-11-24 11:51:03 +00:00
Ion Gaztañaga
62f44f8d4f Marked msvc-8.0-wm5 as unusable
[SVN r41325]
2007-11-24 09:44:30 +00:00
Rene Rivera
792b93f4c0 Allow use of "conditional" to multiply a condition that already has the full condition in it.
[SVN r41324]
2007-11-24 02:16:50 +00:00
Anthony Williams
27c4911fe5 Integrate TSS with thread data; test to ensure cleanup done for native threads as well as boost::thread-launched threads now runs for pthread API as well as win32 API
[SVN r41320]
2007-11-23 23:09:36 +00:00
Beman Dawes
f40f65fe36 Add the instructions formerly in the (now deleted) runner sub-directory
[SVN r41319]
2007-11-23 22:55:48 +00:00
Rene Rivera
18860ddad7 Add --skip-script-download option to run.py to avoid repeated regression script downloads. Thanks to _m_ for the changes.
[SVN r41318]
2007-11-23 20:43:38 +00:00
John Maddock
89c046bb2c Remove the log files, we don't need these in SVN Trunk.
[SVN r41317]
2007-11-23 17:05:25 +00:00
Beman Dawes
bad0d12031 config, detail, filesystem, system, tools, at 41278.
[SVN r41316]
2007-11-23 17:03:14 +00:00
Joaquín M López Muñoz
d2eb49b11f added .exe suffix missing at rev 41297
[SVN r41315]
2007-11-23 07:57:15 +00:00
Rene Rivera
1f99b31a4f Produce less regression reports to reduce the cycle time for test reporting.
[SVN r41314]
2007-11-23 02:58:14 +00:00
Rene Rivera
0a8f866cac Produce less regression reports to reduce the cycle time for test reporting.
[SVN r41313]
2007-11-23 02:57:42 +00:00
Gennadiy Rozental
f8a0c7fdfc comments cleanup
[SVN r41312]
2007-11-22 22:06:59 +00:00
Anthony Williams
ff43908274 Removed thread::self in favour of allowing interruption through a thread::id; no longer requires DuplicateHandle
[SVN r41311]
2007-11-22 22:01:30 +00:00
Gennadiy Rozental
a2aaa04df9 issue with class base test cases addressed
[SVN r41310]
2007-11-22 21:57:16 +00:00
Gennadiy Rozental
161acf2802 negative chars test added
some statements added to the online_test

[SVN r41308]
2007-11-22 20:56:07 +00:00
Gennadiy Rozental
9291575e6c new file
[SVN r41305]
2007-11-22 19:56:58 +00:00
Gennadiy Rozental
683ec93e5b Try to make it work in release build
[SVN r41304]
2007-11-22 19:44:12 +00:00
Boris Gubenko
ea5527612f fix typo in r41302 causing validation error
[SVN r41303]
2007-11-22 11:33:09 +00:00
John Maddock
46243fc19f Fixes #501 #1334.
[SVN r41302]
2007-11-22 10:38:48 +00:00
John Maddock
aff7d3c774 Added try...catch around TSS initialisation.
[SVN r41301]
2007-11-22 09:59:38 +00:00