Commit graph

64010 commits

Author SHA1 Message Date
Jeremy Siek
3c3c1b3d53 disabled warning about operator-> not returning a UDT. If operator->
does not get called, it should not be checked for this error. This
showed up when using an iterator with value_type=int.


[SVN r7813]
2000-09-25 05:36:21 +00:00
Jeremy Siek
a464d7b4da fixed mistake in put function
[SVN r7812]
2000-09-25 05:17:49 +00:00
Jeremy Siek
976511b978 removed friend versions of out_edges(), etc.
[SVN r7811]
2000-09-25 04:23:31 +00:00
Jeremy Siek
9f6fb30f76 fixed some function lookup problems due to VC++ no Koenig
[SVN r7810]
2000-09-25 04:05:40 +00:00
Beman Dawes
952bb7371c Add newline at eof to quiet compiler warning
[SVN r7809]
2000-09-25 00:49:18 +00:00
Beman Dawes
f6cd40a8df Snapshot after various fixes from numerous people
[SVN r7808]
2000-09-25 00:24:04 +00:00
Dave Abrahams
7f2040e0c2 added copyright notice
[SVN r7807]
2000-09-25 00:21:14 +00:00
Dave Abrahams
de37994e80 added specializations of property_traits for all the intrinsic non-const pointer types
[SVN r7806]
2000-09-25 00:20:11 +00:00
Dave Abrahams
24fce3a341 added BOOST_NO_INTRINSIC_WCHAR_T
[SVN r7805]
2000-09-25 00:19:28 +00:00
Dave Abrahams
bb24bc464c Initial version
[SVN r7804]
2000-09-24 23:06:53 +00:00
Dave Abrahams
8646f95319 untabify so I can read the code
[SVN r7803]
2000-09-24 23:05:03 +00:00
Dave Abrahams
7448823125 Cover iterator requirements by inheriting from std::iterator<>
untabify so I can read this code!


[SVN r7802]
2000-09-24 23:02:42 +00:00
Dave Abrahams
0a8611c6d6 untabify so I can read it!
[SVN r7801]
2000-09-24 22:59:22 +00:00
Dave Abrahams
9262ddaad8 fix #if (defined ...) directive, remove unused arguments to suppress warnings
[SVN r7800]
2000-09-24 22:54:44 +00:00
Dave Abrahams
1872769401 eliminate unused parameters to suppress warnings
[SVN r7799]
2000-09-24 22:53:00 +00:00
Jeremy Siek
ef08f59308 fixed the property_traits specialization for default_color, and
got rid of some VC++ warnings


