Commit Graph

33626 Commits

Author SHA1 Message Date
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
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
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
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
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
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
Jens Maurer
e8ce7b2fb2 moved from STLport 4.0b8 to STLport 4.0 (release)
added Comeau C++ 4.2.44 beta3 with gcc 2.95.2 as back-end and STLport 4.0


[SVN r7863]
2000-09-27 21:53:21 +00:00
Jens Maurer
3148899d35 check for ULONG_LONG_MAX as well (supports gcc)
[SVN r7862]
2000-09-27 21:43:54 +00:00
Jeremy Siek
827a69e4a8 added remove_edge_if() function
[SVN r7861]
2000-09-27 21:36:53 +00:00
Jeremy Siek
4e0ccebfdf work around for VC++ bug, triggered by overloading of remove_edge
[SVN r7860]
2000-09-27 21:02:16 +00:00
Jeremy Siek
294a88a791 ported remove_edge change to VC++
[SVN r7858]
2000-09-27 20:12:13 +00:00
Beman Dawes
3a20dbe547 Fix conflict and correct boost libraries hyperlink
[SVN r7857]
2000-09-27 19:31:09 +00:00
Jeremy Siek
3aa7b71ef2 changed the argument order for MutableGraph to be consistent
with the other functions.
Also added the remove_edge(e, g) and remove_edge(iter, g) functions.


[SVN r7856]
2000-09-27 18:19:35 +00:00
John Maddock
801bd0874a more post submission fixes for regex
[SVN r7855]
2000-09-27 12:06:41 +00:00
John Maddock
5cbb07f332 regex post submission patches/tidy up.
[SVN r7854]
2000-09-27 12:04:20 +00:00
Jeremy Siek
6e2a8cbf33 fixed some links and added some new doc files
[SVN r7853]
2000-09-27 05:09:28 +00:00
Dave Abrahams
4d2eec0029 fix grievious missing std:: qualification
[SVN r7852]
2000-09-27 01:47:03 +00:00
Jeremy Siek
2488028c65 rolled back the removal of the iterator_adaptor alternate code,
added the graph test file


[SVN r7851]
2000-09-26 22:09:34 +00:00
Beman Dawes
1dfa9ae2fc Fix broken links
[SVN r7850]
2000-09-26 21:19:49 +00:00
Beman Dawes
4331180cd1 Initial Graph and Regex HTML integration
[SVN r7849]
2000-09-26 19:02:50 +00:00
Beman Dawes
646c8dd914 Back out _fast optimization that wasn't. (Ken Hagan)
[SVN r7848]
2000-09-26 18:22:26 +00:00
Dave Abrahams
e314ff276f add streaming of syntax_element_type to suppress warnings
[SVN r7847]
2000-09-26 15:49:21 +00:00
Dave Abrahams
ce0dc944d7 add streaming for syntax_element_type to suppress warnings
[SVN r7846]
2000-09-26 15:47:45 +00:00
John Maddock
deb4d2c4bd Initial boost-regex++ release
[SVN r7845]
2000-09-26 11:48:28 +00:00
Jeremy Siek
f3a4f40d3e doc edits for transpose graph and a few others
[SVN r7844]
2000-09-26 09:08:40 +00:00
Jeremy Siek
a1fd500399 made sure no tabs
[SVN r7843]
2000-09-26 08:05:34 +00:00
Jeremy Siek
aa1dd41108 Intel C++ macro addition
[SVN r7842]
2000-09-26 07:45:14 +00:00
Jeremy Siek
f1ebeb4b94 changed is_empty to not use is_convertible with g++
[SVN r7841]
2000-09-26 07:41:33 +00:00
Jeremy Siek
a3fa14959a completed conversion of properties to use _t and enums.
Also noticed that problems regarding iterator_adaptor has
gone away, so I've removed the ifdef's that took it out.


