Commit Graph

  • a8fa406a0a Added iterator_traits_test.cpp Dave Abrahams 2001-01-21 06:04:25 +0000
  • ef74209159 Initial Checkin Dave Abrahams 2001-01-21 06:02:08 +0000
  • d7fdd7e537 Turned on STLPort debug mode and turned off incremental linking for vc6 builds. Added cygwin build. Waiting for a fix for cygwin/stlport to add that Dave Abrahams 2001-01-21 05:59:31 +0000
  • e827e4f238 Suppress an expected warning for MSVC Added a test to prove that we can use void with is_same<> Removed "press any key to exit" as it interferes with testing in large batches. Dave Abrahams 2001-01-21 05:56:57 +0000
  • d86b8aedde A first attempt at clarifying the documentation Dave Abrahams 2001-01-21 05:48:55 +0000
  • 3b44a729ae Check BOOST_NO_LIMITS instead of __MINGW32__ where appropriate Dave Abrahams 2001-01-21 05:45:45 +0000
  • eaf3013c11 removed use of <limits> for portability to raw GCC Dave Abrahams 2001-01-21 05:37:41 +0000
  • 543b228c22 Fixed a warning for MSVC Added changelog Dave Abrahams 2001-01-21 05:35:13 +0000
  • fb8142b69f Added warning suppression and changelog Dave Abrahams 2001-01-21 05:33:10 +0000
  • 09b5856a1f BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS moved here from cast.hpp Added missing BOOST_NO_STRINGSTREAM which some boost code seemed to depend on Dave Abrahams 2001-01-21 05:30:47 +0000
  • 12e3abfe59 A bug fix that I failed to check in long ago for the use of strstream Dave Abrahams 2001-01-21 05:29:26 +0000
  • e073bb0625 Fixed is_same<T,U> so it would work with T == void or U == void Suppressed some warnings in from_not_void_conversion<> for MSVC Fixed a spelling error Dave Abrahams 2001-01-21 05:23:36 +0000
  • 87877c1c73 Initial checkin Dave Abrahams 2001-01-21 05:18:41 +0000
  • ab54882e8b BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS to config.hpp. Removed unused BOOST_EXPLICIT_TARGET macro. Moved boost::detail::type to boost/type.hpp. Made it compile with stock gcc again Dave Abrahams 2001-01-21 05:07:11 +0000
  • 36573016ab Added changelog Dave Abrahams 2001-01-21 05:02:37 +0000
  • 6aa6887d07 Initial Checkin Dave Abrahams 2001-01-21 00:16:10 +0000
  • 184a9a7dc5 Fix for STLport on MSVC Beman Dawes 2001-01-20 22:58:11 +0000
  • 7616db2c8f Replaced boolalpha use with something that the stock gcc library can handle. Dave Abrahams 2001-01-20 22:36:49 +0000
  • 7c66945c11 Fixed what seemed like glaring bugs (illegal access to private members, missing template parameters). Dave Abrahams 2001-01-20 21:59:55 +0000
  • c3af7ef1d1 Refresh to match FTP site Beman Dawes 2001-01-20 19:35:48 +0000
  • f297127013 regex: fixes for Como in strict mode John Maddock 2001-01-20 12:57:47 +0000
  • 371d84ed01 minor fixes for expected errors John Maddock 2001-01-20 12:28:08 +0000
  • 887a23721a regex: Irix fixes and point release John Maddock 2001-01-20 12:23:51 +0000
  • 7bee3e858d change calls to iterator_init() to this->iterator_init(), because the member function is in a dependent base class Jens Maurer 2001-01-20 00:11:11 +0000
  • 8de8d6d010 bugfix: added destructor definition with empty exception specification Jens Maurer 2001-01-20 00:09:14 +0000
  • f33daeddd1 re-run after gcc/Solaris -pedantic -> -ansi command line fix Jens Maurer 2001-01-19 19:40:45 +0000
  • ed23df59b4 changed gcc/Solaris flags from -pedantic to -ansi The former makes the preprocessor forget about the LL suffix Jens Maurer 2001-01-19 19:40:08 +0000
  • ce9e8acfe4 moved global variables in front of reference in test_align Jens Maurer 2001-01-19 19:27:09 +0000
  • 625b525044 added property map checks for vertex_index and edge_index into concept_checks.cpp Jeremy Siek 2001-01-19 18:20:10 +0000
  • 26bcf9f3d2 added get() shortcut for edge_list to edge_list.hpp added ReadablePropertyGraphConcept to graph_concepts.hpp Jeremy Siek 2001-01-19 18:19:09 +0000
  • 8e5b9af19e Add win32 Intel compiler Beman Dawes 2001-01-19 18:14:13 +0000
  • 3368f7319a removed unnecessary access of ::Directed type from edge_property_map Jeremy Siek 2001-01-19 16:29:42 +0000
  • 35b6b7669e added get() function for edge_index property to edge_list classes Jeremy Siek 2001-01-19 16:28:51 +0000
  • 13514274ef re-run after John Maddock's regex fix Jens Maurer 2001-01-18 23:25:19 +0000
  • f7261163aa restricted Windows/gcc exclusion of int64_t to Cygwin, because MingW seems to work Jens Maurer 2001-01-18 22:44:28 +0000
  • 143d2e1737 Conditions for BOOST_NO_STDC_NAMESPACE under MSVC with STLport were not quite right. Beman Dawes 2001-01-18 21:28:50 +0000
  • fbc0f13cd0 Broken iterator fix needs to apply to the Intel compiler too, because it uses the MSVC library Beman Dawes 2001-01-18 21:20:42 +0000
  • 194927147c regex: minor fixes John Maddock 2001-01-18 12:13:00 +0000
  • 4bda91c664 added examine_vertex() to fill the old spot of discover_vertex() Jeremy Siek 2001-01-18 04:07:48 +0000
  • b7e073cbd8 BFS added examine_vertex Jeremy Siek 2001-01-18 04:06:40 +0000
  • 889ed4cbca discover_vertex -> examine_vertex Jeremy Siek 2001-01-18 04:04:58 +0000
  • 5a45a6f150 added on_examine_vertex Jeremy Siek 2001-01-18 04:04:23 +0000
  • 47c65b3e85 discover_vertex() -> examine_vertex() Jeremy Siek 2001-01-18 04:01:36 +0000
  • ef710ff9fe added Solaris 2.7 regression tests Jens Maurer 2001-01-17 21:44:07 +0000
  • 95198879a3 Move regression tests and results to new top-level directory "status" Jens Maurer 2001-01-17 21:22:00 +0000
  • 9494bc988d got it working Jeremy Siek 2001-01-17 19:02:25 +0000
  • 862e3ab187 new file Jeremy Siek 2001-01-17 19:01:30 +0000
  • 75cf31cf2e first discover_vertex needs to take s Jeremy Siek 2001-01-17 18:54:56 +0000
  • 29b7fe10fa indenting Jeremy Siek 2001-01-17 18:14:06 +0000
  • 66d615a80f untabify Jeremy Siek 2001-01-17 05:53:23 +0000
  • 236ec9271f removed start_vertex() Jeremy Siek 2001-01-17 05:53:22 +0000
  • 921e1c5e72 discovering vertex v now, not u Jeremy Siek 2001-01-17 04:27:15 +0000
  • c07a73c5ed changed the location of discover_vertex Jeremy Siek 2001-01-17 04:26:38 +0000
  • 0729606000 new file, example use of bfs Jeremy Siek 2001-01-16 20:24:22 +0000
  • 49963b1fec new file Jeremy Siek 2001-01-16 19:46:27 +0000
  • a1ff2d652c just use portable property stule in edge_property.cpp, and go back to using vecS as edge list in max_flow.cpp, now that it is safe to do so: edge properties no longer stored directly in the vector. Jeremy Siek 2001-01-16 02:21:12 +0000
  • b4a17adb48 a little cleanup Jeremy Siek 2001-01-16 02:17:18 +0000
  • ff4a2d1e40 still under construction Jeremy Siek 2001-01-16 02:13:20 +0000
  • bd30fbce49 get property #ifdef's around the property_num stuff Jeremy Siek 2001-01-16 02:11:38 +0000
  • 2a759c1b74 *** empty log message *** Jeremy Siek 2001-01-16 02:08:36 +0000
  • 7e9d3cd245 added some comments Jeremy Siek 2001-01-16 01:44:10 +0000
  • c041c43bfb removed examine_edge() Jeremy Siek 2001-01-16 01:35:30 +0000
  • 65701b8d44 cleaned up a few things Jeremy Siek 2001-01-16 01:30:32 +0000
  • e4aa85adf5 fixed resize() of distance_list Jeremy Siek 2001-01-15 23:29:12 +0000
  • 4290e3edd2 example from stanford graph base Jeremy Siek 2001-01-15 23:25:56 +0000
  • 9752e33968 fixed vertices(), needed to return an sgb_vertex_iterator Jeremy Siek 2001-01-15 22:54:20 +0000
  • 585db67d68 re-run after removing libs/timer/timer.cpp fix libs/rational/rational_example.cpp by working around missing Koenig lookup Jens Maurer 2001-01-15 21:22:09 +0000
  • 98b4a75b68 added note for mersenne_twister direct-init vs. copy-init semantic difference Jens Maurer 2001-01-15 21:15:03 +0000
  • 606c585046 Rename cs-win32.zip (lowercase) Beman Dawes 2001-01-15 19:41:43 +0000
  • 30c1bd8d29 re-run after removal of libs/timer/timer.cpp and workaround for missing Koenig lookup to rational_example.cpp Jens Maurer 2001-01-15 19:14:20 +0000
  • ea6159267b libs/timer/timer.cpp removed fixed libs/random/random_test.cpp failed assertion Jens Maurer 2001-01-15 17:55:19 +0000
  • 4c02f89976 Fix broken link Beman Dawes 2001-01-15 17:13:18 +0000
  • dcf9056a67 changed slistS to listS to make it a portable test Jeremy Siek 2001-01-15 03:39:30 +0000
  • 3377e38561 opps, property_num is needed Jeremy Siek 2001-01-15 03:21:36 +0000
  • d63d04b2cb fixed some warnings under g++ Jeremy Siek 2001-01-15 03:10:11 +0000
  • 2267b1a774 fixed dispatch for MIPSpro workaround Jeremy Siek 2001-01-15 02:51:45 +0000
  • 72e2e1dcc0 First commit with synchronized log file Beman Dawes 2001-01-15 01:09:46 +0000
  • 7b5369b18d another MIPSpro workaround Jeremy Siek 2001-01-14 21:10:44 +0000
  • c7519a00e0 regression testers' names now have HTML links to the "people" section Jens Maurer 2001-01-14 20:21:03 +0000
  • 4b16b30a99 also, advance_impl should take non-const Iter param Jeremy Siek 2001-01-14 19:23:19 +0000
  • 03759ea033 iter() should be i.iter() Jeremy Siek 2001-01-14 19:21:29 +0000
  • 4c82817b40 add -G0 to MIPSpro compiler invocations to avoid GOT overflow Jens Maurer 2001-01-14 19:19:23 +0000
  • fd1d9af97f When running only a single test, do not (by default) overwrite the default HTML output file, but issue an error instead. Jens Maurer 2001-01-14 19:12:51 +0000
  • c5d507abfc do not pessimize later versions of SGI MIPSpro and Compaq C++ Jens Maurer 2001-01-14 18:53:58 +0000
  • 3a14afec8d copy-initialization instead of direct-initialization in tests Jens Maurer 2001-01-14 18:27:32 +0000
  • e6b1c637a1 fixed check_edge_added to properly account for when a parallel edge is added Jeremy Siek 2001-01-14 01:51:23 +0000
  • e31952b0af added std:: to ofstream Jeremy Siek 2001-01-14 01:31:26 +0000
  • 81d23658bd added version number for MIPSpro Jeremy Siek 2001-01-14 01:27:01 +0000
  • 78244c558b MIPSpro port Jeremy Siek 2001-01-14 01:15:10 +0000
  • d25fa0d482 MIPSpro port, avoid using operators that are not defined Jeremy Siek 2001-01-14 01:14:39 +0000
  • c1de244c4c fixes for SGI MIPSpro C++ and STLport. Mostly had to do with members being compiled even when they are not called. Still need fixes for iterator adaptors Jeremy Siek 2001-01-13 21:51:14 +0000
  • 0bd3be91a3 no change Jeremy Siek 2001-01-13 18:25:43 +0000
  • 42a000136b added version 2 of add_vertex fo the vec_adj_list Jeremy Siek 2001-01-13 18:25:24 +0000
  • 18d339c7e0 added MutablePropertyGraph checks Jeremy Siek 2001-01-13 18:24:57 +0000
  • a927150617 added second version of add_vertex() Jeremy Siek 2001-01-13 18:19:21 +0000
  • 3546991808 changed add_edge() Jeremy Siek 2001-01-13 18:14:38 +0000
  • ec8feedcb6 add_edge() now returns a valid edge descriptor whether or not the edge was added Jeremy Siek 2001-01-13 18:09:39 +0000
  • c67d810b6b add_edge() now returns a valid edge descriptor whether or not the edge is added Jeremy Siek 2001-01-13 18:08:08 +0000
  • 4d4e2c45a3 added a property object version of add_vertex() Jeremy Siek 2001-01-13 17:54:24 +0000
  • e468d26b79 changed to use property object version of add_vertex() Jeremy Siek 2001-01-13 17:53:53 +0000