Beman Dawes
|
84bbe6dd57
|
Integrate header dependency table into web site
[SVN r8100]
|
2000-11-02 18:30:37 +00:00 |
|
Jeremy Siek
|
911a0da2e7
|
added base() function
[SVN r8098]
|
2000-11-02 02:29:53 +00:00 |
|
Dave Abrahams
|
179d9ec0ee
|
Global replace of || with | and && with & in constant expressions to work around an MSVC bug.
[SVN r8097]
|
2000-11-02 01:12:23 +00:00 |
|
Jeremy Siek
|
9e62dc3d3c
|
added a couple utility functions
[SVN r8094]
|
2000-11-01 03:25:29 +00:00 |
|
Jeremy Siek
|
e724d52e78
|
more edits
[SVN r8093]
|
2000-11-01 02:44:58 +00:00 |
|
Jeremy Siek
|
fcbf320e12
|
changes to the handling of bool return types
[SVN r8092]
|
2000-11-01 02:43:41 +00:00 |
|
Jeremy Siek
|
559291cd6f
|
new file
[SVN r8076]
|
2000-10-31 16:52:53 +00:00 |
|
Jeremy Siek
|
dffe6fa316
|
vc++ fixes
[SVN r8075]
|
2000-10-31 15:52:32 +00:00 |
|
Jeremy Siek
|
9fc58b4cb6
|
fixed regression due to change in get_property(), needed to take address
[SVN r8074]
|
2000-10-31 15:15:10 +00:00 |
|
Jeremy Siek
|
a3750d0ee0
|
fixed regression due to change in detail/adjacency_list.hpp
[SVN r8073]
|
2000-10-31 15:11:20 +00:00 |
|
Jeremy Siek
|
89329f3059
|
make in_edges() work for undirected graphs
[SVN r8072]
|
2000-10-30 21:45:58 +00:00 |
|
Dave Abrahams
|
e1a4aee63a
|
Suppress unused argument warning
[SVN r8071]
|
2000-10-30 19:30:51 +00:00 |
|
Jeremy Siek
|
0a7502b3ba
|
added incident_on
[SVN r8070]
|
2000-10-30 19:14:38 +00:00 |
|
Jeremy Siek
|
64120ac28a
|
some work on out-edge list ordering
[SVN r8069]
|
2000-10-30 14:27:12 +00:00 |
|
Beman Dawes
|
2ea6b9955e
|
Refine formal review procedures
[SVN r8068]
|
2000-10-30 12:41:36 +00:00 |
|
Beman Dawes
|
5e46aa6e3a
|
Initial version
[SVN r8067]
|
2000-10-29 22:44:46 +00:00 |
|
Jeremy Siek
|
cfe5dd06b9
|
new examples
[SVN r8066]
|
2000-10-29 22:03:21 +00:00 |
|
Jeremy Siek
|
e8a704efb4
|
removed cruft
[SVN r8065]
|
2000-10-29 21:53:41 +00:00 |
|
Jeremy Siek
|
d869ccb415
|
edits
[SVN r8064]
|
2000-10-29 21:48:54 +00:00 |
|
Jeremy Siek
|
1482731b1a
|
lots off additions to docs and archetype stuff
[SVN r8063]
|
2000-10-29 21:48:06 +00:00 |
|
Jeremy Siek
|
8ccb5a2b6f
|
new file, based on the C++ standard, not SGI STL's definition of Assignable
[SVN r8062]
|
2000-10-29 21:35:59 +00:00 |
|
Jeremy Siek
|
a2f113e81f
|
fixed Assignable in concept_checks.hpp and changed the name of
concept_skeletons to concept_archetypes. Made lots of additions/changed
in concept_archetypes.
[SVN r8061]
|
2000-10-29 20:37:49 +00:00 |
|
Beman Dawes
|
da86bee573
|
Reorganize former "utilities" into separate libraries (but keep the same directory structure for now.)
[SVN r8043]
|
2000-10-28 18:59:07 +00:00 |
|
John Maddock
|
cff331aec4
|
added BeOS5 support to test script (not finished yet though...)
[SVN r8037]
|
2000-10-28 10:54:12 +00:00 |
|
Dave Abrahams
|
e58a15fded
|
Fix for fixed_numeric_limits<>::min() in the BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS case.
[SVN r8036]
|
2000-10-27 13:43:33 +00:00 |
|
Dave Abrahams
|
0907fd2b72
|
Fix is_reference for MSVC6.4
[SVN r8035]
|
2000-10-27 13:33:12 +00:00 |
|
Dave Abrahams
|
be3253dc34
|
no message
[SVN r8034]
|
2000-10-26 21:04:37 +00:00 |
|
Jeremy Siek
|
63a5e8ec77
|
changed reference type
[SVN r8033]
|
2000-10-26 14:04:50 +00:00 |
|
John Maddock
|
1f8b1afc6b
|
compiler specific fixes (mostly MWCW)
[SVN r8032]
|
2000-10-24 11:53:07 +00:00 |
|
Dave Abrahams
|
2a41a61566
|
A partial Pro6 fix (Pro6 is missing the message facet - what do we do about /that/?)
[SVN r8031]
|
2000-10-21 13:14:45 +00:00 |
|
John Maddock
|
3565e12255
|
regex regression test fixes
[SVN r8030]
|
2000-10-21 11:18:50 +00:00 |
|
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 |
|
Beman Dawes
|
a6b0322220
|
Add a bit of installation documentation
[SVN r8011]
|
2000-10-19 21:15:15 +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 |
|