a8fa406a0aAdded iterator_traits_test.cpp
Dave Abrahams
2001-01-21 06:04:25 +0000
ef74209159Initial Checkin
Dave Abrahams
2001-01-21 06:02:08 +0000
d7fdd7e537Turned 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
e827e4f238Suppress 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
d86b8aeddeA first attempt at clarifying the documentation
Dave Abrahams
2001-01-21 05:48:55 +0000
3b44a729aeCheck BOOST_NO_LIMITS instead of __MINGW32__ where appropriate
Dave Abrahams
2001-01-21 05:45:45 +0000
eaf3013c11removed use of <limits> for portability to raw GCC
Dave Abrahams
2001-01-21 05:37:41 +0000
543b228c22Fixed a warning for MSVC Added changelog
Dave Abrahams
2001-01-21 05:35:13 +0000
fb8142b69fAdded warning suppression and changelog
Dave Abrahams
2001-01-21 05:33:10 +0000
09b5856a1fBOOST_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
12e3abfe59A bug fix that I failed to check in long ago for the use of strstream
Dave Abrahams
2001-01-21 05:29:26 +0000
e073bb0625Fixed 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
87877c1c73Initial checkin
Dave Abrahams
2001-01-21 05:18:41 +0000
ab54882e8bBOOST_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
36573016abAdded changelog
Dave Abrahams
2001-01-21 05:02:37 +0000
6aa6887d07Initial Checkin
Dave Abrahams
2001-01-21 00:16:10 +0000
184a9a7dc5Fix for STLport on MSVC
Beman Dawes
2001-01-20 22:58:11 +0000
7616db2c8fReplaced boolalpha use with something that the stock gcc library can handle.
Dave Abrahams
2001-01-20 22:36:49 +0000
7c66945c11Fixed what seemed like glaring bugs (illegal access to private members, missing template parameters).
Dave Abrahams
2001-01-20 21:59:55 +0000
c3af7ef1d1Refresh to match FTP site
Beman Dawes
2001-01-20 19:35:48 +0000
f297127013regex: fixes for Como in strict mode
John Maddock
2001-01-20 12:57:47 +0000
371d84ed01minor fixes for expected errors
John Maddock
2001-01-20 12:28:08 +0000
887a23721aregex: Irix fixes and point release
John Maddock
2001-01-20 12:23:51 +0000
7bee3e858dchange 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
f33daeddd1re-run after gcc/Solaris -pedantic -> -ansi command line fix
Jens Maurer
2001-01-19 19:40:45 +0000
ed23df59b4changed 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
ce9e8acfe4moved global variables in front of reference in test_align
Jens Maurer
2001-01-19 19:27:09 +0000
625b525044added property map checks for vertex_index and edge_index into concept_checks.cpp
Jeremy Siek
2001-01-19 18:20:10 +0000
26bcf9f3d2added get() shortcut for edge_list to edge_list.hpp added ReadablePropertyGraphConcept to graph_concepts.hpp
Jeremy Siek
2001-01-19 18:19:09 +0000
3368f7319aremoved unnecessary access of ::Directed type from edge_property_map
Jeremy Siek
2001-01-19 16:29:42 +0000
35b6b7669eadded get() function for edge_index property to edge_list classes
Jeremy Siek
2001-01-19 16:28:51 +0000
13514274efre-run after John Maddock's regex fix
Jens Maurer
2001-01-18 23:25:19 +0000
f7261163aarestricted Windows/gcc exclusion of int64_t to Cygwin, because MingW seems to work
Jens Maurer
2001-01-18 22:44:28 +0000
143d2e1737Conditions for BOOST_NO_STDC_NAMESPACE under MSVC with STLport were not quite right.
Beman Dawes
2001-01-18 21:28:50 +0000
fbc0f13cd0Broken 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
194927147cregex: minor fixes
John Maddock
2001-01-18 12:13:00 +0000
4bda91c664added examine_vertex() to fill the old spot of discover_vertex()
Jeremy Siek
2001-01-18 04:07:48 +0000
b7e073cbd8BFS added examine_vertex
Jeremy Siek
2001-01-18 04:06:40 +0000
889ed4cbcadiscover_vertex -> examine_vertex
Jeremy Siek
2001-01-18 04:04:58 +0000
5a45a6f150added on_examine_vertex
Jeremy Siek
2001-01-18 04:04:23 +0000
47c65b3e85discover_vertex() -> examine_vertex()
Jeremy Siek
2001-01-18 04:01:36 +0000
ef710ff9feadded Solaris 2.7 regression tests
Jens Maurer
2001-01-17 21:44:07 +0000
95198879a3Move regression tests and results to new top-level directory "status"
Jens Maurer
2001-01-17 21:22:00 +0000
9494bc988dgot it working
Jeremy Siek
2001-01-17 19:02:25 +0000
862e3ab187new file
Jeremy Siek
2001-01-17 19:01:30 +0000
75cf31cf2efirst discover_vertex needs to take s
Jeremy Siek
2001-01-17 18:54:56 +0000
29b7fe10faindenting
Jeremy Siek
2001-01-17 18:14:06 +0000
66d615a80funtabify
Jeremy Siek
2001-01-17 05:53:23 +0000
236ec9271fremoved start_vertex()
Jeremy Siek
2001-01-17 05:53:22 +0000
921e1c5e72discovering vertex v now, not u
Jeremy Siek
2001-01-17 04:27:15 +0000
c07a73c5edchanged the location of discover_vertex
Jeremy Siek
2001-01-17 04:26:38 +0000
0729606000new file, example use of bfs
Jeremy Siek
2001-01-16 20:24:22 +0000
49963b1fecnew file
Jeremy Siek
2001-01-16 19:46:27 +0000
a1ff2d652cjust 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
b4a17adb48a little cleanup
Jeremy Siek
2001-01-16 02:17:18 +0000
ff4a2d1e40still under construction
Jeremy Siek
2001-01-16 02:13:20 +0000
bd30fbce49get 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
7e9d3cd245added some comments
Jeremy Siek
2001-01-16 01:44:10 +0000
c041c43bfbremoved examine_edge()
Jeremy Siek
2001-01-16 01:35:30 +0000
65701b8d44cleaned up a few things
Jeremy Siek
2001-01-16 01:30:32 +0000
e4aa85adf5fixed resize() of distance_list
Jeremy Siek
2001-01-15 23:29:12 +0000
4290e3edd2example from stanford graph base
Jeremy Siek
2001-01-15 23:25:56 +0000
9752e33968fixed vertices(), needed to return an sgb_vertex_iterator
Jeremy Siek
2001-01-15 22:54:20 +0000
585db67d68re-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
98b4a75b68added note for mersenne_twister direct-init vs. copy-init semantic difference
Jens Maurer
2001-01-15 21:15:03 +0000
30c1bd8d29re-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
7b5369b18danother MIPSpro workaround
Jeremy Siek
2001-01-14 21:10:44 +0000
c7519a00e0regression testers' names now have HTML links to the "people" section
Jens Maurer
2001-01-14 20:21:03 +0000
4b16b30a99also, advance_impl should take non-const Iter param
Jeremy Siek
2001-01-14 19:23:19 +0000
03759ea033iter() should be i.iter()
Jeremy Siek
2001-01-14 19:21:29 +0000
4c82817b40add -G0 to MIPSpro compiler invocations to avoid GOT overflow
Jens Maurer
2001-01-14 19:19:23 +0000
fd1d9af97fWhen 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
c5d507abfcdo not pessimize later versions of SGI MIPSpro and Compaq C++
Jens Maurer
2001-01-14 18:53:58 +0000
3a14afec8dcopy-initialization instead of direct-initialization in tests
Jens Maurer
2001-01-14 18:27:32 +0000
e6b1c637a1fixed check_edge_added to properly account for when a parallel edge is added
Jeremy Siek
2001-01-14 01:51:23 +0000
e31952b0afadded std:: to ofstream
Jeremy Siek
2001-01-14 01:31:26 +0000
81d23658bdadded version number for MIPSpro
Jeremy Siek
2001-01-14 01:27:01 +0000
78244c558bMIPSpro port
Jeremy Siek
2001-01-14 01:15:10 +0000
d25fa0d482MIPSpro port, avoid using operators that are not defined
Jeremy Siek
2001-01-14 01:14:39 +0000
c1de244c4cfixes 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
0bd3be91a3no change
Jeremy Siek
2001-01-13 18:25:43 +0000
42a000136badded version 2 of add_vertex fo the vec_adj_list
Jeremy Siek
2001-01-13 18:25:24 +0000
18d339c7e0added MutablePropertyGraph checks
Jeremy Siek
2001-01-13 18:24:57 +0000
a927150617added second version of add_vertex()
Jeremy Siek
2001-01-13 18:19:21 +0000
3546991808changed add_edge()
Jeremy Siek
2001-01-13 18:14:38 +0000
ec8feedcb6add_edge() now returns a valid edge descriptor whether or not the edge was added
Jeremy Siek
2001-01-13 18:09:39 +0000
c67d810b6badd_edge() now returns a valid edge descriptor whether or not the edge is added
Jeremy Siek
2001-01-13 18:08:08 +0000
4d4e2c45a3added a property object version of add_vertex()
Jeremy Siek
2001-01-13 17:54:24 +0000
e468d26b79changed to use property object version of add_vertex()
Jeremy Siek
2001-01-13 17:53:53 +0000