Commit Graph

50050 Commits

Author SHA1 Message Date
John Maddock
d9e90cce7f Stripped tabs from files.
[SVN r14618]
2002-07-26 11:17:37 +00:00
Douglas Gregor
04f9f6c0d3 Document policies() member of iterator_adaptor
[SVN r14613]
2002-07-26 00:03:24 +00:00
Jeremy Siek
68b926ac1f added the non-named parameter version
[SVN r14612]
2002-07-25 20:37:23 +00:00
Jeremy Siek
64df7a5799 added non-named parameter version
[SVN r14611]
2002-07-25 20:34:36 +00:00
Jeremy Siek
419081d150 new file
[SVN r14610]
2002-07-25 19:54:01 +00:00
Jeremy Siek
e39630c411 added stuff for undirected edges
[SVN r14609]
2002-07-25 19:53:38 +00:00
Jeremy Siek
a99f912b4f new file
[SVN r14608]
2002-07-25 19:29:06 +00:00
Jeremy Siek
0d36d59c26 removed two property map parameters
[SVN r14607]
2002-07-25 19:26:18 +00:00
Jeremy Siek
bc6646260f fixed bug, forgot to create the modifed graph with an extra vertex
[SVN r14606]
2002-07-25 19:25:50 +00:00
Beman Dawes
2db251f252 BaseType -> Base in one more place
[SVN r14605]
2002-07-25 19:10:05 +00:00
Jeremy Siek
9a3f29acff removed bogus vertex and edges, cleaned up output a bit
[SVN r14604]
2002-07-25 18:52:00 +00:00
Dave Abrahams
6f633a90f0 handle<> -> object
[SVN r14603]
2002-07-25 18:07:25 +00:00
Dave Abrahams
8e3de44339 Begin transition away from handle<>
[SVN r14602]
2002-07-25 16:29:30 +00:00
Jeremy Siek
8bc794f514 fixed book link
[SVN r14601]
2002-07-25 16:22:22 +00:00
Dave Abrahams
1db076ab3c back_reference<> uses object instead of handle<>
[SVN r14600]
2002-07-25 15:20:06 +00:00
Dave Abrahams
a6644840ac scope default constructor gets current scope; killed scope::get()
[SVN r14599]
2002-07-25 14:52:11 +00:00
Dave Abrahams
af1475737f fixup
[SVN r14598]
2002-07-25 14:16:54 +00:00
Ronald Garcia
7568372837 MSVC 7.0 was not finding ignore_unused_variable_warning.
[SVN r14597]
2002-07-25 14:06:25 +00:00
Dave Abrahams
a80b85b093 Fix doc based on Beman's feedback
[SVN r14596]
2002-07-25 13:52:48 +00:00
Dave Abrahams
9e72262470 Make Boost.Python v1 work again
[SVN r14595]
2002-07-25 10:52:10 +00:00
Dave Abrahams
9789713159 class_<> is now derived from object
[SVN r14594]
2002-07-25 04:41:21 +00:00
Dave Abrahams
19a3069384 Added scope
[SVN r14593]
2002-07-25 02:23:01 +00:00
Dave Abrahams
f4c5a57635 Fix Ralf's boo-boo.
[SVN r14592]
2002-07-24 16:58:46 +00:00
Dave Abrahams
c452b52a8d GCC 2.95.x fixes
[SVN r14591]
2002-07-24 16:07:41 +00:00
Peter Dimov
61b7e391e9 Changed #ifdefs so that member templates aren't disabled by an empty config.hpp.
[SVN r14589]
2002-07-24 15:36:25 +00:00
Peter Dimov
7c56459ec5 Tabs. Grrr.
[SVN r14588]
2002-07-24 14:14:17 +00:00
Dave Abrahams
5a69d60d7e pytype_object_manager_traits -> pytype_object_mgr_traits (< 31 chars)
[SVN r14587]
2002-07-24 13:31:29 +00:00
Douglas Gregor
d8d4713029 function.hpp:
- When determining if a type is a function type, don't blindly add a pointer
    but instead use add_pointer


[SVN r14586]
2002-07-24 13:27:49 +00:00
Douglas Gregor
1c82161193 Jamfile:
- Add more Boost.Function testcases
  - Add Boost.Signals testcases


[SVN r14585]
2002-07-24 13:25:17 +00:00
Dave Abrahams
37ed3b8395 Added link to boost-consulting.com
[SVN r14584]
2002-07-24 13:21:33 +00:00
Beman Dawes
12bdc0eec0 Add parens to quiet warning
[SVN r14583]
2002-07-24 11:51:53 +00:00
Beman Dawes
33c2a000e3 use time_waster var to quiet warning
[SVN r14582]
2002-07-24 11:42:04 +00:00
Beman Dawes
aa1d72ccf9 Add newline at eof to quiet warning
[SVN r14581]
2002-07-24 11:33:51 +00:00
Peter Dimov
0213a55a23 Minor updates.
[SVN r14580]
2002-07-24 10:20:30 +00:00
Vladimir Prus
3e7b7aafd6 Added example transformation sequences.
[SVN r14579]
2002-07-24 09:44:57 +00:00
Douglas Gregor
2ec57cd7bb Removed all of the deprecated parameters and made them variables
[SVN r14578]
2002-07-23 21:57:57 +00:00
Beman Dawes
61449a586c Removed several spurious ";" to quiet warnings
[SVN r14577]
2002-07-23 20:47:35 +00:00
Beman Dawes
73f10e661c Better version identification
[SVN r14576]
2002-07-23 19:47:15 +00:00
Peter Dimov
d62e40f09c Design notes updated.
[SVN r14575]
2002-07-23 19:12:40 +00:00
Ronald Garcia
4f26d05dfb Corrected some warnings/errors. Mostly missing 'typename' keywords.
[SVN r14574]
2002-07-23 15:42:49 +00:00
Beman Dawes
c792cd1cde Fix from Dave so GCC doesn't warn on system vs non-system includes
[SVN r14573]
2002-07-23 15:19:30 +00:00
Peter Dimov
bfbf212188 Best practices section, thread safety section, design notes added.
[SVN r14572]
2002-07-23 15:19:22 +00:00
Douglas Gregor
a8be9968f2 function_test.cpp: Don't use void() directly because of broken compilers
[SVN r14571]
2002-07-23 13:47:01 +00:00
Peter Dimov
d3731df883 shared_ptr<void const> support added.
[SVN r14570]
2002-07-23 12:33:11 +00:00
John Maddock
2413abb51d Removed BeOS compiler status: BeOS has been discontinued.
[SVN r14569]
2002-07-23 10:34:42 +00:00
Ralf W. Grosse-Kunstleve
ff32f75096 additional compile-time check: must_be_derived_from_pickle_suite
[SVN r14568]
2002-07-22 23:43:00 +00:00
Jeremy Siek
faf7d83a77 added entries for dynamic_bitset
[SVN r14567]
2002-07-22 21:04:27 +00:00
Jeremy Siek
bd0e29512a added announcement for Dynamic Bitset
[SVN r14566]
2002-07-22 21:01:18 +00:00
Ralf W. Grosse-Kunstleve
58535a8b0a pickle_group renamed -> pickle_suite
[SVN r14565]
2002-07-22 19:35:44 +00:00
Vladimir Prus
2d341954c7 Optimization.
* new/class.jam (__init__) Get only first element of backtrace.


[SVN r14564]
2002-07-22 17:44:21 +00:00