boost/libs
Douglas Gregor 944845732f Overall: introduce bundled properties
index.htm:
  - Announce bundled properties

libs/graph/doc/bundles.html:
  - Document bundled properties

libs/graph/doc/adjacency_list.html:
  - Refer to bundled properties

boost/graph/properties.hpp:
  - Added vertex_bundle and edge_bundle properties for bundling
  - Added bundle_property_map for directly handling bundles

boost/pending/property.hpp:
  - Added retag_property_list metafunction that allows us to add a tag
    to the non-property<> element at the end of a property<> list.

boost/graph/adjacency_list.hpp:
  - Implement bundled properties

libs/graph/test/Jamfile, libs/graph/test/bundled_properties.cpp:
  - Test bundled properties


[SVN r22819]
2004-05-14 05:53:33 +00:00
..
algorithm@bc420c5acf Jamfile updated to reflect new file naming 2004-05-06 20:46:42 +00:00
any@3fb1dbc758 Don't allow a namespace and a class template to have the same name; it confuses MSVC 6.0 and 7.0. 2003-12-03 01:34:29 +00:00
array@cfb6d6eae6 array.xml: documentation updates from Nico 2004-01-30 03:51:06 +00:00
bind@53c2e449d1 g++ 2.9x fix 2004-04-30 13:04:51 +00:00
compatibility@5e00bbd86e Updated SGI version checks 2003-07-23 12:12:10 +00:00
compose@c174dc9e01 index.htm renamed index.html 2003-12-11 23:13:19 +00:00
concept_check@1b8f363e90 remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros 2004-02-26 18:27:02 +00:00
config@119f37e931 Added new GLIBC++V3 macros (from gcc 3.4). 2004-05-04 10:37:17 +00:00
conversion@463284f46f remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros 2004-02-26 18:27:02 +00:00
crc@ed764fe9c4 Corrected license statement 2003-11-28 06:55:11 +00:00
date_time@e5ef645c01 Sync with V1 2004-05-12 11:12:47 +00:00
detail@19cd8815b6 added Borland workaround 2004-05-09 08:58:03 +00:00
disjoint_sets@cf471f086b cwpro8.3 workaround 2002-11-06 17:55:41 +00:00
dynamic_bitset@c688bf1763 changed workaround for gcc bug nr. 8419 2004-05-09 09:21:33 +00:00
exception@17f806e8a7 _MSC_VER use clarified. 2003-11-28 15:35:21 +00:00
filesystem@8692b025bc Fix library name 2004-05-11 06:35:31 +00:00
format@d09013ce9c changed format_item::truncate_ 's type from int to streamsize. that's what it was supposed to be from the start. spotted on 64 bit plaform by A.Leeming 2004-03-25 13:38:16 +00:00
function@ae11f21513 Try to make IBM VisualAge C++ 6 happy 2004-05-12 00:39:00 +00:00
functional@240f068069 add or update See www.boost.org comments 2002-12-27 16:51:53 +00:00
graph@ce8344e9ad Overall: introduce bundled properties 2004-05-14 05:53:33 +00:00
integer@4862574bb1 remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros 2004-02-26 18:27:02 +00:00
io@70043b1ee4 Fixed up license/copyright 2003-11-24 07:11:48 +00:00
iterator@b310ccda97 Fixed typo 2004-04-29 00:38:46 +00:00
lambda@b99048eab3 Fix for gcc 3.4 2004-04-20 18:05:05 +00:00
math@a607b80188 remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros 2004-02-26 18:27:02 +00:00
mpl@460430a167 better configurability fix 2004-02-23 02:12:25 +00:00
multi_array@91661f2f17 remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros 2004-02-26 18:27:02 +00:00
multi_index@6b4f93277a missing "&" 2004-05-12 09:38:47 +00:00
numeric Fixed typename issues (compatibility with GCC 3.4.0) 2004-05-04 08:10:32 +00:00
optional@0109fabef4 Fixed test for bcc5.6.4 weak overload resolution 2004-02-02 15:40:12 +00:00
pool@4751c81a59 remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros 2004-02-26 18:27:02 +00:00
preprocessor@34029cf0cb fixed usage bug 2004-05-09 23:54:14 +00:00
property_map@b3ef1a3aac fixed a subtle bug in get() and put() exposed by the change to 2004-01-18 16:14:20 +00:00
python@9e2b4380d5 ADL bug-fix 2004-05-04 10:19:33 +00:00
random@f63ff478d2 fix min/max problems 2004-02-28 21:21:30 +00:00
rational@71ecf6f9ec remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros 2004-02-26 18:27:02 +00:00
regex@c9b37542c5 Added additional tests for new bugs 2004-05-13 12:33:22 +00:00
signals@0caa29a1ed trackable.hpp: Trivial PREFIX->SUFFIX fix 2004-05-14 05:25:31 +00:00
smart_ptr@c48f05dcb4 enable_shared_from_this is now const-tolerant. 2004-02-16 18:50:07 +00:00
spirit@8d1b7250e8 Fixed a couple of bugs in the parser traversal code. 2004-05-05 09:02:32 +00:00
statechart@5e2bad23dd no message 2004-05-11 22:40:10 +00:00
static_assert@68545773d5 Changed tests to guarantee portability 2004-02-12 11:29:47 +00:00
test@1f83347622 added fixed_mapping 2004-05-13 09:06:48 +00:00
thread@0ed112631c Merge tss changes from thread_dev branch. 2004-03-27 02:03:52 +00:00
timer@79d6e03d1a remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros 2004-02-26 18:27:02 +00:00
tokenizer@4e7357c63e Fixed a bug involving using char_delimiter with a true input iterator. 2004-04-07 01:51:37 +00:00
tuple@78572fca7b Bug fix for vc6 2003-11-19 22:01:52 +00:00
type_traits@39ce140cf7 Added comment on Intel compiler problems. 2004-05-01 10:32:58 +00:00
utility@c320330cd5 fixed a typo 2004-05-06 22:38:34 +00:00
variant@ec94e74611 remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros 2004-02-26 18:27:02 +00:00
index.html htm instead of html:-) 2002-08-15 18:37:55 +00:00
libraries.htm boost/utility/result_of.hpp, boost/utility/detail/result_of_iterate.hpp: 2004-05-02 19:55:02 +00:00