Commit graph

64010 commits

Author SHA1 Message Date
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
Jeremy Siek
c8bf9b4dc8 added same_property and property copy constructor
put alternate form of property usage in edge_property.cpp


[SVN r7891]
2000-10-03 02:56:51 +00:00
Jeremy Siek
6733acb669 grammar and spelling edits
[SVN r7890]
2000-10-02 19:29:44 +00:00
Jeremy Siek
4e9232d109 shorted file name length due to MacOS 31 char limit
[SVN r7889]
2000-10-02 18:59:13 +00:00
Jeremy Siek
8dc060c8fa Shortened the length of some files names to avoid MacOS 31 char limit.
Updated code and docs refering to those files.
Added more documentation concerning descriptor and iterator invalidation.


[SVN r7888]
2000-10-02 18:58:19 +00:00
Jeremy Siek
d85390bdc7 added linebreak and "and" for directed_category
[SVN r7887]
2000-10-01 22:44:28 +00:00
Jens Maurer
75348f977e use HTML <sup> instead of ** for exponents
multiplied relative speed indicators by 100 for ease-of-use
added explicit recommendation of mt19937 for newbies
rand48 description: say that it requires an integral uint64_t


[SVN r7886]
2000-10-01 17:11:03 +00:00
Jens Maurer
134a0e60e6 MSVC does not have an integral int64_t (large enum constants don't work)
[SVN r7885]
2000-10-01 17:07:40 +00:00
Dave Abrahams
1526f9fe22 suppress "qualification applied to reference" warning for MSVC
[SVN r7884]
2000-10-01 14:57:44 +00:00
John Maddock
4ed41471ae updated call_traits and type_traits test programs for VC6
[SVN r7883]
2000-10-01 11:57:00 +00:00
John Maddock
fac257b10f call_traits and type_traits updates for VC6
[SVN r7882]
2000-10-01 11:48:27 +00:00
Beman Dawes
1fbfcb8d1d Cosmetic changes from Nico
[SVN r7881]
2000-09-30 21:14:45 +00:00
Beman Dawes
536b1c1975 Cosmetic changes from Nico
[SVN r7880]
2000-09-30 20:54:15 +00:00
John Maddock
28a41dac08 minor fix for purify errors (not a bug as such - more of a warning suppression)
[SVN r7879]
2000-09-30 11:07:25 +00:00
John Maddock
478fdddb2c minor regex fixes
[SVN r7878]
2000-09-30 10:36:58 +00:00
Jens Maurer
9bef93fc7c hints on portability for Borland C++
[SVN r7877]
2000-09-29 22:22:37 +00:00
Jens Maurer
2ffc398003 removed stale reference to random.zip
[SVN r7876]
2000-09-29 22:21:27 +00:00
Jens Maurer
0777405868 used BOOST_NO_INTEGRAL_INT64_T to avoid boost::rand48 on some compilers
[SVN r7875]
2000-09-29 22:08:21 +00:00
Jens Maurer
9997d2615f added BOOST_NO_INTEGRAL_INT64_T
[SVN r7874]
2000-09-29 22:05:51 +00:00
Beman Dawes
55acadaa03 Prior to 1.18.0
[SVN r7872]
2000-09-29 11:39:42 +00:00
Beman Dawes
dcb5ec7988 Add Lie-Quan Lee
[SVN r7871]
2000-09-28 19:12:43 +00:00
Beman Dawes
f2ea093b77 Fix broken link
[SVN r7870]
2000-09-28 17:47:29 +00:00
Jeremy Siek
922c5153aa took the height/width commands out of the figures
[SVN r7869]
2000-09-28 15:45:13 +00:00
Beman Dawes
7ff9dbb9bf Correct minor spelling and HTML errors
[SVN r7868]
2000-09-28 12:55:39 +00:00
Beman Dawes
c1226760cd I have no idea why CVS wants this file re-committed
[SVN r7867]
2000-09-28 12:41:28 +00:00
Beman Dawes
6d601edad1 Integrate Tie with other HTML files
[SVN r7866]
2000-09-28 12:35:46 +00:00
Beman Dawes
87940eb516 Runup before next release
[SVN r7865]
2000-09-28 12:34:15 +00:00
Jeremy Siek
e7c48c97da Implemented the remove_edge_if, remove_out_edge_if, and remove_in_edge_if
functions, and added some examples that use these functions. Also
added documentation for them.


[SVN r7864]
2000-09-28 05:20:23 +00:00