Commit graph

75526 commits

Author SHA1 Message Date
Jens Maurer
792136f32e Linux: added note to HTML page that a proper <limits> header is being used
[SVN r8307]
2000-11-22 23:11:53 +00:00
Jens Maurer
d7a826bc38 MSVC fix (contributed by Andreas Scherer)
[SVN r8306]
2000-11-22 21:21:25 +00:00
Jeremy Siek
dd8f96a5e2 concept checking changes, and usage of concept changes
[SVN r8305]
2000-11-22 19:17:36 +00:00
Mark Rodgers
a77cac8bf8 Fix the non-standard behaviour when not1, etc called with a function that was identified by Jens Maurer using Comeau C++.
[SVN r8292]
2000-11-22 09:04:28 +00:00
Jeremy Siek
c7a49a8479 edits to concept checking classes
[SVN r8291]
2000-11-22 05:53:53 +00:00
Jeremy Siek
aa52487e75 fixed some bugs in remove_in_edge_if(), yeah concept checks!
[SVN r8290]
2000-11-22 05:51:04 +00:00
Jeremy Siek
698afe971f _concept to Concept and work on MutableGraph interface
[SVN r8289]
2000-11-22 05:40:46 +00:00
Jeremy Siek
ff00028102 fixed html typo
[SVN r8288]
2000-11-22 04:33:15 +00:00
Jeremy Siek
37f377baf7 added edge_iterator_constructor example
[SVN r8287]
2000-11-22 04:16:31 +00:00
Jeremy Siek
b63d250083 put #include of boost/config.hpp at top to supress VC++ warnings
[SVN r8286]
2000-11-22 02:51:16 +00:00
Jeremy Siek
0258324e78 fixed problems with ucs_bfs_visitor, missing parameter var names
[SVN r8285]
2000-11-22 02:49:44 +00:00
Jeremy Siek
92d2b339ae updating docs
[SVN r8282]
2000-11-21 22:48:47 +00:00
Jeremy Siek
5394ebd371 appended "Concept" to concept names
[SVN r8281]
2000-11-21 22:40:26 +00:00
Jeremy Siek
0ab6e24fae finished change, REQUIRE macro to function_requires()
[SVN r8280]
2000-11-21 21:39:49 +00:00
Jeremy Siek
189c622757 changed REQUIRES to function_requires
[SVN r8279]
2000-11-21 21:36:39 +00:00
Jeremy Siek
75fdcaab91 concept checking changes
[SVN r8278]
2000-11-21 20:18:07 +00:00
Jeremy Siek
b21d11c277 changed to new non-macro style, so don't need different 1..4
arguments versions


[SVN r8277]
2000-11-21 20:16:55 +00:00
Jeremy Siek
6edae293e9 obsolete, replaced by concept_archetypes.hpp
[SVN r8276]
2000-11-21 17:25:46 +00:00
John Maddock
2ec86c9504 Fixed regex memory leak, and type_traits bad test case
[SVN r8273]
2000-11-21 12:39:09 +00:00
John Maddock
943091df72 Regex: added gcc-shared.mak for shared library builds with gcc.
[SVN r8271]
2000-11-21 11:12:55 +00:00
Jeremy Siek
7bf3829948 some concept checking changes as per review comments
[SVN r8268]
2000-11-20 18:17:52 +00:00
Jeremy Siek
4cab44d19a change in read_dimacs
[SVN r8262]
2000-11-19 23:36:30 +00:00
Jeremy Siek
bb7d6d7fe8 minor edit
[SVN r8261]
2000-11-19 23:36:04 +00:00
Jeremy Siek
4876fbd019 changed initialization requirements for max flow, and changed read_dimacs
[SVN r8260]
2000-11-19 23:25:41 +00:00
Beman Dawes
dbf5d5eb72 Throw on divide by zero in operator /= (John (EBo) David)
[SVN r8259]
2000-11-19 22:31:42 +00:00
Jeremy Siek
890aa9e57e more consistent variable naming, i -> u, j -> v
[SVN r8258]
2000-11-19 18:25:31 +00:00
Jeremy Siek
3b1256c9d1 readability improvements
[SVN r8257]
2000-11-19 17:36:42 +00:00
Jeremy Siek
7c1821337c minor edits
[SVN r8254]
2000-11-18 19:50:38 +00:00
Beman Dawes
9279c978b1 1.18.3 runup
[SVN r8251]
2000-11-18 14:33:51 +00:00
Beman Dawes
289a385460 1.18.3 runup
[SVN r8250]
2000-11-18 14:12:55 +00:00
Jeremy Siek
226cd344bf a few minor edits
[SVN r8249]
2000-11-18 03:31:16 +00:00
John Maddock
f1e55e7034 Minor regex fixes for VC6 (Added some boost:: qualifies to work around lack or Koenig lookup).
[SVN r8238]
2000-11-17 11:35:02 +00:00
John Maddock
f973feb9fd EGCS 1.1.1 fix
[SVN r8237]
2000-11-17 11:33:43 +00:00
John Maddock
da50ce9d9e Regex point release 3.02
[SVN r8226]
2000-11-16 11:29:03 +00:00
John Maddock
9e875340b1 Fix for egcs 1.1.1 problems with std::auto_ptr
[SVN r8225]
2000-11-16 11:17:22 +00:00
Jeremy Siek
679930b8e1 fixed typo in edge_less(), thanks Krishna!
[SVN r8216]
2000-11-15 15:01:26 +00:00
Jeremy Siek
f40cf1f52c fixed grammar mistake
[SVN r8215]
2000-11-15 14:56:37 +00:00
Jeremy Siek
edd5499471 few edits
[SVN r8209]
2000-11-15 04:51:41 +00:00
Jeremy Siek
fc615c151e changed max_flow to read in example file in dimacs format
minor fix to miles_span.cpp


[SVN r8208]
2000-11-15 04:50:59 +00:00
Jeremy Siek
c58b71c916 new file, used for max flow
[SVN r8207]
2000-11-15 04:47:30 +00:00
Jeremy Siek
c936a97484 removed #if that was used during testing
[SVN r8206]
2000-11-15 02:10:25 +00:00
Jeremy Siek
d3a0f47033 applied Scherer's patch to use the SGB headers with the PROTOTYPES patch
[SVN r8205]
2000-11-14 23:00:11 +00:00
Jeremy Siek
da3a568798 almost done!
[SVN r8200]
2000-11-13 15:02:05 +00:00
Jeremy Siek
204b4043f8 *** empty log message ***
[SVN r8199]
2000-11-12 23:43:29 +00:00
Jeremy Siek
a9e8a0b405 making some changes with regards to the hi_pr.c implementation
[SVN r8198]
2000-11-12 23:42:35 +00:00
Jens Maurer
b3c773f817 minor cosmetics
[SVN r8186]
2000-11-12 21:08:23 +00:00
Jens Maurer
dbf58795fa re-run with new tests and additional fixes
[SVN r8184]
2000-11-12 20:59:34 +00:00
Jens Maurer
9f28ebf5c5 avoid ambiguity in std::sqrt() with an int argument
[SVN r8182]
2000-11-12 20:57:28 +00:00
Jeremy Siek
0920026573 more work on max-flow, getting closer to finishing
[SVN r8179]
2000-11-12 20:28:37 +00:00
Jens Maurer
315d1edec7 always use boost:: prefix for intXX_t to avoid ambiguity
[SVN r8177]
2000-11-12 18:39:20 +00:00