Commit Graph

3194 Commits

Author SHA1 Message Date
Gennadiy Rozental
c53dbc7695 *** empty log message ***
[SVN r27459]
2005-02-21 10:03:27 +00:00
Gennadiy Rozental
e2d63e7567 This a major update for Boost.Test framework. See release docs for complete list of fixes/updates
[SVN r27444]
2005-02-20 08:28:35 +00:00
Gennadiy Rozental
649e99e18f m_message zero init for sunpro
[SVN r27082]
2005-02-03 20:39:12 +00:00
Gennadiy Rozental
b9c7227488 namespace log added for log manipulators
[SVN r27037]
2005-02-02 12:08:14 +00:00
Gennadiy Rozental
7859c32dea *** empty log message ***
[SVN r27036]
2005-02-02 12:06:52 +00:00
Gennadiy Rozental
026f360041 supplied log formatters split
[SVN r26990]
2005-02-01 17:15:46 +00:00
Gennadiy Rozental
b86994205f supplied_log_formatters split
change formatters interface to simplify result interface


[SVN r26986]
2005-02-01 09:01:00 +00:00
Gennadiy Rozental
f3cdbb961a copyright update
old log entries removed
minor stilistic changes
depricated tools removed


[SVN r26985]
2005-02-01 06:40:08 +00:00
Gennadiy Rozental
48bb02bd55 Sunpro CC 5.3 workarounds
[SVN r26972]
2005-01-31 20:07:21 +00:00
Gennadiy Rozental
7d9fae8a05 use BOOST_WORKAROUND
[SVN r26971]
2005-01-31 20:03:28 +00:00
Gennadiy Rozental
5241d06008 cdecl portability fix
[SVN r26955]
2005-01-31 07:50:06 +00:00
Gennadiy Rozental
41a77a6adc workaround fixed
[SVN r26954]
2005-01-31 06:04:31 +00:00
Gennadiy Rozental
4590affbfa __cdecl correctness fixes
[SVN r26953]
2005-01-31 06:02:15 +00:00
Gennadiy Rozental
e9ba1fa6ab deprecated std symbols warning suppressed
[SVN r26952]
2005-01-31 06:00:37 +00:00
Gennadiy Rozental
d282deb30d detect_memory_leaks feature added
[SVN r26951]
2005-01-31 05:59:36 +00:00
Gennadiy Rozental
a495207f0b no message
[SVN r26929]
2005-01-30 03:38:39 +00:00
Gennadiy Rozental
d5bad1a34e Test Tools completely reworked:
interfaces streamlined to provide 3 version for each tool
  implementation revorked to use single vararg formatter function
  CHECK_COLLECTION now expect 4 arguments
  BITWISE_EQUAL renamed to CHECK_BITWISE_EQUAL but still provided as depricated
  CHECK_COLLECTION interface changed to use PP_SEQ and as a result support arbitrary number of predicate arguments
  most of templates eliminated
  depricated tools removed
  print_helper object generator added


[SVN r26928]
2005-01-30 03:32:57 +00:00
Gennadiy Rozental
d1c3b806ec return an ability for explicit end()
[SVN r26927]
2005-01-30 03:26:29 +00:00
Gennadiy Rozental
ed2fc371c8 output_test_stream moved into separate file
[SVN r26926]
2005-01-30 03:25:24 +00:00
Gennadiy Rozental
85ca43b458 extended_predicate_result renamed ot predicate_result and moved into separate file
[SVN r26925]
2005-01-30 03:24:51 +00:00
Gennadiy Rozental
fc3aa6c30a counter type renamed
log interface slightly shortened


[SVN r26924]
2005-01-30 03:23:58 +00:00
Gennadiy Rozental
47abdd3454 result_tracker class removed
counter type renamed


[SVN r26923]
2005-01-30 03:23:06 +00:00
Gennadiy Rozental
6ef69c8c9d interface changed to use const_string
use BOOST_TEST_STRINGIZE


[SVN r26922]
2005-01-30 03:22:07 +00:00
Gennadiy Rozental
db990ecb42 interface changed to use const_string
[SVN r26921]
2005-01-30 03:21:34 +00:00
Gennadiy Rozental
141eb017fa use BOOST_JOIN and BOOST_TEST_STRINGIZE
[SVN r26920]
2005-01-30 03:20:38 +00:00
Gennadiy Rozental
7e24121fc7 test tools implementation completely reworked. All tools inplemented through single vararg function
[SVN r26919]
2005-01-30 03:18:27 +00:00
Gennadiy Rozental
e68b00a5c4 counter type renamed
[SVN r26918]
2005-01-30 01:59:36 +00:00
Gennadiy Rozental
1d164b1cec include log explecetly
[SVN r26917]
2005-01-30 01:58:33 +00:00
Gennadiy Rozental
795829d583 counter type renamed
testing time separated in a xml element


