Commit graph

868 commits

Author SHA1 Message Date
Beman Dawes
953aecd81e Minor web page updates
[SVN r8810]
2001-01-29 18:37:10 +00:00
Jeremy Siek
dfcd8f100a added default to adjacency_matrix_traits Directed parameter
[SVN r8809]
2001-01-29 17:52:07 +00:00
Dave Abrahams
c4f7f533e7 Removed not_an_iterator detritus
[SVN r8808]
2001-01-29 02:14:44 +00:00
Jeremy Siek
2809ad93c7 added directed part of edge_iterator and fixed target()
[SVN r8807]
2001-01-28 21:28:57 +00:00
John Maddock
344bc03de1 added compiler log file link
[SVN r8806]
2001-01-28 12:31:21 +00:00
Jeremy Siek
87f2c810c0 added checks for adjacency_matrix
[SVN r8805]
2001-01-28 02:35:46 +00:00
Jeremy Siek
54a73d5e4b cycle_edge -> non_tree_edge
[SVN r8804]
2001-01-28 02:34:55 +00:00
Jeremy Siek
39440ae64b changed name of property to avoid clash
[SVN r8803]
2001-01-28 02:34:22 +00:00
Jeremy Siek
b5ac4b5429 added constructor requirement to MutableGraph
[SVN r8802]
2001-01-28 02:25:44 +00:00
Jeremy Siek
4bb7460d73 changed #ifdef protect macro name to match file name
[SVN r8801]
2001-01-28 02:25:02 +00:00
Jeremy Siek
27a0f6418e moved is_residual_edge predicate from edmunds_karp to filtered_edge_graph.hpp
[SVN r8800]
2001-01-28 02:23:59 +00:00
Jeremy Siek
e7a958f123 some KAI port fixes
[SVN r8799]
2001-01-28 02:23:09 +00:00
Jeremy Siek
4be05fba4b cycle_edge -> non_tree_edge
[SVN r8798]
2001-01-28 02:22:42 +00:00
Jeremy Siek
9bfd1a2f62 changing name of "cycle_edge" to "non_tree_edge" for BFSVisitor
[SVN r8797]
2001-01-28 02:21:49 +00:00
Jeremy Siek
3f133b4f89 added note about add_vertex()
[SVN r8796]
2001-01-28 02:15:20 +00:00
Jeremy Siek
df323619ba removed #include <cmath>, no longer needed
[SVN r8795]
2001-01-28 02:12:53 +00:00
Jeremy Siek
e659c548a8 new graph class
[SVN r8794]
2001-01-28 02:12:02 +00:00
Jeremy Siek
d4c616bcc7 added #include of graph_selectors
[SVN r8793]
2001-01-27 21:21:36 +00:00
Jeremy Siek
38f05660c2 new file
[SVN r8792]
2001-01-27 21:20:49 +00:00
Jeremy Siek
c2bfbf6184 no change
[SVN r8791]
2001-01-27 21:19:55 +00:00
Jeremy Siek
0a376bf9b9 moved has_property from here to boost/pending/property.hpp
[SVN r8790]
2001-01-27 18:14:21 +00:00
Jeremy Siek
157544c3e3 moved has_property from detail/adjacency_list.hpp to here
[SVN r8789]
2001-01-27 18:13:55 +00:00
Ralf W. Grosse-Kunstleve
f942e527c2 BPL support for exporting/importing class wrappers.
[SVN r8788]
2001-01-27 17:35:02 +00:00
John Maddock
70a8770edc regex: Fixes for Como compiler in strict mode, plus some signed/unsigned conversions
[SVN r8780]
2001-01-27 11:34:53 +00:00
John Maddock
6606c5970f regression.cpp: Minor change to get the regression test rpogram functioning under cygwin.
[SVN r8779]
2001-01-27 11:33:04 +00:00
John Maddock
702077ec11 type_traits: updated type-transformations
[SVN r8777]
2001-01-27 11:31:58 +00:00
Jeremy Siek
add2c088fd simplified a bit and made it more generic
[SVN r8776]
2001-01-27 03:14:27 +00:00
Jeremy Siek
2f6a07e915 fixed bug in the bidirectional remove_out_edge_if and
remove_in_edge_if. Needed to consider the without property case.


