Douglas Gregor
8fb26513b8
Needed to include <cstdlib> to get std::getenv.
...
[SVN r22864]
2004-05-18 13:34:15 +00:00
Douglas Gregor
beb6658e06
unit_test_suite.cpp: Try to work around an Intel 7.1 bug with conversions in a base class.
...
[SVN r22862]
2004-05-18 13:26:47 +00:00
Douglas Gregor
35c7a2dd6e
class_properties.hpp: Borland C++ does not handle using declarations for data members properly; fixed the existing Borland workaround.
...
[SVN r22860]
2004-05-18 13:10:49 +00:00
Gennadiy Rozental
1f83347622
added fixed_mapping
...
[SVN r22806]
2004-05-13 09:06:48 +00:00
Vladimir Prus
f5c0e0d8c3
Try to sync with V1
...
[SVN r22802]
2004-05-12 11:11:39 +00:00
Gennadiy Rozental
32204596c3
basic_cstring introduced and used everywhere
...
class properties reworked
namespace names shortened
[SVN r22787]
2004-05-11 11:05:46 +00:00
Gennadiy Rozental
5dd5096dda
basic_cstring introduced and used everywhere
...
class properties reworked
[SVN r22786]
2004-05-11 11:00:55 +00:00
Toon Knapen
47d14290c7
parenthesis around std::isprint because it's a macro on mipspro
...
[SVN r22471]
2004-03-10 09:39:45 +00:00
Eric Niebler
a9f43f6bb9
remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros
...
[SVN r22394]
2004-02-26 18:27:02 +00:00
Gennadiy Rozental
572e3b0b5f
*** empty log message ***
...
[SVN r21961]
2004-01-26 11:58:03 +00:00
Gennadiy Rozental
90565c8cb3
test case template
...
[SVN r21956]
2004-01-26 11:20:33 +00:00
Gennadiy Rozental
b10138917c
release notes
...
[SVN r21955]
2004-01-26 11:19:51 +00:00
Gennadiy Rozental
21cc4d85ce
major update to the docs
...
[SVN r21952]
2004-01-26 10:13:35 +00:00
Beman Dawes
23c383413a
errors_handling_test disabled as it fails for all operating systems except Windows
...
[SVN r21888]
2004-01-23 16:42:03 +00:00
Beman Dawes
1a1c3dc0cc
Fix Metrowerks link failures for some compiler configurations. See comment in code. (fix from Ed Swartz of Metrowerks)
...
[SVN r21534]
2004-01-07 22:06:44 +00:00
John Maddock
11406b0635
Borland specific workaround needs to be inline to prevent linker errors, and is unneeded for version 6 of the compiler.
...
[SVN r21494]
2004-01-05 11:56:25 +00:00
John Maddock
603a18d274
Added patch for gcc2.95.3 (and no new iostreams).
...
[SVN r21381]
2003-12-23 13:23:35 +00:00
John Maddock
35a8683df0
Added fixes for Borland C++ 6.0 compiler (With EDG frontend).
...
[SVN r21348]
2003-12-20 11:27:28 +00:00
Vladimir Prus
6e909ad93b
Add 'boost' prefix for library names
...
[SVN r21193]
2003-12-10 06:25:05 +00:00
Gennadiy Rozental
648b4c8107
*** empty log message ***
...
[SVN r21097]
2003-12-03 01:22:40 +00:00
Gennadiy Rozental
afc6bf71da
*** empty log message ***
...
[SVN r21047]
2003-12-01 17:13:22 +00:00
Gennadiy Rozental
635bd81f44
prerelease cleaning
...
[SVN r21023]
2003-12-01 00:42:38 +00:00
John Maddock
10f7d1859d
Added fix for gcc2.95
...
[SVN r20989]
2003-11-28 15:20:47 +00:00
Gennadiy Rozental
6b2dfab48f
*** empty log message ***
...
[SVN r20929]
2003-11-23 22:37:18 +00:00
Gennadiy Rozental
bc25c6eea9
*** empty log message ***
...
[SVN r20703]
2003-11-06 08:03:58 +00:00
Gennadiy Rozental
1fc077e38c
Licence update
...
[SVN r20702]
2003-11-06 07:39:36 +00:00
Gennadiy Rozental
a089545759
Licence update
...
Floating point check reworked (Is not backward compartible!!!)
Some annoying MSVC wrnings suppressed
[SVN r20701]
2003-11-06 07:38:58 +00:00
Gennadiy Rozental
2ac512fd3e
*** empty log message ***
...
[SVN r20698]
2003-11-06 07:35:32 +00:00
Gennadiy Rozental
630335c368
no message
...
[SVN r20697]
2003-11-06 07:34:36 +00:00
Gennadiy Rozental
c53868d48b
Licence update
...
[SVN r20696]
2003-11-06 07:32:30 +00:00
Gennadiy Rozental
85b47f641c
bin instead of ascii
...
[SVN r20600]
2003-11-02 08:08:49 +00:00
Gennadiy Rozental
ed769b1154
added stl manipulators support
...
[SVN r20599]
2003-11-02 06:21:57 +00:00
Gennadiy Rozental
5fe4d26705
use shared global monitor for all test cases
...
[SVN r20598]
2003-11-02 06:21:33 +00:00
Gennadiy Rozental
7a3918cbee
register_exception_translator added for unit test framework
...
[SVN r20597]
2003-11-02 06:20:55 +00:00
Gennadiy Rozental
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
[SVN r20596]
2003-11-02 06:19:55 +00:00
Gennadiy Rozental
e1378f8673
custom exception translator registration support
...
[SVN r20595]
2003-11-02 06:16:56 +00:00
Gennadiy Rozental
315c32016e
fixed to support multi-module unit testing
...
[SVN r20594]
2003-11-02 06:16:14 +00:00
Gennadiy Rozental
618833eb45
no message
...
[SVN r20593]
2003-11-02 06:14:05 +00:00
Gennadiy Rozental
48f4985cb2
2 new tests added: multiple module auto unit testing and custom exception translator regitry unit test
...
[SVN r20592]
2003-11-02 06:13:27 +00:00
Gennadiy Rozental
848513b9ae
manipulator usage tests added
...
collections comarison tests updated
[SVN r20591]
2003-11-02 06:12:06 +00:00
Gennadiy Rozental
34ac7413c2
manipulator usage testing added
...
[SVN r20590]
2003-11-02 06:10:02 +00:00
Gennadiy Rozental
5f30522703
new custom exception translators example
...
[SVN r20589]
2003-11-02 06:07:59 +00:00
Gennadiy Rozental
e2f43c7ded
*** empty log message ***
...
[SVN r20588]
2003-11-02 06:05:44 +00:00
Gennadiy Rozental
6100297659
use shared global unit_test_monitor
...
[SVN r20587]
2003-11-02 06:03:04 +00:00
Gennadiy Rozental
7f6d01a4bb
custom char value log print procedues
...
[SVN r20586]
2003-11-02 06:01:05 +00:00
Gennadiy Rozental
fcc99704a3
custom exception translators support
...
[SVN r20584]
2003-11-02 04:43:09 +00:00
Gennadiy Rozental
73b5476566
licence update
...
[SVN r20502]
2003-10-27 07:13:32 +00:00
Rene Rivera
58bf3c298e
Add install definitions for new common install configuration.
...
[SVN r20409]
2003-10-19 19:52:56 +00:00
Beman Dawes
b31560cb2c
Change to new license (with Gennadiy's permission)
...
[SVN r20049]
2003-09-14 12:42:22 +00:00
Dave Abrahams
01db7eef07
Use the import rule
...
[SVN r19968]
2003-09-08 17:38:49 +00:00