Commit Graph

  • f617f5dc70 zero arity function template based test case Gennadiy Rozental 2003-06-09 08:50:32 +0000
  • cdbd7ef62e added comparison type and algorithm constructor accepting it Gennadiy Rozental 2003-06-09 08:43:47 +0000
  • 363b1e0b32 1.30.beta1 Gennadiy Rozental 2003-06-09 08:41:42 +0000
  • 7db4a2cdec New Version Gennadiy Rozental 2003-06-09 08:16:56 +0000
  • 8ee41f3ba4 New Version Gennadiy Rozental 2003-06-09 08:07:03 +0000
  • 69ffbd5539 *** empty log message *** Gennadiy Rozental 2003-06-09 07:54:41 +0000
  • ee70c296fb como can't do structured exceptions Beman Dawes 2003-05-02 17:57:40 +0000
  • ddb1884ca2 cvs keyword changed Gennadiy Rozental 2003-04-07 06:34:32 +0000
  • 0e783eed9d broken links fix Gennadiy Rozental 2003-02-27 06:58:18 +0000
  • 0ae3c6327b Visual Age fix Gennadiy Rozental 2003-02-18 22:17:12 +0000
  • 77e8fd1287 release notes introduced Gennadiy Rozental 2003-02-18 00:38:06 +0000
  • 93d42a0c12 some exception safety and reentrance issues addressed Gennadiy Rozental 2003-02-17 10:04:21 +0000
  • 130442832d fix for ALL_LOCATE_TARGET not in BOOST_ROOT tree Beman Dawes 2003-02-16 21:11:23 +0000
  • d400776b8d excessive include parameters moved to source file Gennadiy Rozental 2003-02-15 22:26:00 +0000
  • 18663a1284 include parameters moved to source file Gennadiy Rozental 2003-02-15 22:25:42 +0000
  • 69cc539ce3 borland warning fix Gennadiy Rozental 2003-02-15 21:58:32 +0000
  • cde703a25c temporary cwpro fix for most of link problems Gennadiy Rozental 2003-02-15 21:56:14 +0000
  • ca5531259a bormland warning fix Gennadiy Rozental 2003-02-15 21:55:32 +0000
  • 521e0b7da0 is_defined made portable Gennadiy Rozental 2003-02-15 21:54:35 +0000
  • ff6b862385 cwpro8 fix Gennadiy Rozental 2003-02-15 21:53:39 +0000
  • c94821e7c4 mingw ostream fix Gennadiy Rozental 2003-02-15 21:52:37 +0000
  • ae9b893f4e borland warnings fix Gennadiy Rozental 2003-02-15 21:51:56 +0000
  • ca15322a52 borland warnings fix cwpro complains on size_t fix Gennadiy Rozental 2003-02-15 21:51:17 +0000
  • c9f05eec24 *** empty log message *** Gennadiy Rozental 2003-02-15 21:50:21 +0000
  • 7588484ed0 borland warning fix Gennadiy Rozental 2003-02-15 21:49:58 +0000
  • 8d6c75842e Mingw fix for is_defined Visual age fix for extendeded boolean value Gennadiy Rozental 2003-02-14 06:42:18 +0000
  • c6de711af9 Intel on linux fix Gennadiy Rozental 2003-02-14 06:40:58 +0000
  • 543b652722 mingw fix Gennadiy Rozental 2003-02-14 06:40:27 +0000
  • 0ad91240b1 use BOOST_HAS_SIGACTION for signal based algorithm selection Gennadiy Rozental 2003-02-14 06:40:00 +0000
  • 9dffb3c9f8 *** empty log message *** Gennadiy Rozental 2003-02-14 02:20:36 +0000
  • 807b14f6a1 save_pattern removed Gennadiy Rozental 2003-02-14 02:20:25 +0000
  • 77e480b65e added std to size_t Gennadiy Rozental 2003-02-14 00:56:23 +0000
  • a10d70cb3c Documentation default pallete changed to white Components examples and test page introduced and incorporated Several spelling errors fixed Gennadiy Rozental 2003-02-13 08:49:38 +0000
  • 675053569d *** empty log message *** Gennadiy Rozental 2003-02-13 08:47:12 +0000
  • 2aeca46ed3 log/report format option accepted, report selection logic moved in class method log/report separated into different stream stdout/stderr Gennadiy Rozental 2003-02-13 08:43:01 +0000
  • 607b63f4a5 report_level -> log_level Gennadiy Rozental 2003-02-13 08:40:44 +0000
  • 4910dc648f log_format, report_format, output_format introduced data() -> c_str() Gennadiy Rozental 2003-02-13 08:40:05 +0000
  • 1d1aa62fc6 type: virtual function -> property C strings eliminated Gennadiy Rozental 2003-02-13 08:39:05 +0000
  • c5bc7081ef reworked to support multiple report formats C strings eliminated Gennadiy Rozental 2003-02-13 08:37:59 +0000
  • 01b8b58cf3 reworked to support multiply log formats Gennadiy Rozental 2003-02-13 08:36:54 +0000
  • 249f594b75 log/report format introduced other minot fixes Gennadiy Rozental 2003-02-13 08:35:45 +0000
  • 6587205fa1 tentative fix for signal handling selection algorithm other minor fixes Gennadiy Rozental 2003-02-13 08:34:12 +0000
  • 8b91d1b987 report format config method added result set interface changed slightly to allow single entry point with string as report selector Gennadiy Rozental 2003-02-13 08:26:33 +0000
  • da3ecb1efd test case type: virtual method -> property Gennadiy Rozental 2003-02-13 08:23:56 +0000
  • 0bde52e5e1 C strings eliminated type: virtual method -> property const added to user test case shared instance reference Gennadiy Rozental 2003-02-13 08:23:08 +0000
  • 7093b054af report_level->log_level log format config methods added log interface slightly changed to allow multiple log formats Unused macros deleted Gennadiy Rozental 2003-02-13 08:20:56 +0000
  • 6862c023c1 BOOST_BITWISE_EQUAL introduced BOOST_CHECK_NO_THROW introduced report_level -> log_level C strings eliminated other minor fixes Gennadiy Rozental 2003-02-13 08:18:35 +0000
  • d4b837d7df BOOST_BITWIZE_EQUAL introduced BOOST_CHECK_NO_THROW introduced C string literals eliminated report_level -> log_level other minor fixes Gennadiy Rozental 2003-02-13 08:15:25 +0000
  • 4e7a5b9601 minor comment Gennadiy Rozental 2003-02-13 08:11:34 +0000
  • 478eccefc7 report_format log_format and output_format introduced Gennadiy Rozental 2003-02-13 08:07:20 +0000
  • 037ad3817f minor comment fix Gennadiy Rozental 2003-02-13 08:05:29 +0000
  • bfed9b7590 switch on using Boost.Preprocessor for friends declarations Gennadiy Rozental 2003-02-13 08:04:49 +0000
  • d1ca10cd21 minimal test should fail at run time Gennadiy Rozental 2003-01-19 16:35:45 +0000
  • 4d24093c4c docs typos; thanks to Jaap Satter Gennadiy Rozental 2002-12-30 04:44:04 +0000
  • fcee77daf8 quiet unused parameter warning Beman Dawes 2002-12-18 17:04:18 +0000
  • 5e0ccd187e Add :space to std::string to prevent garbled msg Beman Dawes 2002-12-17 22:01:09 +0000
  • 59c1860c2a fix missing std:: Beman Dawes 2002-12-11 13:41:49 +0000
  • 83509049ba Metrowerks fix Beman Dawes 2002-12-10 21:09:49 +0000
  • 536fdfcc25 *** empty log message *** Gennadiy Rozental 2002-12-09 05:27:50 +0000
  • af16b60c77 library renamed build of dlls added Gennadiy Rozental 2002-12-09 05:27:37 +0000
  • 77a55f18df Initial commit Gennadiy Rozental 2002-12-09 05:26:19 +0000
  • fd35cb16fd NULLs eliminated added explanation messages Gennadiy Rozental 2002-12-09 05:25:30 +0000
  • 077f164e5a comment fixed Gennadiy Rozental 2002-12-09 05:23:51 +0000
  • 7175332e03 NULLs eliminated Gennadiy Rozental 2002-12-09 05:23:29 +0000
  • 913c19106f *** empty log message *** Gennadiy Rozental 2002-12-09 05:22:48 +0000
  • 6e582b2fd3 Example input for the unit_test_example5 Gennadiy Rozental 2002-12-09 05:20:19 +0000
  • aa649f6e86 Initial commit Gennadiy Rozental 2002-12-09 05:19:28 +0000
  • 5e4a970fa7 switched to use unit_test_result_saver for internal testing switched to wrap_stringstream test cases added for the NULL char strings comparisons Gennadiy Rozental 2002-12-09 05:18:34 +0000
  • 60a4c7dc8b switched to use unit_test_result_saver for internal testing Gennadiy Rozental 2002-12-09 05:16:10 +0000
  • 4b75cb30b4 NULL eliminated Gennadiy Rozental 2002-12-09 05:15:26 +0000
  • 2dba050233 switch to use unit_test_result_saver for internal testing Gennadiy Rozental 2002-12-09 05:14:45 +0000
  • 281604b90d Initial commit Gennadiy Rozental 2002-12-09 05:13:31 +0000
  • 460984b0b4 library rename Gennadiy Rozental 2002-12-09 05:12:09 +0000
  • 3f4010f4e7 *** empty log message *** Gennadiy Rozental 2002-12-09 05:11:36 +0000
  • 8aafeee022 enum->class Gennadiy Rozental 2002-12-08 18:25:01 +0000
  • f31438b2a6 wrapstratream separated in standalone file and renamed switched to use c_string_literal Gennadiy Rozental 2002-12-08 18:20:30 +0000
  • 5edc9846bf catch system errors switch introduced Gennadiy Rozental 2002-12-08 18:19:06 +0000
  • 4d4f55bcb8 catch ststem error parameter introduced eliminated of uses of NULL switched to use c_string_literal Gennadiy Rozental 2002-12-08 18:18:10 +0000
  • 072e7bfcf0 eliminated all uses of NULL switched to use c_string_literal Gennadiy Rozental 2002-12-08 18:16:57 +0000
  • 988739bb82 switched to use c_string_literal Gennadiy Rozental 2002-12-08 18:15:19 +0000
  • fa827dfec1 catch system errors switch added switch back to scoped_ptr instead of raw test_suite pointer Gennadiy Rozental 2002-12-08 18:11:39 +0000
  • dcf39ec713 switched to use c_string_literal all NULLs substituted with c_string_literal default constructors build info is printed independently of report level Gennadiy Rozental 2002-12-08 18:07:16 +0000
  • 2601363bd3 MS C runtime debug hooks added switched to csignal and csetjmp switched to use c_string_literal catch_system_errors switch introduced for all configurations SIGABRT catch added REPORT_ERROR_BUFFER_SIZE is named Gennadiy Rozental 2002-12-08 18:02:14 +0000
  • 3e7d5415f9 BOOST_TEST_SYSTEM_ERROS env. variable introduced BOOST_CPP_MAIN_CONFIRMATION renamed to BOOST_PRG_MAN_CONFIRM and twicked it's logic a bit. It now should have value "no" to turn off pass confirmation Gennadiy Rozental 2002-12-08 17:58:10 +0000
  • 5420cce0a6 wrapstrstream separated in standalone file and renamed switched to use c_string_literal Gennadiy Rozental 2002-12-08 17:54:09 +0000
  • b5ca467f8d switched to use c_string_literal Gennadiy Rozental 2002-12-08 17:52:25 +0000
  • 94d050ac3b notion of number of stages is separated from number of test cases, so that parameterized test case in reported as one test case fixed bug in both parameterized function/class test cases with not iterating parameter iterator if exception occured switched to use c_string_literal Gennadiy Rozental 2002-12-08 17:51:04 +0000
  • f5034260d1 switched to use c_string_literal unit_test_result_saver introduced to properly managed reset_current_test_set calls in case of exceptions Gennadiy Rozental 2002-12-08 17:47:31 +0000
  • 5bd8e8de47 switched to use c_string_literal Gennadiy Rozental 2002-12-08 17:43:55 +0000
  • 65df445d45 catch_system_errors switch introduced switched to use c_string_literal Gennadiy Rozental 2002-12-08 17:40:59 +0000
  • 5cb8d4f309 catch_system_error framework cla parameter and envronment variable introduced switch to use c_string_literal Gennadiy Rozental 2002-12-08 17:38:44 +0000
  • 2e46e96afc catch system errors switch introduced Gennadiy Rozental 2002-12-08 17:36:32 +0000
  • f32085f4a7 c_string_literal introduced Gennadiy Rozental 2002-12-08 17:35:26 +0000
  • c987e4f9eb guard name fixed Gennadiy Rozental 2002-12-08 17:34:46 +0000
  • d2452c462c wrap_stringstream separated in standalone file and renamed Gennadiy Rozental 2002-12-08 17:31:44 +0000
  • 1a2ebae4e2 Automatic registration of unit tests facility introduced Gennadiy Rozental 2002-12-08 17:30:38 +0000
  • 7fecf6a272 wrapstream constructor issue fix revisited Gennadiy Rozental 2002-11-03 03:06:16 +0000
  • c6d46cccc1 wrapstream copy constructor isuue fix reworked Gennadiy Rozental 2002-11-02 20:23:24 +0000
  • 27358d0d0b release 1.29.0 merged into the main trank Gennadiy Rozental 2002-11-02 20:04:43 +0000
  • 3eb00040e9 merged into the main trank Gennadiy Rozental 2002-11-02 19:31:05 +0000