Commit Graph

  • 38f05660c2 new file Jeremy Siek 2001-01-27 21:20:49 +0000
  • c2bfbf6184 no change Jeremy Siek 2001-01-27 21:19:55 +0000
  • 0a376bf9b9 moved has_property from here to boost/pending/property.hpp Jeremy Siek 2001-01-27 18:14:21 +0000
  • 157544c3e3 moved has_property from detail/adjacency_list.hpp to here Jeremy Siek 2001-01-27 18:13:55 +0000
  • f942e527c2 BPL support for exporting/importing class wrappers. Ralf W. Grosse-Kunstleve 2001-01-27 17:35:02 +0000
  • 70a8770edc regex: Fixes for Como compiler in strict mode, plus some signed/unsigned conversions John Maddock 2001-01-27 11:34:53 +0000
  • 6606c5970f regression.cpp: Minor change to get the regression test rpogram functioning under cygwin. John Maddock 2001-01-27 11:33:04 +0000
  • 702077ec11 type_traits: updated type-transformations John Maddock 2001-01-27 11:31:58 +0000
  • add2c088fd simplified a bit and made it more generic Jeremy Siek 2001-01-27 03:14:27 +0000
  • 2f6a07e915 fixed 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
  • 50662625ab Add GCC and Cygwin version info Beman Dawes 2001-01-26 15:17:45 +0000
  • 2704f4e0f7 add support for the upcoming gcc 3.0 Jens Maurer 2001-01-25 21:24:13 +0000
  • 9dc782c746 changed order of tree edge and discover vertex Jeremy Siek 2001-01-25 21:18:49 +0000
  • 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. Jeremy Siek 2001-01-25 04:57:16 +0000
  • 3819312d1e fixed compiler error with VERBOSE=1 Jeremy Siek 2001-01-25 04:54:10 +0000
  • 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. Jeremy Siek 2001-01-25 04:45:52 +0000
  • a58aa3c5f5 re-run with counting_iterator_test.cpp Jens Maurer 2001-01-24 23:12:51 +0000
  • c805efaa5f re-run with counting_iterator_test Jens Maurer 2001-01-24 23:11:31 +0000
  • 988b4d5087 new file Jeremy Siek 2001-01-24 22:43:08 +0000
  • fa790e05ac re-run with counting_iterator_test.cpp and fixes to numeric_traits_test.cpp Jens Maurer 2001-01-24 22:34:43 +0000
  • c86a117844 new file Jeremy Siek 2001-01-24 22:34:20 +0000
  • bd799762a4 re-wording of gcc bug description regarding "using" in function templates Jens Maurer 2001-01-24 20:00:00 +0000
  • 798703a774 Added counting_iterator_test.cpp Dave Abrahams 2001-01-24 18:38:47 +0000
  • c7584f362b Initial checkin Dave Abrahams 2001-01-24 18:36:52 +0000
  • ce9692e865 changed max_flow.dat file to a more demanding example graph Jeremy Siek 2001-01-24 16:54:31 +0000
  • f9f2a05717 fixed bug in converting preflow to flow Jeremy Siek 2001-01-24 16:19:39 +0000
  • 048e2e368c cstdint: cygwin fixes for long long support John Maddock 2001-01-24 12:18:30 +0000
  • bd2bb3eecd Undone accidental changes to static_assert_test.cpp John Maddock 2001-01-24 12:17:46 +0000
  • 31398665da regex: updated change log John Maddock 2001-01-24 12:16:52 +0000
  • 081f68d0f4 Fixes for void specialisations John Maddock 2001-01-24 12:16:16 +0000
  • 85103337f4 working on filter graph and max flow Jeremy Siek 2001-01-24 04:28:17 +0000
  • 2ac3593f9e new file Jeremy Siek 2001-01-24 04:26:16 +0000
  • 1afc3d7a08 Added test for wchar_t Dave Abrahams 2001-01-24 01:48:01 +0000
  • 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<>. Dave Abrahams 2001-01-24 01:44:05 +0000
  • 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. Dave Abrahams 2001-01-24 01:40:22 +0000
  • 14d8a79a62 Another stupid typo fix by Ralf W. Grosse-Kunstleve Dave Abrahams 2001-01-23 22:41:46 +0000
  • bd5fd83c0a Refresh after adding GCC Beman Dawes 2001-01-23 22:07:26 +0000
  • 1704433b60 for int32_t and intmax_t, prefer "long" over "int" if both are 32bit Jens Maurer 2001-01-23 19:45:00 +0000
  • 8e0629ea0c changed name of maximum_flow to push_relabel_max_flow Jeremy Siek 2001-01-23 19:17:15 +0000
  • 476306f9af new file Jeremy Siek 2001-01-23 19:12:12 +0000
  • 701e44e53d added copyright Jeremy Siek 2001-01-23 19:11:24 +0000
  • 796768a96f finished Jeremy Siek 2001-01-23 19:10:50 +0000
  • f1f9cc89c7 added filter iterator test Jeremy Siek 2001-01-23 19:10:03 +0000
  • 6c53871cf1 added filter iterator Jeremy Siek 2001-01-23 19:09:30 +0000
  • edfd99d0e2 removed cause of warnings for KCC Jeremy Siek 2001-01-23 19:08:30 +0000
  • 15714349fd version (2) and (3) now take a const graph Jeremy Siek 2001-01-23 18:04:59 +0000
  • b7bcf8c316 changed variant (2) and (3) to take a const graph Jeremy Siek 2001-01-23 18:04:21 +0000
  • a32f2ae827 updated, added out_degree and num_vertices Jeremy Siek 2001-01-23 18:02:36 +0000
  • 6cf93dc71f no highlighting at all without --diff option Jens Maurer 2001-01-23 17:40:22 +0000
  • d0f20676f0 new graph adaptor Jeremy Siek 2001-01-23 17:09:43 +0000
  • 7bf7619577 regex: fixed makefiles to clean *.pch files. John Maddock 2001-01-23 12:28:36 +0000
  • 845a0b3805 type_traits: updated with checks that cv-void specialisations are working correctly John Maddock 2001-01-23 11:44:44 +0000
  • 182b5d76f3 moved adjacency_iterator implementation into a separate file Jeremy Siek 2001-01-23 05:18:06 +0000
  • 0b1293c9a1 added --diff option to highlight changes viz. the previous run Jens Maurer 2001-01-22 23:06:03 +0000
  • 9f42573d55 Added a fix from Ralf W. Grosse-Kunstleve Dave Abrahams 2001-01-22 22:58:37 +0000
  • 9cf5b48815 changed docs for get_property Jeremy Siek 2001-01-22 21:46:40 +0000
  • 400a1ebf9f changed get_property return type to use graph_property Jeremy Siek 2001-01-22 21:46:09 +0000
  • fa7bda63c5 added numeric_traits_tests.cpp, fixed failures with Comeau C++/strict mode Jens Maurer 2001-01-22 21:34:13 +0000
  • bf71511f04 added numeric_traits_tests.cpp Jens Maurer 2001-01-22 21:33:13 +0000
  • 027b235514 change Compaq C++ 6.0 to 6.2 in informational message Jens Maurer 2001-01-22 21:26:49 +0000
  • d5b3088316 added numeric_traits_tests.cpp Jens Maurer 2001-01-22 21:26:07 +0000
  • 3e466a3dcf re-run with numeric_traits_tests.cpp Jens Maurer 2001-01-22 21:23:13 +0000
  • d62bf750f6 add references to the compiler message files on Soureforge anonymous ftp Jens Maurer 2001-01-22 21:20:24 +0000
  • 0c8b5e18b6 minor fix: move "static" storage specifier to the front of a declaration Jens Maurer 2001-01-22 21:11:35 +0000
  • 97708f58c6 remove "-instances=static" from Solaris 64bit configuration; not needed Jens Maurer 2001-01-22 20:49:23 +0000
  • 23beb4ef27 fixed more Comaeu problems Jeremy Siek 2001-01-22 20:34:22 +0000
  • 7adcd3e46f added out_degree() to IncidenceGraphConcept and in_degree() to BidirectionalGraphConcept Jeremy Siek 2001-01-22 17:16:08 +0000
  • ed2b795823 changed default of BOOST_FPTR to use & Jeremy Siek 2001-01-22 17:10:16 +0000
  • 6842e42537 added KAI C++ type for std::list::difference_type Jeremy Siek 2001-01-22 16:52:36 +0000
  • 034c491378 added changelog note Jeremy Siek 2001-01-22 16:49:28 +0000
  • 91cdb04918 Added numeric_traits_test.cpp Dave Abrahams 2001-01-22 05:09:44 +0000
  • a4a578f75d Fixes so that long long is recognized for GCC. Dave Abrahams 2001-01-22 05:06:37 +0000
  • 06f3e27d07 Quick fix to my_iterator, which wasn't returning a reference type from operator* Dave Abrahams 2001-01-22 05:03:48 +0000
  • 8e510d612c Suppress some useless warnings with MSVC Dave Abrahams 2001-01-22 04:53:38 +0000
  • 89acfa6e50 Undid 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
  • 5241a159e3 Initial checkin Dave Abrahams 2001-01-22 04:08:29 +0000
  • e6af0289f8 Fixed tests for long long to detect its presence on GCC Dave Abrahams 2001-01-22 03:48:35 +0000
  • b44c450600 finished implementation of max flow Jeremy Siek 2001-01-22 02:46:05 +0000
  • 90a82d34d2 finished max flow example Jeremy Siek 2001-01-22 02:45:23 +0000
  • a85acda365 re-run with additional iterator tests Jens Maurer 2001-01-21 22:20:01 +0000
  • e104bbc3b9 added 64bit mode for Solaris Jens Maurer 2001-01-21 22:17:18 +0000
  • 11c0ad573b re-run with iterator_test* and 64bit output Jens Maurer 2001-01-21 22:14:49 +0000
  • 19c668e01a define BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS only if _RWSTD_VER < 0x0203 Jens Maurer 2001-01-21 21:36:36 +0000
  • f124a75b6d re-run wth iterator_traits_test* Jens Maurer 2001-01-21 21:19:45 +0000
  • 9c3b50d6cd added Linux Comeau in strict_warnings mode Jens Maurer 2001-01-21 21:05:39 +0000
  • 2d76195b4b added Comeau in strict_warnings mode Jens Maurer 2001-01-21 21:05:10 +0000
  • d8634e0738 Comeau fixes Jeremy Siek 2001-01-21 21:00:10 +0000
  • c6e7edeb4f Comeau port fixes Jeremy Siek 2001-01-21 20:48:34 +0000
  • 6101e943d8 added new iter adaptor fail expected tests Jeremy Siek 2001-01-21 20:31:53 +0000
  • 921113dbbc added some #ifdefs to prevent compilation of workaround code Jeremy Siek 2001-01-21 20:28:02 +0000
  • 0fab8d1c3b removed unused variables Jeremy Siek 2001-01-21 20:19:09 +0000
  • b6c44c0bd4 Restored alphabetic ordering. Jens Maurer 2001-01-21 20:15:20 +0000
  • d01e993678 new files Jeremy Siek 2001-01-21 20:12:32 +0000
  • d61fcc1303 avoid gcc mis-interpreting direct-initialization as a function declaration Jens Maurer 2001-01-21 20:10:36 +0000
  • 30962c6dec fixed some mwerks compiler errors Jeremy Siek 2001-01-21 19:33:06 +0000
  • a2f4ef61bf added necessary const_mod<unsigned long, 0> overload Jens Maurer 2001-01-21 19:14:18 +0000
  • 6fbccd50ab made 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
  • 32e131628d tweak a comment Dave Abrahams 2001-01-21 16:18:41 +0000
  • 223ea1ade7 regex: regression test fixes John Maddock 2001-01-21 12:58:24 +0000
  • ca0bbb1db7 Moved type<> to boost/type.hpp Dave Abrahams 2001-01-21 06:20:20 +0000