Commit graph

287 commits

Author SHA1 Message Date
Beman Dawes
0465ec4316 Add borland_cpp.html link
[SVN r7948]
2000-10-15 16:28:31 +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
Beman Dawes
3fe6c8e192 Minor corrections
[SVN r7924]
2000-10-11 16:55:40 +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
Dave Abrahams
20b37cd804 Use BOOST_STD_EXTENSION_NAMESPACE for Metrowerks compatibility
[SVN r7918]
2000-10-06 07:44:27 +00:00
Dave Abrahams
3afc7ee15a Metrowerks compatibility
[SVN r7917]
2000-10-06 07:42:47 +00:00
Dave Abrahams
f96bd9fd00 use BOOST_STD_EXTENSION_NAMESPACE for Metrowerks compatibility
[SVN r7916]
2000-10-06 07:41:27 +00:00
Dave Abrahams
cd1b811ef2 Added BOOST_STD_EXTENSION_NAMESPACE for Metrowerks compatibility
[SVN r7915]
2000-10-06 07:37:02 +00:00
Dave Abrahams
e8f053b5a6 friend declarations to work around a Metrowerks bug
[SVN r7914]
2000-10-06 07:32:54 +00:00
Jeremy Siek
8ba809d876 changed some names to make things more clear about properties
[SVN r7913]
2000-10-05 18:22:50 +00:00
Jeremy Siek
4b74e095f4 formatting docs
[SVN r7912]
2000-10-05 17:52:53 +00:00
Jeremy Siek
40b937d61a added documentation for get_property(), thought about changing to
get(), but that would be difficult


[SVN r7911]
2000-10-05 17:47:49 +00:00
Dave Abrahams
bdc01b4bab shorten names to prevent problems with broken MSVC linker
[SVN r7910]
2000-10-04 22:22:42 +00:00
Jeremy Siek
35b4bad0a7 A few edits and additions.
[SVN r7909]
2000-10-04 21:42:13 +00:00
Dave Abrahams
41835840b9 suppress unused parameter warning
[SVN r7908]
2000-10-04 18:57:00 +00:00
Jeremy Siek
f8619f817d fixed degree()
[SVN r7907]
2000-10-04 16:17:41 +00:00
Jeremy Siek
bd1f9fe9c7 moved detail::is_same to graph_detail::is_same to avoid conflict
with type traits


[SVN r7906]
2000-10-04 16:01:36 +00:00
Jeremy Siek
c84a8345fc added BOOST_NO_STD_MIN_MAX to config.hpp
did some VC++ porting


[SVN r7905]
2000-10-04 15:57:03 +00:00
Jeremy Siek
2d94535812 some VC++ porting
[SVN r7904]
2000-10-04 14:48:41 +00:00
Jeremy Siek
07a230b3d0 fixed prim minimum spanning tree. This required a change in
breadth first search, the addition of gray_target and black_target
event points. Also removed the cycle_edge() event from UniformCostVisitor.
Added expected output for miles_span.


[SVN r7903]
2000-10-04 07:44:15 +00:00
Jeremy Siek
d05e1753da added Boolean_concept to concept checks to tighten up LessThanComparable
(thanks to Brian McNamara and Yassin Smaragdakis for catching this!)


[SVN r7902]
2000-10-03 22:15:02 +00:00
Jeremy Siek
5b24cf889a added a swap() function to adjacency_list
[SVN r7901]
2000-10-03 17:25:09 +00:00
Jeremy Siek
6efc4ab6e1 forgot a '+ 1'
[SVN r7900]
2000-10-03 17:16:37 +00:00
Jeremy Siek
b87113bc06 added implicit enlargement of graph in add_edge()
[SVN r7899]
2000-10-03 17:14:21 +00:00
Jeremy Siek
34f974315c removed vertex size specification in constructor, no longer needed
since add_edge implicitly resizes the number of vertices


[SVN r7898]
2000-10-03 17:09:24 +00:00
Jeremy Siek
c7a87d9ecc fixed copy constructor/assignment implementation (edge property copy was
broken)


[SVN r7897]
2000-10-03 16:53:37 +00:00
John Maddock
8f247c6b7c More VC6 fixes for is_pointer/is_array/is_same
[SVN r7896]
2000-10-03 11:53:39 +00:00
John Maddock
a8304b8374 More VC6 fixes for compressed_pair and type_traits.
[SVN r7895]
2000-10-03 11:47:24 +00:00
Dave Abrahams
9a40f70513 fix typo: compressed_pait->compressed_pair
[SVN r7894]
2000-10-03 08:06:19 +00:00
Jeremy Siek
c862dfa09a added a copy constructor to adjacency_list
[SVN r7893]
2000-10-03 06:33:25 +00:00
Jeremy Siek
7ea01dff68 got rid of #if 0
[SVN r7892]
2000-10-03 04:32:55 +00:00