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
Dave Abrahams
1afc3d7a08
Added test for wchar_t
...
[SVN r8748]
2001-01-24 01:48:01 +00:00
Dave Abrahams
423a4ad7f6
Fixed logic of difference_type selection, which was completely wack. In the
...
process, added digit_traits<> to compute the number of digits in intmax_t even
when not supplied by numeric_limits<>.
[SVN r8747]
2001-01-24 01:44:05 +00:00
Dave Abrahams
dbc1d7006b
Now statically selecting a test for signed numbers to avoid warnings with fancy
...
compilers. Added commentary and additional dumping of traits data for tested
types.
[SVN r8746]
2001-01-24 01:40:22 +00:00
Dave Abrahams
14d8a79a62
Another stupid typo fix by Ralf W. Grosse-Kunstleve
...
[SVN r8745]
2001-01-23 22:41:46 +00:00
Beman Dawes
bd5fd83c0a
Refresh after adding GCC
...
[SVN r8744]
2001-01-23 22:07:26 +00:00
Jens Maurer
1704433b60
for int32_t and intmax_t, prefer "long" over "int" if both are 32bit
...
[SVN r8743]
2001-01-23 19:45:00 +00:00
Jeremy Siek
8e0629ea0c
changed name of maximum_flow to push_relabel_max_flow
...
[SVN r8740]
2001-01-23 19:17:15 +00:00
Jeremy Siek
476306f9af
new file
...
[SVN r8739]
2001-01-23 19:12:12 +00:00
Jeremy Siek
701e44e53d
added copyright
...
[SVN r8738]
2001-01-23 19:11:24 +00:00
Jeremy Siek
796768a96f
finished
...
[SVN r8737]
2001-01-23 19:10:50 +00:00
Jeremy Siek
f1f9cc89c7
added filter iterator test
...
[SVN r8736]
2001-01-23 19:10:03 +00:00
Jeremy Siek
6c53871cf1
added filter iterator
...
[SVN r8735]
2001-01-23 19:09:30 +00:00
Jeremy Siek
edfd99d0e2
removed cause of warnings for KCC
...
[SVN r8734]
2001-01-23 19:08:30 +00:00
Jeremy Siek
15714349fd
version (2) and (3) now take a const graph
...
[SVN r8733]
2001-01-23 18:04:59 +00:00
Jeremy Siek
b7bcf8c316
changed variant (2) and (3) to take a const graph
...
[SVN r8732]
2001-01-23 18:04:21 +00:00
Jeremy Siek
a32f2ae827
updated, added out_degree and num_vertices
...
[SVN r8731]
2001-01-23 18:02:36 +00:00
Jens Maurer
6cf93dc71f
no highlighting at all without --diff option
...
[SVN r8730]
2001-01-23 17:40:22 +00:00
Jeremy Siek
d0f20676f0
new graph adaptor
...
[SVN r8729]
2001-01-23 17:09:43 +00:00