[SVN r8774]
2001-01-26 18:35:29 +00:00
Beman Dawes
50662625ab Add GCC and Cygwin version info
[SVN r8773]
2001-01-26 15:17:45 +00:00
Jens Maurer
2704f4e0f7 add support for the upcoming gcc 3.0
[SVN r8771]
2001-01-25 21:24:13 +00:00
Jeremy Siek
9dc782c746 changed order of tree edge and discover vertex
[SVN r8769]
2001-01-25 21:18:49 +00:00
Jeremy Siek
87090b5599 fixed bug in assignment operator under VC++, which was the cause of
the access violation error in graph/test/graph.cpp. The root
  of this bug is in compressed pair, which VC++ has a hard time
  generating a correct operator= for.


[SVN r8767]
2001-01-25 04:57:16 +00:00
Jeremy Siek
3819312d1e fixed compiler error with VERBOSE=1
[SVN r8766]
2001-01-25 04:54:10 +00:00
Jeremy Siek
8b67c8339e fixed very strange VC++ bug that was showing up in graph/test/graph.cpp
Something about the code gen for compressed_pair_1::operator=
was going wrong. Writing it explicitly, and playing with some ordering
fixed the problem, don't ask my why.


[SVN r8765]
2001-01-25 04:45:52 +00:00
Jens Maurer
a58aa3c5f5 re-run with counting_iterator_test.cpp
[SVN r8764]
2001-01-24 23:12:51 +00:00
Jens Maurer
c805efaa5f re-run with counting_iterator_test
[SVN r8763]
2001-01-24 23:11:31 +00:00
Jeremy Siek
988b4d5087 new file
[SVN r8762]
2001-01-24 22:43:08 +00:00
Jens Maurer
fa790e05ac re-run with counting_iterator_test.cpp and fixes to numeric_traits_test.cpp
[SVN r8761]
2001-01-24 22:34:43 +00:00
Jeremy Siek
c86a117844 new file
[SVN r8760]
2001-01-24 22:34:20 +00:00
Jens Maurer
bd799762a4 re-wording of gcc bug description regarding "using" in function templates
[SVN r8759]
2001-01-24 20:00:00 +00:00
Dave Abrahams
798703a774 Added counting_iterator_test.cpp
[SVN r8758]
2001-01-24 18:38:47 +00:00
Dave Abrahams
c7584f362b Initial checkin
[SVN r8757]
2001-01-24 18:36:52 +00:00
Jeremy Siek
ce9692e865 changed max_flow.dat file to a more demanding example graph
[SVN r8756]
2001-01-24 16:54:31 +00:00
Jeremy Siek
f9f2a05717 fixed bug in converting preflow to flow
[SVN r8755]
2001-01-24 16:19:39 +00:00
John Maddock
048e2e368c cstdint: cygwin fixes for long long support
[SVN r8754]
2001-01-24 12:18:30 +00:00
John Maddock
bd2bb3eecd Undone accidental changes to static_assert_test.cpp
[SVN r8753]
2001-01-24 12:17:46 +00:00
John Maddock
31398665da regex: updated change log
[SVN r8752]
2001-01-24 12:16:52 +00:00
John Maddock
081f68d0f4 Fixes for void specialisations
[SVN r8751]
2001-01-24 12:16:16 +00:00
Jeremy Siek
85103337f4 working on filter graph and max flow
[SVN r8750]
2001-01-24 04:28:17 +00:00
Jeremy Siek
2ac3593f9e new file
[SVN r8749]
2001-01-24 04:26:16 +00:00