[SVN r7840]
2000-09-26 07:29:12 +00:00
Dave Abrahams
4880e11e05 fixed bugs, added source() and target().
[SVN r7839]
2000-09-25 22:25:02 +00:00
Dave Abrahams
887082f08c added specificity to source() and target() so that adjacency_list could be adapted.
[SVN r7838]
2000-09-25 22:24:09 +00:00
Jeremy Siek
4cd04dfc29 changed to enums for propertyies
[SVN r7837]
2000-09-25 21:49:05 +00:00
Jeremy Siek
45df06bd20 added some links
[SVN r7836]
2000-09-25 21:34:12 +00:00
Jeremy Siek
36f04e32f6 removed tabs
[SVN r7835]
2000-09-25 21:19:29 +00:00
Jeremy Siek
a4b9937050 some doc editing
[SVN r7834]
2000-09-25 21:11:45 +00:00
Jeremy Siek
98f18a9db5 added some documentation about internal properties
[SVN r7833]
2000-09-25 18:35:03 +00:00
Jeremy Siek
1144ac8ee2 added concept check to random_access_iterator_property_map
[SVN r7832]
2000-09-25 18:28:01 +00:00
Jeremy Siek
fa58528ec2 plugin -> property name change
[SVN r7831]
2000-09-25 17:58:52 +00:00
Jeremy Siek
30055c3650 added BOOST_NO_STD_ALLOCATOR
[SVN r7830]
2000-09-25 17:40:38 +00:00
Jeremy Siek
16c938c4a5 changes tabs to spaces
[SVN r7829]
2000-09-25 17:29:33 +00:00
Jeremy Siek
d93dec026e vertex_index() -> vertex_index
vertex_index -> vertex_index_t
etc.


[SVN r7828]
2000-09-25 17:25:59 +00:00
Jeremy Siek
8c9e036c4e changed #ifdef BOOST_MSVC to BOOST_NO_STDC_NAMESPACE
[SVN r7827]
2000-09-25 16:58:51 +00:00
Jeremy Siek
a14763b3f8 changed ::pointer to ::value_type* (VC++ native header port) and
added BOOST_NO_TEMPLATED_ITERATOR_CONSTRUCTORS to intel c++ with
VC++ headers


[SVN r7826]
2000-09-25 16:53:17 +00:00
Jeremy Siek
183c4f8cde added no slist, no hash to intel compiler
[SVN r7825]
2000-09-25 16:41:51 +00:00
Jeremy Siek
a305052431 fixed mistake in creating component_index, and updated expected output
for adjacency_list.cpp


[SVN r7824]
2000-09-25 16:33:43 +00:00
Jeremy Siek
f4117ec3b9 forgot to delete default argument
[SVN r7823]
2000-09-25 16:27:22 +00:00
Jeremy Siek
73ef4ab00d port to Greenhills C++ compiler
[SVN r7822]
2000-09-25 16:16:48 +00:00
Jeremy Siek
0a7cf09272 some stlport debug mode fixes and some added docs
[SVN r7821]
2000-09-25 15:57:46 +00:00
Jeremy Siek
21954edcf8 fixed stlport debug mode problems, and also fixed internal compilers
errors from VC++! Yeee haaww!


[SVN r7820]
2000-09-25 15:52:01 +00:00
Dave Abrahams
0e73e1a3ca remove unused args to suppress warnings
[SVN r7819]
2000-09-25 14:49:48 +00:00
Dave Abrahams
a4ce634474 Updates for CodeWarrior Pro6
[SVN r7818]
2000-09-25 13:19:04 +00:00
Dave Abrahams
d0458808b2 keep untabified
[SVN r7817]
2000-09-25 11:59:48 +00:00
Beman Dawes
b8dde61533 More optimal choices for fast 8 and 16 types
[SVN r7816]
2000-09-25 11:58:38 +00:00
Jeremy Siek
d9a32f2270 working on stlport debug port
[SVN r7815]
2000-09-25 06:36:06 +00:00
Jeremy Siek
d7718f0c94 fixed VC++ warning
[SVN r7814]
2000-09-25 05:37:27 +00:00
Jeremy Siek
3c3c1b3d53 disabled warning about operator-> not returning a UDT. If operator->
does not get called, it should not be checked for this error. This
showed up when using an iterator with value_type=int.


