Commit Graph

3406 Commits

Author SHA1 Message Date
Beman Dawes
477455b6d5 Correct minor spelling and HTML errors
[SVN r7868]
2000-09-28 12:55:39 +00:00
Jeremy Siek
835b646ee7 Implemented the remove_edge_if, remove_out_edge_if, and remove_in_edge_if
functions, and added some examples that use these functions. Also
added documentation for them.


[SVN r7864]
2000-09-28 05:20:23 +00:00
Jeremy Siek
779f0d6f88 added remove_edge_if() function
[SVN r7861]
2000-09-27 21:36:53 +00:00
Jeremy Siek
b410025c98 work around for VC++ bug, triggered by overloading of remove_edge
[SVN r7860]
2000-09-27 21:02:16 +00:00
Jeremy Siek
cf3a09a85b ported remove_edge change to VC++
[SVN r7858]
2000-09-27 20:12:13 +00:00
Jeremy Siek
9245287c65 changed the argument order for MutableGraph to be consistent
with the other functions.
Also added the remove_edge(e, g) and remove_edge(iter, g) functions.


[SVN r7856]
2000-09-27 18:19:35 +00:00
Jeremy Siek
e80dc97c43 fixed some links and added some new doc files
[SVN r7853]
2000-09-27 05:09:28 +00:00
Jeremy Siek
106c6469a8 rolled back the removal of the iterator_adaptor alternate code,
added the graph test file


[SVN r7851]
2000-09-26 22:09:34 +00:00
Beman Dawes
6381584945 Fix broken links
[SVN r7850]
2000-09-26 21:19:49 +00:00
Beman Dawes
2f6ca8d222 Initial Graph and Regex HTML integration
[SVN r7849]
2000-09-26 19:02:50 +00:00
Jeremy Siek
d27969c8ab doc edits for transpose graph and a few others
[SVN r7844]
2000-09-26 09:08:40 +00:00
Jeremy Siek
7b0e969e84 made sure no tabs
[SVN r7843]
2000-09-26 08:05:34 +00:00
Jeremy Siek
78531ee01a Intel C++ macro addition
[SVN r7842]
2000-09-26 07:45:14 +00:00
Jeremy Siek
e2c14a6077 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
061c2a9aaa fixed bugs, added source() and target().
[SVN r7839]
2000-09-25 22:25:02 +00:00
Dave Abrahams
02f42466f0 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
dfc30e7f2a changed to enums for propertyies
[SVN r7837]
2000-09-25 21:49:05 +00:00
Jeremy Siek
fa0e728a8c added some links
[SVN r7836]
2000-09-25 21:34:12 +00:00
Jeremy Siek
08491efc11 removed tabs
[SVN r7835]
2000-09-25 21:19:29 +00:00
Jeremy Siek
3a47593982 some doc editing
[SVN r7834]
2000-09-25 21:11:45 +00:00
Jeremy Siek
a1747a001e added some documentation about internal properties
[SVN r7833]
2000-09-25 18:35:03 +00:00
Jeremy Siek
a30d54245d plugin -> property name change
[SVN r7831]
2000-09-25 17:58:52 +00:00
Jeremy Siek
64eca6d39c added BOOST_NO_STD_ALLOCATOR
[SVN r7830]
2000-09-25 17:40:38 +00:00
Jeremy Siek
28c445967a changes tabs to spaces
[SVN r7829]
2000-09-25 17:29:33 +00:00
Jeremy Siek
51e2fb3598 vertex_index() -> vertex_index
vertex_index -> vertex_index_t
etc.


[SVN r7828]
2000-09-25 17:25:59 +00:00
Jeremy Siek
a15b19012f changed #ifdef BOOST_MSVC to BOOST_NO_STDC_NAMESPACE
[SVN r7827]
2000-09-25 16:58:51 +00:00
Jeremy Siek
d4d213c9f1 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
180264b80a 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
5e9b37759b forgot to delete default argument
[SVN r7823]
2000-09-25 16:27:22 +00:00
Jeremy Siek
731adc5f37 some stlport debug mode fixes and some added docs
[SVN r7821]
2000-09-25 15:57:46 +00:00
Jeremy Siek
d0d83c8121 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
c8220b183a remove unused args to suppress warnings
[SVN r7819]
2000-09-25 14:49:48 +00:00
Dave Abrahams
3a50fbd9a0 keep untabified
[SVN r7817]
2000-09-25 11:59:48 +00:00
Jeremy Siek
82de075efa working on stlport debug port
[SVN r7815]
2000-09-25 06:36:06 +00:00
Jeremy Siek
41ea142bc9 fixed VC++ warning
[SVN r7814]
2000-09-25 05:37:27 +00:00
Jeremy Siek
6007a9aff6 fixed mistake in put function
[SVN r7812]
2000-09-25 05:17:49 +00:00
Jeremy Siek
2ee396722a removed friend versions of out_edges(), etc.
[SVN r7811]
2000-09-25 04:23:31 +00:00
Jeremy Siek
7fa4ba5abc fixed some function lookup problems due to VC++ no Koenig
[SVN r7810]
2000-09-25 04:05:40 +00:00
Dave Abrahams
38de833b80 added copyright notice
[SVN r7807]
2000-09-25 00:21:14 +00:00
Dave Abrahams
180994ee36 Initial version
[SVN r7804]
2000-09-24 23:06:53 +00:00
Dave Abrahams
9e7373c8dd untabify so I can read the code
[SVN r7803]
2000-09-24 23:05:03 +00:00
Dave Abrahams
502d577109 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
815c302bbe untabify so I can read it!
[SVN r7801]
2000-09-24 22:59:22 +00:00
Dave Abrahams
e71d99a37c fix #if (defined ...) directive, remove unused arguments to suppress warnings
[SVN r7800]
2000-09-24 22:54:44 +00:00
Dave Abrahams
8f96c9d5fb eliminate unused parameters to suppress warnings
[SVN r7799]
2000-09-24 22:53:00 +00:00
Jeremy Siek
6d16e4414d 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
233b022585 few doc edits
[SVN r7796]
2000-09-24 20:57:26 +00:00
Jeremy Siek
2521a23ef6 PA -> Map name change and documentation cleanup/additions
[SVN r7795]
2000-09-24 20:51:17 +00:00
Jeremy Siek
35ba2c1036 added Buffer.html, and did some doc editing and formatting
[SVN r7791]
2000-09-24 04:00:25 +00:00
Jeremy Siek
ac07951125 changing table format for member functions, etc.
[SVN r7790]
2000-09-24 03:01:05 +00:00