Commit Graph

50050 Commits

Author SHA1 Message Date
Jeremy Siek
382902a457 more optimizations and changes from Gennaro
[SVN r14841]
2002-08-14 16:46:18 +00:00
Jeremy Siek
d7e0087cc0 updated to match new policy about preconditions (assert instead of throw)
[SVN r14840]
2002-08-14 16:45:30 +00:00
Jeff Garland
46878d51f2 use static method instead of static data
[SVN r14839]
2002-08-14 15:50:59 +00:00
Jeff Garland
f0e8b57ff7 fix VC7, borland compile errors
[SVN r14838]
2002-08-14 15:20:36 +00:00
Jaakko Järvi
6bbd168822 added a forgotten sig-template to 9-argument case
[SVN r14837]
2002-08-14 14:59:24 +00:00
Douglas Gregor
45dd72187b char*[] in test_main
[SVN r14836]
2002-08-14 14:45:02 +00:00
Peter Dimov
19db64275c BOOST_NO_EXCEPTIONS support added.
[SVN r14835]
2002-08-14 12:27:22 +00:00
Peter Dimov
5b4b0a2ed2 Changed BOOST_TEST(p) to BOOST_TEST(p? true: false) to make sure the right thing is being tested.
[SVN r14834]
2002-08-14 11:59:13 +00:00
Vladimir Prus
03e02339cf Added an V2 example.
[SVN r14833]
2002-08-14 11:45:35 +00:00
Vladimir Prus
ba319e93e6 Incremented version to 3.1.2, in anticipation of upcoming Boost release.
[SVN r14831]
2002-08-14 10:15:30 +00:00
Vladimir Prus
a17abe8c3d Updated debian files.
[SVN r14830]
2002-08-14 10:01:32 +00:00
Vladimir Prus
26c9a18f8e Fixed formatting.
[SVN r14829]
2002-08-14 10:00:24 +00:00
Dave Abrahams
af85bd14da Automatic class def_init(), abstract class __init__ errors
Fixed line endings
Suppressed warnings


[SVN r14828]
2002-08-14 06:26:33 +00:00
Jeff Garland
386a6040ad first version of library
[SVN r14827]
2002-08-13 23:07:56 +00:00
Jeff Garland
59c348e5af first version of library
[SVN r14826]
2002-08-13 22:57:32 +00:00
Jeff Garland
87c0a3a2dc first version of library
[SVN r14825]
2002-08-13 22:52:12 +00:00
Jeff Garland
a4967e4ce5 first version of library
[SVN r14824]
2002-08-13 22:46:55 +00:00
Jeff Garland
f43e9b600a add first version of docs
[SVN r14823]
2002-08-13 22:26:20 +00:00
Jeff Garland
e2701ce1f7 First version of docs.
[SVN r14822]
2002-08-13 22:18:14 +00:00
Beman Dawes
7a38824a0e Borland fix from Gennadiy
[SVN r14820]
2002-08-13 20:47:29 +00:00
William E. Kempf
07396d5758 Fixed thread testing
[SVN r14819]
2002-08-13 19:20:27 +00:00
William E. Kempf
0e39fb2579 Fixed Jamfile issues with tests
[SVN r14818]
2002-08-13 19:19:09 +00:00
Beman Dawes
61a8faed65 Reapply overwritten Metrowerks fix
[SVN r14814]
2002-08-13 16:15:06 +00:00
Peter Dimov
cfb7d7fc83 #include <iostream> added.
[SVN r14813]
2002-08-13 15:58:12 +00:00
Gennadiy Rozental
3941986fa4 result code/message fixed
[SVN r14812]
2002-08-13 15:14:53 +00:00
John Maddock
536a40a481 Added new config macros:
BOOST_HAS_PARTIAL_STD_ALLOCATOR
	BOOST_NO_EXCEPTION_STD_NAMESPACE


[SVN r14809]
2002-08-13 11:52:06 +00:00
John Maddock
bf10c57f63 Added some new state information for forthcomming new algorithms.
[SVN r14808]
2002-08-13 11:47:41 +00:00
Gennadiy Rozental
a1977461f1 test recolt formatting and code fixed
[SVN r14806]
2002-08-13 10:03:12 +00:00
Gennadiy Rozental
164a533ac6 Major update in BTL docs
[SVN r14805]
2002-08-13 10:02:20 +00:00
Gennadiy Rozental
53476bb805 test_test_wo removed
[SVN r14804]
2002-08-13 09:59:35 +00:00
Dave Abrahams
ad44dca4c2 Bug fix
[SVN r14803]
2002-08-13 05:07:50 +00:00
Dave Abrahams
bd2e5544a5 Unit test adjustments
[SVN r14802]
2002-08-13 04:25:23 +00:00
Dave Abrahams
572e471682 Add dependency on test_exec_monitor
[SVN r14801]
2002-08-13 03:06:00 +00:00
Dave Abrahams
47042e5118 Python->C++ exception translation
[SVN r14800]
2002-08-13 00:45:09 +00:00
Dave Abrahams
cf63e856ee Added a test for add_property
[SVN r14799]
2002-08-13 00:43:51 +00:00
Ronald Garcia
3bd31e688a fixed typo.
[SVN r14798]
2002-08-12 20:47:54 +00:00
Ronald Garcia
fbe43fc9fb Added an example of using const_associative_property_map.
[SVN r14797]
2002-08-12 19:15:20 +00:00
Jeremy Siek
cc79c4c1b4 changed checking for directedness to use is_convertible
[SVN r14796]
2002-08-12 19:13:18 +00:00
Ronald Garcia
2c3cc0f875 Initial Revision.
[SVN r14795]
2002-08-12 18:45:27 +00:00
Beman Dawes
c9f181a9a6 Add Metrowerks
[SVN r14794]
2002-08-12 17:55:30 +00:00
Ronald Garcia
2db2643a6e Bug fix in const_property_map template (no operator[] for non-const
map).


[SVN r14793]
2002-08-12 16:49:18 +00:00
Beman Dawes
292ef63579 Minor Ack spacing and grammar
[SVN r14792]
2002-08-12 15:52:01 +00:00
Beman Dawes
478b282c47 Boost.Test V2 blurb
[SVN r14791]
2002-08-12 15:51:22 +00:00
Beman Dawes
c6b3448048 Reduced probes from 10,000 to 1,000 to speed regression tests
[SVN r14789]
2002-08-12 15:05:23 +00:00
Beman Dawes
a2b8b3e257 Boost.Test V2 fix
[SVN r14787]
2002-08-12 14:23:28 +00:00
Beman Dawes
580d33f103 Boost.Test V2 fixes
[SVN r14784]
2002-08-12 13:35:53 +00:00
Beman Dawes
32a22e47b0 fix test_main signature
[SVN r14783]
2002-08-12 13:22:40 +00:00
Vladimir Prus
3be3ccc2e3 Documentation update.
* boost_build_v2.html: Extend feature description. Change wordings in
        some places.
    * new/feature.jam: Remove comments that are now in boost_build_v2.html.


[SVN r14782]
2002-08-12 10:35:24 +00:00
Vladimir Prus
c6073f8fe6 Allow to associate rules with features/properties, to be used for
special things like stlport.

    * new/feature.jam (action, run-actions): New rules.


[SVN r14781]
2002-08-12 10:28:08 +00:00
William E. Kempf
69b1384505 Split up tests into seperate files and switched fully to unit test framework
[SVN r14780]
2002-08-12 05:43:10 +00:00