Commit Graph

50050 Commits

Author SHA1 Message Date
Dave Abrahams
a098a4e723 changed nested "bind" templates to "bind_" for MSVC.
[SVN r12319]
2002-01-14 21:29:55 +00:00
Dave Abrahams
263836859c added default constructor for use with BGL
[SVN r12318]
2002-01-14 21:28:49 +00:00
Dave Abrahams
1d79b73304 Work with more libraries due to boost::detail::iterator_traits
[SVN r12317]
2002-01-14 21:25:17 +00:00
Jeremy Siek
c1e05c8607 added a bunch of the property tags
[SVN r12316]
2002-01-14 19:34:22 +00:00
Jeremy Siek
fc626d7926 added:
The <tt>value_type</tt> of the buffer must be the <tt>vertex_descriptor</tt>
type for the graph.


[SVN r12315]
2002-01-14 19:13:59 +00:00
Jeremy Siek
2dacb7a1ba note about relation between vertex and edge descriptors of the original and filtered graph
[SVN r12314]
2002-01-14 19:08:01 +00:00
Jeremy Siek
c15fb5bd2f removed std:: prefix from slist
[SVN r12310]
2002-01-14 14:57:20 +00:00
Dave Abrahams
af4854082b Added better directions about quoting
[SVN r12304]
2002-01-14 03:32:27 +00:00
Dave Abrahams
968370f6c6 Updated quoting documentation
[SVN r12303]
2002-01-14 03:14:59 +00:00
Dave Abrahams
baed11eddb initial checkin
[SVN r12302]
2002-01-13 17:51:31 +00:00
Dave Abrahams
210f83ee8b added tests for sequence, string, and numbers
[SVN r12301]
2002-01-13 17:50:10 +00:00
Dave Abrahams
18b7d9d1a1 added length function
[SVN r12300]
2002-01-13 17:49:05 +00:00
Dave Abrahams
dcdbf78059 optimized increment, decrement
added validity checking
added range, less, log10, and of course, many tests


[SVN r12299]
2002-01-13 17:47:47 +00:00
Douglas Gregor
db8f362fbd function_base.hpp:
- Make manager and functor members of function_base public instead of
    protected, because attempt to make HP aCC compile Boost.Function

function_template.hpp:
  - HP aCC seems to believe that the functor and manager members inherited from
    function_base are inaccessible. So qualify them with the function_base
    base class.


[SVN r12298]
2002-01-13 16:12:26 +00:00
Vesa Karvonen
8c52b066c4 tuple.hpp split.
[SVN r12297]
2002-01-13 15:54:51 +00:00
Vesa Karvonen
76e82a8bc1 BOOST_PP_EAT() added & tuple.hpp split.
[SVN r12296]
2002-01-13 15:53:15 +00:00
Vesa Karvonen
a3e5ab02d7 TUPLE_EAT added
[SVN r12295]
2002-01-13 15:42:53 +00:00
Vesa Karvonen
1dd7179c27 IF uses TUPLE_ELEM to remove two macros
[SVN r12294]
2002-01-13 15:27:25 +00:00
Vesa Karvonen
c5c5d93a83 tuple functionality will be divided into multiple headers
[SVN r12293]
2002-01-13 15:23:50 +00:00
Vesa Karvonen
249b3ee655 minor comment change
[SVN r12292]
2002-01-13 15:17:02 +00:00
John Maddock
e32c52315b Changed occurances of "tuples::get" to "get" to verify new forwarding code in tuples.hpp
[SVN r12291]
2002-01-13 12:12:48 +00:00
John Maddock
183b0446da Added forwarding get functions to solve problems with using::tuples::get statement.
[SVN r12290]
2002-01-13 12:09:39 +00:00
John Maddock
381f21f16f Updated test run
[SVN r12289]
2002-01-13 11:58:52 +00:00
Lie-Quan Lee
888aa7e252 put boost:: before make_bfs_vistor in the example to make full qulification everywhere.
[SVN r12288]
2002-01-12 17:00:42 +00:00
Douglas Gregor
117eab3546 Don't use std::ends for ostringstream
[SVN r12287]
2002-01-12 13:29:30 +00:00
Beman Dawes
0098b8674a Add FAQ: why no release()
[SVN r12286]
2002-01-11 20:20:07 +00:00
Beman Dawes
8a0ee2a1f1 Fix broken link
[SVN r12285]
2002-01-11 16:15:09 +00:00
Beman Dawes
b4ad57dbb0 Fix example typo reported byToon Knapen
[SVN r12284]
2002-01-11 16:03:57 +00:00
Lie-Quan Lee
e9d6e1cf02 *** empty log message ***
[SVN r12281]
2002-01-11 05:21:12 +00:00
Lie-Quan Lee
5c07d06414 fix copyright and email for David Abrahams
[SVN r12280]
2002-01-11 04:50:59 +00:00
Lie-Quan Lee
ddf720260b add new file
[SVN r12279]
2002-01-11 03:15:46 +00:00
Dave Abrahams
bd789287c7 cxx fixes
[SVN r12272]
2002-01-10 20:10:32 +00:00
Dave Abrahams
5f57d20879 Modified Files:
boost/graph/breadth_first_search.hpp

		MSVC workaround

	boost/python/reference.hpp boost/python/converter/type_id.hpp
	boost/python/converter/unwrap.hpp
	boost/python/converter/wrap.hpp
	boost/python/converter/wrapper.hpp
	boost/python/detail/config.hpp libs/python/Jamfile
	libs/python/src/converter/registry.cpp
	libs/python/src/converter/type_id.cpp
	libs/python/src/converter/unwrap.cpp libs/python/test/m1.cpp
