Commit graph

51529 commits

Author SHA1 Message Date
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
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
Beman Dawes
4894e7d3b9 Initial commit
[SVN r7859]
2000-09-27 20:57:49 +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