Jeremy Siek
8a9324d4f7
added public parent() function
...
[SVN r8844]
2001-02-01 21:27:23 +00:00
Jeremy Siek
991bf06d14
mostly working now, but only lightly tested
...
[SVN r8843]
2001-02-01 21:16:04 +00:00
Jeremy Siek
77e424c6f4
specified vertex order for in-edges
...
[SVN r8842]
2001-02-01 20:24:47 +00:00
Jeremy Siek
e77f7f8150
specified vertex ordering for in-edges and out-edges
...
[SVN r8841]
2001-02-01 20:21:58 +00:00
Jeremy Siek
55fe8dc934
no change
...
[SVN r8840]
2001-02-01 20:13:48 +00:00
Jeremy Siek
1c35eceadd
specified out-edge ordering for undirected graphs
...
[SVN r8839]
2001-02-01 20:13:31 +00:00
Jeremy Siek
e6afdb863f
added explanation of the semantics of add_edge() in the undirected graph
...
case
[SVN r8838]
2001-02-01 17:55:01 +00:00
Jeremy Siek
fe841e3e72
second attempt at a fix for the is_convertible g++ warning
...
[SVN r8836]
2001-01-31 20:05:03 +00:00
Ralf W. Grosse-Kunstleve
bbace05e96
fix for reference count bug.
...
[SVN r8835]
2001-01-31 19:27:17 +00:00
Jeremy Siek
097ffa8275
removed UDT -> int is_convertible test because the noncopyable -> int
...
test already brings out the g++ warning
[SVN r8834]
2001-01-31 19:08:27 +00:00
Jeremy Siek
6ac7c296de
added some more tests and fixed signature of main() so this will link
...
with MSVC
[SVN r8833]
2001-01-31 18:54:29 +00:00
Jeremy Siek
e1896b82c3
rolled back g++ fix, since it didn't work
...
[SVN r8832]
2001-01-31 18:28:51 +00:00
Beman Dawes
17353776b2
Minor changes and integration with test policy and regression test suite pages
...
[SVN r8830]
2001-01-31 14:35:05 +00:00
Beman Dawes
f6ac368e3f
Minor changes and integration with test policy and compiler status pages
...
[SVN r8829]
2001-01-31 14:34:32 +00:00
Beman Dawes
ea61e6350a
Initial commit
...
[SVN r8828]
2001-01-31 14:33:49 +00:00
John Maddock
845373ee72
Fixed range error
...
[SVN r8827]
2001-01-31 12:00:34 +00:00
John Maddock
cc0d2e4aae
FIXED: Signed/unsigned conversions in regex_compile.hpp and regex_format.hpp
...
ADDED: Forwarder functions to match_results.
FIXED: More errors from Como in strict mode.
[SVN r8826]
2001-01-31 11:39:04 +00:00
John Maddock
d1dc22b5a1
fixed expected compiler failures
...
[SVN r8825]
2001-01-31 11:35:01 +00:00
Dave Abrahams
7253199e3c
made it compile with Borland
...
[SVN r8824]
2001-01-31 03:11:30 +00:00
Jeremy Siek
46d8cdd474
new file
...
[SVN r8823]
2001-01-31 02:26:16 +00:00
Jeremy Siek
b2dd0efecb
Some fixes to is_convertible to get rid of the g++ warning.
...
This included:
- changes to is_convertible under g++ #ifdef
- added parenthesis around body of BOOST_IS_CLASS macro
- a specialization of is_array for const arrays
[SVN r8822]
2001-01-31 02:15:10 +00:00
Jeremy Siek
8147dd9143
Added test case for is_convertible with UDT that brings out the
...
warning message bug with g++.
[SVN r8821]
2001-01-31 02:12:08 +00:00
Jens Maurer
8a441ebcc4
re-run
...
[SVN r8820]
2001-01-30 22:32:27 +00:00
Jens Maurer
722e095346
add HP/UX support
...
[SVN r8819]
2001-01-30 22:32:26 +00:00
Jens Maurer
88790aab36
added HP/UX configurations
...
[SVN r8818]
2001-01-30 22:32:25 +00:00
Jens Maurer
856cdfc33b
added HP/UX
...
[SVN r8817]
2001-01-30 22:32:24 +00:00
Jens Maurer
e410e6cdaf
add example for generator_iterator
...
[SVN r8816]
2001-01-30 22:16:31 +00:00
Jens Maurer
02d14a10f9
expanded int_least_helper comment on request of Daryle Walker
...
[SVN r8815]
2001-01-30 21:16:43 +00:00
Jens Maurer
2efc21ae2a
documentation for regression.cpp
...
[SVN r8814]
2001-01-30 21:14:08 +00:00
Dave Abrahams
9c5ae9279e
Inital checkin
...
[SVN r8813]
2001-01-30 16:00:37 +00:00
Jeremy Siek
763dbad76c
switched to using namespace boost;
...
[SVN r8812]
2001-01-29 19:36:12 +00:00
Jeremy Siek
12d5a618be
new files
...
[SVN r8811]
2001-01-29 19:17:09 +00:00
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