Added Files:
	boost/python/converter/wrapper_base.hpp


		CXX 6.x fixes


[SVN r12271]
2002-01-10 19:28:16 +00:00
Dave Abrahams
77b5b292fa Possible workaround for cxx 6.2
[SVN r12270]
2002-01-10 19:07:18 +00:00
Dave Abrahams
afd18de05a Fixed mistaken "C" linkage
[SVN r12268]
2002-01-10 13:59:14 +00:00
John Maddock
c46bff9413 Added some missing caveats
[SVN r12267]
2002-01-10 12:45:29 +00:00
Toon Knapen
21cc7e9265 added link to precompile Tru64 (bin.osf) jam executable
[SVN r12266]
2002-01-10 11:15:51 +00:00
Dave Abrahams
ce622a7716 Handle cv-qualified member functions
[SVN r12265]
2002-01-10 02:32:47 +00:00
Dave Abrahams
3bd60b013c initial checkin
[SVN r12264]
2002-01-09 23:23:44 +00:00
Jens Maurer
d8022547d7 fixes to type_traits
[SVN r12263]
2002-01-09 21:51:33 +00:00
Jens Maurer
29503ffe75 object_type_traits now working with IRIX CC
[SVN r12262]
2002-01-09 21:42:12 +00:00
Ralf W. Grosse-Kunstleve
e98b46dc4a Missing this-> inserted (due to EDG 245 diagnostics)
[SVN r12261]
2002-01-09 21:20:51 +00:00
Ralf W. Grosse-Kunstleve
d28dfd40d8 Modified tru64cxx-tools.jam submitted by Vincenzo Vasta.
[SVN r12260]
2002-01-09 19:46:41 +00:00
Lie-Quan Lee
c42d36929d add traversal_category for Graph concept.
[SVN r12259]
2002-01-09 16:44:21 +00:00
Lie-Quan Lee
552830e2bb add the choices for traversal_category
[SVN r12258]
2002-01-09 16:34:52 +00:00
Lie-Quan Lee
51d1c8cd46 fix a typo
[SVN r12257]
2002-01-09 16:13:42 +00:00
Dave Abrahams
33867ef1c1 Fixed violation of 'explicit' constructor
[SVN r12256]
2002-01-09 13:15:54 +00:00
Dave Abrahams
113f919b61 Moved concept checks into a separate class, which makes MSVC better at dealing with them
[SVN r12255]
2002-01-09 12:14:16 +00:00
Dave Abrahams
0147a42171 Fixes for Borland
[SVN r12254]
2002-01-09 12:11:37 +00:00
Dave Abrahams
c23fc10ebb Add Joerg's fixes
[SVN r12253]
2002-01-09 02:38:50 +00:00