38f05660c2new file
Jeremy Siek
2001-01-27 21:20:49 +0000
c2bfbf6184no change
Jeremy Siek
2001-01-27 21:19:55 +0000
0a376bf9b9moved has_property from here to boost/pending/property.hpp
Jeremy Siek
2001-01-27 18:14:21 +0000
157544c3e3moved has_property from detail/adjacency_list.hpp to here
Jeremy Siek
2001-01-27 18:13:55 +0000
f942e527c2BPL support for exporting/importing class wrappers.
Ralf W. Grosse-Kunstleve
2001-01-27 17:35:02 +0000
70a8770edcregex: Fixes for Como compiler in strict mode, plus some signed/unsigned conversions
John Maddock
2001-01-27 11:34:53 +0000
6606c5970fregression.cpp: Minor change to get the regression test rpogram functioning under cygwin.
John Maddock
2001-01-27 11:33:04 +0000
702077ec11type_traits: updated type-transformations
John Maddock
2001-01-27 11:31:58 +0000
add2c088fdsimplified a bit and made it more generic
Jeremy Siek
2001-01-27 03:14:27 +0000
2f6a07e915fixed bug in the bidirectional remove_out_edge_if and remove_in_edge_if. Needed to consider the without property case.
Jeremy Siek
2001-01-26 18:35:29 +0000
50662625abAdd GCC and Cygwin version info
Beman Dawes
2001-01-26 15:17:45 +0000
2704f4e0f7add support for the upcoming gcc 3.0
Jens Maurer
2001-01-25 21:24:13 +0000
9dc782c746changed order of tree edge and discover vertex
Jeremy Siek
2001-01-25 21:18:49 +0000
87090b5599fixed 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.
Jeremy Siek
2001-01-25 04:57:16 +0000
3819312d1efixed compiler error with VERBOSE=1
Jeremy Siek
2001-01-25 04:54:10 +0000
8b67c8339efixed 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.
Jeremy Siek
2001-01-25 04:45:52 +0000
a58aa3c5f5re-run with counting_iterator_test.cpp
Jens Maurer
2001-01-24 23:12:51 +0000
c805efaa5fre-run with counting_iterator_test
Jens Maurer
2001-01-24 23:11:31 +0000
988b4d5087new file
Jeremy Siek
2001-01-24 22:43:08 +0000
fa790e05acre-run with counting_iterator_test.cpp and fixes to numeric_traits_test.cpp
Jens Maurer
2001-01-24 22:34:43 +0000
c86a117844new file
Jeremy Siek
2001-01-24 22:34:20 +0000
bd799762a4re-wording of gcc bug description regarding "using" in function templates
Jens Maurer
2001-01-24 20:00:00 +0000
798703a774Added counting_iterator_test.cpp
Dave Abrahams
2001-01-24 18:38:47 +0000
c7584f362bInitial checkin
Dave Abrahams
2001-01-24 18:36:52 +0000
ce9692e865changed max_flow.dat file to a more demanding example graph
Jeremy Siek
2001-01-24 16:54:31 +0000
f9f2a05717fixed bug in converting preflow to flow
Jeremy Siek
2001-01-24 16:19:39 +0000
048e2e368ccstdint: cygwin fixes for long long support
John Maddock
2001-01-24 12:18:30 +0000
bd2bb3eecdUndone accidental changes to static_assert_test.cpp
John Maddock
2001-01-24 12:17:46 +0000
31398665daregex: updated change log
John Maddock
2001-01-24 12:16:52 +0000
081f68d0f4Fixes for void specialisations
John Maddock
2001-01-24 12:16:16 +0000
85103337f4working on filter graph and max flow
Jeremy Siek
2001-01-24 04:28:17 +0000
2ac3593f9enew file
Jeremy Siek
2001-01-24 04:26:16 +0000
1afc3d7a08Added test for wchar_t
Dave Abrahams
2001-01-24 01:48:01 +0000
423a4ad7f6Fixed 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<>.
Dave Abrahams
2001-01-24 01:44:05 +0000
dbc1d7006bNow statically selecting a test for signed numbers to avoid warnings with fancy compilers. Added commentary and additional dumping of traits data for tested types.
Dave Abrahams
2001-01-24 01:40:22 +0000
14d8a79a62Another stupid typo fix by Ralf W. Grosse-Kunstleve
Dave Abrahams
2001-01-23 22:41:46 +0000
bd5fd83c0aRefresh after adding GCC
Beman Dawes
2001-01-23 22:07:26 +0000
1704433b60for int32_t and intmax_t, prefer "long" over "int" if both are 32bit
Jens Maurer
2001-01-23 19:45:00 +0000
8e0629ea0cchanged name of maximum_flow to push_relabel_max_flow
Jeremy Siek
2001-01-23 19:17:15 +0000
476306f9afnew file
Jeremy Siek
2001-01-23 19:12:12 +0000
701e44e53dadded copyright
Jeremy Siek
2001-01-23 19:11:24 +0000
796768a96ffinished
Jeremy Siek
2001-01-23 19:10:50 +0000
f1f9cc89c7added filter iterator test
Jeremy Siek
2001-01-23 19:10:03 +0000
6c53871cf1added filter iterator
Jeremy Siek
2001-01-23 19:09:30 +0000
edfd99d0e2removed cause of warnings for KCC
Jeremy Siek
2001-01-23 19:08:30 +0000
15714349fdversion (2) and (3) now take a const graph
Jeremy Siek
2001-01-23 18:04:59 +0000
b7bcf8c316changed variant (2) and (3) to take a const graph
Jeremy Siek
2001-01-23 18:04:21 +0000
a32f2ae827updated, added out_degree and num_vertices
Jeremy Siek
2001-01-23 18:02:36 +0000
6cf93dc71fno highlighting at all without --diff option
Jens Maurer
2001-01-23 17:40:22 +0000
d0f20676f0new graph adaptor
Jeremy Siek
2001-01-23 17:09:43 +0000
7bf7619577regex: fixed makefiles to clean *.pch files.
John Maddock
2001-01-23 12:28:36 +0000
845a0b3805type_traits: updated with checks that cv-void specialisations are working correctly
John Maddock
2001-01-23 11:44:44 +0000
182b5d76f3moved adjacency_iterator implementation into a separate file
Jeremy Siek
2001-01-23 05:18:06 +0000
0b1293c9a1added --diff option to highlight changes viz. the previous run
Jens Maurer
2001-01-22 23:06:03 +0000
9f42573d55Added a fix from Ralf W. Grosse-Kunstleve
Dave Abrahams
2001-01-22 22:58:37 +0000
9cf5b48815changed docs for get_property
Jeremy Siek
2001-01-22 21:46:40 +0000
400a1ebf9fchanged get_property return type to use graph_property
Jeremy Siek
2001-01-22 21:46:09 +0000
3e466a3dcfre-run with numeric_traits_tests.cpp
Jens Maurer
2001-01-22 21:23:13 +0000
d62bf750f6add references to the compiler message files on Soureforge anonymous ftp
Jens Maurer
2001-01-22 21:20:24 +0000
0c8b5e18b6minor fix: move "static" storage specifier to the front of a declaration
Jens Maurer
2001-01-22 21:11:35 +0000
97708f58c6remove "-instances=static" from Solaris 64bit configuration; not needed
Jens Maurer
2001-01-22 20:49:23 +0000
23beb4ef27fixed more Comaeu problems
Jeremy Siek
2001-01-22 20:34:22 +0000
7adcd3e46fadded out_degree() to IncidenceGraphConcept and in_degree() to BidirectionalGraphConcept
Jeremy Siek
2001-01-22 17:16:08 +0000
ed2b795823changed default of BOOST_FPTR to use &
Jeremy Siek
2001-01-22 17:10:16 +0000
6842e42537added KAI C++ type for std::list::difference_type
Jeremy Siek
2001-01-22 16:52:36 +0000
034c491378added changelog note
Jeremy Siek
2001-01-22 16:49:28 +0000
91cdb04918Added numeric_traits_test.cpp
Dave Abrahams
2001-01-22 05:09:44 +0000
a4a578f75dFixes so that long long is recognized for GCC.
Dave Abrahams
2001-01-22 05:06:37 +0000
06f3e27d07Quick fix to my_iterator, which wasn't returning a reference type from operator*
Dave Abrahams
2001-01-22 05:03:48 +0000
8e510d612cSuppress some useless warnings with MSVC
Dave Abrahams
2001-01-22 04:53:38 +0000
89acfa6e50Undid a bug I introduced yesterday. numeric_cast<> never worked with stock GCC; trying to get it to do that broke vc-stlport.
Dave Abrahams
2001-01-22 04:27:00 +0000
5241a159e3Initial checkin
Dave Abrahams
2001-01-22 04:08:29 +0000
e6af0289f8Fixed tests for long long to detect its presence on GCC
Dave Abrahams
2001-01-22 03:48:35 +0000
b44c450600finished implementation of max flow
Jeremy Siek
2001-01-22 02:46:05 +0000
90a82d34d2finished max flow example
Jeremy Siek
2001-01-22 02:45:23 +0000
a85acda365re-run with additional iterator tests
Jens Maurer
2001-01-21 22:20:01 +0000
e104bbc3b9added 64bit mode for Solaris
Jens Maurer
2001-01-21 22:17:18 +0000
11c0ad573bre-run with iterator_test* and 64bit output
Jens Maurer
2001-01-21 22:14:49 +0000
19c668e01adefine BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS only if _RWSTD_VER < 0x0203
Jens Maurer
2001-01-21 21:36:36 +0000
6fbccd50abmade private default cons, and added copy cons to output_iterator archetype, some indenting changes to container_traits
Jeremy Siek
2001-01-21 18:50:42 +0000
32e131628dtweak a comment
Dave Abrahams
2001-01-21 16:18:41 +0000
223ea1ade7regex: regression test fixes
John Maddock
2001-01-21 12:58:24 +0000
ca0bbb1db7Moved type<> to boost/type.hpp
Dave Abrahams
2001-01-21 06:20:20 +0000