[SVN r7813]
2000-09-25 05:36:21 +00:00
Jeremy Siek
a464d7b4da fixed mistake in put function
[SVN r7812]
2000-09-25 05:17:49 +00:00
Jeremy Siek
976511b978 removed friend versions of out_edges(), etc.
[SVN r7811]
2000-09-25 04:23:31 +00:00
Jeremy Siek
9f6fb30f76 fixed some function lookup problems due to VC++ no Koenig
[SVN r7810]
2000-09-25 04:05:40 +00:00
Beman Dawes
952bb7371c Add newline at eof to quiet compiler warning
[SVN r7809]
2000-09-25 00:49:18 +00:00
Beman Dawes
f6cd40a8df Snapshot after various fixes from numerous people
[SVN r7808]
2000-09-25 00:24:04 +00:00
Dave Abrahams
7f2040e0c2 added copyright notice
[SVN r7807]
2000-09-25 00:21:14 +00:00
Dave Abrahams
de37994e80 added specializations of property_traits for all the intrinsic non-const pointer types
[SVN r7806]
2000-09-25 00:20:11 +00:00
Dave Abrahams
24fce3a341 added BOOST_NO_INTRINSIC_WCHAR_T
[SVN r7805]
2000-09-25 00:19:28 +00:00
Dave Abrahams
bb24bc464c Initial version
[SVN r7804]
2000-09-24 23:06:53 +00:00
Dave Abrahams
8646f95319 untabify so I can read the code
[SVN r7803]
2000-09-24 23:05:03 +00:00
Dave Abrahams
7448823125 Cover iterator requirements by inheriting from std::iterator<>
untabify so I can read this code!


[SVN r7802]
2000-09-24 23:02:42 +00:00
Dave Abrahams
0a8611c6d6 untabify so I can read it!
[SVN r7801]
2000-09-24 22:59:22 +00:00
Dave Abrahams
9262ddaad8 fix #if (defined ...) directive, remove unused arguments to suppress warnings
[SVN r7800]
2000-09-24 22:54:44 +00:00
Dave Abrahams
1872769401 eliminate unused parameters to suppress warnings
[SVN r7799]
2000-09-24 22:53:00 +00:00
Jeremy Siek
ef08f59308 fixed the property_traits specialization for default_color, and
got rid of some VC++ warnings


[SVN r7798]
2000-09-24 21:25:55 +00:00
Jeremy Siek
c7f5b1defd few doc edits
[SVN r7796]
2000-09-24 20:57:26 +00:00
Jeremy Siek
e7415fd255 PA -> Map name change and documentation cleanup/additions
[SVN r7795]
2000-09-24 20:51:17 +00:00
Jens Maurer
2ca2e6dcda avoid using the ULL suffix for 64bit int literals, because it is not portable
[SVN r7794]
2000-09-24 19:33:22 +00:00
Jens Maurer
8856aa43ca fix typos
[SVN r7793]
2000-09-24 19:32:17 +00:00
John Maddock
bf1bf46722 addition of INTXX_C support to integer library
[SVN r7792]
2000-09-24 11:35:25 +00:00
Jeremy Siek
6f4b6f33fa added Buffer.html, and did some doc editing and formatting
[SVN r7791]
2000-09-24 04:00:25 +00:00
Jeremy Siek
7ee816b5ca changing table format for member functions, etc.
[SVN r7790]
2000-09-24 03:01:05 +00:00
Dave Abrahams
125c16f30c undo my mistakes in v. 1.8
[SVN r7789]
2000-09-24 01:45:04 +00:00
Dave Abrahams
c89f7c7a09 Use iterator adaptors with STLport.
[SVN r7788]
2000-09-24 01:06:34 +00:00
Dave Abrahams
569c205f8e fix obsolete #include of property_accessor.hpp
[SVN r7787]
2000-09-24 01:02:52 +00:00
Jeremy Siek
f54de6faef VC++ fixes
[SVN r7786]
2000-09-24 00:41:40 +00:00
Jens Maurer
dd726556d4 re-run 23 Sept with int64 changes
[SVN r7784]
2000-09-23 16:35:57 +00:00
Jens Maurer
2d2edd2da7 use BOOST_NO_INT64_T to check wether "long long" traits should be tested.
[SVN r7783]
2000-09-23 16:35:19 +00:00
Jens Maurer
d0d91cd2bd use BOOST_NO_INT64_T to check for availability of 64 bit integer support
[SVN r7782]
2000-09-23 16:33:57 +00:00
Jens Maurer
d14c3dd6fb use BOOST_NO_INT64_T to check availability of 64 bit integer support
[SVN r7781]
2000-09-23 16:31:15 +00:00
Jens Maurer
1afb15a1c7 fix reversed BOOST_NO_INT64_T logic
[SVN r7780]
2000-09-23 16:29:01 +00:00
Jens Maurer
e7a9e0607d add support for gcc's long long
[SVN r7779]
2000-09-23 16:27:16 +00:00
Jens Maurer
dad75350e2 give more credit to Ed Brey
[SVN r7778]
2000-09-23 14:21:42 +00:00
Jens Maurer
a71e3fc34a avoid two warnings with MSVC (thanks to Ed Brey)
remove spurious decrementable<> use (thanks to Matthias Troyer)


