Commit Graph

3194 Commits

Author SHA1 Message Date
Boris Gubenko
09f05a101c merge trunk version (changeset/42065) to release branch
[SVN r42130]
2007-12-17 18:47:09 +00:00
Boris Gubenko
718e94caa2 don't use identifires R1 and R2: some HP-UX headers define them as macros
[SVN r42065]
2007-12-15 04:16:05 +00:00
K. Noel Belcourt
97a520e4a4 Change macro logic to get <stdarg.h> included on
SunOS.



[SVN r41625]
2007-12-03 02:04:30 +00:00
Dave Abrahams
902871ae96 Fixed grammar in error message
[SVN r41526]
2007-12-01 05:07:13 +00:00
Beman Dawes
3f8bc71b1f Full merge from trunk at revision 41356 of entire boost-root tree.
[SVN r41370]
2007-11-25 18:38:02 +00:00
Beman Dawes
991e2a0b58 Full merge from trunk at revision 41356 of entire boost-root tree.
[SVN r41369]
2007-11-25 18:07:19 +00:00
Gennadiy Rozental
0301bd17b7 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
Gennadiy Rozental
e1a1fefed2 comments cleanup
[SVN r41312]
2007-11-22 22:06:59 +00:00
Gennadiy Rozental
377a114bd7 issue with class base test cases addressed
[SVN r41310]
2007-11-22 21:57:16 +00:00
Gennadiy Rozental
590a156770 negative chars test added
some statements added to the online_test

[SVN r41308]
2007-11-22 20:56:07 +00:00
Gennadiy Rozental
f36ef73087 new file
[SVN r41305]
2007-11-22 19:56:58 +00:00
Gennadiy Rozental
a3618dd3f8 Try to make it work in release build
[SVN r41304]
2007-11-22 19:44:12 +00:00
Joaquín M López Muñoz
e0a878a4ab added missing include
[SVN r41078]
2007-11-14 07:09:29 +00:00
Joaquín M López Muñoz
084e9d694e reapplied change at rev 40284
[SVN r40877]
2007-11-07 08:45:27 +00:00
John Maddock
f401923b3a Need stdarg.h to use vsnprintf as well as stdio.h
[SVN r40725]
2007-11-03 17:05:11 +00:00
John Maddock
a6cdd303d4 Added one more needed #include (stdlib.h for mkstemp).
[SVN r40688]
2007-11-02 17:40:10 +00:00
Gennadiy Rozental
382aa0ac0d allow tests to be run by regression testing facilities
[SVN r40687]
2007-11-02 16:08:47 +00:00
John Maddock
6a87669766 Added <stdio.h> and <sys/time.h> to the list of Unix-specific includes: these are needed by Sun's compiler, and for that matter, by Boost.Test to be std conforming.
[SVN r40639]
2007-11-01 14:01:44 +00:00
Gennadiy Rozental
5bc52ea4a1 debug was missing in PEM
[SVN r40635]
2007-11-01 02:54:15 +00:00
Gennadiy Rozental
1fc89b9e36 disable on CE
[SVN r40634]
2007-11-01 02:46:57 +00:00
Douglas Gregor
847e7b8618 sigemptyset is a macro on Darwin, so don't precede it by ::
[SVN r40551]
2007-10-29 14:43:19 +00:00
Gennadiy Rozental
7fd3b9f627 removed install target for now
[SVN r40485]
2007-10-26 18:31:55 +00:00
Vladimir Prus
f5a68c843e Make sure every library can be installed by using
bjam stage|install

in libs/<library>/build.


[SVN r40475]
2007-10-26 09:04:25 +00:00
Gennadiy Rozental
b7aed40c86 made it to compile if unicode is defined
avoid assertion for negative chars

[SVN r40471]
2007-10-26 06:47:29 +00:00
Gennadiy Rozental
453b0229b7 missed debug in another included component
[SVN r40457]
2007-10-25 07:29:07 +00:00
Gennadiy Rozental
df15073c74 missing file included
[SVN r40455]
2007-10-25 06:35:14 +00:00
Gennadiy Rozental
8bb49d96d3 minor cleanup
final major piece of this update: debug services (almost complete: without stack dump)

