Commit graph

34957 commits

Author SHA1 Message Date
Jeremy Siek
73135f7e30 added documentation for edge_range
added a multisetS selector


[SVN r8029]
2000-10-20 21:37:14 +00:00
Jeremy Siek
6d80bf1010 fixed bug in edge_range()
[SVN r8028]
2000-10-20 21:29:27 +00:00
Jeremy Siek
89980c1625 bunch of changes related to erasing edges
added erase_if to container_traits
added iterator_stability to container_traits
added another graph example: gerdemann


[SVN r8027]
2000-10-20 21:16:14 +00:00
Jeremy Siek
621a9fcaed added ability to sort out edges
[SVN r8026]
2000-10-20 16:52:23 +00:00
Jeremy Siek
77606a80da new files, added ability to sort out edges
[SVN r8025]
2000-10-20 16:52:02 +00:00
Jeremy Siek
68cf85aa5e new file
[SVN r8024]
2000-10-20 16:50:45 +00:00
Jeremy Siek
ae71c338e3 new file
[SVN r8023]
2000-10-20 15:49:00 +00:00
Beman Dawes
2444223bda Results of improved regex tests
[SVN r8013]
2000-10-19 21:21:33 +00:00
Beman Dawes
f6c4fe7ef5 Make shared_ptr ctor from auto_ptr explicit. (Robert Vugts)
[SVN r8012]
2000-10-19 21:16:46 +00:00
Jens Maurer
5c0e691405 added OpenC++ on Linux as comments
[SVN r8010]
2000-10-19 19:31:18 +00:00
Jens Maurer
f2103977b3 re-run after wregex addition
[SVN r8009]
2000-10-19 19:29:23 +00:00
Dave Abrahams
00c6f81f8b Fix numeric_cast<> bugs with floating types.
[SVN r8008]
2000-10-19 19:14:03 +00:00
Dave Abrahams
0c6e2bf1f9 Add trivial numeric_cast tests for floating types.
[SVN r8007]
2000-10-19 19:12:53 +00:00
Dave Abrahams
736a7ac5ca a fix for "unsigned type always passes this test" warnings under GCC.
[SVN r7999]
2000-10-18 13:52:09 +00:00
John Maddock
7c99cf5b36 more regex regression tests
[SVN r7997]
2000-10-18 10:56:28 +00:00
John Maddock
6b09a8ab3e regex regression test update
[SVN r7996]
2000-10-18 10:43:07 +00:00
Jeremy Siek
677407eb9d added docs for reverse graph and fixed adjacent_vertices()
[SVN r7980]
2000-10-17 22:19:15 +00:00
Jeremy Siek
966ccb06fb moved a "Where Defined"
[SVN r7977]
2000-10-17 19:57:11 +00:00
Jeremy Siek
a576ebe92e predecessor initialization
[SVN r7976]
2000-10-17 19:52:13 +00:00
Jeremy Siek
37509bff93 grammar edit
[SVN r7975]
2000-10-17 19:43:54 +00:00
Jeremy Siek
25d0a749c5 changed predecessor initialization in dijkstra examples and added hint to docs
[SVN r7974]
2000-10-17 19:40:53 +00:00
John Maddock
bc39142344 try again more broken connections
[SVN r7969]
2000-10-17 11:32:09 +00:00
John Maddock
59e9a3dfca regex fixes: retry due to lost connection
[SVN r7968]
2000-10-17 11:29:59 +00:00
John Maddock
f2ef8332c4 regex fixes
[SVN r7967]
2000-10-17 11:28:05 +00:00
John Maddock
b23948512b changed class to struct in is_convertible template
[SVN r7966]
2000-10-17 11:26:02 +00:00
Jeremy Siek
de38557e46 ported the graph library to borland
[SVN r7965]
2000-10-17 00:16:05 +00:00
Beman Dawes
956b80d166 Windows 2000 change to STLport 4.0
[SVN r7964]
2000-10-16 12:14:59 +00:00
Jeremy Siek
8214933c2a fixed use of Vertex() in call to get(color,...), and added DefaultConstructible
to requirements for ColorValue


[SVN r7952]
2000-10-15 18:54:12 +00:00
Beman Dawes
e971d1cf14 Fix broken HTML links
[SVN r7951]
2000-10-15 17:08:00 +00:00
Jens Maurer
7db058453a added test results for cregex.cpp and graph.cpp
[SVN r7942]
2000-10-14 23:00:47 +00:00
Jens Maurer
4adf834460 avoid linking by adding "-c" to Linux compiler invocations
[SVN r7941]
2000-10-14 22:58:48 +00:00
Jens Maurer
716de3d1d7 add empty throw specification to destructors for classes derived from
std::exception


[SVN r7940]
2000-10-14 22:56:18 +00:00
Beman Dawes
2a2b3ffd07 Remove Borland 5.4, add regex test, disable link for windows compiles
[SVN r7939]
2000-10-14 14:43:47 +00:00
John Maddock
95c19bbedc misc minor fixes
[SVN r7938]
2000-10-14 12:03:10 +00:00
Jens Maurer
6240adc3f8 Need to use (void) &x to avoid "unused variable" warnings with Comeau C++.
[SVN r7937]
2000-10-14 07:32:15 +00:00
Beman Dawes
1bb493f5b4 Broken compiler workaround for abs not it namespace std
[SVN r7936]
2000-10-14 00:38:36 +00:00
Jens Maurer
a8a50b602f use an explicit cast to int32_t for arguments to rand48
(avoids ambiguity for Metrowerks, which defines int32_t as long)


[SVN r7935]
2000-10-13 23:17:20 +00:00
Beman Dawes
f4c9429b14 Add BOOST_NO_SLIST and BOOST_NO_HASH for Borland, although I agree with others that these defines are very questionable
[SVN r7934]
2000-10-13 20:02:20 +00:00
Beman Dawes
ec953bdea3 Add graph/test/graph.cpp
[SVN r7933]
2000-10-13 19:49:30 +00:00
Jens Maurer
c4191d60b4 Comeau fails with lots of files due to <boost/stdint.h> design problems
[SVN r7930]
2000-10-12 21:07:39 +00:00
Beman Dawes
13a738a73d Add missing "typename" that Metrowerks compiler is picky about
[SVN r7929]
2000-10-12 21:01:49 +00:00
Beman Dawes
a2956b4baf Upgrade Metrowerks to 6.0
[SVN r7928]
2000-10-12 20:54:23 +00:00
John Maddock
f953c5af3b fixes resulting from non-standard usage of swprintf
[SVN r7927]
2000-10-12 11:25:16 +00:00
Jens Maurer
5016cce312 add "using std::sqrt" for unqualified use of sqrt
[SVN r7926]
2000-10-11 17:23:54 +00:00
Beman Dawes
2c24910326 VC++ 6.0 now at SP4
[SVN r7925]
2000-10-11 17:07:47 +00:00
John Maddock
5375ae8980 MWCW fix: added std:: qualifier to memset
[SVN r7923]
2000-10-10 11:40:19 +00:00
John Maddock
6f6cda4f0c minor typo fixes
[SVN r7922]
2000-10-10 10:40:58 +00:00
John Maddock
63f10905cb more VC6 type-traits and compressed pair fixes
[SVN r7921]
2000-10-07 10:53:47 +00:00
Jeremy Siek
208a4555c3 new file
[SVN r7920]
2000-10-06 18:51:51 +00:00
Dave Abrahams
9a634d977e Some fixes for Metrowerks compatibility
[SVN r7919]
2000-10-06 07:46:12 +00:00