Commit Graph

  • 486a470da7 took out non-portable version of creating custom property Jeremy Siek 2001-01-13 17:32:36 +0000
  • 8aa63421da trying to fix blank pdf Jeremy Siek 2001-01-13 17:05:37 +0000
  • 351552693a use BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP Jens Maurer 2001-01-13 10:12:23 +0000
  • 5dc25596ec added BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP added compiler support for SGI IRIX CC and Compaq Tru64 cxx Jens Maurer 2001-01-13 10:11:12 +0000
  • c4fd3af1d3 Remove timer.cpp as implementation is now inline. Beman Dawes 2001-01-13 00:42:24 +0000
  • 4cf2b6f710 re-run after various minor fixes Jens Maurer 2001-01-12 22:48:22 +0000
  • 8daf6291d2 re-run after addition of <cstddef> to boost/iterators.hpp Jens Maurer 2001-01-12 22:36:20 +0000
  • 13953c7be2 add -lm to IRIX CC linking Jens Maurer 2001-01-12 21:55:44 +0000
  • 1171e29f77 avoid ambiguities with newly introduced std::fabs Jens Maurer 2001-01-12 21:54:38 +0000
  • c660620872 changed std::abs to std::fabs due to continued trouble Jens Maurer 2001-01-12 21:21:27 +0000
  • 4dc70558ed Change to an all inline implementation. See docs for more rationale. Beman Dawes 2001-01-12 19:56:02 +0000
  • c2d71b422f added <cstddef> for std::ptrdiff_t Jens Maurer 2001-01-12 18:50:21 +0000
  • a6e30a43eb re-run after fixes to integer.hpp, integer_test.cpp, graph.hpp Jens Maurer 2001-01-12 18:41:10 +0000
  • 442f9f2967 add typename to definition of (u)int_t::fast Jens Maurer 2001-01-12 18:07:34 +0000
  • e2b20ea546 BOOST_DECL fixes Beman Dawes 2001-01-12 15:28:20 +0000
  • ca6bbfb03a fixed SGI MIPSpro problems Jeremy Siek 2001-01-12 02:35:36 +0000
  • c08becf18d replace using-directive with using-declarations to avoid ambiguity on IRIX CC Jens Maurer 2001-01-11 23:00:32 +0000
  • 66820ac4b1 added IRIX CC with STLport 4.1b4 Jens Maurer 2001-01-11 22:00:01 +0000
  • a88bbd4c9f join 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
  • 77de2732aa typo Jens Maurer 2001-01-11 21:32:11 +0000
  • 0f879be137 fix typo in IRIX CC with STLport configuration Jens Maurer 2001-01-11 20:41:16 +0000
  • 8ca4611c1b IRIX CC with STLport 4.1b4 Jens Maurer 2001-01-11 20:35:29 +0000
  • 32ade78d9c re-run for timer tests Jens Maurer 2001-01-10 21:57:24 +0000
  • cd63e62bed re-run with timer tests Jens Maurer 2001-01-10 21:39:43 +0000
  • 931d421b9e added a link to Erdos numbers Jeremy Siek 2001-01-10 18:59:51 +0000
  • 99d4d7f6e9 Runup to 1.20.1 Beman Dawes 2001-01-10 18:29:11 +0000
  • 753ec421ef graph arg should have come last Jeremy Siek 2001-01-10 17:51:08 +0000
  • 9c07b6d462 fixed 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
  • 294704db9c added clear_vertex example Jeremy Siek 2001-01-10 17:02:35 +0000
  • d61b4dc24c compressed pair fixes for VC6 John Maddock 2001-01-10 12:21:30 +0000
  • 8a81550a86 new file Jeremy Siek 2001-01-10 04:15:07 +0000
  • 6234ef132a untabified detail/adjacency_list.hpp Jeremy Siek 2001-01-10 04:14:31 +0000
  • a03966bc1e runs through all posibilities, still needs portability work Jeremy Siek 2001-01-10 00:33:26 +0000
  • 0499342c5d fixed 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
  • 123d1850ff added CPU type Jens Maurer 2001-01-09 23:15:37 +0000
  • c80ed1c701 Fix bug with arguments to "run" tests Jens Maurer 2001-01-09 20:04:11 +0000
  • b003c5ca9f regex file names fixed to bring them under 32 characters (for Mac compatibility) John Maddock 2001-01-09 12:42:39 +0000
  • a862c9ca14 re-work command line parsing allow for additional arguments to "run" tests Jens Maurer 2001-01-08 21:08:26 +0000
  • 853af66c77 add required parameters to regex tests Jens Maurer 2001-01-08 21:06:46 +0000
  • bd7a0559c8 added edge_index_t Jeremy Siek 2001-01-08 19:17:08 +0000
  • e0114604ec made some changes with regards to pointer types as property maps Jeremy Siek 2001-01-08 19:13:51 +0000
  • bb96e4a83e reorganized a bit to provide better overview of entire library Jeremy Siek 2001-01-08 19:01:40 +0000
  • 70b68b981a Replaced by regression.cpp Beman Dawes 2001-01-08 15:16:44 +0000
  • 45eaa84a2f test results for Linux Jens Maurer 2001-01-07 22:26:09 +0000
  • ac1e657fdf typo fix Jens Maurer 2001-01-07 21:44:40 +0000
  • 44e13d3c3e switched from old format to new one Jens Maurer 2001-01-07 21:27:08 +0000
  • 4d6e26ddb3 new format Jens Maurer 2001-01-07 21:24:33 +0000
  • 123ee66e41 adjust for Tru64 Unix Jens Maurer 2001-01-07 21:23:46 +0000
  • b48912dcad switched from old regression test format to new one Jens Maurer 2001-01-07 21:09:41 +0000
  • a6d6f62433 obsolete old format removed Jens Maurer 2001-01-07 21:05:21 +0000
  • 7e65336fed adjust Linux and IRIX test result HTML page Jens Maurer 2001-01-07 21:04:46 +0000
  • 9c41098756 fix IRIX configurations Jens Maurer 2001-01-07 21:00:50 +0000
  • c5845f37f7 fix for IRIX CC Jens Maurer 2001-01-07 20:59:51 +0000
  • 293f1af2ce add comments, system configuration and notes Jens Maurer 2001-01-07 20:23:53 +0000
  • 7bacb0e0de 1.20.0 runup Beman Dawes 2001-01-06 18:30:46 +0000
  • 40bc776f47 Initial commit after public review (note change in library name per review) Beman Dawes 2001-01-06 16:47:36 +0000
  • 49f1b04d89 Initial commit after public review (note change in library name per review) Beman Dawes 2001-01-06 16:39:40 +0000
  • 256c4edd65 Initial commit after public review (note change in library name per review) Beman Dawes 2001-01-06 16:25:08 +0000
  • 3e6a9c38bc Make 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
  • 20c3602f56 adjust portability fix, avoid time-consuming but useless test Jens Maurer 2001-01-06 11:19:44 +0000
  • 0971f947d7 fixed 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
  • b5c5808b3b BeOS regression test fixes John Maddock 2001-01-03 11:10:13 +0000
  • 4cbbee1ab1 This 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
  • f0ae70e64a added directure structure proposal John Maddock 2000-12-30 11:28:30 +0000
  • f778399567 Add missing MSVC lib to run command Beman Dawes 2000-12-29 15:01:24 +0000
  • 1fbc5f8ab0 Add link to discussion policy Beman Dawes 2000-12-28 19:48:23 +0000
  • 9a426d5ccf Initial draft Beman Dawes 2000-12-28 19:47:59 +0000
  • abf63be4fd added concept checking classes for purposes of documentation (they don't get invoked) Jeremy Siek 2000-12-28 03:00:45 +0000
  • a86425229c Fix cast_test.cpp path Beman Dawes 2000-12-27 02:30:09 +0000
  • 951fb8b683 Add run date/ to HTML output Beman Dawes 2000-12-27 02:10:20 +0000
  • 1b0bec7d24 Docs fixes (Nico)+ add return 0; to test files (Beman) Beman Dawes 2000-12-27 02:03:29 +0000
  • 69b7beee97 Win32 vc-stlport now linking correctly Beman Dawes 2000-12-26 22:43:13 +0000
  • 01913fe74f vc-stlport /link /libpath: now set Beman Dawes 2000-12-26 22:20:39 +0000
  • 1f708498fc Treat 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
  • f2ab460e49 Use 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
  • b1efdd96a8 Sample using Jens' new regression test program Beman Dawes 2000-12-24 21:22:42 +0000
  • 37c63a8ce7 Separate 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
  • 338a6a8fe4 Initial version (from Jens Maurer) Beman Dawes 2000-12-24 19:09:27 +0000
  • 2b7c570dce working on shortening symbol names Jeremy Siek 2000-12-22 16:04:09 +0000
  • e68b401220 fixed 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
  • 215b5ef84c Kill some warnings about converting negative numbers to unsigned types Dave Abrahams 2000-12-21 17:17:45 +0000
  • 68c5a167ac VC6 fixes for compressed_pair John Maddock 2000-12-21 12:27:22 +0000
  • 2a73145d2f cvs makes my head hurt... Jeremy Siek 2000-12-20 02:42:38 +0000
  • fd38e3cab8 oops, forgot about the examples/ -> example/ dir name change Jeremy Siek 2000-12-20 02:41:55 +0000
  • 01afe1e3ee oops, got confused and accidentally re-added these, so now removing again Jeremy Siek 2000-12-20 02:40:40 +0000
  • b7bb49d7ad fixed mixup in edge direction Jeremy Siek 2000-12-19 20:53:04 +0000
  • 9e06e9931a re-adding these files Jeremy Siek 2000-12-19 19:30:01 +0000
  • 6ad9e5ecb1 updated refs to REQUIRE (changed to function_requires) Jeremy Siek 2000-12-19 18:21:38 +0000
  • 4160b245d9 simplifiex bad_error_eg.cpp Jeremy Siek 2000-12-19 18:14:16 +0000
  • 4bfe042990 fixed obsolete use of class_requires Jeremy Siek 2000-12-19 18:12:41 +0000
  • ba308ad20c removing, going to be replaced by Jens Jeremy Siek 2000-12-19 15:50:00 +0000
  • da47cf9c55 OSTYPE -> OS in the comment Jeremy Siek 2000-12-17 22:09:51 +0000
  • dbf8a0dd9f changed reference type of counting_iterator to avoid problems on VC++ Jeremy Siek 2000-12-17 21:53:22 +0000
  • 22fdfce4c3 did some windows porting Jeremy Siek 2000-12-17 21:31:32 +0000
  • b725798989 removed output unless VERBOSE is defined Jeremy Siek 2000-12-17 21:01:09 +0000
  • 6236c613af fixed no-args situation in reading file list file Jeremy Siek 2000-12-17 20:57:33 +0000
  • d533c0eece edited output Jeremy Siek 2000-12-17 20:31:37 +0000
  • 95733a4a3a changed output Jeremy Siek 2000-12-17 20:29:01 +0000
  • a31c297c13 new files, C++ version of regrtest.py Jeremy Siek 2000-12-17 20:25:27 +0000