[SVN r40451]
2007-10-25 05:38:19 +00:00
Gennadiy Rozental
e317de8bb5 missed sunpro workaround
[SVN r40449]
2007-10-25 00:17:25 +00:00
Gennadiy Rozental
5c3a22ce08 avoid some msvc warning
[SVN r40448]
2007-10-25 00:02:14 +00:00
Gennadiy Rozental
957dcdd3ff avoid msvc 8.0 warning
more win CE workaround

[SVN r40447]
2007-10-25 00:01:38 +00:00
Gennadiy Rozental
fb6230f03a win CE and solaris workarounds
[SVN r40396]
2007-10-24 04:48:16 +00:00
Douglas Gregor
747cda18ef Fix SIGPOLL and sigemptyset handling on Darwin
[SVN r40365]
2007-10-23 18:16:57 +00:00
Gennadiy Rozental
7852c1ece5 update to tests and example
[SVN r40338]
2007-10-23 05:25:42 +00:00
Gennadiy Rozental
0364cebbd1 streamlined handling of SIGPOLL
[SVN r40322]
2007-10-23 03:44:01 +00:00
Joaquín M López Muñoz
645afd4125 extended MSVC 6.5 fix to Intel
[SVN r40284]
2007-10-22 14:50:08 +00:00
Gennadiy Rozental
b9b2da766b correct patterns
[SVN r40280]
2007-10-22 11:11:51 +00:00
Gennadiy Rozental
c7fb84d5d8 framework::is_initialized introduced to catch framework misuse errors
Message report too few failed assertions updated
New message added to report no assertion occurred in a test case 
test_suite::remove interface is added to allow remove test units from the test suite if necessary

[SVN r40276]
2007-10-22 06:36:50 +00:00
Gennadiy Rozental
6ab2358e40 new unit test: test_tree_management_test.cpp
[SVN r40274]
2007-10-22 04:09:01 +00:00
Gennadiy Rozental
4997d95b72 added missing export for framework::get
added line number to the name of the TU registrar, allowing to restart test suites within same module
test_suite::size() implemented to provide an access to the suite size

[SVN r40273]
2007-10-22 04:02:53 +00:00
Gennadiy Rozental
9f1258814b clean up
[SVN r40272]
2007-10-22 00:36:26 +00:00
Gennadiy Rozental
39bfbe557d correct run rules in examples
make example 2 more pronounced
removed unnecessary ; in example 4 and 5
new alias test in test directory
msvc 6.5 should use static lib
test case for new tools added

[SVN r40271]
2007-10-21 20:59:15 +00:00
Gennadiy Rozental
091e85e0c2 Missing header in exception_safety.hpp
Run by name support
new tools BOOST_CHECK_NE, BOOST_CHECK_LE, BOOST_CHECK_LT, BOOST_CHECK_GE, BOOST_CHECK_GT implemented

[SVN r40270]
2007-10-21 20:53:56 +00:00
Gennadiy Rozental
d567241fe7 intel port
[SVN r40204]
2007-10-20 06:59:27 +00:00
Gennadiy Rozental
2bf1f4a724 borland port
[SVN r40203]
2007-10-20 05:38:57 +00:00
Gennadiy Rozental
58992b04a9 msvc 6.5 port fix
[SVN r40172]
2007-10-19 02:17:52 +00:00
Gennadiy Rozental
ce0c6dd9e3 included alias added
[SVN r40166]
2007-10-18 21:53:14 +00:00
Gennadiy Rozental
a20efe579a FP exceptions made optional and disabled by default
new CLA --detect_fp_exceptions=[yes|no] introduced

[SVN r40165]
2007-10-18 21:43:35 +00:00
Gennadiy Rozental
9786c1a3d2 fixed issue with num of exp failure calculation
mwerks port in execution_monitor.ipp
bug in init function invocation fixed

[SVN r40148]
2007-10-18 07:14:56 +00:00
Gennadiy Rozental
c35d861c42 try run
[SVN r40147]
2007-10-18 07:13:43 +00:00
John Maddock
02858771d2 Change #warning to #pragma message: #warning is a gcc-ism and the code in question is msvc-specific (Tested on all msvc variants, plus gcc-minw32).
[SVN r40110]
2007-10-17 09:19:35 +00:00