Commit Graph

  • 8fb26513b8 Needed to include <cstdlib> to get std::getenv. Douglas Gregor 2004-05-18 13:34:15 +0000
  • beb6658e06 unit_test_suite.cpp: Try to work around an Intel 7.1 bug with conversions in a base class. Douglas Gregor 2004-05-18 13:26:47 +0000
  • 35c7a2dd6e class_properties.hpp: Borland C++ does not handle using declarations for data members properly; fixed the existing Borland workaround. Douglas Gregor 2004-05-18 13:10:49 +0000
  • 1f83347622 added fixed_mapping Gennadiy Rozental 2004-05-13 09:06:48 +0000
  • f5c0e0d8c3 Try to sync with V1 Vladimir Prus 2004-05-12 11:11:39 +0000
  • 32204596c3 basic_cstring introduced and used everywhere class properties reworked namespace names shortened Gennadiy Rozental 2004-05-11 11:05:46 +0000
  • 5dd5096dda basic_cstring introduced and used everywhere class properties reworked Gennadiy Rozental 2004-05-11 11:00:55 +0000
  • 47d14290c7 parenthesis around std::isprint because it's a macro on mipspro Toon Knapen 2004-03-10 09:39:45 +0000
  • a9f43f6bb9 remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros Eric Niebler 2004-02-26 18:27:02 +0000
  • 572e3b0b5f *** empty log message *** Gennadiy Rozental 2004-01-26 11:58:03 +0000
  • 90565c8cb3 test case template Gennadiy Rozental 2004-01-26 11:20:33 +0000
  • b10138917c release notes Gennadiy Rozental 2004-01-26 11:19:51 +0000
  • 21cc4d85ce major update to the docs Gennadiy Rozental 2004-01-26 10:13:35 +0000
  • 23c383413a errors_handling_test disabled as it fails for all operating systems except Windows Beman Dawes 2004-01-23 16:42:03 +0000
  • 1a1c3dc0cc Fix Metrowerks link failures for some compiler configurations. See comment in code. (fix from Ed Swartz of Metrowerks) Beman Dawes 2004-01-07 22:06:44 +0000
  • 11406b0635 Borland specific workaround needs to be inline to prevent linker errors, and is unneeded for version 6 of the compiler. John Maddock 2004-01-05 11:56:25 +0000
  • 603a18d274 Added patch for gcc2.95.3 (and no new iostreams). John Maddock 2003-12-23 13:23:35 +0000
  • 35a8683df0 Added fixes for Borland C++ 6.0 compiler (With EDG frontend). John Maddock 2003-12-20 11:27:28 +0000
  • 6e909ad93b Add 'boost' prefix for library names Vladimir Prus 2003-12-10 06:25:05 +0000
  • 648b4c8107 *** empty log message *** Gennadiy Rozental 2003-12-03 01:22:40 +0000
  • afc6bf71da *** empty log message *** Gennadiy Rozental 2003-12-01 17:13:22 +0000
  • 635bd81f44 prerelease cleaning Gennadiy Rozental 2003-12-01 00:42:38 +0000
  • 10f7d1859d Added fix for gcc2.95 John Maddock 2003-11-28 15:20:47 +0000
  • 6b2dfab48f *** empty log message *** Gennadiy Rozental 2003-11-23 22:37:18 +0000
  • bc25c6eea9 *** empty log message *** Gennadiy Rozental 2003-11-06 08:03:58 +0000
  • 1fc077e38c Licence update Gennadiy Rozental 2003-11-06 07:39:36 +0000
  • a089545759 Licence update Floating point check reworked (Is not backward compartible!!!) Some annoying MSVC wrnings suppressed Gennadiy Rozental 2003-11-06 07:38:58 +0000
  • 2ac512fd3e *** empty log message *** Gennadiy Rozental 2003-11-06 07:35:32 +0000
  • 630335c368 no message Gennadiy Rozental 2003-11-06 07:34:36 +0000
  • c53868d48b Licence update Gennadiy Rozental 2003-11-06 07:32:30 +0000
  • 85b47f641c bin instead of ascii Gennadiy Rozental 2003-11-02 08:08:49 +0000
  • ed769b1154 added stl manipulators support Gennadiy Rozental 2003-11-02 06:21:57 +0000
  • 5fe4d26705 use shared global monitor for all test cases Gennadiy Rozental 2003-11-02 06:21:33 +0000
  • 7a3918cbee register_exception_translator added for unit test framework Gennadiy Rozental 2003-11-02 06:20:55 +0000
  • bd4b2c1fd0 custom exception translator registration support added position for the collection comparison results error message special log print methods for char values BOOST_IGNORE_CHECK - to be used with BOOST_CHECK_EXCEPTION some macro allignment Gennadiy Rozental 2003-11-02 06:19:55 +0000
  • e1378f8673 custom exception translator registration support Gennadiy Rozental 2003-11-02 06:16:56 +0000
  • 315c32016e fixed to support multi-module unit testing Gennadiy Rozental 2003-11-02 06:16:14 +0000
  • 618833eb45 no message Gennadiy Rozental 2003-11-02 06:14:05 +0000
  • 48f4985cb2 2 new tests added: multiple module auto unit testing and custom exception translator regitry unit test Gennadiy Rozental 2003-11-02 06:13:27 +0000
  • 848513b9ae manipulator usage tests added collections comarison tests updated Gennadiy Rozental 2003-11-02 06:12:06 +0000
  • 34ac7413c2 manipulator usage testing added Gennadiy Rozental 2003-11-02 06:10:02 +0000
  • 5f30522703 new custom exception translators example Gennadiy Rozental 2003-11-02 06:07:59 +0000
  • e2f43c7ded *** empty log message *** Gennadiy Rozental 2003-11-02 06:05:44 +0000
  • 6100297659 use shared global unit_test_monitor Gennadiy Rozental 2003-11-02 06:03:04 +0000
  • 7f6d01a4bb custom char value log print procedues Gennadiy Rozental 2003-11-02 06:01:05 +0000
  • fcc99704a3 custom exception translators support Gennadiy Rozental 2003-11-02 04:43:09 +0000
  • 73b5476566 licence update Gennadiy Rozental 2003-10-27 07:13:32 +0000
  • 58bf3c298e Add install definitions for new common install configuration. Rene Rivera 2003-10-19 19:52:56 +0000
  • b31560cb2c Change to new license (with Gennadiy's permission) Beman Dawes 2003-09-14 12:42:22 +0000
  • 01db7eef07 Use the import rule Dave Abrahams 2003-09-08 17:38:49 +0000
  • 797b4c475a eliminate tolerance definition by number of rounding errors Gennadiy Rozental 2003-07-15 09:01:36 +0000
  • f3328db9ab *** empty log message *** Gennadiy Rozental 2003-07-15 08:31:24 +0000
  • ce652334da need <cstring> before being able to use std::strcmp etc. Jens Maurer 2003-07-11 16:26:21 +0000
  • 09aba75561 define str() before it is first used to avoid "redeclared inline after begin called" error on IRIX MIPSpro Jens Maurer 2003-07-09 21:22:24 +0000
  • 13b01c85de avoid "unused parameter" warnings with gcc Jens Maurer 2003-07-09 12:59:29 +0000
  • 84f0ca80ec avoid "unused parameter" warnings with gcc Jens Maurer 2003-07-09 12:51:29 +0000
  • 647cc5110f move log formatter in public interface Gennadiy Rozental 2003-07-02 09:15:57 +0000
  • d1491f788f workaround broken std libraries Beman Dawes 2003-06-23 22:37:13 +0000
  • 060bcf8151 fix some but not all problems with previous commit Beman Dawes 2003-06-20 18:13:54 +0000
  • cc5b9db731 no message Gennadiy Rozental 2003-06-20 11:01:57 +0000
  • 00aa5aa1c3 match_pattern show an error mismatch snippet Gennadiy Rozental 2003-06-20 11:01:15 +0000
  • 9a90d7ea52 gcc warning fix Gennadiy Rozental 2003-06-20 10:57:25 +0000
  • af9e49632b printing posponed differently extended predicate value allowed to reset the value Gennadiy Rozental 2003-06-20 10:56:26 +0000
  • 32b1b2db47 *** empty log message *** Gennadiy Rozental 2003-06-12 00:02:39 +0000
  • 3824f1ba2a eliminate mismatch types warning Gennadiy Rozental 2003-06-11 15:47:03 +0000
  • 312a4c0ba4 minor fix Gennadiy Rozental 2003-06-11 04:34:22 +0000
  • 15103cf946 *** empty log message *** Gennadiy Rozental 2003-06-11 01:52:29 +0000
  • c2ee0dd05e force unix slash for file name Gennadiy Rozental 2003-06-11 01:52:09 +0000
  • 10c25df4b0 *** empty log message *** Gennadiy Rozental 2003-06-10 08:01:21 +0000
  • 618265dcb8 has_failed conseder test_case_failed != 0 as an error Gennadiy Rozental 2003-06-10 08:00:34 +0000
  • 5e4d9735d5 test_case_template_test added parameterized test updated Gennadiy Rozental 2003-06-10 07:57:33 +0000
  • 0d096ea04b *** empty log message *** Gennadiy Rozental 2003-06-10 03:39:21 +0000
  • 63a8ae2f38 UNDEF report level introduced Gennadiy Rozental 2003-06-10 03:36:51 +0000
  • 75eb5c0cec set report level algorithm patched Gennadiy Rozental 2003-06-10 03:35:38 +0000
  • 3ac81b2f51 desable SEH if BOOST_DISABLE_WIN32 in effect Gennadiy Rozental 2003-06-10 03:34:28 +0000
  • 7fc8d8d97d *** empty log message *** Gennadiy Rozental 2003-06-09 09:53:48 +0000
  • f5723db5de *** empty log message *** Gennadiy Rozental 2003-06-09 09:52:37 +0000
  • 259199a042 *** empty log message *** Gennadiy Rozental 2003-06-09 09:52:16 +0000
  • 5d2c7657ee *** empty log message *** Gennadiy Rozental 2003-06-09 09:32:39 +0000
  • d55ec27eec eliminate dll build on win32 Gennadiy Rozental 2003-06-09 09:32:01 +0000
  • c758272f0c New docs Gennadiy Rozental 2003-06-09 09:30:36 +0000
  • 913aa6e177 added test_case_template_example Gennadiy Rozental 2003-06-09 09:29:41 +0000
  • 04e7b4dada 1.30.beta1 Gennadiy Rozental 2003-06-09 09:28:19 +0000
  • ad54e2a4db dependency example Gennadiy Rozental 2003-06-09 09:27:56 +0000
  • 2e78750f0c BOOST_FUNC_TEMPLATE_TEST_CASE example Gennadiy Rozental 2003-06-09 09:26:18 +0000
  • 51e524749c added test for: BOOST_TEST_DONT_PRINT_LOG_VALUE custom predicate BOOST_CHECK_EXCEPTION Gennadiy Rozental 2003-06-09 09:24:47 +0000
  • a9706243f3 prg_exec_fail4.cpp added Gennadiy Rozental 2003-06-09 09:22:30 +0000
  • f42332330c test the Execution Monitor logic regards cpp_main return values Gennadiy Rozental 2003-06-09 09:21:47 +0000
  • 71803d4b46 dependency check support simplified testing abort procedures Gennadiy Rozental 2003-06-09 09:21:04 +0000
  • aa730aa3a1 First failed assertion support dependency support Gennadiy Rozental 2003-06-09 09:18:19 +0000
  • 0e3e1417a0 1.30.beta1 Gennadiy Rozental 2003-06-09 09:17:11 +0000
  • 1659ef6e06 extract report level before passing cla to the user straiten result code in case of failed initialization Gennadiy Rozental 2003-06-09 09:16:19 +0000
  • f930bb3d61 added support for extended users predicate returning also error message Gennadiy Rozental 2003-06-09 09:14:35 +0000
  • 335853dd8d straiten return code logic for Program Execution Monitor Gennadiy Rozental 2003-06-09 09:12:26 +0000
  • 7d8e0c5dd5 added support for catch_system_error in Test Execution Monitor Gennadiy Rozental 2003-06-09 09:10:50 +0000
  • e942227984 1.30.beta1 Gennadiy Rozental 2003-06-09 09:00:44 +0000
  • 1f7fe1eaf6 methods has_passed and depend_on introduced to manage dependencies Gennadiy Rozental 2003-06-09 09:00:09 +0000
  • 82e3420c5e unit_test_result_tracker introduced for correct exception handling method has_passed introduced to support dependencies Gennadiy Rozental 2003-06-09 08:58:40 +0000
  • 6ef8f247ad test_case_csope_tracker introduced for correct exception unwinding handling Gennadiy Rozental 2003-06-09 08:56:15 +0000
  • 6bd6f742f1 BOOST_CHECK_EXCEPTION introduced type for line parameter changed to size_t support for using types without operator<< implemented support for extended user defined predicates that could return cause of error Gennadiy Rozental 2003-06-09 08:55:08 +0000