[SVN r7777]
2000-09-23 14:18:14 +00:00
Beman Dawes
c7c5ddb12b 64-bit integer improvements from John Maddock
[SVN r7776]
2000-09-22 20:39:23 +00:00
Beman Dawes
f4c8b2e243 Changes for Borland 5.5.1 (5.5 update 2)
[SVN r7775]
2000-09-22 19:39:30 +00:00
Jeremy Siek
0cfc622e71 fixed hash_set include file ordering bug in adjacency_list.hpp
and some bugs in LvaluePropertyMap_concept, added
Mutable_LvaluePropertyMap_concept


[SVN r7774]
2000-09-22 19:02:55 +00:00
Jeremy Siek
789dde70d2 added documentation for some traits classes
[SVN r7773]
2000-09-22 18:53:58 +00:00
Jeremy Siek
21345fd7f6 new file
[SVN r7772]
2000-09-22 18:13:02 +00:00
Beman Dawes
38508843d6 Minor html fixes
[SVN r7771]
2000-09-22 18:10:39 +00:00
Beman Dawes
1dac4b3b77 Fix broken links
[SVN r7770]
2000-09-22 18:09:04 +00:00
Jeremy Siek
8dc2f23305 reorganized graph/detail/adjacency_list.hpp to handle g++
inline friend in namespace bug and VC++ no Koenig lookup


