Commit graph

840 commits

Author SHA1 Message Date
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
John Maddock
7bf7619577 regex: fixed makefiles to clean *.pch files.
[SVN r8728]
2001-01-23 12:28:36 +00:00
John Maddock
845a0b3805 type_traits: updated with checks that cv-void specialisations are working correctly
[SVN r8727]
2001-01-23 11:44:44 +00:00
Jeremy Siek
182b5d76f3 moved adjacency_iterator implementation into a separate file
[SVN r8726]
2001-01-23 05:18:06 +00:00
Jens Maurer
0b1293c9a1 added --diff option to highlight changes viz. the previous run
[SVN r8725]
2001-01-22 23:06:03 +00:00
Dave Abrahams
9f42573d55 Added a fix from Ralf W. Grosse-Kunstleve
[SVN r8724]
2001-01-22 22:58:37 +00:00
Jeremy Siek
9cf5b48815 changed docs for get_property
[SVN r8723]
2001-01-22 21:46:40 +00:00
Jeremy Siek
400a1ebf9f changed get_property return type to use graph_property
[SVN r8721]
2001-01-22 21:46:09 +00:00
Jens Maurer
fa7bda63c5 added numeric_traits_tests.cpp, fixed failures with Comeau C++/strict mode
[SVN r8720]
2001-01-22 21:34:13 +00:00
Jens Maurer
bf71511f04 added numeric_traits_tests.cpp
[SVN r8719]
2001-01-22 21:33:13 +00:00
Jens Maurer
027b235514 change Compaq C++ 6.0 to 6.2 in informational message
[SVN r8718]
2001-01-22 21:26:49 +00:00