Commit Graph

  • 8646f95319 untabify so I can read the code Dave Abrahams 2000-09-24 23:05:03 +0000
  • 7448823125 Cover iterator requirements by inheriting from std::iterator<> untabify so I can read this code! Dave Abrahams 2000-09-24 23:02:42 +0000
  • 0a8611c6d6 untabify so I can read it! Dave Abrahams 2000-09-24 22:59:22 +0000
  • 9262ddaad8 fix #if (defined ...) directive, remove unused arguments to suppress warnings Dave Abrahams 2000-09-24 22:54:44 +0000
  • 1872769401 eliminate unused parameters to suppress warnings Dave Abrahams 2000-09-24 22:53:00 +0000
  • ef08f59308 fixed the property_traits specialization for default_color, and got rid of some VC++ warnings Jeremy Siek 2000-09-24 21:25:55 +0000
  • c7f5b1defd few doc edits Jeremy Siek 2000-09-24 20:57:26 +0000
  • e7415fd255 PA -> Map name change and documentation cleanup/additions Jeremy Siek 2000-09-24 20:51:17 +0000
  • 2ca2e6dcda avoid using the ULL suffix for 64bit int literals, because it is not portable Jens Maurer 2000-09-24 19:33:22 +0000
  • 8856aa43ca fix typos Jens Maurer 2000-09-24 19:32:17 +0000
  • bf1bf46722 addition of INTXX_C support to integer library John Maddock 2000-09-24 11:35:25 +0000
  • 6f4b6f33fa added Buffer.html, and did some doc editing and formatting Jeremy Siek 2000-09-24 04:00:25 +0000
  • 7ee816b5ca changing table format for member functions, etc. Jeremy Siek 2000-09-24 03:01:05 +0000
  • 125c16f30c undo my mistakes in v. 1.8 Dave Abrahams 2000-09-24 01:45:04 +0000
  • c89f7c7a09 Use iterator adaptors with STLport. Dave Abrahams 2000-09-24 01:06:34 +0000
  • 569c205f8e fix obsolete #include of property_accessor.hpp Dave Abrahams 2000-09-24 01:02:52 +0000
  • f54de6faef VC++ fixes Jeremy Siek 2000-09-24 00:41:40 +0000
  • dd726556d4 re-run 23 Sept with int64 changes Jens Maurer 2000-09-23 16:35:57 +0000
  • 2d2edd2da7 use BOOST_NO_INT64_T to check wether "long long" traits should be tested. Jens Maurer 2000-09-23 16:35:19 +0000
  • d0d91cd2bd use BOOST_NO_INT64_T to check for availability of 64 bit integer support Jens Maurer 2000-09-23 16:33:57 +0000
  • d14c3dd6fb use BOOST_NO_INT64_T to check availability of 64 bit integer support Jens Maurer 2000-09-23 16:31:15 +0000
  • 1afb15a1c7 fix reversed BOOST_NO_INT64_T logic Jens Maurer 2000-09-23 16:29:01 +0000
  • e7a9e0607d add support for gcc's long long Jens Maurer 2000-09-23 16:27:16 +0000
  • dad75350e2 give more credit to Ed Brey Jens Maurer 2000-09-23 14:21:42 +0000
  • a71e3fc34a avoid two warnings with MSVC (thanks to Ed Brey) remove spurious decrementable<> use (thanks to Matthias Troyer) Jens Maurer 2000-09-23 14:18:14 +0000
  • c7c5ddb12b 64-bit integer improvements from John Maddock Beman Dawes 2000-09-22 20:39:23 +0000
  • f4c8b2e243 Changes for Borland 5.5.1 (5.5 update 2) Beman Dawes 2000-09-22 19:39:30 +0000
  • 0cfc622e71 fixed hash_set include file ordering bug in adjacency_list.hpp and some bugs in LvaluePropertyMap_concept, added Mutable_LvaluePropertyMap_concept Jeremy Siek 2000-09-22 19:02:55 +0000
  • 789dde70d2 added documentation for some traits classes Jeremy Siek 2000-09-22 18:53:58 +0000
  • 21345fd7f6 new file Jeremy Siek 2000-09-22 18:13:02 +0000
  • 38508843d6 Minor html fixes Beman Dawes 2000-09-22 18:10:39 +0000
  • 1dac4b3b77 Fix broken links Beman Dawes 2000-09-22 18:09:04 +0000
  • 0ada0fd31a Minor updates Beman Dawes 2000-09-22 18:06:56 +0000
  • 8dc2f23305 reorganized graph/detail/adjacency_list.hpp to handle g++ inline friend in namespace bug and VC++ no Koenig lookup Jeremy Siek 2000-09-22 07:11:07 +0000
  • 49f69339c3 added bellman_visitor.html and added a link to it in BellmanFordVisitor.html Jeremy Siek 2000-09-22 05:27:15 +0000
  • a80aebfb78 fixed a typo, and changed concept checker for lvalue property map Jeremy Siek 2000-09-22 04:26:32 +0000
  • bb3be0f617 changes for visual c++ port Jeremy Siek 2000-09-22 04:18:51 +0000
  • 1f82142e09 added another warning to be disabled under MSVCP Jeremy Siek 2000-09-22 04:16:11 +0000
  • f67507a51f moved adjacency_list_traits out of the detail directory Jeremy Siek 2000-09-21 22:24:57 +0000
  • a0fd20ef38 fixed some name lookup issues for get(T* ) Jeremy Siek 2000-09-21 18:59:18 +0000
  • 862b6097a9 put_get_at moved out of detail Jeremy Siek 2000-09-21 18:53:23 +0000
  • 1b2742b3f0 removed some obsolete files Jeremy Siek 2000-09-21 18:45:52 +0000
  • 56303794e8 changed some names from pa to pmap Jeremy Siek 2000-09-21 18:37:53 +0000
  • 3115823d9a more property accessor -> property map changes Jeremy Siek 2000-09-21 18:34:54 +0000
  • 7af6180b08 last commit gave broken pipe signal :( Jeremy Siek 2000-09-21 03:34:32 +0000
  • 1407cde754 property accessor interface changes Jeremy Siek 2000-09-21 03:31:19 +0000
  • bb9808827a new file, replacing VertexPropertyGraph and EdgePropertyGraph Jeremy Siek 2000-09-21 02:59:40 +0000
  • 947ad05734 changed the name of the property tags: name_tag -> vertex_name, etc. Jeremy Siek 2000-09-20 19:30:23 +0000
  • 179abdd243 changed to use put/get in graph coloring, and changed LvaluePropertyAccessor to use operator[] instead of at() Jeremy Siek 2000-09-20 18:56:45 +0000
  • 5166ef0de9 edits, bib additions Jeremy Siek 2000-09-20 18:29:01 +0000
  • 2a3c47298a replaced use of operator[] with get/put Jeremy Siek 2000-09-19 21:33:26 +0000
  • 8336732fad some new docs, and more documentation edits Jeremy Siek 2000-09-19 18:40:30 +0000
  • 5e3f48ea1a forgot this Jeremy Siek 2000-09-19 18:36:43 +0000
  • 0e27538656 new files and some edits Jeremy Siek 2000-09-19 17:15:31 +0000
  • 381c513431 new file Jeremy Siek 2000-09-19 16:49:43 +0000
  • 7a7b8afe67 lots of edits Jeremy Siek 2000-09-19 05:06:51 +0000
  • a1f8d7d294 obsolete Jeremy Siek 2000-09-19 04:49:48 +0000
  • dacc79815f changed Graph::xxx to graph_traits<Graph>::xxx Jeremy Siek 2000-09-19 04:26:42 +0000
  • 1f310eaeea replaced Graph::xxx with graph_traits<Graph>::xxx, and some other cleanups Jeremy Siek 2000-09-19 04:19:19 +0000
  • e40c00a819 new files Jeremy Siek 2000-09-19 04:05:48 +0000
  • 0a31de2d39 new file Jeremy Siek 2000-09-19 03:46:27 +0000
  • ed526446a7 this example has random output so diff'ing doesn't make sense Jeremy Siek 2000-09-19 02:13:52 +0000
  • 6be08ff4fe this example has random output, so diff'ing doesn't make sense Jeremy Siek 2000-09-19 02:12:37 +0000
  • d7feef0d58 added initialization of distances to zero using std::fill_n Jeremy Siek 2000-09-19 02:09:19 +0000
  • 5bb2421360 changed some int's to std::size_t's Jeremy Siek 2000-09-19 02:01:46 +0000
  • cb27436d29 fixed some misuses of BOOST_NO_STD_ITERATOR_TRAITS, changing it to BOOST_NO_ITERATOR_ADAPTORS, which is now always defined. Too many problems: 1. internal compiler errors on VC++ 2. warning from is_convertible under g++ Jeremy Siek 2000-09-19 01:58:00 +0000
  • 13b6afbdba changed #include iterator_adaptors to #include integer_range Jeremy Siek 2000-09-19 01:25:14 +0000
  • 98d6ebcc80 Ed gets married! Beman Dawes 2000-09-18 21:12:42 +0000
  • b4f4329e29 various edits Jeremy Siek 2000-09-18 21:06:23 +0000
  • 12f6c8c228 new files Jeremy Siek 2000-09-18 21:01:48 +0000
  • a3d64758fa work on visitors docs Jeremy Siek 2000-09-18 21:00:48 +0000
  • fdde15931f updating visitor documentation Jeremy Siek 2000-09-18 17:58:30 +0000
  • e5ad3ef7b1 more documentation editing Jeremy Siek 2000-09-18 17:17:44 +0000
  • 1f3f5c0e50 various edits Jeremy Siek 2000-09-18 17:02:49 +0000
  • 3c1cc60987 some more documentation Jeremy Siek 2000-09-18 16:27:27 +0000
  • 7c0292703b new file Jeremy Siek 2000-09-18 16:03:04 +0000
  • 3547a9ec4a new documentation Jeremy Siek 2000-09-18 16:00:39 +0000
  • 83484a22ab integer range moved to its own file Jeremy Siek 2000-09-18 10:00:12 +0000
  • 25fe2d2f73 integer_range moved to new header Jeremy Siek 2000-09-18 09:55:23 +0000
  • 108849916e typo in #include Jeremy Siek 2000-09-18 09:52:20 +0000
  • 7d937b32ba moved integer_range to its own file Jeremy Siek 2000-09-18 09:49:29 +0000
  • 53b60c6044 move integer_range to its own file Jeremy Siek 2000-09-18 09:47:04 +0000
  • 2fe97da795 few typos Jeremy Siek 2000-09-18 09:32:27 +0000
  • 854779494c added #include <utility> because tied uses std::pair Jeremy Siek 2000-09-18 09:25:18 +0000
  • 410a88accf with KCC, the nested stack class is having access problems despite the friend decl. Made some stuff public for now Jeremy Siek 2000-09-18 09:23:09 +0000
  • c74495d219 almost forgot this one Jeremy Siek 2000-09-18 09:13:41 +0000
  • a9f552eb6b added clause for KCC, it doesn't have slist or hash_set/hash_map Jeremy Siek 2000-09-18 09:06:43 +0000
  • 196cfe6ad1 removed some #if 0 stuff Jeremy Siek 2000-09-18 09:04:36 +0000
  • 3c386b6e6f show how to convert .fig to .gif Jeremy Siek 2000-09-18 08:59:38 +0000
  • fb9a1c736c added a few more macros needed by the Boost Graph Library Jeremy Siek 2000-09-18 08:57:25 +0000
  • eef22d3337 changed macro name for templated iterator constructors Jeremy Siek 2000-09-18 08:56:18 +0000
  • 4cf2eb7123 new files needed for boost graph library Jeremy Siek 2000-09-18 08:28:03 +0000
  • 9d53ee7337 added tied() Jeremy Siek 2000-09-18 08:27:37 +0000
  • 9863878325 pending stuff from Boost Graph Library Jeremy Siek 2000-09-18 08:24:47 +0000
  • b6a9ea7d4d license file for the boost graph library Jeremy Siek 2000-09-18 08:22:14 +0000
  • 863c5b640a new files for boost graph library Jeremy Siek 2000-09-18 08:21:44 +0000
  • f85dd04518 example files for boost graph library Jeremy Siek 2000-09-18 08:17:56 +0000
  • a700529dfd Updates to cope with Borland C++ 5.51 John Maddock 2000-09-09 10:20:24 +0000
  • 7013565d28 Fix Misspelling of BOOST_NO_STD_ITERATOR_TRAITS Beman Dawes 2000-09-05 19:57:50 +0000
  • 6c656a5fb4 Re-run with modified array.hpp (no changes in results) Jens Maurer 2000-09-04 19:43:11 +0000