5e46aa6e3aInitial version
Beman Dawes
2000-10-29 22:44:46 +0000
cfe5dd06b9new examples
Jeremy Siek
2000-10-29 22:03:21 +0000
e8a704efb4removed cruft
Jeremy Siek
2000-10-29 21:53:41 +0000
d869ccb415edits
Jeremy Siek
2000-10-29 21:48:54 +0000
1482731b1alots off additions to docs and archetype stuff
Jeremy Siek
2000-10-29 21:48:06 +0000
8ccb5a2b6fnew file, based on the C++ standard, not SGI STL's definition of Assignable
Jeremy Siek
2000-10-29 21:35:59 +0000
a2f113e81ffixed Assignable in concept_checks.hpp and changed the name of concept_skeletons to concept_archetypes. Made lots of additions/changed in concept_archetypes.
Jeremy Siek
2000-10-29 20:37:49 +0000
da86bee573Reorganize former "utilities" into separate libraries (but keep the same directory structure for now.)
Beman Dawes
2000-10-28 18:59:07 +0000
cff331aec4added BeOS5 support to test script (not finished yet though...)
John Maddock
2000-10-28 10:54:12 +0000
e58a15fdedFix for fixed_numeric_limits<>::min() in the BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS case.
Dave Abrahams
2000-10-27 13:43:33 +0000
0907fd2b72Fix is_reference for MSVC6.4
Dave Abrahams
2000-10-27 13:33:12 +0000
be3253dc34no message
Dave Abrahams
2000-10-26 21:04:37 +0000
63a5e8ec77changed reference type
Jeremy Siek
2000-10-26 14:04:50 +0000
1f8b1afc6bcompiler specific fixes (mostly MWCW)
John Maddock
2000-10-24 11:53:07 +0000
2a41a61566A partial Pro6 fix (Pro6 is missing the message facet - what do we do about /that/?)
Dave Abrahams
2000-10-21 13:14:45 +0000
3565e12255regex regression test fixes
John Maddock
2000-10-21 11:18:50 +0000
73135f7e30added documentation for edge_range added a multisetS selector
Jeremy Siek
2000-10-20 21:37:14 +0000
6d80bf1010fixed bug in edge_range()
Jeremy Siek
2000-10-20 21:29:27 +0000
89980c1625bunch of changes related to erasing edges added erase_if to container_traits added iterator_stability to container_traits added another graph example: gerdemann
Jeremy Siek
2000-10-20 21:16:14 +0000
621a9fcaedadded ability to sort out edges
Jeremy Siek
2000-10-20 16:52:23 +0000
77606a80danew files, added ability to sort out edges
Jeremy Siek
2000-10-20 16:52:02 +0000
68cf85aa5enew file
Jeremy Siek
2000-10-20 16:50:45 +0000
ae71c338e3new file
Jeremy Siek
2000-10-20 15:49:00 +0000
2444223bdaResults of improved regex tests
Beman Dawes
2000-10-19 21:21:33 +0000
8214933c2afixed use of Vertex() in call to get(color,...), and added DefaultConstructible to requirements for ColorValue
Jeremy Siek
2000-10-15 18:54:12 +0000
e971d1cf14Fix broken HTML links
Beman Dawes
2000-10-15 17:08:00 +0000
5a64504af81.18.1 fix broken link
Beman Dawes
2000-10-15 17:05:56 +0000
0465ec4316Add borland_cpp.html link
Beman Dawes
2000-10-15 16:28:31 +0000
7db058453aadded test results for cregex.cpp and graph.cpp
Jens Maurer
2000-10-14 23:00:47 +0000
4adf834460avoid linking by adding "-c" to Linux compiler invocations
Jens Maurer
2000-10-14 22:58:48 +0000
716de3d1d7add empty throw specification to destructors for classes derived from std::exception
Jens Maurer
2000-10-14 22:56:18 +0000
2a2b3ffd07Remove Borland 5.4, add regex test, disable link for windows compiles
Beman Dawes
2000-10-14 14:43:47 +0000
95c19bbedcmisc minor fixes
John Maddock
2000-10-14 12:03:10 +0000
6240adc3f8Need to use (void) &x to avoid "unused variable" warnings with Comeau C++.
Jens Maurer
2000-10-14 07:32:15 +0000
1bb493f5b4Broken compiler workaround for abs not it namespace std
Beman Dawes
2000-10-14 00:38:36 +0000
a8a50b602fuse an explicit cast to int32_t for arguments to rand48 (avoids ambiguity for Metrowerks, which defines int32_t as long)
Jens Maurer
2000-10-13 23:17:20 +0000
f4c9429b14Add BOOST_NO_SLIST and BOOST_NO_HASH for Borland, although I agree with others that these defines are very questionable
Beman Dawes
2000-10-13 20:02:20 +0000