ca6bbfb03afixed SGI MIPSpro problems
Jeremy Siek
2001-01-12 02:35:36 +0000
c08becf18dreplace using-directive with using-declarations to avoid ambiguity on IRIX CC
Jens Maurer
2001-01-11 23:00:32 +0000
66820ac4b1added IRIX CC with STLport 4.1b4
Jens Maurer
2001-01-11 22:00:01 +0000
a88bbd4c9fjoin independent commands with && so that failure of one of them causes the whole system() call to indicate failure
Jens Maurer
2001-01-11 21:40:18 +0000
0f879be137fix typo in IRIX CC with STLport configuration
Jens Maurer
2001-01-11 20:41:16 +0000
8ca4611c1bIRIX CC with STLport 4.1b4
Jens Maurer
2001-01-11 20:35:29 +0000
32ade78d9cre-run for timer tests
Jens Maurer
2001-01-10 21:57:24 +0000
cd63e62bedre-run with timer tests
Jens Maurer
2001-01-10 21:39:43 +0000
931d421b9eadded a link to Erdos numbers
Jeremy Siek
2001-01-10 18:59:51 +0000
99d4d7f6e9Runup to 1.20.1
Beman Dawes
2001-01-10 18:29:11 +0000
753ec421efgraph arg should have come last
Jeremy Siek
2001-01-10 17:51:08 +0000
9c07b6d462fixed problem in remove_out_edges_if and remove_in_edges_if in the bidir case, was deleting edge property objects prematurely
Jeremy Siek
2001-01-10 17:03:26 +0000
294704db9cadded clear_vertex example
Jeremy Siek
2001-01-10 17:02:35 +0000
d61b4dc24ccompressed pair fixes for VC6
John Maddock
2001-01-10 12:21:30 +0000
8a81550a86new file
Jeremy Siek
2001-01-10 04:15:07 +0000
6234ef132auntabified detail/adjacency_list.hpp
Jeremy Siek
2001-01-10 04:14:31 +0000
a03966bc1eruns through all posibilities, still needs portability work
Jeremy Siek
2001-01-10 00:33:26 +0000
0499342c5dfixed bidir remove edge, and changed in_edges() to given better error messages when used with directedS graph
Jeremy Siek
2001-01-10 00:29:55 +0000
123d1850ffadded CPU type
Jens Maurer
2001-01-09 23:15:37 +0000
c80ed1c701Fix bug with arguments to "run" tests
Jens Maurer
2001-01-09 20:04:11 +0000
b003c5ca9fregex file names fixed to bring them under 32 characters (for Mac compatibility)
John Maddock
2001-01-09 12:42:39 +0000
a862c9ca14re-work command line parsing allow for additional arguments to "run" tests
Jens Maurer
2001-01-08 21:08:26 +0000
40bc776f47Initial commit after public review (note change in library name per review)
Beman Dawes
2001-01-06 16:47:36 +0000
49f1b04d89Initial commit after public review (note change in library name per review)
Beman Dawes
2001-01-06 16:39:40 +0000
256c4edd65Initial commit after public review (note change in library name per review)
Beman Dawes
2001-01-06 16:25:08 +0000
3e6a9c38bcMake path of table entry relative to parent directory. Fixes bug introduced when source path changed to be relative to path argument.
Beman Dawes
2001-01-06 14:35:29 +0000
20c3602f56adjust portability fix, avoid time-consuming but useless test
Jens Maurer
2001-01-06 11:19:44 +0000
0971f947d7fixed default constructor for bfs_visitor, etc.
Jeremy Siek
2001-01-03 16:23:43 +0000
17d0a80024*** empty log message ***
Jeremy Siek
2001-01-03 16:10:18 +0000
b5c5808b3bBeOS regression test fixes
John Maddock
2001-01-03 11:10:13 +0000
4cbbee1ab1This commit was generated by cvs2svn to compensate for changes in r889, which included commits to RCS files with non-trunk default branches.
John Maddock
2001-01-02 12:40:29 +0000
f0ae70e64aadded directure structure proposal
John Maddock
2000-12-30 11:28:30 +0000
f778399567Add missing MSVC lib to run command
Beman Dawes
2000-12-29 15:01:24 +0000
1fbc5f8ab0Add link to discussion policy
Beman Dawes
2000-12-28 19:48:23 +0000
951fb8b683Add run date/ to HTML output
Beman Dawes
2000-12-27 02:10:20 +0000
1b0bec7d24Docs fixes (Nico)+ add return 0; to test files (Beman)
Beman Dawes
2000-12-27 02:03:29 +0000
69b7beee97Win32 vc-stlport now linking correctly
Beman Dawes
2000-12-26 22:43:13 +0000
01913fe74fvc-stlport /link /libpath: now set
Beman Dawes
2000-12-26 22:20:39 +0000
1f708498fcTreat command line usage uniformly when optional arguments present, always generating HTML and invoking do_tests().. Allow command line specification of test type command. Fix output interleaving nit. Fix spurious error reporting nit.
Beman Dawes
2000-12-26 18:33:29 +0000
f2ab460e49Use compile and link command (instead of compile only) when file to compile specified on command line.
Beman Dawes
2000-12-26 16:32:28 +0000
b1efdd96a8Sample using Jens' new regression test program
Beman Dawes
2000-12-24 21:22:42 +0000
37c63a8ce7Separate compile-only and compile-link/run commands Comments in .cfg files HTML table Test Type column VC++ workarounds Win32 compilers now all work (Changes not tested on other compilers)
Beman Dawes
2000-12-24 19:59:01 +0000
338a6a8fe4Initial version (from Jens Maurer)
Beman Dawes
2000-12-24 19:09:27 +0000
2b7c570dceworking on shortening symbol names
Jeremy Siek
2000-12-22 16:04:09 +0000
e68b401220fixed edge_descriptor stability problem for case of EdgeList=vecS by changing stored_edge_property to hold the properties object by auto_ptr instead of by value
Jeremy Siek
2000-12-22 15:30:22 +0000
215b5ef84cKill some warnings about converting negative numbers to unsigned types
Dave Abrahams
2000-12-21 17:17:45 +0000
68c5a167acVC6 fixes for compressed_pair
John Maddock
2000-12-21 12:27:22 +0000
2a73145d2fcvs makes my head hurt...
Jeremy Siek
2000-12-20 02:42:38 +0000
fd38e3cab8oops, forgot about the examples/ -> example/ dir name change
Jeremy Siek
2000-12-20 02:41:55 +0000
01afe1e3eeoops, got confused and accidentally re-added these, so now removing again
Jeremy Siek
2000-12-20 02:40:40 +0000
b7bb49d7adfixed mixup in edge direction
Jeremy Siek
2000-12-19 20:53:04 +0000
9e06e9931are-adding these files
Jeremy Siek
2000-12-19 19:30:01 +0000
6ad9e5ecb1updated refs to REQUIRE (changed to function_requires)
Jeremy Siek
2000-12-19 18:21:38 +0000
4160b245d9simplifiex bad_error_eg.cpp
Jeremy Siek
2000-12-19 18:14:16 +0000
4bfe042990fixed obsolete use of class_requires
Jeremy Siek
2000-12-19 18:12:41 +0000
ba308ad20cremoving, going to be replaced by Jens
Jeremy Siek
2000-12-19 15:50:00 +0000
da47cf9c55OSTYPE -> OS in the comment
Jeremy Siek
2000-12-17 22:09:51 +0000
dbf8a0dd9fchanged reference type of counting_iterator to avoid problems on VC++
Jeremy Siek
2000-12-17 21:53:22 +0000
22fdfce4c3did some windows porting
Jeremy Siek
2000-12-17 21:31:32 +0000
b725798989removed output unless VERBOSE is defined
Jeremy Siek
2000-12-17 21:01:09 +0000
6236c613affixed no-args situation in reading file list file
Jeremy Siek
2000-12-17 20:57:33 +0000
d533c0eeceedited output
Jeremy Siek
2000-12-17 20:31:37 +0000
95733a4a3achanged output
Jeremy Siek
2000-12-17 20:29:01 +0000
a31c297c13new files, C++ version of regrtest.py
Jeremy Siek
2000-12-17 20:25:27 +0000