[SVN r7798]
2000-09-24 21:25:55 +00:00
Jeremy Siek
c7f5b1defd few doc edits
[SVN r7796]
2000-09-24 20:57:26 +00:00
Jeremy Siek
e7415fd255 PA -> Map name change and documentation cleanup/additions
[SVN r7795]
2000-09-24 20:51:17 +00:00
Jens Maurer
2ca2e6dcda avoid using the ULL suffix for 64bit int literals, because it is not portable
[SVN r7794]
2000-09-24 19:33:22 +00:00
Jens Maurer
8856aa43ca fix typos
[SVN r7793]
2000-09-24 19:32:17 +00:00
John Maddock
bf1bf46722 addition of INTXX_C support to integer library
[SVN r7792]
2000-09-24 11:35:25 +00:00
Jeremy Siek
6f4b6f33fa added Buffer.html, and did some doc editing and formatting
[SVN r7791]
2000-09-24 04:00:25 +00:00
Jeremy Siek
7ee816b5ca changing table format for member functions, etc.
[SVN r7790]
2000-09-24 03:01:05 +00:00
Dave Abrahams
125c16f30c undo my mistakes in v. 1.8
[SVN r7789]
2000-09-24 01:45:04 +00:00
Dave Abrahams
c89f7c7a09 Use iterator adaptors with STLport.
[SVN r7788]
2000-09-24 01:06:34 +00:00
Dave Abrahams
569c205f8e fix obsolete #include of property_accessor.hpp
[SVN r7787]
2000-09-24 01:02:52 +00:00
Jeremy Siek
f54de6faef VC++ fixes
[SVN r7786]
2000-09-24 00:41:40 +00:00
Jens Maurer
dd726556d4 re-run 23 Sept with int64 changes
[SVN r7784]
2000-09-23 16:35:57 +00:00
Jens Maurer
2d2edd2da7 use BOOST_NO_INT64_T to check wether "long long" traits should be tested.
[SVN r7783]
2000-09-23 16:35:19 +00:00
Jens Maurer
d0d91cd2bd use BOOST_NO_INT64_T to check for availability of 64 bit integer support
[SVN r7782]
2000-09-23 16:33:57 +00:00
Jens Maurer
d14c3dd6fb use BOOST_NO_INT64_T to check availability of 64 bit integer support
[SVN r7781]
2000-09-23 16:31:15 +00:00
Jens Maurer
1afb15a1c7 fix reversed BOOST_NO_INT64_T logic
[SVN r7780]
2000-09-23 16:29:01 +00:00
Jens Maurer
e7a9e0607d add support for gcc's long long
[SVN r7779]
2000-09-23 16:27:16 +00:00
Jens Maurer
dad75350e2 give more credit to Ed Brey
[SVN r7778]
2000-09-23 14:21:42 +00:00
Jens Maurer
a71e3fc34a avoid two warnings with MSVC (thanks to Ed Brey)
remove spurious decrementable<> use (thanks to Matthias Troyer)


[SVN r7777]
2000-09-23 14:18:14 +00:00
Beman Dawes
c7c5ddb12b 64-bit integer improvements from John Maddock
[SVN r7776]
2000-09-22 20:39:23 +00:00
Beman Dawes
f4c8b2e243 Changes for Borland 5.5.1 (5.5 update 2)
[SVN r7775]
2000-09-22 19:39:30 +00:00
Jeremy Siek
0cfc622e71 fixed hash_set include file ordering bug in adjacency_list.hpp
and some bugs in LvaluePropertyMap_concept, added
Mutable_LvaluePropertyMap_concept


[SVN r7774]
2000-09-22 19:02:55 +00:00
Jeremy Siek
789dde70d2 added documentation for some traits classes
[SVN r7773]
2000-09-22 18:53:58 +00:00
Jeremy Siek
21345fd7f6 new file
[SVN r7772]
2000-09-22 18:13:02 +00:00
Beman Dawes
38508843d6 Minor html fixes
[SVN r7771]
2000-09-22 18:10:39 +00:00
Beman Dawes
1dac4b3b77 Fix broken links
[SVN r7770]
2000-09-22 18:09:04 +00:00
Beman Dawes
0ada0fd31a Minor updates
[SVN r7769]
2000-09-22 18:06:56 +00:00
Jeremy Siek
8dc2f23305 reorganized graph/detail/adjacency_list.hpp to handle g++
inline friend in namespace bug and VC++ no Koenig lookup


[SVN r7767]
2000-09-22 07:11:07 +00:00
Jeremy Siek
49f69339c3 added bellman_visitor.html and added a link to it in BellmanFordVisitor.html
[SVN r7766]
2000-09-22 05:27:15 +00:00
Jeremy Siek
a80aebfb78 fixed a typo, and changed concept checker for lvalue property map
[SVN r7765]
2000-09-22 04:26:32 +00:00
Jeremy Siek
bb3be0f617 changes for visual c++ port
[SVN r7764]
2000-09-22 04:18:51 +00:00
Jeremy Siek
1f82142e09 added another warning to be disabled under MSVCP
[SVN r7763]
2000-09-22 04:16:11 +00:00
Jeremy Siek
f67507a51f moved adjacency_list_traits out of the detail directory
[SVN r7762]
2000-09-21 22:24:57 +00:00
Jeremy Siek
a0fd20ef38 fixed some name lookup issues for get(T* )
[SVN r7760]
2000-09-21 18:59:18 +00:00