Commit graph

12826 commits

Author SHA1 Message Date
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
Douglas Gregor
f2644668da reverse_graph.hpp: Add null_vertex() to traits
[SVN r22818]
2004-05-14 05:41:53 +00:00
Douglas Gregor
8cbe0c48ec trackable.hpp: Trivial PREFIX->SUFFIX fix
[SVN r22817]
2004-05-14 05:25:31 +00:00
Douglas Gregor
6e18604683 Several grisly workarounds for Microsoft Visual C++ 6.0 compatibility.
[SVN r22816]
2004-05-14 04:18:39 +00:00
John Maddock
82214f4927 Added additional tests for new bugs
[SVN r22813]
2004-05-13 12:33:22 +00:00
Vladimir Prus
9436f54064 Add
/Zc:forScope /Zc:wchar_t

options for 7.0 and 7.1 versions.


[SVN r22810]
2004-05-13 12:01:36 +00:00
Vladimir Prus
17e961acf1 Fix typo.
[SVN r22809]
2004-05-13 11:21:12 +00:00
Vladimir Prus
136a88419c Attempt to properly detect free VC 7.1 tools.
[SVN r22808]
2004-05-13 10:51:44 +00:00
Vladimir Prus
84d45a3c0e * build/feature.jam (validate-value-string): Don't crash when value string
has more than one element, e.g. icc-linux-8.0, where 'linux' and '8.0'
  are subfeatures.


[SVN r22807]
2004-05-13 10:29:44 +00:00
Gennadiy Rozental
3b2cf2deea added fixed_mapping
[SVN r22806]
2004-05-13 09:06:48 +00:00
John Maddock
a77d634796 Fixed \l and \u so that they work correctly in case insensitive mode.
[SVN r22804]
2004-05-12 11:39:28 +00:00
Vladimir Prus
da8528fc0f Sync with V1
[SVN r22803]
2004-05-12 11:12:47 +00:00
Vladimir Prus
67f113b695 Try to sync with V1
[SVN r22802]
2004-05-12 11:11:39 +00:00
Joaquín M. López Muñoz
4d0e2c43c2 missing "&"
[SVN r22801]
2004-05-12 09:38:47 +00:00
Vladimir Prus
04e26a28b0 Allow directory names in arguments in 'glob'.
[SVN r22800]
2004-05-12 08:50:04 +00:00
Vladimir Prus
c1937285e0 Make the 'glob' rule in the project scope to operate relatively to
the 'source-location', not project location.

Thanks to Johannes Brunen for the bug report.


[SVN r22799]
2004-05-12 07:38:48 +00:00
Vladimir Prus
d236574827 Don't import toolsets in project-root.jam
[SVN r22798]
2004-05-12 07:11:53 +00:00
Joaquín M. López Muñoz
f2e53cbec6 arg order reversed so that resulting test names are nicer
[SVN r22797]
2004-05-12 06:37:30 +00:00
Vladimir Prus
ca611ba628 Change a flag to be compatible with icc
[SVN r22796]
2004-05-12 06:14:24 +00:00
Douglas Gregor
71ba12a9d6 Try to make IBM VisualAge C++ 6 happy
[SVN r22795]
2004-05-12 00:39:00 +00:00
Andreas Huber
acf9a9e00d no message
[SVN r22794]
2004-05-11 22:40:10 +00:00
John R. Bandela
b5b6edea12 Added John Bandela to permission list
[SVN r22793]
2004-05-11 21:33:42 +00:00
Andreas Huber
f87e7e6c9e Updated the Exception handling section
[SVN r22792]
2004-05-11 18:54:47 +00:00
Andreas Huber
a06660b185 Added documentation defining the state entry & exit sequence in the presence of orthogonal regions (various places).
[SVN r22791]
2004-05-11 18:48:15 +00:00
Andreas Huber
f6690f3176 Clarified the definition of unstable state.
[SVN r22790]
2004-05-11 18:44:59 +00:00
Joaquín M. López Muñoz
a6bd255f83 employee made EqualityComparable and LessThanComparable
[SVN r22789]
2004-05-11 14:46:21 +00:00
Gennadiy Rozental
80f0b906fe basic_cstring introduced and used everywhere
class properties reworked
namespace names shortened


