Commit Graph

50050 Commits

Author SHA1 Message Date
John Maddock
37bc9b24b9 Added VC7.0 config patch
[SVN r13564]
2002-04-25 11:58:20 +00:00
John Maddock
e5adce5f48 Added some more fixes for calling config script from an alien directory
[SVN r13563]
2002-04-25 11:57:48 +00:00
John Maddock
4ec043a161 Patched VC7.0 config settings
[SVN r13562]
2002-04-25 11:56:32 +00:00
Peter Dimov
65877f63ff Link added.
[SVN r13561]
2002-04-24 18:42:54 +00:00
Jens Maurer
71c768455d add shared_ptr and mem_fn_derived tests
[SVN r13560]
2002-04-24 13:06:40 +00:00
Jaakko Järvi
7d939c17ed removed one struct/class inconsistency
[SVN r13559]
2002-04-24 12:43:53 +00:00
John Maddock
858a85ea37 Added --with-boost=DIR option
[SVN r13558]
2002-04-24 11:31:31 +00:00
John Maddock
2f9d67451f Moved some key template instances into the lib and out of user code.
Updated makefiles:
	renamed lib files with new more systematic naming convention.
	Added bcb6 support.
	Rewritten automatic lib selection.
Updated copyright declarations.


[SVN r13557]
2002-04-24 10:50:23 +00:00
Jens Maurer
7fdfd18e68 add mem_fn_derived, shared_ptr_test
[SVN r13556]
2002-04-23 20:16:11 +00:00
Jens Maurer
6c29338f53 SunCC <= 5.2 does not do partial specialization sufficiently well
[SVN r13555]
2002-04-23 19:55:47 +00:00
Jens Maurer
1a92a9cad1 add missing #include <iterator>
[SVN r13554]
2002-04-23 19:52:11 +00:00
Jens Maurer
94c9e3ebd3 add newline at end of file
[SVN r13553]
2002-04-23 19:51:36 +00:00
Vesa Karvonen
fc1110afa8 Minor optimization
[SVN r13552]
2002-04-23 15:17:27 +00:00
Peter Dimov
081c69efbd Made shared_ptr::share_ptr(Y * p) a member template.
[SVN r13551]
2002-04-23 14:56:42 +00:00
Vesa Karvonen
810380bfe2 Minor optimization on BOOST_PP_TUPLE_ELEM()
[SVN r13550]
2002-04-23 14:56:38 +00:00
Vesa Karvonen
8a24372d4f Renamed 1 character parameter names
[SVN r13549]
2002-04-23 13:52:36 +00:00
Vesa Karvonen
55970a59f0 Renamed 1 character parameter names
[SVN r13548]
2002-04-23 12:55:48 +00:00
Jens Maurer
a6724e05e7 fixed mem_fn_derived tests, added shared_ptr tests
[SVN r13547]
2002-04-22 21:53:33 +00:00
Jens Maurer
11748cefab add shared_ptr and mem_fn_derived tests
regex tests now fail for Comeau


[SVN r13546]
2002-04-22 21:51:35 +00:00
Jens Maurer
e2b2da5ca8 add shared_ptr and mem_fn_derived tests
[SVN r13545]
2002-04-22 21:48:15 +00:00
Peter Dimov
66a041e567 Fixes for Comeau strict mode on Windows
[SVN r13544]
2002-04-22 21:17:42 +00:00
Peter Dimov
7d932783d6 Disabled the new is_class for BOOST_MSVC==1301
[SVN r13543]
2002-04-22 18:02:11 +00:00
Peter Dimov
b51746b521 counted_base default constructor added
[SVN r13542]
2002-04-22 18:01:19 +00:00
Peter Dimov
3fbdffa981 Bugfixes.
[SVN r13541]
2002-04-22 09:37:08 +00:00
Peter Dimov
d1cd4af687 Preliminary 7.01 support
[SVN r13540]
2002-04-22 09:36:25 +00:00
Jaakko Järvi
c1129d11c2 adding lambda tests to the main trunk
[SVN r13538]
2002-04-19 19:49:20 +00:00
Jaakko Järvi
cd14c2ba3f lambda docs to the main trunk
[SVN r13536]
2002-04-19 19:45:20 +00:00
Peter Dimov
2a3c8b47e7 intrusive_ptr.hpp added (still experimental)
[SVN r13526]
2002-04-19 19:34:16 +00:00
Jaakko Järvi
a25a3c621a - tuple types can now have void and plain function types as
elements
- tuple objects can hold non-copyable objects (such as arrays)