[SVN r26916]
2005-01-30 01:57:24 +00:00
Gennadiy Rozental
bb73a7c248 eliminated dependency on log
[SVN r26915]
2005-01-30 01:55:13 +00:00
Gennadiy Rozental
79583b9e97 counter type renamed
log interface functions shortened


[SVN r26914]
2005-01-30 01:52:47 +00:00
Gennadiy Rozental
9d07551115 counter type renamed
interface functions shortened


[SVN r26913]
2005-01-30 01:49:29 +00:00
Gennadiy Rozental
b9386f9a94 BOOST_TEST_STRINGIZE introduced
counter type renamed


[SVN r26912]
2005-01-30 01:48:24 +00:00
Gennadiy Rozental
62d7bb6fbb warnings suppressed
[SVN r26911]
2005-01-30 01:44:14 +00:00
Gennadiy Rozental
f9f357b526 typo in guard
[SVN r26851]
2005-01-26 07:37:13 +00:00
Victor A. Wagner Jr.
3dd7aa3268 Changed - \r\r\n to \r\n in the windows flavors of the files
VC++ 8.0 complains and won't compile them


[SVN r26817]
2005-01-23 10:13:22 +00:00
Victor A. Wagner Jr.
bda220902e Changed - all the \r\r\n to \r\n in the windows flavor of the file
because VC++ 8.0 complains and refuses to compile


[SVN r26816]
2005-01-23 09:59:34 +00:00
Gennadiy Rozental
d143f0dca4 implementation moved into headers section to eliminate dependency of included/minimal component on src directory
[SVN r26813]
2005-01-22 19:26:38 +00:00
Gennadiy Rozental
5b451897a8 moved sharable staff into utils
[SVN r26809]
2005-01-22 18:21:40 +00:00
Gennadiy Rozental
042d03440a small aCC fix
[SVN r26777]
2005-01-21 07:33:51 +00:00
Gennadiy Rozental
0a21883b03 BOOST_TEST_SUPPORT_TIMEOUT flag introduced to be used by used to switch code by timeout support
[SVN r26776]
2005-01-21 07:33:20 +00:00
Gennadiy Rozental
0fb32260fe xml helper facilities reworked to present manipulator interfaces
[SVN r26774]
2005-01-21 07:31:44 +00:00
Gennadiy Rozental
693f1fd9c8 to log testing time log formatter interfaces changed
[SVN r26773]
2005-01-21 07:30:45 +00:00
Gennadiy Rozental
07a7704f4e DLL build prohibited on cygwin
[SVN r26772]
2005-01-21 07:28:01 +00:00
Gennadiy Rozental
aef98e24b0 xml printing helpers reworked to employ generic custom manipulators
[SVN r26771]
2005-01-21 07:26:41 +00:00
Gennadiy Rozental
5ed520aa41 added automatic test case run timing
[SVN r26770]
2005-01-21 07:23:49 +00:00
Gennadiy Rozental
732af178dc detect presence of debugger under VC and automatically prevent catching system errors
[SVN r26769]
2005-01-21 07:21:38 +00:00
Victor A. Wagner Jr.
6a703dac2f Changed the \r\r\n back to \r\n on windows so we don't get errors when compiling
on VC++8.0.  I don't know why Microsoft thinks it's a good idea to call this an error,
but they do.  I also don't know why people insist on checking out files on Windows and
copying them to a unix system to check them in (which will cause exactly this problem)


[SVN r26746]
2005-01-19 16:34:07 +00:00
Victor A. Wagner Jr.
f8b5148e56 deleted redundant \r in many \r\r\n sequences of the source. VC8.0 doesn't like them
[SVN r26735]
2005-01-19 06:40:05 +00:00
Gennadiy Rozental
adf6f1f5e7 unit_test_log rework:
eliminated need for ::instance()
   eliminated need for << end and ...END macro
   straitend interface between log and formatters
   change compiler like formatter name
   minimized unit_test_log interface and reworked to use explicit calls


[SVN r26720]
2005-01-18 08:30:09 +00:00