[SVN r22787]
2004-05-11 11:05:46 +00:00
Gennadiy Rozental
a486a0c52d basic_cstring introduced and used everywhere
class properties reworked


[SVN r22786]
2004-05-11 11:00:55 +00:00
Joaquín M. López Muñoz
ed663c03f1 sprinkled "this->" throughout as required by two-phase lookup
[SVN r22784]
2004-05-11 07:51:50 +00:00
Vladimir Prus
c9a762161f Fix library name
[SVN r22783]
2004-05-11 06:35:31 +00:00
Joaquín M. López Muñoz
5ba0bd0a02 workaround for a problem of VC7.1 with using decls of template memfuns from a private base
[SVN r22782]
2004-05-11 06:28:58 +00:00
Andreas Huber
f778b9ad4e Fixed a bug that could have led to an exception_thrown event being sent to a state that is *not* the outermost unstable state in an unstable state machine (as documented in the reference).
Instead, the event was always sent to the state where a direct inner state entry action threw an exception, which is only correct for state machines without orthogonal regions.


[SVN r22778]
2004-05-10 21:54:23 +00:00
Joaquín M. López Muñoz
572ce40b1e improved support for BOOST_HAS_PARTIAL_STD_ALLOCATOR
[SVN r22777]
2004-05-10 15:07:31 +00:00
Rene Rivera
7edc4562b0 Add *.inc as possible header files to install, pool library has some of those. Fixes SF issue #951106 .
[SVN r22776]
2004-05-10 13:34:39 +00:00
Joaquín M. López Muñoz
865307471e CWPro8 needs safe_execute calls to be qualified
[SVN r22775]
2004-05-10 06:12:43 +00:00
Joaquín M. López Muñoz
5b8501af33 trivial bug in index_base::final_max_size_
[SVN r22774]
2004-05-10 05:53:31 +00:00
Paul Mensonides
7549918fbb fixed usage bug
[SVN r22773]
2004-05-09 23:54:14 +00:00
Jens Maurer
068a3cccd7 add self to license permission
[SVN r22772]
2004-05-09 20:32:09 +00:00
Gennaro Prota
1f96fb1a04 changed workaround for gcc bug nr. 8419
[SVN r22771]
2004-05-09 09:21:33 +00:00
Gennaro Prota
afb6a828f5 added Borland workaround
[SVN r22770]
2004-05-09 08:58:03 +00:00
Gennaro Prota
c7ed715524 - workaround for Borland bug
- untabified


[SVN r22769]
2004-05-09 08:03:21 +00:00
Gennaro Prota
bab995cbdd use division by 2 instead of >>=1, because Borland C++ yields sometimes an access violation when shifting with Block = unsigned long long
[SVN r22768]
2004-05-09 07:48:12 +00:00
Douglas Gregor
cc8d606942 graphviz.hpp: Fix output of vertex descriptors for edges
(Mark Purtill  <mpurtill@softwarerevolution.com>)


[SVN r22767]
2004-05-08 16:00:24 +00:00
Rene Rivera
4e33d20c08 Fix missing STDLIBPATH search during link.
[SVN r22766]
2004-05-08 15:22:45 +00:00
Gennaro Prota
fa16016127 Added URI of the DTD in the <!DOCTYPE> tag
[SVN r22764]
2004-05-08 08:27:59 +00:00
Rene Rivera
5a89f4b0d5 Add some missing argument quotes for rmtemp and ranlib actions.
[SVN r22763]
2004-05-07 21:14:03 +00:00
Joaquín M. López Muñoz
6e0e0113d6 added Boost.MultiIndex test-suite
[SVN r22761]
2004-05-07 12:39:07 +00:00
Douglas Gregor
e0fd6f5479 function_base.hpp:
- Fix silly typo where it returned "false" instead of the NULL
    pointer.


[SVN r22760]
2004-05-07 11:43:41 +00:00
Joaquín M. López Muñoz
b86e87cc3c initial commit
[SVN r22759]
2004-05-07 10:44:23 +00:00
Douglas Gregor
f20b75a344 connection.hpp: Proposed Intel 8.0 fix.
[SVN r22758]
2004-05-07 04:49:57 +00:00