Bryce Adelstein-Lelbach
1753857f1b
Replacing the use of <iomanip> with <boost/detail/iomanip.hpp> across Boost.
...
On Linux, GNU's libstdc++, which is the default stdlib for icc and clang,
cannot parse the <iomanip> header in version 4.5+ (which thankfully neither
compiler advises the use of yet), as it's original C++98-friendly
implementation has been replaced with a gnu++0x implementation.
<boost/detail/iomanip.hpp> is a portable implementation of <iomanip>, providing
boost::detail::setfill, boost::detail::setbase, boost::detail::setw,
boost::detail::setprecision, boost::detail::setiosflags and
boost::detail::resetiosflags.
[SVN r68140]
2011-01-14 02:35:58 +00:00
Steven Watanabe
9a7d76b446
Rename examples. Fixes #4161
...
[SVN r62774]
2010-06-10 21:56:35 +00:00
Gennadiy Rozental
3b3efba889
fpc related changes
...
[SVN r62438]
2010-06-05 06:17:15 +00:00
Gennadiy Rozental
8e70155f26
old
...
[SVN r62018]
2010-05-16 03:59:51 +00:00
Gennadiy Rozental
22e8866efb
examples update
...
[SVN r62017]
2010-05-16 03:58:23 +00:00
Gennadiy Rozental
0aff402215
revert wrong changes
...
[SVN r58335]
2009-12-13 04:21:43 +00:00
Gennadiy Rozental
81e8aa2fdb
fix in examples
...
[SVN r57994]
2009-11-28 10:22:24 +00:00
Gennadiy Rozental
ddbf97d55e
typo
...
[SVN r53662]
2009-06-06 06:50:34 +00:00
Gennadiy Rozental
7bea34c2f5
examples of external main usage
...
[SVN r53661]
2009-06-06 06:47:06 +00:00
Gennadiy Rozental
fdfe69e217
test,example update
...
[SVN r50361]
2008-12-22 08:03:54 +00:00
Gennadiy Rozental
a574fe654c
date
...
[SVN r47788]
2008-07-25 03:52:52 +00:00
Gennadiy Rozental
6f62d562ec
copyright update
...
[SVN r47163]
2008-07-07 03:47:01 +00:00
Gennadiy Rozental
89725b2e38
copyright update
...
[SVN r47162]
2008-07-07 03:46:10 +00:00
Gennadiy Rozental
5817beb5c4
copyright update
...
[SVN r47161]
2008-07-07 03:32:34 +00:00
Gennadiy Rozental
ef858e07f4
copyright update
...
[SVN r47160]
2008-07-07 03:29:55 +00:00
Gennadiy Rozental
f2844a7f6a
copyright update
...
[SVN r47159]
2008-07-07 03:29:21 +00:00
Gennadiy Rozental
01fe2bc31e
copyright update
...
[SVN r47158]
2008-07-07 03:27:18 +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
7852c1ece5
update to tests and example
...
[SVN r40338]
2007-10-23 05:25:42 +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
Vladimir Prus
71d464e9fe
Remove V1 Jamfiles
...
[SVN r38516]
2007-08-08 19:02:26 +00:00
Gennadiy Rozental
dbe75354a9
mistake fixed
...
[SVN r34900]
2006-08-18 04:03:07 +00:00
Jürgen Hunold
2173e0f8a5
Add Jamfiles for Boost.Build V2
...
[SVN r34147]
2006-06-02 18:28:46 +00:00
Gennadiy Rozental
397ab3f64d
*** empty log message ***
...
[SVN r33387]
2006-03-19 12:01:54 +00:00
Gennadiy Rozental
97b1b57fef
test_exec_example removed
...
[SVN r33080]
2006-02-22 16:40:02 +00:00
Gennadiy Rozental
1a1478418a
*** empty log message ***
...
[SVN r32462]
2006-01-28 09:00:07 +00:00
Gennadiy Rozental
c6a17564bc
*** empty log message ***
...
[SVN r32457]
2006-01-28 07:12:47 +00:00
Gennadiy Rozental
3d15ec911f
unit test examples reworked
...
[SVN r32050]
2005-12-14 06:06:14 +00:00
Gennadiy Rozental
fc9f4dc694
licence update
...
[SVN r28803]
2005-05-11 05:10:07 +00:00
Gennadiy Rozental
f423d370fe
*** empty log message ***
...
[SVN r28731]
2005-05-08 08:59:33 +00:00
Gennadiy Rozental
994e31c239
*** empty log message ***
...
[SVN r28587]
2005-05-02 17:00:20 +00:00
Gennadiy Rozental
dbfa751494
*** empty log message ***
...
[SVN r28573]
2005-05-02 08:41:35 +00:00
Gennadiy Rozental
fb2a224eec
*** empty log message ***
...
[SVN r28572]
2005-05-02 08:31:45 +00:00
Gennadiy Rozental
c6702abc4f
*** empty log message ***
...
[SVN r28567]
2005-05-02 06:00:52 +00:00
Gennadiy Rozental
7d0dfba383
example of manipulators handling with Boost.Test
...
[SVN r28519]
2005-04-29 06:20:04 +00:00
Gennadiy Rozental
0c48cf0ebb
auto_unit_test facilities examples added
...
[SVN r28310]
2005-04-18 04:51:00 +00:00
Gennadiy Rozental
2cfb822e1e
*** empty log message ***
...
[SVN r28182]
2005-04-12 15:11:29 +00:00
Gennadiy Rozental
c7bd56bf4f
runtime.param examples added
...
[SVN r28150]
2005-04-12 06:18:02 +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
a495207f0b
no message
...
[SVN r26929]
2005-01-30 03:38:39 +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
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
Gennadiy Rozental
8e78395827
licence update
...
[SVN r22883]
2004-05-21 06:26:11 +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
635bd81f44
prerelease cleaning
...
[SVN r21023]
2003-12-01 00:42:38 +00:00
Gennadiy Rozental
c53868d48b
Licence update
...
[SVN r20696]
2003-11-06 07:32:30 +00:00
Gennadiy Rozental
5f30522703
new custom exception translators example
...
[SVN r20589]
2003-11-02 06:07:59 +00:00
Gennadiy Rozental
73b5476566
licence update
...
[SVN r20502]
2003-10-27 07:13:32 +00:00
Gennadiy Rozental
10c25df4b0
*** empty log message ***
...
[SVN r18756]
2003-06-10 08:01:21 +00:00
Gennadiy Rozental
913aa6e177
added test_case_template_example
...
[SVN r18734]
2003-06-09 09:29:41 +00:00
Gennadiy Rozental
04e7b4dada
1.30.beta1
...
[SVN r18733]
2003-06-09 09:28:19 +00:00
Gennadiy Rozental
ad54e2a4db
dependency example
...
[SVN r18732]
2003-06-09 09:27:56 +00:00
Gennadiy Rozental
2e78750f0c
BOOST_FUNC_TEMPLATE_TEST_CASE example
...
[SVN r18731]
2003-06-09 09:26:18 +00:00
Gennadiy Rozental
675053569d
*** empty log message ***
...
[SVN r17358]
2003-02-13 08:47:12 +00:00
Gennadiy Rozental
fd35cb16fd
NULLs eliminated
...
added explanation messages
[SVN r16568]
2002-12-09 05:25:30 +00:00
Gennadiy Rozental
077f164e5a
comment fixed
...
[SVN r16567]
2002-12-09 05:23:51 +00:00
Gennadiy Rozental
7175332e03
NULLs eliminated
...
[SVN r16566]
2002-12-09 05:23:29 +00:00
Gennadiy Rozental
913c19106f
*** empty log message ***
...
[SVN r16565]
2002-12-09 05:22:48 +00:00
Gennadiy Rozental
6e582b2fd3
Example input for the unit_test_example5
...
[SVN r16563]
2002-12-09 05:20:19 +00:00
Gennadiy Rozental
aa649f6e86
Initial commit
...
[SVN r16562]
2002-12-09 05:19:28 +00:00
Gennadiy Rozental
3216001951
switch to use new tools names
...
[SVN r15364]
2002-09-16 06:30:40 +00:00
Gennadiy Rozental
d3329cd8c8
config/parameters are separated
...
[SVN r14871]
2002-08-15 01:41:23 +00:00
Beman Dawes
594461583e
New version from unit_test_development branch
...
[SVN r14764]
2002-08-10 15:09:43 +00:00
Beman Dawes
8f26f55b9e
add missing eof newline
...
[SVN r12699]
2002-02-04 19:34:12 +00:00
Douglas Gregor
1f92bfd985
Reverting partial merge of unit_test_development branch
...
[SVN r12532]
2002-01-28 13:55:32 +00:00
Gennadiy Rozental
b8ec8153b5
*** empty log message ***
...
[SVN r12422]
2002-01-22 05:31:07 +00:00
Beman Dawes
a41aeac197
Add Test Library regression tests
...
[SVN r9369]
2001-03-01 00:47:19 +00:00
Beman Dawes
27b9129803
Boost Test Library initial commit
...
[SVN r9364]
2001-02-28 21:39:56 +00:00