William E. Kempf
23462e6c52
Initial switch to Boost.Test unit test framework
...
[SVN r14779]
2002-08-12 00:09:33 +00:00
Jeremy Siek
79cc901c18
spelling, grammar
...
[SVN r14778]
2002-08-11 22:26:15 +00:00
Jeremy Siek
73d9dd7b9f
added answer to question about design decision to use free functions
...
[SVN r14777]
2002-08-11 20:08:30 +00:00
Gennadiy Rozental
8792527121
Added MSVC GUI progects
...
[SVN r14775]
2002-08-11 02:33:25 +00:00
Gennadiy Rozental
6d8b9ddf2d
making things up to latest state of unit_test_development
...
[SVN r14774]
2002-08-11 02:29:13 +00:00
Beman Dawes
96eb583406
Fixes for Boost.Test version 2
...
[SVN r14773]
2002-08-10 21:56:45 +00:00
Beman Dawes
c18be1f1af
#include <boost/test/execution_monitor.hpp> for new Boost.Test version
...
[SVN r14772]
2002-08-10 21:52:10 +00:00
Beman Dawes
18511b6465
#include <iostream>
...
[SVN r14771]
2002-08-10 21:31:36 +00:00
Beman Dawes
12bc3c216a
#include <boost/cstdlib.hpp> needed w/new test tools
...
[SVN r14770]
2002-08-10 21:18:28 +00:00
Beman Dawes
84f6eb759c
Use test tools so test crashes don't require manual intervention
...
[SVN r14769]
2002-08-10 21:12:52 +00:00
Ronald Garcia
408f13075c
Tracking some fixes to the "real" iterator adaptors.
...
[SVN r14768]
2002-08-10 16:19:08 +00:00
Beman Dawes
7c6091595e
Add Boost.Test
...
[SVN r14767]
2002-08-10 15:40:36 +00:00
Beman Dawes
3ef741968d
Accomodate new version of Boost.Test
...
[SVN r14766]
2002-08-10 15:30:03 +00:00
Beman Dawes
9120e9373c
New version from unit_test_development branch
...
[SVN r14765]
2002-08-10 15:24:34 +00:00
Beman Dawes
03b2b9393d
New version from unit_test_development branch
...
[SVN r14764]
2002-08-10 15:09:43 +00:00
Beman Dawes
1a4d3d40c5
New version from unit_test_development branch
...
[SVN r14763]
2002-08-10 14:44:21 +00:00
Beman Dawes
27db8f923d
add ron garcia pix
...
[SVN r14762]
2002-08-10 01:17:03 +00:00
Beman Dawes
16c2de762a
1.29.0 additions
...
[SVN r14761]
2002-08-09 21:56:12 +00:00
Beman Dawes
9549e5594e
Gavin no longer active
...
[SVN r14760]
2002-08-09 21:52:38 +00:00
Beman Dawes
9d7d804b53
add people link
...
[SVN r14759]
2002-08-09 21:51:40 +00:00
Thomas Witt
609a23e164
Review queue update.
...
[SVN r14758]
2002-08-09 16:35:53 +00:00
Vladimir Prus
3efe58cc9d
Make 'path.jam' documentation parsable by doc.jam and tweak them.
...
[SVN r14757]
2002-08-09 14:37:14 +00:00
Douglas Gregor
aa13062a4b
function_base.hpp:
...
- Use the BOOST_FUNCTION_SILENT_DEPRECATED macro as a signal to turn off all
"deprecated" warnings
[SVN r14756]
2002-08-09 14:34:23 +00:00
Douglas Gregor
0bf13364f0
Silence Boost.Function deprecated messages if we're in the library source
...
[SVN r14755]
2002-08-09 14:29:35 +00:00
Douglas Gregor
c5c36832ec
all:
...
- Update copyright to 2002
- Define BOOST_SIGNALS_IN_LIBRARY_SOURCE
[SVN r14754]
2002-08-09 14:27:13 +00:00
Vladimir Prus
0619f74cab
Renamed 'os.path.jam' to 'path.jam'.
...
[SVN r14753]
2002-08-09 11:43:47 +00:00
Vladimir Prus
082dcbdd01
Introduce 'incidental' features.
...
* new/feature.jam: The above change.
* new/property.jam
(remove): Renamed & generalized from 'remove-free'.
(take): Likewise.
[SVN r14752]
2002-08-09 11:37:59 +00:00
Rene Rivera
ec852d6b65
Damn, CVS!!! Fix the previous commit to correctly restore/merge 1.10 changes.ck lim
...
[SVN r14751]
2002-08-09 05:28:12 +00:00
Rene Rivera
574a7a13b4
This is a reworking of make1 to be non-recursive.
...
Pros:
1) Removes bug in stack limited platforms of blowing the stack limits. Like win32.tLiek win32.
2) Slightly faster (10% or so).
Cons:
1) More heap usage.
The code is from Sta
[SVN r14750]
2002-08-09 05:14:21 +00:00
Rene Rivera
f760628167
Fix, by removing, resetting of RUN_PATH. The VC_STDLIB_PATH setting was already accounting for the path to the libraries.
...
[SVN r14749]
2002-08-09 03:58:04 +00:00
Rene Rivera
85a87b5cb3
Fix, by removing, declare default for user-interface free feature.
...
Implement flags for user-interface feature in msvc and metrowerks.
[SVN r14748]
2002-08-09 03:21:52 +00:00
Jaakko Järvi
323b46e7ce
added docs for bind(&A::data_member, ... support
...
[SVN r14746]
2002-08-08 20:09:26 +00:00
Jaakko Järvi
28858add49
volatile support for bind(&A::data_member
...
[SVN r14745]
2002-08-08 19:54:58 +00:00
Jaakko Järvi
b10d200851
adding support for bind(&A::data_member, _1)
...
[SVN r14744]
2002-08-08 17:01:47 +00:00
Jaakko Järvi
92c438664a
added support for bind(&A::data_member, _1) syntax
...
[SVN r14743]
2002-08-08 16:58:09 +00:00
Gennadiy Rozental
1878054297
Fix needed to link with offline libraries with main()
...
[SVN r14742]
2002-08-08 16:47:53 +00:00
Gennadiy Rozental
3de1eb0cbd
Minor sunpro compartibility fix
...
[SVN r14741]
2002-08-08 16:42:18 +00:00
Dave Abrahams
e240fd8355
initial commit
...
[SVN r14738]
2002-08-08 15:45:58 +00:00
Dave Abrahams
18b7104df6
Repair type initialization problem
...
[SVN r14736]
2002-08-08 06:14:48 +00:00
Dave Abrahams
63a4a9347c
Add casts to work around missing extern "C" in Python headers.
...
[SVN r14735]
2002-08-08 05:52:30 +00:00
Dave Abrahams
3d5a0008c4
Full docstring support
...
[SVN r14734]
2002-08-07 23:03:02 +00:00
Douglas Gregor
e1f241e231
applied patch to avoid warnings when compiling on 64bit platforms submitted by
...
Lars Gullik Bjønnes
[SVN r14731]
2002-08-07 13:55:15 +00:00
John Maddock
60bbfc7931
Added add_cv docs.
...
[SVN r14730]
2002-08-07 10:47:12 +00:00
Rene Rivera
e4e432ba5c
Added import of user project-root rules into projects.
...
[SVN r14727]
2002-08-07 03:45:45 +00:00
Beman Dawes
1d9da1bcf7
Update CVS info
...
[SVN r14726]
2002-08-07 01:33:15 +00:00
Beman Dawes
a4f3e9eb89
Add Sandbox CVS info
...
[SVN r14725]
2002-08-07 01:32:47 +00:00
Dave Abrahams
db664f913f
* object(f), where f is a function pointer now works. Returning a
...
* function pointer from a function should work also.
* make_function/make_constructor now return object instead of a raw pointer.
* module::setattr() now accepts anything which can be passed to object's constructor.
* Rework upcast<> to catch more errors at compile-time instead of infinite-looping.
* Rationalize class<>::def() in preparation for docstring support
* Partial docstring support in module::def (untested)
* dependent<> trick moved to detail namespace and separate header
* Added __doc__ attribute to C++ function wrapper objects
* Sunk implementation of function_object into a library source file.
[SVN r14724]
2002-08-06 23:59:27 +00:00
Dave Abrahams
8a162264c0
Moving an #include works around a VC6 ICE
...
[SVN r14723]
2002-08-06 23:51:51 +00:00
Dave Abrahams
8ba1a2f03c
VC6 bug workarounds
...
[SVN r14722]
2002-08-06 23:44:31 +00:00
Dave Abrahams
eb9391ad91
Suppress warnings by eliminating unneeded specializations of is_pointer_to_function<>.
...
[SVN r14721]
2002-08-06 23:32:52 +00:00