Jeremy Siek
|
f1ebeb4b94
|
changed is_empty to not use is_convertible with g++
[SVN r7841]
|
2000-09-26 07:41:33 +00:00 |
|
Jeremy Siek
|
a3fa14959a
|
completed conversion of properties to use _t and enums.
Also noticed that problems regarding iterator_adaptor has
gone away, so I've removed the ifdef's that took it out.
[SVN r7840]
|
2000-09-26 07:29:12 +00:00 |
|
Dave Abrahams
|
4880e11e05
|
fixed bugs, added source() and target().
[SVN r7839]
|
2000-09-25 22:25:02 +00:00 |
|
Dave Abrahams
|
887082f08c
|
added specificity to source() and target() so that adjacency_list could be adapted.
[SVN r7838]
|
2000-09-25 22:24:09 +00:00 |
|
Jeremy Siek
|
4cd04dfc29
|
changed to enums for propertyies
[SVN r7837]
|
2000-09-25 21:49:05 +00:00 |
|
Jeremy Siek
|
45df06bd20
|
added some links
[SVN r7836]
|
2000-09-25 21:34:12 +00:00 |
|
Jeremy Siek
|
36f04e32f6
|
removed tabs
[SVN r7835]
|
2000-09-25 21:19:29 +00:00 |
|
Jeremy Siek
|
a4b9937050
|
some doc editing
[SVN r7834]
|
2000-09-25 21:11:45 +00:00 |
|
Jeremy Siek
|
98f18a9db5
|
added some documentation about internal properties
[SVN r7833]
|
2000-09-25 18:35:03 +00:00 |
|
Jeremy Siek
|
1144ac8ee2
|
added concept check to random_access_iterator_property_map
[SVN r7832]
|
2000-09-25 18:28:01 +00:00 |
|
Jeremy Siek
|
fa58528ec2
|
plugin -> property name change
[SVN r7831]
|
2000-09-25 17:58:52 +00:00 |
|
Jeremy Siek
|
30055c3650
|
added BOOST_NO_STD_ALLOCATOR
[SVN r7830]
|
2000-09-25 17:40:38 +00:00 |
|
Jeremy Siek
|
16c938c4a5
|
changes tabs to spaces
[SVN r7829]
|
2000-09-25 17:29:33 +00:00 |
|
Jeremy Siek
|
d93dec026e
|
vertex_index() -> vertex_index
vertex_index -> vertex_index_t
etc.
[SVN r7828]
|
2000-09-25 17:25:59 +00:00 |
|
Jeremy Siek
|
8c9e036c4e
|
changed #ifdef BOOST_MSVC to BOOST_NO_STDC_NAMESPACE
[SVN r7827]
|
2000-09-25 16:58:51 +00:00 |
|
Jeremy Siek
|
a14763b3f8
|
changed ::pointer to ::value_type* (VC++ native header port) and
added BOOST_NO_TEMPLATED_ITERATOR_CONSTRUCTORS to intel c++ with
VC++ headers
[SVN r7826]
|
2000-09-25 16:53:17 +00:00 |
|
Jeremy Siek
|
183c4f8cde
|
added no slist, no hash to intel compiler
[SVN r7825]
|
2000-09-25 16:41:51 +00:00 |
|
Jeremy Siek
|
a305052431
|
fixed mistake in creating component_index, and updated expected output
for adjacency_list.cpp
[SVN r7824]
|
2000-09-25 16:33:43 +00:00 |
|
Jeremy Siek
|
f4117ec3b9
|
forgot to delete default argument
[SVN r7823]
|
2000-09-25 16:27:22 +00:00 |
|
Jeremy Siek
|
73ef4ab00d
|
port to Greenhills C++ compiler
[SVN r7822]
|
2000-09-25 16:16:48 +00:00 |
|
Jeremy Siek
|
0a7cf09272
|
some stlport debug mode fixes and some added docs
[SVN r7821]
|
2000-09-25 15:57:46 +00:00 |
|
Jeremy Siek
|
21954edcf8
|
fixed stlport debug mode problems, and also fixed internal compilers
errors from VC++! Yeee haaww!
[SVN r7820]
|
2000-09-25 15:52:01 +00:00 |
|
Dave Abrahams
|
0e73e1a3ca
|
remove unused args to suppress warnings
[SVN r7819]
|
2000-09-25 14:49:48 +00:00 |
|
Dave Abrahams
|
a4ce634474
|
Updates for CodeWarrior Pro6
[SVN r7818]
|
2000-09-25 13:19:04 +00:00 |
|
Dave Abrahams
|
d0458808b2
|
keep untabified
[SVN r7817]
|
2000-09-25 11:59:48 +00:00 |
|
Beman Dawes
|
b8dde61533
|
More optimal choices for fast 8 and 16 types
[SVN r7816]
|
2000-09-25 11:58:38 +00:00 |
|
Jeremy Siek
|
d9a32f2270
|
working on stlport debug port
[SVN r7815]
|
2000-09-25 06:36:06 +00:00 |
|
Jeremy Siek
|
d7718f0c94
|
fixed VC++ warning
[SVN r7814]
|
2000-09-25 05:37:27 +00:00 |
|
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 |
|