[SVN r13525]
2002-04-19 19:32:19 +00:00
Jaakko Järvi
1f0584f3cd Into the maintrunk
[SVN r13524]
2002-04-19 19:29:57 +00:00
Vladimir Prus
b12ad93d05 Moved comments in from of implementation.
[SVN r13523]
2002-04-19 08:58:30 +00:00
Vladimir Prus
d560c20ca4 Test system improvements.
* BoostBuild.py
        (Tester.expect_nothing): New method.
        (Tester.run_build_system): Added 'subdir' argument. Take a nap
        after running bjam, so that further touches to files are detected.
    * test_system.html
        Document the above changes. Document earlier changes to List{}.
        Fixed typos.


[SVN r13522]
2002-04-18 08:35:27 +00:00
Dave Abrahams
afdec33c01 Test for 9 arguments
[SVN r13521]
2002-04-18 04:11:49 +00:00
Dave Abrahams
137a937232 *** empty log message ***
[SVN r13520]
2002-04-18 04:00:30 +00:00
Dave Abrahams
f409d24b07 corrected BOOST_PYTHON_MAX_ARITY response
made things compile in time on EDG
increased BOOST_PYTHON_DEBUGGABLE_ARITY to 15


[SVN r13519]
2002-04-18 03:45:27 +00:00
Vladimir Prus
04de3a3add Change of tests to accomodate new load behaviour and also fix previous
incorrect commit.


[SVN r13518]
2002-04-17 14:30:13 +00:00
Vladimir Prus
fae60ac960 Added description of milestone 1 and some tests for it.
[SVN r13517]
2002-04-17 14:10:54 +00:00
Dave Abrahams
34501f43c9 More cleanups for mpl_v2
[SVN r13516]
2002-04-17 04:34:34 +00:00
Dave Abrahams
31a757e627 doc updates,
arbitrary arity constructors


[SVN r13511]
2002-04-17 00:22:38 +00:00
Dave Abrahams
68af49da74 copy_mutable_reference -> copy_non_const_reference
arbitrary arg support for constructors


[SVN r13508]
2002-04-17 00:20:04 +00:00
Ralf W. Grosse-Kunstleve
76034b35b9 Supported Platform section overhaul.
[SVN r13507]
2002-04-16 22:02:00 +00:00
Dave Abrahams
33ddf45f3e trivial changes for MPL v2
[SVN r13506]
2002-04-16 21:10:55 +00:00
Rene Rivera
bed1207b67 Temporary, checkin.
[SVN r13505]
2002-04-16 15:25:15 +00:00
Rene Rivera
3504660c49 Integrated my load behaviour into Valdimir's code. Some cleanup along the way.
[SVN r13503]
2002-04-16 06:04:52 +00:00
Rene Rivera
69c1220bf7 Factored management of project-root to it's own module.
[SVN r13502]
2002-04-16 06:03:11 +00:00
Rene Rivera
48d753b71d Extracted print generation from doc module to here for common use.
[SVN r13501]
2002-04-16 06:02:15 +00:00
Rene Rivera
1d1e46bb50 Added localize rule.
[SVN r13500]
2002-04-16 05:56:18 +00:00
Dave Abrahams
3130c36930 Use new List niceties
[SVN r13497]
2002-04-15 18:05:58 +00:00
Dave Abrahams
af2a7d41e2 Added some niceties for List class
[SVN r13496]
2002-04-15 18:04:33 +00:00
Dave Abrahams
3c349d5791 More conformance fixes
[SVN r13494]
2002-04-15 16:30:53 +00:00