[SVN r7767]
2000-09-22 07:11:07 +00:00
Jeremy Siek
49f69339c3 added bellman_visitor.html and added a link to it in BellmanFordVisitor.html
[SVN r7766]
2000-09-22 05:27:15 +00:00
Jeremy Siek
a80aebfb78 fixed a typo, and changed concept checker for lvalue property map
[SVN r7765]
2000-09-22 04:26:32 +00:00
Jeremy Siek
bb3be0f617 changes for visual c++ port
[SVN r7764]
2000-09-22 04:18:51 +00:00
Jeremy Siek
1f82142e09 added another warning to be disabled under MSVCP
[SVN r7763]
2000-09-22 04:16:11 +00:00
Jeremy Siek
f67507a51f moved adjacency_list_traits out of the detail directory
[SVN r7762]
2000-09-21 22:24:57 +00:00
Jeremy Siek
a0fd20ef38 fixed some name lookup issues for get(T* )
[SVN r7760]
2000-09-21 18:59:18 +00:00
Jeremy Siek
862b6097a9 put_get_at moved out of detail
[SVN r7759]
2000-09-21 18:53:23 +00:00
Jeremy Siek
1b2742b3f0 removed some obsolete files
[SVN r7758]
2000-09-21 18:45:52 +00:00
Jeremy Siek
56303794e8 changed some names from pa to pmap
[SVN r7757]
2000-09-21 18:37:53 +00:00
Jeremy Siek
3115823d9a more property accessor -> property map changes
[SVN r7756]
2000-09-21 18:34:54 +00:00
Jeremy Siek
7af6180b08 last commit gave broken pipe signal :(
[SVN r7753]
2000-09-21 03:34:32 +00:00
Jeremy Siek
1407cde754 property accessor interface changes
[SVN r7752]
2000-09-21 03:31:19 +00:00
Jeremy Siek
bb9808827a new file, replacing VertexPropertyGraph and EdgePropertyGraph
[SVN r7751]
2000-09-21 02:59:40 +00:00
Jeremy Siek
947ad05734 changed the name of the property tags: name_tag -> vertex_name, etc.
[SVN r7750]
2000-09-20 19:30:23 +00:00
Jeremy Siek
179abdd243 changed to use put/get in graph coloring, and changed
LvaluePropertyAccessor to use operator[] instead of at()


[SVN r7749]
2000-09-20 18:56:45 +00:00
Jeremy Siek
5166ef0de9 edits, bib additions
[SVN r7748]
2000-09-20 18:29:01 +00:00
Jeremy Siek
2a3c47298a replaced use of operator[] with get/put
[SVN r7747]
2000-09-19 21:33:26 +00:00
Jeremy Siek
8336732fad some new docs, and more documentation edits
[SVN r7746]
2000-09-19 18:40:30 +00:00
Jeremy Siek
5e3f48ea1a forgot this
[SVN r7745]
2000-09-19 18:36:43 +00:00
Jeremy Siek
0e27538656 new files and some edits
[SVN r7744]
2000-09-19 17:15:31 +00:00
Jeremy Siek
381c513431 new file
[SVN r7743]
2000-09-19 16:49:43 +00:00
Jeremy Siek
7a7b8afe67 lots of edits
[SVN r7742]
2000-09-19 05:06:51 +00:00
Jeremy Siek
a1f8d7d294 obsolete
[SVN r7741]
2000-09-19 04:49:48 +00:00
Jeremy Siek
dacc79815f changed Graph::xxx to graph_traits<Graph>::xxx
[SVN r7740]
2000-09-19 04:26:42 +00:00
Jeremy Siek
1f310eaeea replaced Graph::xxx with graph_traits<Graph>::xxx, and some other cleanups
[SVN r7739]
2000-09-19 04:19:19 +00:00
Jeremy Siek
e40c00a819 new files
[SVN r7738]
2000-09-19 04:05:48 +00:00
Jeremy Siek
0a31de2d39 new file
[SVN r7737]
2000-09-19 03:46:27 +00:00
Jeremy Siek
ed526446a7 this example has random output so diff'ing doesn't make sense
[SVN r7736]
2000-09-19 02:13:52 +00:00
Jeremy Siek
6be08ff4fe this example has random output, so diff'ing doesn't make sense
[SVN r7735]
2000-09-19 02:12:37 +00:00
Jeremy Siek
d7feef0d58 added initialization of distances to zero using std::fill_n
[SVN r7734]
2000-09-19 02:09:19 +00:00
Jeremy Siek
5bb2421360 changed some int's to std::size_t's
[SVN r7733]
2000-09-19 02:01:46 +00:00
Jeremy Siek
cb27436d29 fixed some misuses of BOOST_NO_STD_ITERATOR_TRAITS, changing it
to BOOST_NO_ITERATOR_ADAPTORS, which is now always defined. Too
many problems:
1. internal compiler errors on VC++
2. warning from is_convertible under g++


[SVN r7732]
2000-09-19 01:58:00 +00:00
Jeremy Siek
13b6afbdba changed #include iterator_adaptors to #include integer_range
[SVN r7731]
2000-09-19 01:25:14 +00:00
Jeremy Siek
b4f4329e29 various edits
[SVN r7729]
2000-09-18 21:06:23 +00:00
Jeremy Siek
12f6c8c228 new files
[SVN r7728]
2000-09-18 21:01:48 +00:00
Jeremy Siek
a3d64758fa work on visitors docs
[SVN r7727]
2000-09-18 21:00:48 +00:00
Jeremy Siek
fdde15931f updating visitor documentation
[SVN r7726]
2000-09-18 17:58:30 +00:00
Jeremy Siek
e5ad3ef7b1 more documentation editing
[SVN r7725]
2000-09-18 17:17:44 +00:00
Jeremy Siek
1f3f5c0e50 various edits
[SVN r7724]
2000-09-18 17:02:49 +00:00
Jeremy Siek
3c1cc60987 some more documentation
[SVN r7723]
2000-09-18 16:27:27 +00:00
Jeremy Siek
7c0292703b new file
[SVN r7722]
2000-09-18 16:03:04 +00:00
Jeremy Siek
3547a9ec4a new documentation
[SVN r7721]
2000-09-18 16:00:39 +00:00
Jeremy Siek
83484a22ab integer range moved to its own file
[SVN r7720]
2000-09-18 10:00:12 +00:00
Jeremy Siek
25fe2d2f73 integer_range moved to new header
[SVN r7719]
2000-09-18 09:55:23 +00:00
Jeremy Siek
108849916e typo in #include
[SVN r7718]
2000-09-18 09:52:20 +00:00
Jeremy Siek
7d937b32ba moved integer_range to its own file
[SVN r7717]
2000-09-18 09:49:29 +00:00
Jeremy Siek
53b60c6044 move integer_range to its own file
[SVN r7716]
2000-09-18 09:47:04 +00:00
Jeremy Siek
2fe97da795 few typos
[SVN r7715]
2000-09-18 09:32:27 +00:00
Jeremy Siek
854779494c added #include <utility> because tied uses std::pair
[SVN r7714]
2000-09-18 09:25:18 +00:00
Jeremy Siek
410a88accf with KCC, the nested stack class is having access problems despite the
friend decl. Made some stuff public for now


[SVN r7713]
2000-09-18 09:23:09 +00:00
Jeremy Siek
c74495d219 almost forgot this one
[SVN r7712]
2000-09-18 09:13:41 +00:00
Jeremy Siek
a9f552eb6b added clause for KCC, it doesn't have slist or hash_set/hash_map
[SVN r7711]
2000-09-18 09:06:43 +00:00
Jeremy Siek
196cfe6ad1 removed some #if 0 stuff
[SVN r7710]
2000-09-18 09:04:36 +00:00
Jeremy Siek
3c386b6e6f show how to convert .fig to .gif
[SVN r7709]
2000-09-18 08:59:38 +00:00
Jeremy Siek
fb9a1c736c added a few more macros needed by the Boost Graph Library
[SVN r7708]
2000-09-18 08:57:25 +00:00
Jeremy Siek
eef22d3337 changed macro name for templated iterator constructors
[SVN r7707]
2000-09-18 08:56:18 +00:00
Jeremy Siek
4cf2eb7123 new files needed for boost graph library
[SVN r7706]
2000-09-18 08:28:03 +00:00
Jeremy Siek
9d53ee7337 added tied()
[SVN r7705]
2000-09-18 08:27:37 +00:00
Jeremy Siek
9863878325 pending stuff from Boost Graph Library
[SVN r7704]
2000-09-18 08:24:47 +00:00
Jeremy Siek
b6a9ea7d4d license file for the boost graph library
[SVN r7703]
2000-09-18 08:22:14 +00:00
Jeremy Siek
863c5b640a new files for boost graph library
[SVN r7701]
2000-09-18 08:21:44 +00:00
Jeremy Siek
f85dd04518 example files for boost graph library
[SVN r7700]
2000-09-18 08:17:56 +00:00
John Maddock
a700529dfd Updates to cope with Borland C++ 5.51
[SVN r7697]
2000-09-09 10:20:24 +00:00
Beman Dawes
7013565d28 Fix Misspelling of BOOST_NO_STD_ITERATOR_TRAITS
[SVN r7696]
2000-09-05 19:57:50 +00:00
Jens Maurer
6c656a5fb4 Re-run with modified array.hpp (no changes in results)
[SVN r7695]
2000-09-04 19:43:11 +00:00
Beman Dawes
e83c3976fc Fix spelling of BOOST_NO_STD_ITERATOR_TRAITS in comments (BGD)
[SVN r7694]
2000-09-04 14:28:14 +00:00
Beman Dawes
0ac43cde35 BOOST_NO_PRIVATE_IN_AGGREGATE added (Mark Rodgers)
[SVN r7693]
2000-09-01 15:50:28 +00:00
Beman Dawes
11277f75cf Two broken compiler fixes (Beman Dawes)
[SVN r7692]
2000-09-01 15:49:53 +00:00
Beman Dawes
dc22f54787 Correct comment regarding wchar_t
[SVN r7691]
2000-08-30 12:50:04 +00:00
Beman Dawes
00698c41b2 Changes in response to public review comments
[SVN r7690]
2000-08-30 12:48:34 +00:00
Beman Dawes
39c583b921 Changes reflecting formal review comments
[SVN r7689]
2000-08-30 12:44:40 +00:00
Beman Dawes
308ad76b71 Initial commit
[SVN r7688]
2000-08-30 12:36:38 +00:00
Jens Maurer
7301e4df06 Always need to use "g++" (not "gcc") to get the proper libraries
[SVN r7687]
2000-08-06 20:31:30 +00:00
Jens Maurer
6c2c1a8d2a Re-run for array2-5 removed once again
[SVN r7686]
2000-08-06 20:30:43 +00:00
John Maddock
0fe71a1315 MWCW patch
[SVN r7685]
2000-08-05 11:53:02 +00:00
Beman Dawes
e9f5b7fc80 As actually used for Version_1_17_0
[SVN r7684]
2000-08-03 16:11:35 +00:00
Beman Dawes
5c524663ce 1.17.0 release candidate runup
[SVN r7683]
2000-08-03 15:26:16 +00:00
Beman Dawes
5bcae209dd Duplicate of file in boost directory
[SVN r7682]
2000-08-03 15:01:28 +00:00
Jens Maurer
2f4919173c test results for array<>
[SVN r7681]
2000-08-02 20:32:50 +00:00
Jeremy Siek
32e4fb19f1 added array1-5.cpp to the list of compiles
[SVN r7679]
2000-08-02 18:26:55 +00:00
Jeremy Siek
8f76df8a8a initial checkin of Nico's array library
[SVN r7678]
2000-08-02 18:15:32 +00:00
Jeremy Siek
437d3ce1ec initial checkin of Nico's array class
[SVN r7677]
2000-08-02 14:19:47 +00:00
John Maddock
52bf3c883c type traits update [added is_convertible and alignment_of]
[SVN r7675]
2000-08-02 10:58:59 +00:00
Mark Rodgers
c7daf4a70f Workarounds for Metrowerks as suggested by Fabrice Truillot.
[SVN r7672]
2000-08-01 07:53:58 +00:00
Jens Maurer
52f74f3983 increased gcc's template-depth to 30, which makes operators_test.cpp compile.
[SVN r7670]
2000-07-31 21:27:16 +00:00
Beman Dawes
a3dbaa92cf Add typename syntax fix in two places (from Jens Maurer)
[SVN r7665]
2000-07-30 18:59:52 +00:00
John Maddock
9bfc48e3be replaced lost copyright declaration
[SVN r7662]
2000-07-30 10:33:53 +00:00
John Maddock
abe3699c62 minor compiler compatability fixes
[SVN r7661]
2000-07-29 11:39:42 +00:00
Jens Maurer
b8fca52382 Regression tests for Linux/x86
[SVN r7660]
2000-07-28 21:17:12 +00:00
Jens Maurer
c301b200e6 More uniform compiler designations in the column headings
[SVN r7659]
2000-07-28 21:11:36 +00:00
Jens Maurer
4035c860ac Typo fixes
Moved basic class templates from namespace boost::detail to boost::random


[SVN r7658]
2000-07-28 21:08:29 +00:00
Beman Dawes
01936c9bb1 Link to tables, which are now on separate pages to ease automatic generation.
[SVN r7657]
2000-07-27 21:09:48 +00:00
Beman Dawes
cad8d04084 Initial commit. This table is automatically generated by the regression test.
[SVN r7656]
2000-07-27 21:05:44 +00:00
Beman Dawes
4742e63204 Initial commit. Reflects Jens Maurer's Linux changes, more complete HTML in the generated table, and automatic generation of the table file name based on the Python sys.platform name.
[SVN r7655]
2000-07-27 21:03:48 +00:00
Beman Dawes
fbf2936b61 Minor format fix
[SVN r7647]
2000-07-27 14:46:43 +00:00
Beman Dawes
baf6f49ed9 Initial commit
[SVN r7646]
2000-07-27 14:46:23 +00:00
Beman Dawes
5b4a8170b7 Initial HTML commit
[SVN r7642]
2000-07-27 14:32:20 +00:00
Beman Dawes
0566f5ae2c Initial HTML commit
[SVN r7640]
2000-07-27 14:27:00 +00:00
Beman Dawes
f29f011a9b Test HTML commit after FrontPage change. No actual content changed.
[SVN r7639]
2000-07-27 14:21:30 +00:00
Beman Dawes
4bafd3ef4e Initial commit
[SVN r7638]
2000-07-27 14:18:23 +00:00
Beman Dawes
fa2cbe6250 Initial HTML commit
[SVN r7636]
2000-07-27 14:04:40 +00:00
Beman Dawes
96c5e9d46c Initial HTML commit
[SVN r7635]
2000-07-27 13:48:45 +00:00
Beman Dawes
ac5dc48e0e Initial HTML commit
[SVN r7634]
2000-07-27 13:38:51 +00:00
Jens Maurer
f39d8eb76f Moved basic class templates from namespace boost::detail to boost::random.
[SVN r7632]
2000-07-26 20:32:14 +00:00
Beman Dawes
5279b6661d Initial version from John Maddock
[SVN r7631]
2000-07-26 17:29:19 +00:00
Beman Dawes
0c3d020a33 Change back slash to forward slash in include path (Jens Maurer)
[SVN r7630]
2000-07-24 23:50:22 +00:00
Beman Dawes
6a81d5931d Fixes for various compilers from John Maddock
[SVN r7629]
2000-07-24 17:59:52 +00:00
Beman Dawes
c7433ea940 Changed throw() to // never throws.
[SVN r7628]
2000-07-24 16:21:10 +00:00
Dave Abrahams
eb4ffabc8f Fixed spelling of BOOST_NO_INCLASS_MEMBER_INITIALIZATION in comment per suggestion from John Maddock.
[SVN r7627]
2000-07-23 14:39:25 +00:00
Dave Abrahams
545f823fe4 Suppress numeric_cast warnings for GCC, Borland and MSVC
[SVN r7626]
2000-07-17 22:33:43 +00:00
Beman Dawes
9896ba6c6a Add revision history for prior change
[SVN r7625]
2000-07-13 17:36:27 +00:00
Mark Rodgers
90b1cb806b Added missing BOOST_NO_USING_TEMPLATE docs and moved this since it
infects BCB4 as well and BCC5.5.
Added BOOST_NO_POINTER_TO_MEMBER_CONST at the suggestion of
Fabrice Truillot.


[SVN r7624]
2000-07-12 08:31:46 +00:00
Beman Dawes
ce5e16b6ae 1.16.1 initial CVS checkin
[SVN r7620]
2000-07-07 16:04:40 +00:00
Beman Dawes
69401754fd This commit was generated by cvs2svn to compensate for changes in r4,
which included commits to RCS files with non-trunk default branches.


[SVN r7621]
2000-07-07 16:04:40 +00:00