Boost
Threads by month
- ----- 2025 -----
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2005 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2004 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- 33145 discussions
Hi all,
You may have noticed the discussion going on re: developer feedback
systems. As part of this I have just started setting up a demo build
server at:
http://pulse.zutubi.com/
At this stage it is an early demonstration of the server (Pulse)
building the boost trunk. There is only one machine, but for
illustration purposes I am running both the master and one agent on it.
This shows the ability to build on multiple agents in parallel (to
test the different OS/compiler combos). In this case I am testing two
different gcc versions (the easiest to setup for the demo).
You will notice that the build fails, with both a bunch of errors coming
out and test failures. This isn't so bad for the demo since it shows
how these things are reported. In reality work would need to be done to
either fix the problems or have Pulse recognise them as expected failures.
You might also notice the Pulse is kicking off a build when it detects
any change, and shows the change information (also linked to Trac for
diff views etc). This should keep the machine busy, since a build takes
over 2 hours (partly because two builds are running in parallel, but
mostly just because the build takes that long). Perhaps there is a
shorted build/test cycle that should be run on every change for faster
feedback.
On the subject of feedback, you may also want to try creating an account
so you can log in. Just click the login link (top right corner) and you
will see a link to sign up. It is best to choose your user name to
match your Subversion user name, as then Pulse can tell which changes
are yours. Once signed up you get a dashboard view along with
preferences that allow you to sign up for email notifications.
It would be great if people could take a look and let me know:
1) If you think this is useful and worth continuing with.
2) What important features you think are currently missing.
3) How some of the errors/failing tests can be resolved.
Thanks,
Jason
4
13
Hello all
i had found in 1.34.1, that when i build boost under windows with
visual studio 2005 with layout=system, it still try to use versioned
file name for library, instead of stripping compiler and version
information. I think, that this is error and should be fixed
Should i create ticket for it?
--
With best wishes, Alex Ott, MBA
http://alexott.blogspot.com/
http://alexott-ru.blogspot.com/
http://content-filtering.blogspot.com/
http://xtalk.msk.su/~ott/
2
1
A few days ago I started thinking about the implications of giving
each Boost library a separate subtree of the repository, and it led me
to some interesting places.
* Start with the assumption that each library has a boost/ directory
containing its subset of the headers it currently has. So, for
example, Boost.Python would have
boost/
python.hpp
python/
...
where "..." above is identical to the current contents of
$BOOST_ROOT/boost/python/
* Our release process would merge the boost/ directories
* To test a library from a source distribution, you'd need to get the
boost/ directories of any libraries it depends on into the #include
path.
* This list of dependency libraries would be encoded in each dependent
library's Jamfile.
* Presto, a way to explicitly declare and track library
inter-dependencies! If you fail to declare a dependency in your
Jamfile, your tests won't compile.
Thoughts?
--
Dave Abrahams
Boost Consulting
http://www.boost-consulting.com
The Astoria Seminar ==> http://www.astoriaseminar.com
15
32
1
0
The library provides the macro BOOST_ERROR_INFO. Is it possible to
modify the macro in such a way that successive calls of BOOST_ERROR_INFO
would add the date in a list? This could be used in order to get infos
which parts of the code catched the exception.
Regards, Oliver
2
3
Hi list,
I am having a problem compiling boost-1.34.1. Google appears to be as stomped as I am.
The configure phase goes OK using "./configure --prefix=/usr":
Detecting Python version... 2.5
Detecting Python root... /usr
Unicode/ICU support for Boost.Regex?... disabled.
Generating Boost.Build configuration in user-config.jam...
Generating Makefile...
And then this happens during "make install":
./tools/jam/src/bin.linuxx86/bjam --user-config=user-config.jam --prefix=/usr --exec-prefix=/usr --libdir=/usr/lib --includedir=/usr/include install
/bin/sh: line 1: 8586 Segmentation fault (core dumped) ./tools/jam/src/bin.linuxx86/bjam --user-config=user-config.jam --prefix=/usr --exec-prefix=/usr --libdir=/usr/lib --includedir=/usr/include install
Not all Boost libraries built properly.
Every time bjam is run, it seg faults:
root:~/boost_1_34_1/tools/jam/src/bin.linuxx86# ./bjam
Segmentation fault (core dumped)
root:~/boost_1_34_1/tools/jam/src/bin.linuxx86#
I even tried downloading the standalone boost-jam-3.1.14, and built it, but it executes with exactly the same result.
While writing this mail I saw that boost-jam-3.1.15 was just released. It too dumps its core in exactly the same way.
What am I doing wrong? Any pointers would be greatly appreciated.
Best regards,
John Nielsen
_________________________________________________________________
Søg fra alle websider med yderst effektiv beskyttelse. Hent Windows Live Toolbar GRATIS i dag!
http://www.toolbar.live.com
2
2
Boost regression test failures
Report time: 2007-10-01T09:14:28Z
This report lists all regression test failures on release platforms.
Detailed report:
http://boost.org/regression/trunk/developer/issues.html
The following platforms have a large number of failures:
borland-5.6.4
borland-5.8.2
msvc-8.0
2641 failures in 44 libraries (980 are from non-broken platforms)
algorithm/string (0 of 2 failures are from non-broken platforms)
asio (16 of 156 failures are from non-broken platforms)
assign (0 of 2 failures are from non-broken platforms)
bimap (142 of 210 failures are from non-broken platforms)
bind (0 of 4 failures are from non-broken platforms)
circular_buffer (1 of 3 failures are from non-broken platforms)
concept_check (13 of 17 failures are from non-broken platforms)
config (1 of 5 failures are from non-broken platforms)
conversion (6 of 12 failures are from non-broken platforms)
date_time (1 of 17 failures are from non-broken platforms)
dynamic_bitset (2)
filesystem (0 of 12 failures are from non-broken platforms)
foreach (2)
function (0 of 20 failures are from non-broken platforms)
gil (6 of 8 failures are from non-broken platforms)
graph (28 of 32 failures are from non-broken platforms)
interprocess (317 of 318 failures are from non-broken platforms)
intrusive (64)
iostreams (0 of 2 failures are from non-broken platforms)
lambda (1)
math (0 of 1 failures are from non-broken platforms)
mpl (1)
multi_index (1 of 2 failures are from non-broken platforms)
numeric/interval (3)
optional (6)
program_options (0 of 12 failures are from non-broken platforms)
property_map (0 of 2 failures are from non-broken platforms)
ptr_container (6)
python (7 of 9 failures are from non-broken platforms)
range (26 of 32 failures are from non-broken platforms)
rational (0 of 2 failures are from non-broken platforms)
regex (0 of 2 failures are from non-broken platforms)
serialization (241 of 1495 failures are from non-broken platforms)
signals (0 of 10 failures are from non-broken platforms)
spirit (16 of 20 failures are from non-broken platforms)
system (0 of 16 failures are from non-broken platforms)
test (2)
thread (0 of 26 failures are from non-broken platforms)
tr1 (49 of 51 failures are from non-broken platforms)
type_traits (1 of 5 failures are from non-broken platforms)
typeof (0 of 25 failures are from non-broken platforms)
utility (2)
wave (11 of 14 failures are from non-broken platforms)
xpressive (8)
Test failures marked with a (*) represent tests that failed on
platforms that are considered broken. They are likely caused by
misconfiguration by the regression tester or a failure in a core
library such as Test or Config.
|algorithm/string|
split: borland-5.6.4* borland-5.8.2*
|asio|
basic_datagram_socket: borland-5.6.4* borland-5.8.2*
basic_datagram_socket_select: borland-5.6.4* borland-5.8.2*
basic_deadline_timer: borland-5.6.4* borland-5.8.2*
basic_deadline_timer_select: borland-5.6.4* borland-5.8.2*
basic_socket_acceptor: borland-5.6.4* borland-5.8.2*
basic_socket_acceptor_select: borland-5.6.4* borland-5.8.2*
basic_stream_socket: borland-5.6.4* borland-5.8.2*
basic_stream_socket_select: borland-5.6.4* borland-5.8.2*
buffered_read_stream: borland-5.6.4* borland-5.8.2*
buffered_read_stream_select: borland-5.6.4* borland-5.8.2*
buffered_stream: borland-5.6.4* borland-5.8.2*
buffered_stream_select: borland-5.6.4* borland-5.8.2*
buffered_write_stream: borland-5.6.4* borland-5.8.2*
buffered_write_stream_select: borland-5.6.4* borland-5.8.2*
datagram_socket_service: borland-5.6.4* borland-5.8.2*
datagram_socket_service_select: borland-5.6.4* borland-5.8.2*
deadline_timer: acc borland-5.6.4* borland-5.8.2*
deadline_timer_select: acc borland-5.6.4* borland-5.8.2*
deadline_timer_service: borland-5.6.4* borland-5.8.2*
deadline_timer_service_select: borland-5.6.4* borland-5.8.2*
error: borland-5.6.4* borland-5.8.2*
error_select: borland-5.6.4* borland-5.8.2*
io_service: borland-5.6.4* borland-5.8.2*
io_service_select: borland-5.6.4* borland-5.8.2*
ip_address: borland-5.6.4* borland-5.8.2*
ip_address_select: borland-5.6.4* borland-5.8.2*
ip_address_v4: acc borland-5.6.4* borland-5.8.2*
ip_address_v4_select: acc borland-5.6.4* borland-5.8.2*
ip_address_v6: acc borland-5.6.4* borland-5.8.2*
ip_address_v6_select: acc borland-5.6.4* borland-5.8.2*
ip_basic_endpoint: borland-5.6.4* borland-5.8.2*
ip_basic_endpoint_select: borland-5.6.4* borland-5.8.2*
ip_basic_resolver: borland-5.6.4* borland-5.8.2*
ip_basic_resolver_iterator: borland-5.6.4* borland-5.8.2*
ip_basic_resolver_iterator_select: borland-5.6.4* borland-5.8.2*
ip_basic_resolver_query: borland-5.6.4* borland-5.8.2*
ip_basic_resolver_query_select: borland-5.6.4* borland-5.8.2*
ip_basic_resolver_select: borland-5.6.4* borland-5.8.2*
ip_host_name: borland-5.6.4* borland-5.8.2*
ip_host_name_select: borland-5.6.4* borland-5.8.2*
ip_multicast: acc borland-5.6.4* borland-5.8.2* hp_cxx-71_006_tru64
ip_multicast_select: acc borland-5.6.4* borland-5.8.2* hp_cxx-71_006_tru64
ip_resolver_service: borland-5.6.4* borland-5.8.2*
ip_resolver_service_select: borland-5.6.4* borland-5.8.2*
ip_tcp: borland-5.6.4* borland-5.8.2*
ip_tcp_select: borland-5.6.4* borland-5.8.2*
ip_udp: borland-5.6.4* borland-5.8.2*
ip_udp_select: borland-5.6.4* borland-5.8.2*
ip_unicast: acc borland-5.6.4* borland-5.8.2*
ip_unicast_select: acc borland-5.6.4* borland-5.8.2*
ip_v6_only: acc borland-5.6.4* borland-5.8.2*
ip_v6_only_select: acc borland-5.6.4* borland-5.8.2*
is_read_buffered: borland-5.6.4* borland-5.8.2*
is_read_buffered_select: borland-5.6.4* borland-5.8.2*
is_write_buffered: borland-5.6.4* borland-5.8.2*
is_write_buffered_select: borland-5.6.4* borland-5.8.2*
read: borland-5.6.4* borland-5.8.2*
read_select: borland-5.6.4* borland-5.8.2*
read_until: borland-5.6.4* borland-5.8.2*
read_until_select: borland-5.6.4* borland-5.8.2*
socket_acceptor_service: borland-5.6.4* borland-5.8.2*
socket_acceptor_service_select: borland-5.6.4* borland-5.8.2*
socket_base: acc borland-5.6.4* borland-5.8.2*
socket_base_select: acc borland-5.6.4* borland-5.8.2*
strand: borland-5.6.4* borland-5.8.2*
strand_select: borland-5.6.4* borland-5.8.2*
stream_socket_service: borland-5.6.4* borland-5.8.2*
stream_socket_service_select: borland-5.6.4* borland-5.8.2*
write: borland-5.6.4* borland-5.8.2*
write_select: borland-5.6.4* borland-5.8.2*
|assign|
static_list_of: borland-5.6.4* borland-5.8.2*
|bimap|
assign: acc borland-5.6.4* borland-5.8.2* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
foreach: acc borland-5.6.4* borland-5.8.2* gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0 sun-5.8 sun-5.8
lambda: acc borland-5.6.4* borland-5.8.2* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
property_map: acc borland-5.6.4* borland-5.8.2* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
range: acc borland-5.6.4* borland-5.8.2* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
serialization: acc borland-5.6.4* borland-5.8.2* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_assign: borland-5.6.4* borland-5.8.2* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_convenience_header: acc borland-5.6.4* borland-5.8.2* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_extra: acc borland-5.6.4* borland-5.8.2* gcc-3.3.6 intel-linux-9.0 sun-5.8
test_bimap_info: acc borland-5.6.4* borland-5.8.2* gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_lambda: acc borland-5.6.4* borland-5.8.2* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_list_of: acc borland-5.6.4* borland-5.8.2* gcc-3.3.6 intel-linux-9.0 sun-5.8
test_bimap_modify: acc borland-5.6.4* borland-5.8.2* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_multiset_of: acc borland-5.6.4* borland-5.8.2* gcc-3.3.6 intel-linux-9.0 sun-5.8
test_bimap_mutable: acc borland-5.6.4* borland-5.8.2* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_operator_bracket: acc borland-5.6.4* borland-5.8.2* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_ordered: borland-5.6.4* borland-5.8.2* gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_project: acc borland-5.6.4* borland-5.8.2* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_property_map: acc borland-5.6.4* borland-5.8.2* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_range: acc borland-5.6.4* borland-5.8.2* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_sequenced: acc borland-5.6.4* borland-5.8.2* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_serialization: acc borland-5.6.4* borland-5.8.2* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_set_of: acc borland-5.6.4* borland-5.8.2* gcc-3.3.6 intel-linux-9.0 sun-5.8
test_bimap_unconstrained: borland-5.6.4* borland-5.8.2* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_unordered: borland-5.6.4* borland-5.8.2* gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_unordered_multiset_of: acc borland-5.6.4* borland-5.8.2* gcc-3.3.6 intel-linux-9.0 sun-5.8
test_bimap_unordered_set_of: acc borland-5.6.4* borland-5.8.2* gcc-3.3.6 intel-linux-9.0 sun-5.8
test_bimap_vector_of: acc borland-5.6.4* borland-5.8.2* gcc-3.3.6 intel-linux-9.0 sun-5.8
test_mutant: borland-5.6.4* borland-5.8.2*
test_mutant_relation: borland-5.6.4* borland-5.8.2*
test_structured_pair: borland-5.6.4* borland-5.8.2*
test_tagged: borland-5.6.4* borland-5.8.2*
typeof: borland-5.6.4* borland-5.8.2* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
xpressive: acc borland-5.6.4* borland-5.8.2* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
|bind|
bind_function_test: borland-5.6.4* borland-5.8.2*
bind_placeholder_test: borland-5.6.4* borland-5.8.2*
|circular_buffer|
base_test: hp_cxx-71_006_tru64
bounded_buffer_comparison: borland-5.6.4* borland-5.8.2*
|concept_check|
class_concept_fail_expected: sun-5.8 sun-5.8
old_concept_class_fail: borland-5.6.4* borland-5.8.2* gcc-3.3.6 sun-5.8 sun-5.8
old_concept_function_fail: borland-5.6.4* borland-5.8.2* gcc-3.3.6 sun-5.8 sun-5.8
stl_concept_check: hp_cxx-71_006_tru64
usage_fail: sun-5.8 sun-5.8
where_fail: sun-5.8 sun-5.8
|config|
config_test: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0*
math_info: borland-5.6.4*
|conversion|
lexical_cast_loopback_test: borland-5.6.4* borland-5.8.2* gcc-4.1.2_sunos_i86pc msvc-7.1 msvc-8.0* msvc-8.0* sun-5.8 sun-5.8
lexical_cast_test: borland-5.6.4* borland-5.8.2* sun-5.8 sun-5.8
|date_time|
testgreg_serialize: borland-5.6.4* borland-5.8.2*
testgreg_serialize_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
testgreg_serialize_xml: borland-5.6.4* borland-5.8.2*
testtime_serialize: borland-5.6.4* borland-5.8.2*
testtime_serialize_std_config: borland-5.6.4* borland-5.8.2*
testtime_serialize_xml: borland-5.6.4* borland-5.8.2*
testtime_serialize_xml_std_config: borland-5.6.4* borland-5.8.2*
|dynamic_bitset|
dyn_bitset_unit_tests3: hp_cxx-71_006_tru64
dyn_bitset_unit_tests4: sun-5.8
|filesystem|
convenience_test: borland-5.6.4* borland-5.8.2*
fstream_test: borland-5.6.4* borland-5.8.2*
large_file_support_test: borland-5.6.4* borland-5.8.2*
operations_test: borland-5.6.4* borland-5.8.2*
path_test: borland-5.6.4* borland-5.8.2*
simple_ls: borland-5.6.4* borland-5.8.2*
|foreach|
array_byref: msvc-7.1
array_byval: msvc-7.1
|function|
allocator_test: borland-5.6.4* borland-5.8.2*
contains2_test: borland-5.6.4* borland-5.8.2*
contains_test: borland-5.6.4* borland-5.8.2*
function_arith_portable: borland-5.6.4* borland-5.8.2*
function_n_test: borland-5.6.4* borland-5.8.2*
function_ref_portable: borland-5.6.4* borland-5.8.2*
mem_fun_portable: borland-5.6.4* borland-5.8.2*
stateless_test: borland-5.6.4* borland-5.8.2*
std_bind_portable: borland-5.6.4* borland-5.8.2*
sum_avg_portable: borland-5.6.4* borland-5.8.2*
|gil|
main: acc borland-5.6.4* borland-5.8.2* gcc-3.3.6 gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 sun-5.8 sun-5.8
|graph|
all_planar_input_files_test: sun-5.8 sun-5.8
basic_planarity_test: sun-5.8 sun-5.8
csr_graph_test: msvc-7.1
cycle_ratio_tests: acc darwin-4.0.1 darwin-4.0.1 darwin-4.0.1 gcc-3.3.6 gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0 msvc-7.1 msvc-8.0* msvc-8.0* sun-5.8 sun-5.8
graphml_test: msvc-8.0*
graphviz_test: msvc-8.0*
kolmogorov_max_flow_test: acc hp_cxx-71_006_tru64
make_biconnected_planar_test: sun-5.8 sun-5.8
make_maximal_planar_test: sun-5.8 sun-5.8
max_flow_test: acc hp_cxx-71_006_tru64
parallel_edges_loops_test: sun-5.8 sun-5.8
transitive_closure_test: gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
|interprocess|
adaptive_node_pool_test: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
adaptive_pool_test: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
alloc_example: intel-linux-9.0
allocexcept_test: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
cached_adaptive_pool_test: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
cached_node_allocator_test: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
condition_test: acc darwin-4.0.1 darwin-4.0.1 hp_cxx-71_006_tru64
data_test: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
deque_test: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_adaptive_pool: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_allocator: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_anonymous_conditionA: acc hp_cxx-71_006_tru64 intel-linux-9.0
doc_anonymous_conditionB: acc hp_cxx-71_006_tru64 intel-linux-9.0
doc_anonymous_mutexA: hp_cxx-71_006_tru64
doc_anonymous_mutexB: hp_cxx-71_006_tru64
doc_anonymous_semaphoreA: acc hp_cxx-71_006_tru64 intel-linux-9.0
doc_anonymous_semaphoreB: acc hp_cxx-71_006_tru64 intel-linux-9.0
doc_anonymous_upgradable_mutexA: hp_cxx-71_006_tru64
doc_anonymous_upgradable_mutexB: hp_cxx-71_006_tru64
doc_bufferstream: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_cached_adaptive_pool: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_cached_node_allocator: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_cont: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_contA: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_contB: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_intrusive: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_ipc_messageA: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_ipc_messageB: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_managed_aligned_allocation: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_managed_allocation_command: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_managed_construction_info: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_managed_external_buffer: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_managed_heap_memory: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_managed_mapped_file: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_managed_multiple_allocation: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_managed_raw_allocation: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_map: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_message_queueA: acc hp_cxx-71_006_tru64
doc_message_queueB: acc hp_cxx-71_006_tru64
doc_move_containers: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_named_allocA: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_named_allocB: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_named_conditionA: intel-linux-9.0
doc_named_conditionB: intel-linux-9.0
doc_named_mutex: acc hp_cxx-71_006_tru64
doc_node_allocator: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_offset_ptr: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_private_adaptive_pool: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_private_node_allocator: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_scoped_ptr: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_shared_memory: hp_cxx-71_006_tru64
doc_shared_memory2: hp_cxx-71_006_tru64
doc_shared_ptr: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
doc_shared_ptr_explicit: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
doc_unique_ptr: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
doc_vectorstream: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_where_allocate: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
file_lock_test: msvc-7.1 msvc-8.0*
file_mapping_test: acc
flat_map_index_allocation_test: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
flat_tree_test: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
intrusive_ptr_test: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
iset_index_allocation_test: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
iunordered_set_index_allocation_test: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
list_test: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
managed_mapped_file_test: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
map_index_allocation_test: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
mapped_file_test: acc hp_cxx-71_006_tru64
memory_algorithm_test: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
message_queue_test: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
mutex_test: hp_cxx-71_006_tru64
named_alloc_example: intel-linux-9.0
named_condition_test: acc darwin-4.0.1 darwin-4.0.1 gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
named_mutex_test: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
named_recursive_mutex_test: acc hp_cxx-71_006_tru64 intel-linux-9.0
named_semaphore_test: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
named_upgradable_mutex_test: acc hp_cxx-71_006_tru64
node_allocator_test: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
node_pool_test: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
null_index_test: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
private_adaptive_pool_test: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
private_node_allocator_test: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
process_a_example: intel-linux-9.0
process_a_fixed_example: intel-linux-9.0 msvc-7.1
process_b_example: intel-linux-9.0
process_b_fixed_example: intel-linux-9.0
recursive_mutex_test: acc hp_cxx-71_006_tru64 intel-linux-9.0
semaphore_test: acc hp_cxx-71_006_tru64
shared_memory_mapping_test: hp_cxx-71_006_tru64
shared_memory_test: acc hp_cxx-71_006_tru64
shared_ptr_test: acc darwin-4.0.1 darwin-4.0.1 gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
slist_test: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
string_test: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
tree_test: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
unique_ptr_test: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
upgradable_mutex_test: acc darwin-4.0.1 darwin-4.0.1 hp_cxx-71_006_tru64
user_buffer_test: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
vector_test: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
|intrusive|
custom_bucket_traits_test: hp_cxx-71_006_tru64
default_hook_test: gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
doc_advanced_value_traits: hp_cxx-71_006_tru64 intel-linux-9.0
doc_advanced_value_traits2: hp_cxx-71_006_tru64 intel-linux-9.0
doc_assoc_optimized_code: gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_auto_unlink: hp_cxx-71_006_tru64 intel-linux-9.0
doc_bucket_traits: hp_cxx-71_006_tru64
doc_clone_from: hp_cxx-71_006_tru64 intel-linux-9.0
doc_entity: hp_cxx-71_006_tru64 intel-linux-9.0
doc_erasing_and_disposing: hp_cxx-71_006_tru64 intel-linux-9.0
doc_external_value_traits: hp_cxx-71_006_tru64
doc_how_to_use: hp_cxx-71_006_tru64 intel-linux-9.0
doc_iterator_from_value: hp_cxx-71_006_tru64 intel-linux-9.0
doc_list: hp_cxx-71_006_tru64 intel-linux-9.0
doc_offset_ptr: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_set: gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_slist: hp_cxx-71_006_tru64 intel-linux-9.0
doc_stateful_value_traits: hp_cxx-71_006_tru64
doc_unordered_set: hp_cxx-71_006_tru64 intel-linux-9.0
doc_value_traits: hp_cxx-71_006_tru64 intel-linux-9.0
doc_window: hp_cxx-71_006_tru64 intel-linux-9.0
external_value_traits_test: gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
list_test: hp_cxx-71_006_tru64 intel-linux-9.0
make_functions_test: gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
multiset_test: gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
set_test: gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
slist_test: hp_cxx-71_006_tru64 intel-linux-9.0
stateful_value_traits_test: gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
unordered_multiset_test: hp_cxx-71_006_tru64 intel-linux-9.0
unordered_set_test: hp_cxx-71_006_tru64 intel-linux-9.0
virtual_base_test: gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
|iostreams|
regex_filter_test: borland-5.6.4* borland-5.8.2*
|lambda|
operator_tests_simple: msvc-7.1
|math|
common_factor_test: borland-5.8.2*
|mpl|
apply: gcc-4.1.2_sunos_i86pc
|multi_index|
test_modifiers: msvc-7.1 msvc-8.0*
|numeric/interval|
mul: darwin-4.0.1
overflow: darwin-4.0.1
pi: darwin-4.0.1
|optional|
optional_test: darwin-4.0.1 darwin-4.0.1 darwin-4.0.1 gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
optional_test_inplace: hp_cxx-71_006_tru64
|program_options|
cmdline_test: borland-5.6.4* borland-5.8.2*
cmdline_test_dll: borland-5.6.4* borland-5.8.2*
parsers_test: borland-5.6.4* borland-5.8.2*
parsers_test_dll: borland-5.6.4* borland-5.8.2*
variable_map_test: borland-5.6.4* borland-5.8.2*
variable_map_test_dll: borland-5.6.4* borland-5.8.2*
|property_map|
dynamic_properties_test: borland-5.6.4* borland-5.8.2*
|ptr_container|
serialization: darwin-4.0.1 darwin-4.0.1 darwin-4.0.1 gcc-4.1.2_sunos_i86pc sun-5.8 sun-5.8
|python|
bases: intel-linux-9.0
exec: gcc-4.1.2_sunos_i86pc intel-linux-9.0
import_: intel-linux-9.0 msvc-7.1 msvc-8.0* msvc-8.0*
pointee: intel-linux-9.0
upcast: intel-linux-9.0
|range|
array: msvc-7.1
iterator_range: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1 darwin-4.0.1 darwin-4.0.1 gcc-3.3.6 gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0 msvc-7.1 msvc-8.0* msvc-8.0* sun-5.8 sun-5.8
reversible_range: msvc-7.1
string: hp_cxx-71_006_tru64 msvc-7.1
sub_range: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1 darwin-4.0.1 darwin-4.0.1 gcc-3.3.6 gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0 msvc-7.1 sun-5.8 sun-5.8
|rational|
rational_test: borland-5.6.4* borland-5.8.2*
|regex|
static_mutex_test: borland-5.6.4* borland-5.8.2*
|serialization|
test_array_binary_archive: borland-5.6.4* borland-5.8.2*
test_array_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_array_text_archive: borland-5.6.4* borland-5.8.2*
test_array_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_array_text_warchive: borland-5.6.4* borland-5.8.2*
test_array_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_array_xml_archive: borland-5.6.4* borland-5.8.2*
test_array_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_array_xml_warchive: borland-5.6.4* borland-5.8.2*
test_array_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_binary_binary_archive: borland-5.6.4* borland-5.8.2*
test_binary_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_binary_text_archive: borland-5.6.4* borland-5.8.2*
test_binary_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_binary_text_warchive: borland-5.6.4* borland-5.8.2*
test_binary_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_binary_xml_archive: borland-5.6.4* borland-5.8.2*
test_binary_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_binary_xml_warchive: borland-5.6.4* borland-5.8.2*
test_binary_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_class_info_load_binary_archive_dll: msvc-7.1 msvc-8.0* msvc-8.0*
test_class_info_load_text_archive_dll: msvc-7.1 msvc-8.0* msvc-8.0*
test_class_info_load_text_warchive_dll: msvc-7.1 msvc-8.0* msvc-8.0*
test_class_info_load_xml_archive_dll: msvc-7.1 msvc-8.0* msvc-8.0*
test_class_info_load_xml_warchive_dll: msvc-7.1 msvc-8.0* msvc-8.0*
test_class_info_save_binary_archive: borland-5.6.4* borland-5.8.2*
test_class_info_save_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_class_info_save_text_archive: borland-5.6.4* borland-5.8.2*
test_class_info_save_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_class_info_save_text_warchive: borland-5.6.4* borland-5.8.2*
test_class_info_save_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_class_info_save_xml_archive: borland-5.6.4* borland-5.8.2*
test_class_info_save_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_class_info_save_xml_warchive: borland-5.6.4* borland-5.8.2*
test_class_info_save_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_contained_class_binary_archive: borland-5.6.4* borland-5.8.2*
test_contained_class_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_contained_class_text_archive: borland-5.6.4* borland-5.8.2*
test_contained_class_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_contained_class_text_warchive: borland-5.6.4* borland-5.8.2*
test_contained_class_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_contained_class_xml_archive: borland-5.6.4* borland-5.8.2*
test_contained_class_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_contained_class_xml_warchive: borland-5.6.4* borland-5.8.2*
test_contained_class_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_cyclic_ptrs_binary_archive: borland-5.6.4* borland-5.8.2*
test_cyclic_ptrs_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_cyclic_ptrs_text_archive: borland-5.6.4* borland-5.8.2*
test_cyclic_ptrs_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_cyclic_ptrs_text_warchive: borland-5.6.4* borland-5.8.2*
test_cyclic_ptrs_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_cyclic_ptrs_xml_archive: borland-5.6.4* borland-5.8.2*
test_cyclic_ptrs_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_cyclic_ptrs_xml_warchive: borland-5.6.4* borland-5.8.2*
test_cyclic_ptrs_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_delete_pointer_binary_archive: borland-5.6.4* borland-5.8.2*
test_delete_pointer_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_delete_pointer_text_archive: borland-5.6.4* borland-5.8.2*
test_delete_pointer_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_delete_pointer_text_warchive: borland-5.6.4* borland-5.8.2*
test_delete_pointer_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_delete_pointer_xml_archive: borland-5.6.4* borland-5.8.2*
test_delete_pointer_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_delete_pointer_xml_warchive: borland-5.6.4* borland-5.8.2*
test_delete_pointer_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_demo: borland-5.6.4* borland-5.8.2*
test_demo_auto_ptr: borland-5.6.4* borland-5.8.2*
test_demo_auto_ptr_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_demo_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_demo_exception: borland-5.6.4* borland-5.8.2*
test_demo_exception_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_demo_fast_archive: borland-5.6.4* borland-5.8.2*
test_demo_fast_archive_dll: borland-5.6.4* borland-5.8.2*
test_demo_pimpl: borland-5.6.4* borland-5.8.2*
test_demo_pimpl_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_demo_polymorphic: borland-5.6.4* borland-5.8.2*
test_demo_polymorphic_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_demo_portable_archive: borland-5.6.4* borland-5.8.2* darwin-4.0.1 darwin-4.0.1
test_demo_portable_archive_dll: borland-5.8.2* darwin-4.0.1 darwin-4.0.1
test_demo_shared_ptr: borland-5.6.4* borland-5.8.2*
test_demo_shared_ptr_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_demo_xml: borland-5.6.4* borland-5.8.2*
test_demo_xml_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_demo_xml_load_dll: msvc-7.1 msvc-8.0* msvc-8.0*
test_demo_xml_save: borland-5.6.4* borland-5.8.2*
test_demo_xml_save_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_deque_binary_archive: borland-5.6.4* borland-5.8.2*
test_deque_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_deque_text_archive: borland-5.6.4* borland-5.8.2*
test_deque_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_deque_text_warchive: borland-5.6.4* borland-5.8.2*
test_deque_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_deque_xml_archive: borland-5.6.4* borland-5.8.2*
test_deque_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_deque_xml_warchive: borland-5.6.4* borland-5.8.2*
test_deque_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_binary_archive: borland-5.6.4* borland-5.8.2*
test_derived_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_class_binary_archive: borland-5.6.4* borland-5.8.2*
test_derived_class_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_class_ptr_binary_archive: borland-5.6.4* borland-5.8.2*
test_derived_class_ptr_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_class_ptr_text_archive: borland-5.6.4* borland-5.8.2*
test_derived_class_ptr_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_class_ptr_text_warchive: borland-5.6.4* borland-5.8.2*
test_derived_class_ptr_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_class_ptr_xml_archive: borland-5.6.4* borland-5.8.2*
test_derived_class_ptr_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_class_ptr_xml_warchive: borland-5.6.4* borland-5.8.2*
test_derived_class_ptr_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_class_text_archive: borland-5.6.4* borland-5.8.2*
test_derived_class_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_class_text_warchive: borland-5.6.4* borland-5.8.2*
test_derived_class_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_class_xml_archive: borland-5.6.4* borland-5.8.2*
test_derived_class_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_class_xml_warchive: borland-5.6.4* borland-5.8.2*
test_derived_class_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_text_archive: borland-5.6.4* borland-5.8.2*
test_derived_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_text_warchive: borland-5.6.4* borland-5.8.2*
test_derived_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_xml_archive: borland-5.6.4* borland-5.8.2*
test_derived_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_xml_warchive: borland-5.6.4* borland-5.8.2*
test_derived_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_diamond_binary_archive: borland-5.6.4* borland-5.8.2*
test_diamond_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_diamond_text_archive: borland-5.6.4* borland-5.8.2*
test_diamond_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_diamond_text_warchive: borland-5.6.4* borland-5.8.2*
test_diamond_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_diamond_xml_archive: borland-5.6.4* borland-5.8.2*
test_diamond_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_diamond_xml_warchive: borland-5.6.4* borland-5.8.2*
test_diamond_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_exported_binary_archive: borland-5.6.4* borland-5.8.2* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
test_exported_binary_archive_dll: borland-5.6.4* borland-5.8.2* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 msvc-7.1 msvc-8.0* msvc-8.0*
test_exported_text_archive: borland-5.6.4* borland-5.8.2* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
test_exported_text_archive_dll: borland-5.6.4* borland-5.8.2* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 msvc-7.1 msvc-8.0* msvc-8.0*
test_exported_text_warchive: borland-5.6.4* borland-5.8.2* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
test_exported_text_warchive_dll: borland-5.6.4* borland-5.8.2* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 msvc-7.1 msvc-8.0* msvc-8.0*
test_exported_xml_archive: borland-5.6.4* borland-5.8.2* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
test_exported_xml_archive_dll: borland-5.6.4* borland-5.8.2* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 msvc-7.1 msvc-8.0* msvc-8.0*
test_exported_xml_warchive: borland-5.6.4* borland-5.8.2* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
test_exported_xml_warchive_dll: borland-5.6.4* borland-5.8.2* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 msvc-7.1 msvc-8.0* msvc-8.0*
test_list_binary_archive: borland-5.6.4* borland-5.8.2*
test_list_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_list_ptrs_binary_archive: borland-5.6.4* borland-5.8.2*
test_list_ptrs_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_list_ptrs_text_archive: borland-5.6.4* borland-5.8.2*
test_list_ptrs_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_list_ptrs_text_warchive: borland-5.6.4* borland-5.8.2*
test_list_ptrs_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_list_ptrs_xml_archive: borland-5.6.4* borland-5.8.2*
test_list_ptrs_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_list_ptrs_xml_warchive: borland-5.6.4* borland-5.8.2*
test_list_ptrs_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_list_text_archive: borland-5.6.4* borland-5.8.2*
test_list_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_list_text_warchive: borland-5.6.4* borland-5.8.2*
test_list_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_list_xml_archive: borland-5.6.4* borland-5.8.2*
test_list_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_list_xml_warchive: borland-5.6.4* borland-5.8.2*
test_list_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_map_binary_archive: borland-5.6.4* borland-5.8.2*
test_map_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_map_text_archive: borland-5.6.4* borland-5.8.2*
test_map_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_map_text_warchive: borland-5.6.4* borland-5.8.2*
test_map_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_map_xml_archive: borland-5.6.4* borland-5.8.2*
test_map_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_map_xml_warchive: borland-5.6.4* borland-5.8.2*
test_map_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_mi_binary_archive: borland-5.6.4* borland-5.8.2*
test_mi_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_mi_text_archive: borland-5.6.4* borland-5.8.2*
test_mi_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_mi_text_warchive: borland-5.6.4* borland-5.8.2*
test_mi_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_mi_xml_archive: borland-5.6.4* borland-5.8.2*
test_mi_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_mi_xml_warchive: borland-5.6.4* borland-5.8.2*
test_mi_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_mult_archive_types: borland-5.6.4* borland-5.8.2*
test_mult_archive_types_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_multiple_ptrs_binary_archive: borland-5.6.4* borland-5.8.2*
test_multiple_ptrs_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_multiple_ptrs_text_archive: borland-5.6.4* borland-5.8.2*
test_multiple_ptrs_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_multiple_ptrs_text_warchive: borland-5.6.4* borland-5.8.2*
test_multiple_ptrs_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_multiple_ptrs_xml_archive: borland-5.6.4* borland-5.8.2*
test_multiple_ptrs_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_multiple_ptrs_xml_warchive: borland-5.6.4* borland-5.8.2*
test_multiple_ptrs_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_no_rtti_binary_archive_dll: msvc-7.1 msvc-8.0* msvc-8.0*
test_no_rtti_text_archive_dll: msvc-7.1 msvc-8.0* msvc-8.0*
test_no_rtti_text_warchive_dll: msvc-7.1 msvc-8.0* msvc-8.0*
test_no_rtti_xml_archive_dll: msvc-7.1 msvc-8.0* msvc-8.0*
test_no_rtti_xml_warchive_dll: msvc-7.1 msvc-8.0* msvc-8.0*
test_non_default_ctor2_binary_archive: borland-5.6.4* borland-5.8.2*
test_non_default_ctor2_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_default_ctor2_text_archive: borland-5.6.4* borland-5.8.2*
test_non_default_ctor2_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_default_ctor2_text_warchive: borland-5.6.4* borland-5.8.2*
test_non_default_ctor2_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_default_ctor2_xml_archive: borland-5.6.4* borland-5.8.2*
test_non_default_ctor2_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_default_ctor2_xml_warchive: borland-5.6.4* borland-5.8.2*
test_non_default_ctor2_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_default_ctor_binary_archive: borland-5.6.4* borland-5.8.2*
test_non_default_ctor_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_default_ctor_text_archive: borland-5.6.4* borland-5.8.2*
test_non_default_ctor_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_default_ctor_text_warchive: borland-5.6.4* borland-5.8.2*
test_non_default_ctor_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_default_ctor_xml_archive: borland-5.6.4* borland-5.8.2*
test_non_default_ctor_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_default_ctor_xml_warchive: borland-5.6.4* borland-5.8.2*
test_non_default_ctor_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_intrusive_binary_archive: borland-5.6.4* borland-5.8.2*
test_non_intrusive_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_intrusive_text_archive: borland-5.6.4* borland-5.8.2*
test_non_intrusive_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_intrusive_text_warchive: borland-5.6.4* borland-5.8.2*
test_non_intrusive_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_intrusive_xml_archive: borland-5.6.4* borland-5.8.2*
test_non_intrusive_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_intrusive_xml_warchive: borland-5.6.4* borland-5.8.2*
test_non_intrusive_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_null_ptr_binary_archive: borland-5.6.4* borland-5.8.2*
test_null_ptr_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_null_ptr_text_archive: borland-5.6.4* borland-5.8.2*
test_null_ptr_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_null_ptr_text_warchive: borland-5.6.4* borland-5.8.2*
test_null_ptr_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_null_ptr_xml_archive: borland-5.6.4* borland-5.8.2*
test_null_ptr_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_null_ptr_xml_warchive: borland-5.6.4* borland-5.8.2*
test_null_ptr_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_nvp_binary_archive: borland-5.6.4* borland-5.8.2*
test_nvp_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_nvp_text_archive: borland-5.6.4* borland-5.8.2*
test_nvp_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_nvp_text_warchive: borland-5.6.4* borland-5.8.2*
test_nvp_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_nvp_xml_archive: borland-5.6.4* borland-5.8.2*
test_nvp_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_nvp_xml_warchive: borland-5.6.4* borland-5.8.2*
test_nvp_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_object_binary_archive: borland-5.6.4* borland-5.8.2*
test_object_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_object_text_archive: borland-5.6.4* borland-5.8.2*
test_object_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_object_text_warchive: borland-5.6.4* borland-5.8.2*
test_object_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_object_xml_archive: borland-5.6.4* borland-5.8.2*
test_object_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_object_xml_warchive: borland-5.6.4* borland-5.8.2*
test_object_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_optional_binary_archive: borland-5.6.4* borland-5.8.2*
test_optional_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_optional_text_archive: borland-5.6.4* borland-5.8.2*
test_optional_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_optional_text_warchive: borland-5.6.4* borland-5.8.2*
test_optional_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_optional_xml_archive: borland-5.6.4* borland-5.8.2*
test_optional_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_optional_xml_warchive: borland-5.6.4* borland-5.8.2*
test_optional_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_polymorphic_binary_archive: borland-5.6.4* borland-5.8.2* msvc-8.0*
test_polymorphic_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_polymorphic_text_archive: borland-5.6.4* borland-5.8.2* msvc-8.0*
test_polymorphic_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_polymorphic_text_warchive: borland-5.6.4* borland-5.8.2* msvc-8.0*
test_polymorphic_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_polymorphic_xml_archive: borland-5.6.4* borland-5.8.2* msvc-8.0*
test_polymorphic_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_polymorphic_xml_warchive: borland-5.6.4* borland-5.8.2* msvc-8.0*
test_polymorphic_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_primitive_binary_archive: borland-5.6.4* borland-5.8.2*
test_primitive_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_primitive_text_archive: borland-5.6.4* borland-5.8.2*
test_primitive_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_primitive_text_warchive: borland-5.6.4* borland-5.8.2*
test_primitive_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_primitive_xml_archive: borland-5.6.4* borland-5.8.2*
test_primitive_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_primitive_xml_warchive: borland-5.6.4* borland-5.8.2*
test_primitive_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_private_ctor: borland-5.6.4* borland-5.8.2*
test_private_ctor_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_recursion_binary_archive: borland-5.6.4* borland-5.8.2*
test_recursion_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_recursion_text_archive: borland-5.6.4* borland-5.8.2*
test_recursion_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_recursion_text_warchive: borland-5.6.4* borland-5.8.2*
test_recursion_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_recursion_xml_archive: borland-5.6.4* borland-5.8.2*
test_recursion_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_recursion_xml_warchive: borland-5.6.4* borland-5.8.2*
test_recursion_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_registered_binary_archive: borland-5.6.4* borland-5.8.2*
test_registered_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_registered_text_archive: borland-5.6.4* borland-5.8.2*
test_registered_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_registered_text_warchive: borland-5.6.4* borland-5.8.2*
test_registered_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_registered_xml_archive: borland-5.6.4* borland-5.8.2*
test_registered_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_registered_xml_warchive: borland-5.6.4* borland-5.8.2*
test_registered_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_reset_object_address: borland-5.6.4* borland-5.8.2*
test_reset_object_address_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_set_binary_archive: borland-5.8.2*
test_set_binary_archive_dll: borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_set_text_archive: borland-5.8.2*
test_set_text_archive_dll: borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_set_text_warchive: borland-5.8.2*
test_set_text_warchive_dll: borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_set_xml_archive: borland-5.8.2*
test_set_xml_archive_dll: borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_set_xml_warchive: borland-5.8.2*
test_set_xml_warchive_dll: borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_shared_ptr_132_binary_archive: borland-5.6.4* borland-5.8.2*
test_shared_ptr_132_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_shared_ptr_132_text_archive: borland-5.6.4* borland-5.8.2*
test_shared_ptr_132_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_shared_ptr_132_text_warchive: borland-5.6.4* borland-5.8.2*
test_shared_ptr_132_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_shared_ptr_132_xml_archive: borland-5.6.4* borland-5.8.2*
test_shared_ptr_132_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_shared_ptr_132_xml_warchive: borland-5.6.4* borland-5.8.2*
test_shared_ptr_132_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_shared_ptr_binary_archive: borland-5.6.4* borland-5.8.2*
test_shared_ptr_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_shared_ptr_text_archive: borland-5.6.4* borland-5.8.2*
test_shared_ptr_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_shared_ptr_text_warchive: borland-5.6.4* borland-5.8.2*
test_shared_ptr_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_shared_ptr_xml_archive: borland-5.6.4* borland-5.8.2*
test_shared_ptr_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_shared_ptr_xml_warchive: borland-5.6.4* borland-5.8.2*
test_shared_ptr_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_simple_class_binary_archive: borland-5.6.4* borland-5.8.2*
test_simple_class_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_simple_class_ptr_binary_archive: borland-5.6.4* borland-5.8.2*
test_simple_class_ptr_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_simple_class_ptr_text_archive: borland-5.6.4* borland-5.8.2*
test_simple_class_ptr_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_simple_class_ptr_text_warchive: borland-5.6.4* borland-5.8.2*
test_simple_class_ptr_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_simple_class_ptr_xml_archive: borland-5.6.4* borland-5.8.2*
test_simple_class_ptr_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_simple_class_ptr_xml_warchive: borland-5.6.4* borland-5.8.2*
test_simple_class_ptr_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_simple_class_text_archive: borland-5.6.4* borland-5.8.2*
test_simple_class_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_simple_class_text_warchive: borland-5.6.4* borland-5.8.2*
test_simple_class_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_simple_class_xml_archive: borland-5.6.4* borland-5.8.2*
test_simple_class_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_simple_class_xml_warchive: borland-5.6.4* borland-5.8.2*
test_simple_class_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_split_binary_archive: borland-5.6.4* borland-5.8.2*
test_split_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_split_text_archive: borland-5.6.4* borland-5.8.2*
test_split_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_split_text_warchive: borland-5.6.4* borland-5.8.2*
test_split_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_split_xml_archive: borland-5.6.4* borland-5.8.2*
test_split_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_split_xml_warchive: borland-5.6.4* borland-5.8.2*
test_split_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_tracking_binary_archive: borland-5.6.4* borland-5.8.2*
test_tracking_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_tracking_text_archive: borland-5.6.4* borland-5.8.2*
test_tracking_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_tracking_text_warchive: borland-5.6.4* borland-5.8.2*
test_tracking_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_tracking_xml_archive: borland-5.6.4* borland-5.8.2*
test_tracking_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_tracking_xml_warchive: borland-5.6.4* borland-5.8.2*
test_tracking_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_unregistered_binary_archive: borland-5.6.4* borland-5.8.2*
test_unregistered_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_unregistered_text_archive: borland-5.6.4* borland-5.8.2*
test_unregistered_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_unregistered_text_warchive: borland-5.6.4* borland-5.8.2*
test_unregistered_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_unregistered_xml_archive: borland-5.6.4* borland-5.8.2*
test_unregistered_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_unregistered_xml_warchive: borland-5.6.4* borland-5.8.2*
test_unregistered_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_valarray_binary_archive: borland-5.6.4* borland-5.8.2*
test_valarray_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_valarray_text_archive: borland-5.6.4* borland-5.8.2*
test_valarray_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_valarray_text_warchive: borland-5.6.4* borland-5.8.2*
test_valarray_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_valarray_xml_archive: borland-5.6.4* borland-5.8.2*
test_valarray_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_valarray_xml_warchive: borland-5.6.4* borland-5.8.2*
test_valarray_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_variant_binary_archive: borland-5.6.4*
test_variant_binary_archive_dll: borland-5.6.4* msvc-7.1 msvc-8.0* msvc-8.0*
test_variant_text_archive: borland-5.6.4*
test_variant_text_archive_dll: borland-5.6.4* msvc-7.1 msvc-8.0* msvc-8.0*
test_variant_text_warchive: borland-5.6.4*
test_variant_text_warchive_dll: borland-5.6.4* msvc-7.1 msvc-8.0* msvc-8.0*
test_variant_xml_archive: borland-5.6.4*
test_variant_xml_archive_dll: borland-5.6.4* msvc-7.1 msvc-8.0* msvc-8.0*
test_variant_xml_warchive: borland-5.6.4*
test_variant_xml_warchive_dll: borland-5.6.4* msvc-7.1 msvc-8.0* msvc-8.0*
test_vector_binary_archive: borland-5.6.4* borland-5.8.2*
test_vector_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_vector_text_archive: borland-5.6.4* borland-5.8.2*
test_vector_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_vector_text_warchive: borland-5.6.4* borland-5.8.2*
test_vector_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_vector_xml_archive: borland-5.6.4* borland-5.8.2*
test_vector_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_vector_xml_warchive: borland-5.6.4* borland-5.8.2*
test_vector_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_void_cast: borland-5.6.4* borland-5.8.2*
test_void_cast_dll: borland-5.6.4* borland-5.8.2*
|signals|
dead_slot_test: borland-5.6.4* borland-5.8.2*
deletion_test: borland-5.6.4* borland-5.8.2*
ordering_test: borland-5.6.4* borland-5.8.2*
signal_n_test: borland-5.6.4* borland-5.8.2*
trackable_test: borland-5.6.4* borland-5.8.2*
|spirit|
mix_and_match_trees: sun-5.8 sun-5.8
numerics_tests: darwin-4.0.1 darwin-4.0.1 darwin-4.0.1 gcc-3.3.6 gcc-4.1.2_sunos_i86pc intel-linux-9.0 msvc-7.1 msvc-8.0* msvc-8.0*
numerics_tests_debug: darwin-4.0.1 darwin-4.0.1 darwin-4.0.1 gcc-3.3.6 gcc-4.1.2_sunos_i86pc intel-linux-9.0 msvc-7.1 msvc-8.0* msvc-8.0*
|system|
error_code_test: borland-5.6.4* borland-5.8.2*
error_code_test_dll: borland-5.6.4* borland-5.8.2*
error_code_user_test: borland-5.6.4* borland-5.8.2*
error_code_user_test_dll: borland-5.6.4* borland-5.8.2*
header_only_test: borland-5.6.4* borland-5.8.2*
initialization_test: borland-5.6.4* borland-5.8.2*
system_error_test: borland-5.6.4* borland-5.8.2*
system_error_test_dll: borland-5.6.4* borland-5.8.2*
|test|
boost_check_equal_str: sun-5.8 sun-5.8
|thread|
test_barrier: borland-5.6.4* borland-5.8.2*
test_barrier_lib: borland-5.6.4* borland-5.8.2*
test_condition: borland-5.6.4* borland-5.8.2*
test_condition_lib: borland-5.6.4* borland-5.8.2*
test_mutex: borland-5.6.4* borland-5.8.2*
test_mutex_lib: borland-5.6.4* borland-5.8.2*
test_once: borland-5.6.4* borland-5.8.2*
test_once_lib: borland-5.6.4* borland-5.8.2*
test_read_write_mutex: borland-5.6.4* borland-5.8.2*
test_read_write_mutex_lib: borland-5.6.4* borland-5.8.2*
test_thread: borland-5.6.4* borland-5.8.2*
test_thread_lib: borland-5.6.4* borland-5.8.2*
test_tss: borland-5.6.4* borland-5.8.2*
|tr1|
std_run_complex_overloads: acc gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0
std_run_random: acc gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0
std_test_regex: acc gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0
std_test_shared_ptr: borland-5.8.2*
std_test_tr1_include: acc gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0 sun-5.8
std_test_tuple: acc gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0 sun-5.8
std_test_tuple_tricky: acc gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0 sun-5.8 sun-5.8
test_shared_ptr: borland-5.8.2*
test_tr1_include: acc gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0 sun-5.8
test_tuple: acc gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0 sun-5.8
test_tuple_tricky: acc gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0 sun-5.8 sun-5.8
test_utility_std_header: acc gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0 sun-5.8
|type_traits|
make_signed_test: borland-5.6.4* borland-5.8.2*
make_unsigned_test: borland-5.6.4* borland-5.8.2*
promote_basic_test: hp_cxx-71_006_tru64
|typeof|
data_member_emulation: borland-5.6.4*
function_binding_emulation: borland-5.6.4* borland-5.8.2*
function_emulation: borland-5.6.4* borland-5.8.2*
function_ptr_emulation: borland-5.6.4*
function_ptr_from_tpl_emulation: borland-5.6.4* borland-5.8.2*
function_ref_emulation: borland-5.6.4*
member_function_emulation: borland-5.6.4*
modifiers_emulation: borland-5.6.4* borland-5.8.2*
nested_typedef_emulation: borland-5.6.4* borland-5.8.2*
noncopyable_emulation: borland-5.6.4*
odr_emulation: borland-5.6.4*
odr_no_uns: borland-5.6.4*
std_emulation: borland-5.6.4*
template_dependent_emulation: borland-5.6.4*
template_enum_emulation: borland-5.6.4*
template_int_emulation: borland-5.6.4*
template_multiword_emulation: borland-5.6.4*
template_tpl_emulation: borland-5.6.4*
template_type_emulation: borland-5.6.4*
type_emulation: borland-5.6.4*
|utility|
result_of_test: sun-5.8 sun-5.8
|wave|
test_re2c_lexer: msvc-7.1 msvc-8.0*
test_slex_lexer: darwin-4.0.1 darwin-4.0.1 darwin-4.0.1 gcc-3.3.6 gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0 msvc-7.1 msvc-8.0* msvc-8.0*
testwave_dll: sun-5.8 sun-5.8
|xpressive|
c_traits: hp_cxx-71_006_tru64
regress: hp_cxx-71_006_tru64
test_actions: acc gcc-3.3.6 intel-linux-9.0
test_symbols: acc gcc-3.3.6 intel-linux-9.0
1
0

01 Oct '07
It would be tremendously helpful to everyone if all the libraries had
corresponding components and maintainers in Trac. So here's a short list
of how you can help:
* Read over the maintainers list in trac
<http://svn.boost.org/trac/boost/report/15>
* If you see a library, tool, or other component missing please respond
with: the component name, the maintainer trac login name, and optionally
a description of the component.
* You might notice that some names are missing, even though the
component has an assigned maintainer. So, also go to the list of users
in Trac <http://svn.boost.org/trac/boost/report/16>. If you see the
entry for yourself without a "Name" please go to the Trac settings
<http://svn.boost.org/trac/boost/settings> and fill in a name.
With luck, and effort, this maintainer list will be complete and we
might no longer need the one in source (root/libs/maintainers.txt).
--
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org - grafik/redshift-software.com
-- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo
4
5
[ 211 open bugs today, 211 on Friday ]
If you are maintaining a library, and have not logged into the trac system
at <http://svn.boost.org/trac/boost/>, please do so ASAP. Until you do that,
no tickets can be assigned to you, and will remain under "None".
Instructions on working with tickets can be found at:
<http://svn.boost.org/trac/boost/wiki/TicketWorkflow>
and a mapping of user names to "real names" can be found at:
<http://svn.boost.org/trac/boost/report/16>
17 ramey
15 dgregor
13 djowel
13 az_sw_dude
12 grafik
12 doug_gregor
11 turkanis
11 None
10 rogeeff
9 dave
7 nesotto
7 jsiek
6 vladimir_prus
6 anthonyw
6 agurtovoy
5 samuel_krempp
4 witt
4 shammah
4 bemandawes
3 pdimov
3 johnmaddock
3 jbandela
3 igaztanaga
3 fcacciola
3 danielw
2 urzuga
2 nasonov
2 jmaurer
2 hubert_holin
2 hkaiser
2 ebf
1 t_schwinger
1 speedsnail
1 samuel_k
1 pavol_droba
1 kaalus
1 guwi17
1 dlwalker
1 aaron_windsor
None 1068 Mersenne twister disables streaming for Visual C++
None 1094 Finding the correct library to link (feature request for
pkg-config support)h
None 1187 bcp copy not needed files
None 1222 lambda::ret<T> should declare result_type.
None 1247 Typos in "boost/random/additive_combine.hpp"_ lines 68-69
None 1252 [pool] severe overhead with unaligned sizes.
None 1270 uniform_smallint doesn't compile with lagged_fibonacci
random number generators
None 1290 Serialization export.hpp (or type_info_implementation.hpp)
is NOT self-contained and causes compile error
None 1291 config.hpp fails to compile with gcc -Wundef
None 960 [random] lognormal_distribution problem
None 991 [pool]
aaron_windsor 778 top-level configure is broken
agurtovoy 1001 gcc 4.1.2 segfaults on mpl/test/apply.cpp
agurtovoy 1051 MPL header ordering triggers bug
agurtovoy 1099 unable to iterate through a "non-explicitly-declared" mpl::set
agurtovoy 1215 Boost 1.34.1_ mpl: Wrong workaround detection using
MinGW32 (or.hpp_ line #33)
agurtovoy 588 mpl::remove compile error with gcc 4.1.0
agurtovoy 640 documentation mistake
anthonyw 1154 tss destruction segfaults in conjunction with dlopen/dlclose
anthonyw 1168 [thread] tss crashes randomly
anthonyw 1226 macro TEXT() in GetProcAddress()
anthonyw 1268 xtime_cmp changes to deal with overflow were reverted
anthonyw 876 xtime documentation incomplete
anthonyw 881 errors when build with Apache stdcxx
az_sw_dude 1028 typo in boost header: date_time/time_defs.hpp
az_sw_dude 1078 from_iso_string cannot read the output from to_iso_string
az_sw_dude 1098 Urgent libboost-date-time1.33.1 : bugs on ia64 ?
az_sw_dude 1147 date_time library contains global #define ERROR
az_sw_dude 1160 warning: month_format shadows a member of this
az_sw_dude 1162 warning: ticks shadows a member of this
az_sw_dude 1289 posix_time::time_facet forgets to pass a_ref argument
to base class
az_sw_dude 287 wrong usage of ios_base::narrow
az_sw_dude 316 date_time type conversion warning
az_sw_dude 604 from_ftime incorrectly processes FILETIME filled with zeros
az_sw_dude 642 operator<< for gregorian::date_duration not found
az_sw_dude 889 Insane Dependencies
az_sw_dude 890 date_time library supports only the current dst rule
bemandawes 1230 mbstate uninitialized
bemandawes 559 linker error mingw 3.4.5
bemandawes 752 directory_iterator doesn't work with catch
bemandawes 897 exists() throws exeption on existing but locked file on wind
danielw 1044 Argument pack inaccessable in a functions return type
danielw 1054 Parameter takes an "infinite" amount of time to compile
with the Intel compiler.
danielw 1097 keyword.hpp generates many warnings C4180: qualifier
applied to function type has no meaning; ignored
dave 1010 linking boost.python on freebsd
dave 1019 iterator_facade::pointer should be the return type of
operator-> (DR 445)
dave 1085 Python rules for compiling in Mac OS X
dave 1096 Tutorial needs updating for BBv2
dave 1179 [boost.python] can not export a union in VC2005sp1
dave 1181 [boost.python] can modify enum value
dave 1246 breakage in boost::python svn trunk
dave 865 Use of C++0x keyword as identifier
dave 910 gcc strict-aliasing problems with python
dgregor 1002 [iostreams] close_impl<closable_tag> does not comply with spec
dgregor 1003 [iostreams] copy-paste error in typedefs for wchar
multichar_filters
dgregor 1011 amd64: #error Boost.Numeric.Interval: Please specify
rounding control mechanism.
dgregor 1139 [iostreams] Regex filter segfaults when zero matches found
dgregor 1140 boost::iostreams linked_streambuf bug
dgregor 1149 Minor doc error in basic_null_device
dgregor 1164 Floyd Warshall broken with unsigned edge weights
dgregor 1185 iostreams::direct_streambuf<T_Tr>::is_open always
returns false if output iterator is not null
dgregor 1192 [boostbook] problem when two files have the same name
dgregor 1199 configure doesn't work with path containing whitespaces (MacOS X)
dgregor 1218 Boostbook error when generating documentation for a
member typedef with a description
dgregor 1232 mapped_file_source::is_open() is broken under windows
dgregor 556 Bundled graph properties
dgregor 732 Johnson All-Pairs needs better "no path" information
dgregor 736 Const correctness violation
djowel 1170 Emit Warnings instead of # symbols in the syntax highlighter
djowel 1171 Quickbook title output
djowel 1172 non-utf
djowel 1176 Space after inline code
djowel 1206 Escaping from within code?
djowel 1273 CR+LF newlines in position_iterator
djowel 1276 spirit problem with _GLIBCXX_DEBUG
djowel 1277 Closing section like [pre with } causes Quickbok to crash
djowel 1280 sections in imported source files get put inside <para>
elements in docbook output
djowel 1281 Quickbook produces invalid BoostBook/DocBook XML
djowel 241 Miss " = ParserT()"
djowel 314 spirit insert_key_actor.hpp
djowel 664 crash in boost::spirit::parse
dlwalker 613 boost/crc.hpp uses non-standard conforming syntax
doug_gregor 1021 [Graph][reverse_graph] Problem using reverse_graph
adapter with an adapted user defined graph
doug_gregor 1076 compile error: disconnecting struct with
operator()() doesn't work in VS2005 SP1
doug_gregor 375 LEDA graph adaptors do not handle hidden nodes properly
doug_gregor 402 random_vertex/random_edge are unnecessarily inefficient
doug_gregor 403 Document copy_component
doug_gregor 447 reverse_graph and constness of property maps
doug_gregor 708 Dijkstra no_init version should not require VertexListGraph
doug_gregor 733 Numbered headers don't work with "preferred" syntax
doug_gregor 735 Fruchterman-Reingold grid performance can be improved
doug_gregor 738 Memory leaks with signal::connect?
doug_gregor 829 Implicit graph not implement
doug_gregor 852 Problem with Boost and GCC 4.1
ebf 965 [doc] boost::variant tutorial - final example uses v1_v2
should be seq1_seq2
ebf 993 Variant should use least common multiple of alignments_
rather than maximum
fcacciola 1217 value_initialized leaves data uninitialized_ when using MSVC
fcacciola 617 Numeric Conversion Documentation minor bug
fcacciola 818 No zero-argument in_place()
grafik 1023 inspect
grafik 1041 Cygwin requires PATH setting.
grafik 1062 Cygwin install stage fails with combination of patches
grafik 1146 KAI Referenced in compiler status acknowledgements
grafik 1233 Boost website still refers to CVS
grafik 1244 Broken links to unit test examples
grafik 546 boost.build needs fixes for HP/UX
grafik 616 Boost Jam_ and non english directorys
grafik 896 <native-wchar_t>off does not work when build with vc-8.0
grafik 959 linking fails when Boost is compiled with STLport 5.1.* on
Linux (names mismatch)
grafik 977 bjam crashes when compiled with gcc 4.2
grafik 986 Problem building Python modules on boost 1.34.0
guwi17 1237 Resizing symmetric matrices
hkaiser 1077 Spirit integer parser does not always detect integer overflow
hkaiser 1079 boost-1.34.0 fails to compile. concept checks not satisfied.
hubert_holin 162 Cannot compile octonion_test.cpp because of bug in sinc.hpp
hubert_holin 647 octonion documentation bug
igaztanaga 1080 boost::interprocess win32 global file mapping issue
igaztanaga 1210 interprocess::barrier hangs during second use under
linux (boost 1.33.1)
igaztanaga 1231 interprocess_condition (emulated) hangs after notify_all().
jbandela 283 Compiler error for tokenizer on Solaris
jbandela 501 token_iterator::at_end() result is inversed
jbandela 665 bug in char_separator
jmaurer 351 Diff in state of mersenne_twister gen between GCC3.41 & CW9
jmaurer 819 uniform_int<> with type's maximum availaible range error
johnmaddock 1081 Empty string rejected as perl-style regex
johnmaddock 1083 boost_regex 1.34.0 uses ICU library without linking to it
johnmaddock 1148 boost_1_34_1 regex library compile failure on aix with xlv
jsiek 416 Spelling of Edmonds-Karp-Algorithm
jsiek 575 Calling subgraph::global_to_local on a root graph
jsiek 636 strange compiling problem for transitive_closure
jsiek 813 concept_check.hpp unused variable warning
jsiek 815 remove_edge core dumps on self-circle
jsiek 875 No iterator based constructor for adjacency_matrix
jsiek 900 graphml reader namespace handling is broken
kaalus 1184 property_tree assignment (operator) bug
nasonov 1220 lexical_cast requires RTTI
nasonov 754 boost::any - typeid comparison across shared boundaries
nesotto 1145 Small bugs in Boost.Range documentation
nesotto 1284 [range] sub_range assignment issue
nesotto 471 boost.range and "const char[]".
nesotto 518 [Boost.Range]boost::const_begin calls non-qualified 'begin'
nesotto 723 local_time_facet error in VS2005 Win2003
nesotto 730 The ptr_map iterator cannot be dereference to value type
nesotto 807 boost::assignment documentation: mathematical "typo"
pavol_droba 1152 rle_example fails
pdimov 1106 shared_ptr<T> should not convert to shared_ptr<U> when T*
doesn't convert to U*
pdimov 1108 shared_ptr does not compile under g++ with -fno-rtti
pdimov 997 error in boost::bind doc
ramey 1036 assert failure in oserializer.hpp:418
ramey 1038 "<" and ">" should be excaped in xml_oarchive
ramey 1086 Serialization of weak_ptr produces invalid XML
ramey 1089 missing boost::serialization::make_nvp in pointer container library
ramey 1121 xml_archive_exception is missing seperate header file_ and
documentation mismatch
ramey 1137 Virtual destructor is missing
ramey 1141 Dangerious operator<< for wostream
ramey 1142 boost/serialization/optional doesn't include necessary header
ramey 1223 boost::serialization chokes on correcly formatted empty XML element
ramey 1267 Assertion `new_cid == cid' failed in basic_iarchive
ramey 1285 [serialization] problem when including shared_ptr_132.hpp
ramey 1286 Missing/Incorrect dllimport/dllexport directives prevent
Windows DLLs from building
ramey 757 xml serialization fails when using namespace
ramey 878 error C2039: 'mbstate_t' : is not a member of 'std'
ramey 961 boost::basic_binary_oprimitive not instantiated correctly
ramey 968 xml_grammar - incorrect define char
ramey 969 basic_binary_iprimitive::load_binary bug
rogeeff 1030 execution_monitor.ipp #warning directive breaks
compilation on MSVC 8.0
rogeeff 1032 typo in Boost.Test documentation
rogeeff 1050 BOOST_CHECK_CLOSE_FRACTION documentation missing
rogeeff 1060 no example sources in online docs for Boost::Test
rogeeff 1212 Template fixtures
rogeeff 607 Log level names wrong in documentation
rogeeff 842 typo in auto_unit_test.hpp Revision 1.17
rogeeff 893 grammatical error in error message
rogeeff 956 Doc error in test examples.
rogeeff 962 Missing links in Test library documentation
samuel_k 585 64 bit compile warning/error for boost::format
samuel_krempp 1195 patch: boost/format/parsing.hpp does not compile
if BOOST_NO_LOCALE_ISDIGIT is defined
samuel_krempp 1196 Patch: when BOOST_NO_STD_LOCALE is not defined_
boost/format/internals.hpp fails to compile.
samuel_krempp 1278 declaration of 'str' shadows a member of 'this'
samuel_krempp 704 format zero length string msvc-8
samuel_krempp 859 boost::format ignores a user defined locale
shammah 284 pool::purge_memory() does not reset next_size
shammah 290 perfomance: memory cleanup for pool takes too long
shammah 386 boost::pool_allocator breaks with vector of vectors
shammah 88 ct_gcd_lcm.hpp compilation error
speedsnail 1138 Problems with TSS and static thread library
t_schwinger 1100 Building boost.function_types fails cvs rev-1.1_ no
chdir command in bash
turkanis 1033 iostreams::restrict doesn't work on an iostreams::file_source
turkanis 1070 [iostreams]boost\iostreams\copy.hpp line80 copy_impl
turkanis 525 problem with boost::iostreams when compiled with Visual C++
turkanis 699 Changing size of memory-mapped file on Windows
turkanis 786 bug in iostreams/copy.hpp line 81
turkanis 791 iostreams::tee_filter is for output only
turkanis 817 Performance problem in iostreams
turkanis 822 Incorrect usage of bad_write()_ bad_seek() etc.
turkanis 823 Seekable file_descriptor_source /sink?
turkanis 824 BOOST_IOSTREAMS_HAS_LSEEK64 on Mac OS X
turkanis 856 iostreams file_descriptor::write fails under Win32
urzuga 574 [boost::lambda] Compile error with libstdc++ debug mode
urzuga 781 Lambda: (_1 + "y")(string("x")) Doesn't Compile
vladimir_prus 1165 more quoting problems
vladimir_prus 1228 bug in toolset gcc + HP/UX PA-RSIC
vladimir_prus 1274 Useless error message
vladimir_prus 1275 boost::program_options::validation_error::what() is private
vladimir_prus 469 multitoken broken
vladimir_prus 689 [program_options] Endless loop with long default arguments
witt 1046 Boost.Python quickstart instructions mention nonexistent target
witt 834 Homepage regression links
witt 957 The "Getting Started" page does not mention the stdlib option
witt 973 zip_iterator has value_type == reference
--
-- Marshall
Marshall Clow Qualcomm, Inc. <mailto:mclow@qualcomm.com>
The famous British scientist, Lord Kelvin, said: "When you measure
what you are speaking about and express it in numbers, you know
something about it, but when you cannot (or do not) measure it, when
you cannot (or do not) express it in numbers, then your knowledge is
of a meagre and unsatisfactory kind."
1
0
As a follow-up to my previous announcement, I would like to provide a
new entry for the Who's Using Boost page:
Name: Vera++
Company/website: Inspirel (http://www.inspirel.com/)
Description:
Vera++ is a programmable tool for verification, analysis and
transformation of C++ source code.
The program scans the C++ source files and transforms them to various
collections, which are visible by scripts executed by the embedded
script interpreter.
Which parts of Boost were used: wave, bind, string algorithms.
Link to product: http://www.inspirel.com/vera/
--
Maciej Sobczak * www.msobczak.com * www.inspirel.com
2
2
Hallo,
I'd be interested in knowing which version of Boost do people use with
which version of the Borland/CodeGear compilers. The reason I'm asking
relates to the state of Boost regression tests for the version currently
being developed, as can be seen here:
http://beta.boost.org/development/tests/trunk/developer/summary.html
As you can see the situation is not very good. Moreover, while I still
have to apply the latest bcbboost patches for 5.9.2, 5.6.4 and 5.8.2
should already have the same level of support they had in Boost 1.34 .
Unless there's a substantial demand it looks highly likely that support
for at least BCB6 will have to be dropped or, more precisely, be left to
rot. Contributions are an even more effective way to avoid it :-)
Cheers,
Nicola
--
Nicola.Musatti <at> gmail <dot> com
Home: http://nicola.musatti.googlepages.com/home
Blog: http://wthwdik.wordpress.com/
4
3
The library provides the macro BOOST_ERROR_INFO. Is it possible to
modify the macro in such a way that successive calls of BOOST_ERROR_INFO
would add the date in a list? This could be used in order to get infos
which parts of the code catched the exception.
Regards, oliver
1
0
I'm pleased to announce that the next milestone release of Boost.Build V2 is
available at
  http://prdownloads.sourceforge.net/boost/boost-build-2.0-m12.tar.bz2
  http://prdownloads.sourceforge.net/boost/boost-build-2.0-m12.zip
See also
  http://boost.org/boost-build2/
for online docs (a copy is included in distribution).
Changes in this release:
- The Pathscale, PGI and mipspro compilers are now supported.
- Support for autoconfiguration of toolset based on command-line
toolset=xxxx request, and for default toolset
configuration as a fallback.
- Support for precompiled headers for gcc toolset,
and improvements for msvc.
- Mechanism for removing inherited requirements.
- The 'make' rule support specifying usage-requirements.
- New 'project.extension' rule for declaring standalone
projects.
- New 'conditional' convenience rule.
- New 'glob-tree' rule.
- The 'glob' rule accepts patterns to exclude.
- Inline targets are now marked explicit automatically.
- Toolsets can now implicitly add requirements to
all targets.
- New 'generate' rule.
- The executables produced by the 'run' rule are automatically
removed after run.
- The gcc toolset uses the version obtained by running
the compiler, if no explicit one is provided.
- The sun toolset now supports the 'address-model' feature,
and uses -KPIC for shared libraries.
- Free features on command line affect all targets, not
just 'directly requested' ones.
Documentation changes:
- Installation instructions for Linux distributors.
- Configuration options for all supported C++ compilers
are now documented.
The following bugs were fixed:
- The 'cflags' and 'linkflags' now work on Darwin.o
- The intel toolset now works on Windows.
- Fix library search options for CodeWarriour toolset.
- The <install-source-root> could cause duplicate
mkdir commands.
- Numerious fixes in Boost autolink support
- Numerious fixes in Boost.Python support.
- Indirect properties not evaluated in usage requirements.
- Generator that returns a property set but not target is
considered successful.
- On Darwin, when several compiler versions
are configured, -fcoalesce-templates is applied only to
versions that need it.
- Volodya
--
Vladimir Prus
http://vladimir_prus.blogspot.com
Boost.Build V2: http://boost.org/boost-build2
1
0

30 Sep '07
Hallo,
I tried opening a new ticket for the system library, but 'system' is not
an available choice. So I had to choose 'None'. That's ticket 1293 .
Cheers,
Nicola
--
Nicola.Musatti <at> gmail <dot> com
Home: http://nicola.musatti.googlepages.com/home
Blog: http://wthwdik.wordpress.com/
1
0

[interprocess] Boost.Thread developers willing to help on interprocess condition vars?
by Ion Gaztañaga 30 Sep '07
by Ion Gaztañaga 30 Sep '07
30 Sep '07
Hi to all,
Recently some bug reports were issued against Boost.Interprocess'
condition variable. Since my multithreading skills are limited at best,
I was wondering if Boost.Thread developers/threading experts would like
to help on rewriting the condition variable.
Let me explain some issues:
Native vs. emulated condition vars
----------------------------------
Some POSIX systems have process-shared condition variables. In those
systems interprocess_condition is a wrapper around pthread_cond_t. In
the rest of platforms (including Windows and MacOS) an emulated
condition variable is used.
Emulated condition vars
-----------------------
Emulated condition variables store integers and use atomic operations
and busy waits/yields() to emulate process-shared condition variables.
Reasons to use integers and busy waits are:
-> Independent from address mapping.
-> The condition variable should be compatible with memory mapped files.
A user can map a file, build a condvar, unmap the file, reboot the
system, map it again and continue working.
Since there is no atomic operations library in Boost I use my own atomic
operations (taken from apache):
http://svn.boost.org/svn/boost/trunk/boost/interprocess/detail/atomic.hpp
The emulated condition variable is here:
http://svn.boost.org/svn/boost/trunk/boost/interprocess/sync/emulation/inte…
So if you are a thread expert, Boost.Interprocess users and I need your
help to write a robust process-shared condition variable emulation.
Regards,
Ion
5
15
Boost regression test failures
Report time: 2007-09-30T12:16:08Z
This report lists all regression test failures on release platforms.
Detailed report:
http://boost.org/regression/trunk/developer/issues.html
The following platforms have a large number of failures:
borland-5.6.4
borland-5.8.2
darwin-4.0.1
msvc-8.0
2966 failures in 44 libraries (941 are from non-broken platforms)
algorithm/string (0 of 2 failures are from non-broken platforms)
asio (16 of 156 failures are from non-broken platforms)
assign (0 of 2 failures are from non-broken platforms)
bimap (142 of 298 failures are from non-broken platforms)
bind (0 of 4 failures are from non-broken platforms)
circular_buffer (1 of 3 failures are from non-broken platforms)
concept_check (13 of 17 failures are from non-broken platforms)
config (1 of 5 failures are from non-broken platforms)
conversion (6 of 12 failures are from non-broken platforms)
date_time (1 of 20 failures are from non-broken platforms)
dynamic_bitset (2)
filesystem (0 of 12 failures are from non-broken platforms)
foreach (2)
function (0 of 20 failures are from non-broken platforms)
gil (6 of 8 failures are from non-broken platforms)
graph (25 of 32 failures are from non-broken platforms)
interprocess (309 of 520 failures are from non-broken platforms)
intrusive (64 of 67 failures are from non-broken platforms)
iostreams (0 of 2 failures are from non-broken platforms)
lambda (1)
math (0 of 1 failures are from non-broken platforms)
mpl (1)
multi_index (1 of 2 failures are from non-broken platforms)
numeric/interval (0 of 3 failures are from non-broken platforms)
optional (3 of 6 failures are from non-broken platforms)
program_options (0 of 12 failures are from non-broken platforms)
property_map (0 of 2 failures are from non-broken platforms)
ptr_container (3 of 6 failures are from non-broken platforms)
python (7 of 9 failures are from non-broken platforms)
range (20 of 32 failures are from non-broken platforms)
rational (0 of 2 failures are from non-broken platforms)
regex (0 of 3 failures are from non-broken platforms)
serialization (237 of 1495 failures are from non-broken platforms)
signals (0 of 10 failures are from non-broken platforms)
spirit (10 of 20 failures are from non-broken platforms)
system (0 of 16 failures are from non-broken platforms)
test (2)
thread (0 of 26 failures are from non-broken platforms)
tr1 (49 of 74 failures are from non-broken platforms)
type_traits (1 of 5 failures are from non-broken platforms)
typeof (0 of 25 failures are from non-broken platforms)
utility (2)
wave (8 of 14 failures are from non-broken platforms)
xpressive (8 of 13 failures are from non-broken platforms)
Test failures marked with a (*) represent tests that failed on
platforms that are considered broken. They are likely caused by
misconfiguration by the regression tester or a failure in a core
library such as Test or Config.
|algorithm/string|
split: borland-5.6.4* borland-5.8.2*
|asio|
basic_datagram_socket: borland-5.6.4* borland-5.8.2*
basic_datagram_socket_select: borland-5.6.4* borland-5.8.2*
basic_deadline_timer: borland-5.6.4* borland-5.8.2*
basic_deadline_timer_select: borland-5.6.4* borland-5.8.2*
basic_socket_acceptor: borland-5.6.4* borland-5.8.2*
basic_socket_acceptor_select: borland-5.6.4* borland-5.8.2*
basic_stream_socket: borland-5.6.4* borland-5.8.2*
basic_stream_socket_select: borland-5.6.4* borland-5.8.2*
buffered_read_stream: borland-5.6.4* borland-5.8.2*
buffered_read_stream_select: borland-5.6.4* borland-5.8.2*
buffered_stream: borland-5.6.4* borland-5.8.2*
buffered_stream_select: borland-5.6.4* borland-5.8.2*
buffered_write_stream: borland-5.6.4* borland-5.8.2*
buffered_write_stream_select: borland-5.6.4* borland-5.8.2*
datagram_socket_service: borland-5.6.4* borland-5.8.2*
datagram_socket_service_select: borland-5.6.4* borland-5.8.2*
deadline_timer: acc borland-5.6.4* borland-5.8.2*
deadline_timer_select: acc borland-5.6.4* borland-5.8.2*
deadline_timer_service: borland-5.6.4* borland-5.8.2*
deadline_timer_service_select: borland-5.6.4* borland-5.8.2*
error: borland-5.6.4* borland-5.8.2*
error_select: borland-5.6.4* borland-5.8.2*
io_service: borland-5.6.4* borland-5.8.2*
io_service_select: borland-5.6.4* borland-5.8.2*
ip_address: borland-5.6.4* borland-5.8.2*
ip_address_select: borland-5.6.4* borland-5.8.2*
ip_address_v4: acc borland-5.6.4* borland-5.8.2*
ip_address_v4_select: acc borland-5.6.4* borland-5.8.2*
ip_address_v6: acc borland-5.6.4* borland-5.8.2*
ip_address_v6_select: acc borland-5.6.4* borland-5.8.2*
ip_basic_endpoint: borland-5.6.4* borland-5.8.2*
ip_basic_endpoint_select: borland-5.6.4* borland-5.8.2*
ip_basic_resolver: borland-5.6.4* borland-5.8.2*
ip_basic_resolver_iterator: borland-5.6.4* borland-5.8.2*
ip_basic_resolver_iterator_select: borland-5.6.4* borland-5.8.2*
ip_basic_resolver_query: borland-5.6.4* borland-5.8.2*
ip_basic_resolver_query_select: borland-5.6.4* borland-5.8.2*
ip_basic_resolver_select: borland-5.6.4* borland-5.8.2*
ip_host_name: borland-5.6.4* borland-5.8.2*
ip_host_name_select: borland-5.6.4* borland-5.8.2*
ip_multicast: acc borland-5.6.4* borland-5.8.2* hp_cxx-71_006_tru64
ip_multicast_select: acc borland-5.6.4* borland-5.8.2* hp_cxx-71_006_tru64
ip_resolver_service: borland-5.6.4* borland-5.8.2*
ip_resolver_service_select: borland-5.6.4* borland-5.8.2*
ip_tcp: borland-5.6.4* borland-5.8.2*
ip_tcp_select: borland-5.6.4* borland-5.8.2*
ip_udp: borland-5.6.4* borland-5.8.2*
ip_udp_select: borland-5.6.4* borland-5.8.2*
ip_unicast: acc borland-5.6.4* borland-5.8.2*
ip_unicast_select: acc borland-5.6.4* borland-5.8.2*
ip_v6_only: acc borland-5.6.4* borland-5.8.2*
ip_v6_only_select: acc borland-5.6.4* borland-5.8.2*
is_read_buffered: borland-5.6.4* borland-5.8.2*
is_read_buffered_select: borland-5.6.4* borland-5.8.2*
is_write_buffered: borland-5.6.4* borland-5.8.2*
is_write_buffered_select: borland-5.6.4* borland-5.8.2*
read: borland-5.6.4* borland-5.8.2*
read_select: borland-5.6.4* borland-5.8.2*
read_until: borland-5.6.4* borland-5.8.2*
read_until_select: borland-5.6.4* borland-5.8.2*
socket_acceptor_service: borland-5.6.4* borland-5.8.2*
socket_acceptor_service_select: borland-5.6.4* borland-5.8.2*
socket_base: acc borland-5.6.4* borland-5.8.2*
socket_base_select: acc borland-5.6.4* borland-5.8.2*
strand: borland-5.6.4* borland-5.8.2*
strand_select: borland-5.6.4* borland-5.8.2*
stream_socket_service: borland-5.6.4* borland-5.8.2*
stream_socket_service_select: borland-5.6.4* borland-5.8.2*
write: borland-5.6.4* borland-5.8.2*
write_select: borland-5.6.4* borland-5.8.2*
|assign|
static_list_of: borland-5.6.4* borland-5.8.2*
|bimap|
assign: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
foreach: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0 sun-5.8 sun-5.8
lambda: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
property_map: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
range: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
serialization: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_assign: borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_convenience_header: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_extra: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8
test_bimap_info: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_lambda: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_list_of: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8
test_bimap_modify: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_multiset_of: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8
test_bimap_mutable: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_operator_bracket: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_ordered: borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_project: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_property_map: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_range: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_sequenced: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_serialization: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_set_of: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8
test_bimap_unconstrained: borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_unordered: borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_unordered_multiset_of: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8
test_bimap_unordered_set_of: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8
test_bimap_vector_of: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8
test_mutant: borland-5.6.4* borland-5.8.2*
test_mutant_relation: borland-5.6.4* borland-5.8.2*
test_structured_pair: borland-5.6.4* borland-5.8.2*
test_tagged: borland-5.6.4* borland-5.8.2*
typeof: borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
xpressive: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
|bind|
bind_function_test: borland-5.6.4* borland-5.8.2*
bind_placeholder_test: borland-5.6.4* borland-5.8.2*
|circular_buffer|
base_test: hp_cxx-71_006_tru64
bounded_buffer_comparison: borland-5.6.4* borland-5.8.2*
|concept_check|
class_concept_fail_expected: sun-5.8 sun-5.8
old_concept_class_fail: borland-5.6.4* borland-5.8.2* gcc-3.3.6 sun-5.8 sun-5.8
old_concept_function_fail: borland-5.6.4* borland-5.8.2* gcc-3.3.6 sun-5.8 sun-5.8
stl_concept_check: hp_cxx-71_006_tru64
usage_fail: sun-5.8 sun-5.8
where_fail: sun-5.8 sun-5.8
|config|
config_test: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0*
math_info: borland-5.6.4*
|conversion|
lexical_cast_loopback_test: borland-5.6.4* borland-5.8.2* gcc-4.1.2_sunos_i86pc msvc-7.1 msvc-8.0* msvc-8.0* sun-5.8 sun-5.8
lexical_cast_test: borland-5.6.4* borland-5.8.2* sun-5.8 sun-5.8
|date_time|
testgreg_serialize: borland-5.6.4* borland-5.8.2*
testgreg_serialize_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
testgreg_serialize_xml: borland-5.6.4* borland-5.8.2*
testtime_serialize: borland-5.6.4* borland-5.8.2*
testtime_serialize_std_config: borland-5.6.4* borland-5.8.2*
testtime_serialize_xml: borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1*
testtime_serialize_xml_std_config: borland-5.6.4* borland-5.8.2* darwin-4.0.1*
|dynamic_bitset|
dyn_bitset_unit_tests3: hp_cxx-71_006_tru64
dyn_bitset_unit_tests4: sun-5.8
|filesystem|
convenience_test: borland-5.6.4* borland-5.8.2*
fstream_test: borland-5.6.4* borland-5.8.2*
large_file_support_test: borland-5.6.4* borland-5.8.2*
operations_test: borland-5.6.4* borland-5.8.2*
path_test: borland-5.6.4* borland-5.8.2*
simple_ls: borland-5.6.4* borland-5.8.2*
|foreach|
array_byref: msvc-7.1
array_byval: msvc-7.1
|function|
allocator_test: borland-5.6.4* borland-5.8.2*
contains2_test: borland-5.6.4* borland-5.8.2*
contains_test: borland-5.6.4* borland-5.8.2*
function_arith_portable: borland-5.6.4* borland-5.8.2*
function_n_test: borland-5.6.4* borland-5.8.2*
function_ref_portable: borland-5.6.4* borland-5.8.2*
mem_fun_portable: borland-5.6.4* borland-5.8.2*
stateless_test: borland-5.6.4* borland-5.8.2*
std_bind_portable: borland-5.6.4* borland-5.8.2*
sum_avg_portable: borland-5.6.4* borland-5.8.2*
|gil|
main: acc borland-5.6.4* borland-5.8.2* gcc-3.3.6 gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 sun-5.8 sun-5.8
|graph|
all_planar_input_files_test: sun-5.8 sun-5.8
basic_planarity_test: sun-5.8 sun-5.8
csr_graph_test: msvc-7.1
cycle_ratio_tests: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0 msvc-7.1 msvc-8.0* msvc-8.0* sun-5.8 sun-5.8
graphml_test: msvc-8.0*
graphviz_test: msvc-8.0*
kolmogorov_max_flow_test: acc hp_cxx-71_006_tru64
make_biconnected_planar_test: sun-5.8 sun-5.8
make_maximal_planar_test: sun-5.8 sun-5.8
max_flow_test: acc hp_cxx-71_006_tru64
parallel_edges_loops_test: sun-5.8 sun-5.8
transitive_closure_test: gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
|interprocess|
adaptive_node_pool_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
adaptive_pool_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
alloc_example: intel-linux-9.0
allocexcept_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
cached_adaptive_pool_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
cached_node_allocator_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
condition_test: acc darwin-4.0.1* darwin-4.0.1* hp_cxx-71_006_tru64
data_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
deque_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_adaptive_pool: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_allocator: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_anonymous_conditionA: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* hp_cxx-71_006_tru64 intel-linux-9.0
doc_anonymous_conditionB: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* hp_cxx-71_006_tru64 intel-linux-9.0
doc_anonymous_mutexA: hp_cxx-71_006_tru64
doc_anonymous_mutexB: hp_cxx-71_006_tru64
doc_anonymous_semaphoreA: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* hp_cxx-71_006_tru64 intel-linux-9.0
doc_anonymous_semaphoreB: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* hp_cxx-71_006_tru64 intel-linux-9.0
doc_anonymous_upgradable_mutexA: hp_cxx-71_006_tru64
doc_anonymous_upgradable_mutexB: hp_cxx-71_006_tru64
doc_bufferstream: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_cached_adaptive_pool: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_cached_node_allocator: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_cont: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_contA: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_contB: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_intrusive: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_ipc_messageA: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_ipc_messageB: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_managed_aligned_allocation: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_managed_allocation_command: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_managed_construction_info: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_managed_external_buffer: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_managed_heap_memory: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_managed_mapped_file: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_managed_multiple_allocation: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_managed_raw_allocation: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_map: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_message_queueA: acc hp_cxx-71_006_tru64
doc_message_queueB: acc hp_cxx-71_006_tru64
doc_move_containers: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_named_allocA: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_named_allocB: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_named_conditionA: intel-linux-9.0
doc_named_conditionB: intel-linux-9.0
doc_named_mutex: acc hp_cxx-71_006_tru64
doc_node_allocator: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_offset_ptr: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_private_adaptive_pool: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_private_node_allocator: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_scoped_ptr: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_shared_memory: hp_cxx-71_006_tru64
doc_shared_memory2: hp_cxx-71_006_tru64
doc_shared_ptr: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
doc_shared_ptr_explicit: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
doc_unique_ptr: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
doc_vectorstream: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_where_allocate: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
file_lock_test: msvc-7.1 msvc-8.0*
file_mapping_test: acc
flat_map_index_allocation_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
flat_tree_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
intrusive_ptr_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
iset_index_allocation_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
iunordered_set_index_allocation_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
list_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
managed_mapped_file_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
map_index_allocation_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
mapped_file_test: acc hp_cxx-71_006_tru64
memory_algorithm_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
message_queue_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
mutex_test: hp_cxx-71_006_tru64
named_alloc_example: intel-linux-9.0
named_condition_test: acc darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
named_mutex_test: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
named_recursive_mutex_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* hp_cxx-71_006_tru64 intel-linux-9.0
named_semaphore_test: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
named_upgradable_mutex_test: acc hp_cxx-71_006_tru64
node_allocator_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
node_pool_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
null_index_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
private_adaptive_pool_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
private_node_allocator_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
process_a_example: intel-linux-9.0
process_a_fixed_example: intel-linux-9.0 msvc-7.1
process_b_example: intel-linux-9.0
process_b_fixed_example: intel-linux-9.0
recursive_mutex_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* hp_cxx-71_006_tru64 intel-linux-9.0
semaphore_test: acc hp_cxx-71_006_tru64
shared_memory_mapping_test: hp_cxx-71_006_tru64
shared_memory_test: acc hp_cxx-71_006_tru64
shared_ptr_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
slist_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
string_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
tree_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
unique_ptr_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
upgradable_mutex_test: acc darwin-4.0.1* darwin-4.0.1* hp_cxx-71_006_tru64
user_buffer_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
vector_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
|intrusive|
custom_bucket_traits_test: hp_cxx-71_006_tru64
default_hook_test: gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
doc_advanced_value_traits: hp_cxx-71_006_tru64 intel-linux-9.0
doc_advanced_value_traits2: hp_cxx-71_006_tru64 intel-linux-9.0
doc_assoc_optimized_code: gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_auto_unlink: hp_cxx-71_006_tru64 intel-linux-9.0
doc_bucket_traits: hp_cxx-71_006_tru64
doc_clone_from: hp_cxx-71_006_tru64 intel-linux-9.0
doc_entity: hp_cxx-71_006_tru64 intel-linux-9.0
doc_erasing_and_disposing: hp_cxx-71_006_tru64 intel-linux-9.0
doc_external_value_traits: hp_cxx-71_006_tru64
doc_how_to_use: hp_cxx-71_006_tru64 intel-linux-9.0
doc_iterator_from_value: hp_cxx-71_006_tru64 intel-linux-9.0
doc_list: hp_cxx-71_006_tru64 intel-linux-9.0
doc_offset_ptr: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_set: gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_slist: hp_cxx-71_006_tru64 intel-linux-9.0
doc_stateful_value_traits: hp_cxx-71_006_tru64
doc_unordered_set: hp_cxx-71_006_tru64 intel-linux-9.0
doc_value_traits: hp_cxx-71_006_tru64 intel-linux-9.0
doc_window: hp_cxx-71_006_tru64 intel-linux-9.0
external_value_traits_test: gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
list_test: hp_cxx-71_006_tru64 intel-linux-9.0
make_functions_test: gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
multiset_test: gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
set_test: gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
slist_test: hp_cxx-71_006_tru64 intel-linux-9.0
stateful_value_traits_test: gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
unordered_multiset_test: hp_cxx-71_006_tru64 intel-linux-9.0
unordered_set_test: hp_cxx-71_006_tru64 intel-linux-9.0
virtual_base_test: gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
|iostreams|
regex_filter_test: borland-5.6.4* borland-5.8.2*
|lambda|
operator_tests_simple: msvc-7.1
|math|
common_factor_test: borland-5.8.2*
|mpl|
apply: gcc-4.1.2_sunos_i86pc
|multi_index|
test_modifiers: msvc-7.1 msvc-8.0*
|numeric/interval|
mul: darwin-4.0.1*
overflow: darwin-4.0.1*
pi: darwin-4.0.1*
|optional|
optional_test: darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
optional_test_inplace: hp_cxx-71_006_tru64
|program_options|
cmdline_test: borland-5.6.4* borland-5.8.2*
cmdline_test_dll: borland-5.6.4* borland-5.8.2*
parsers_test: borland-5.6.4* borland-5.8.2*
parsers_test_dll: borland-5.6.4* borland-5.8.2*
variable_map_test: borland-5.6.4* borland-5.8.2*
variable_map_test_dll: borland-5.6.4* borland-5.8.2*
|property_map|
dynamic_properties_test: borland-5.6.4* borland-5.8.2*
|ptr_container|
serialization: darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc sun-5.8 sun-5.8
|python|
bases: intel-linux-9.0
exec: gcc-4.1.2_sunos_i86pc intel-linux-9.0
import_: intel-linux-9.0 msvc-7.1 msvc-8.0* msvc-8.0*
pointee: intel-linux-9.0
upcast: intel-linux-9.0
|range|
array: msvc-7.1
iterator_range: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0 msvc-7.1 msvc-8.0* msvc-8.0* sun-5.8 sun-5.8
reversible_range: msvc-7.1
string: hp_cxx-71_006_tru64 msvc-7.1
sub_range: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0 msvc-7.1 sun-5.8 sun-5.8
|rational|
rational_test: borland-5.6.4* borland-5.8.2*
|regex|
regex_regress_threaded: darwin-4.0.1*
static_mutex_test: borland-5.6.4* borland-5.8.2*
|serialization|
test_array_binary_archive: borland-5.6.4* borland-5.8.2*
test_array_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_array_text_archive: borland-5.6.4* borland-5.8.2*
test_array_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_array_text_warchive: borland-5.6.4* borland-5.8.2*
test_array_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_array_xml_archive: borland-5.6.4* borland-5.8.2*
test_array_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_array_xml_warchive: borland-5.6.4* borland-5.8.2*
test_array_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_binary_binary_archive: borland-5.6.4* borland-5.8.2*
test_binary_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_binary_text_archive: borland-5.6.4* borland-5.8.2*
test_binary_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_binary_text_warchive: borland-5.6.4* borland-5.8.2*
test_binary_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_binary_xml_archive: borland-5.6.4* borland-5.8.2*
test_binary_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_binary_xml_warchive: borland-5.6.4* borland-5.8.2*
test_binary_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_class_info_load_binary_archive_dll: msvc-7.1 msvc-8.0* msvc-8.0*
test_class_info_load_text_archive_dll: msvc-7.1 msvc-8.0* msvc-8.0*
test_class_info_load_text_warchive_dll: msvc-7.1 msvc-8.0* msvc-8.0*
test_class_info_load_xml_archive_dll: msvc-7.1 msvc-8.0* msvc-8.0*
test_class_info_load_xml_warchive_dll: msvc-7.1 msvc-8.0* msvc-8.0*
test_class_info_save_binary_archive: borland-5.6.4* borland-5.8.2*
test_class_info_save_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_class_info_save_text_archive: borland-5.6.4* borland-5.8.2*
test_class_info_save_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_class_info_save_text_warchive: borland-5.6.4* borland-5.8.2*
test_class_info_save_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_class_info_save_xml_archive: borland-5.6.4* borland-5.8.2*
test_class_info_save_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_class_info_save_xml_warchive: borland-5.6.4* borland-5.8.2*
test_class_info_save_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_contained_class_binary_archive: borland-5.6.4* borland-5.8.2*
test_contained_class_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_contained_class_text_archive: borland-5.6.4* borland-5.8.2*
test_contained_class_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_contained_class_text_warchive: borland-5.6.4* borland-5.8.2*
test_contained_class_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_contained_class_xml_archive: borland-5.6.4* borland-5.8.2*
test_contained_class_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_contained_class_xml_warchive: borland-5.6.4* borland-5.8.2*
test_contained_class_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_cyclic_ptrs_binary_archive: borland-5.6.4* borland-5.8.2*
test_cyclic_ptrs_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_cyclic_ptrs_text_archive: borland-5.6.4* borland-5.8.2*
test_cyclic_ptrs_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_cyclic_ptrs_text_warchive: borland-5.6.4* borland-5.8.2*
test_cyclic_ptrs_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_cyclic_ptrs_xml_archive: borland-5.6.4* borland-5.8.2*
test_cyclic_ptrs_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_cyclic_ptrs_xml_warchive: borland-5.6.4* borland-5.8.2*
test_cyclic_ptrs_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_delete_pointer_binary_archive: borland-5.6.4* borland-5.8.2*
test_delete_pointer_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_delete_pointer_text_archive: borland-5.6.4* borland-5.8.2*
test_delete_pointer_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_delete_pointer_text_warchive: borland-5.6.4* borland-5.8.2*
test_delete_pointer_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_delete_pointer_xml_archive: borland-5.6.4* borland-5.8.2*
test_delete_pointer_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_delete_pointer_xml_warchive: borland-5.6.4* borland-5.8.2*
test_delete_pointer_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_demo: borland-5.6.4* borland-5.8.2*
test_demo_auto_ptr: borland-5.6.4* borland-5.8.2*
test_demo_auto_ptr_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_demo_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_demo_exception: borland-5.6.4* borland-5.8.2*
test_demo_exception_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_demo_fast_archive: borland-5.6.4* borland-5.8.2*
test_demo_fast_archive_dll: borland-5.6.4* borland-5.8.2*
test_demo_pimpl: borland-5.6.4* borland-5.8.2*
test_demo_pimpl_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_demo_polymorphic: borland-5.6.4* borland-5.8.2*
test_demo_polymorphic_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_demo_portable_archive: borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1*
test_demo_portable_archive_dll: borland-5.8.2* darwin-4.0.1* darwin-4.0.1*
test_demo_shared_ptr: borland-5.6.4* borland-5.8.2*
test_demo_shared_ptr_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_demo_xml: borland-5.6.4* borland-5.8.2*
test_demo_xml_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_demo_xml_load_dll: msvc-7.1 msvc-8.0* msvc-8.0*
test_demo_xml_save: borland-5.6.4* borland-5.8.2*
test_demo_xml_save_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_deque_binary_archive: borland-5.6.4* borland-5.8.2*
test_deque_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_deque_text_archive: borland-5.6.4* borland-5.8.2*
test_deque_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_deque_text_warchive: borland-5.6.4* borland-5.8.2*
test_deque_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_deque_xml_archive: borland-5.6.4* borland-5.8.2*
test_deque_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_deque_xml_warchive: borland-5.6.4* borland-5.8.2*
test_deque_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_binary_archive: borland-5.6.4* borland-5.8.2*
test_derived_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_class_binary_archive: borland-5.6.4* borland-5.8.2*
test_derived_class_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_class_ptr_binary_archive: borland-5.6.4* borland-5.8.2*
test_derived_class_ptr_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_class_ptr_text_archive: borland-5.6.4* borland-5.8.2*
test_derived_class_ptr_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_class_ptr_text_warchive: borland-5.6.4* borland-5.8.2*
test_derived_class_ptr_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_class_ptr_xml_archive: borland-5.6.4* borland-5.8.2*
test_derived_class_ptr_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_class_ptr_xml_warchive: borland-5.6.4* borland-5.8.2*
test_derived_class_ptr_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_class_text_archive: borland-5.6.4* borland-5.8.2*
test_derived_class_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_class_text_warchive: borland-5.6.4* borland-5.8.2*
test_derived_class_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_class_xml_archive: borland-5.6.4* borland-5.8.2*
test_derived_class_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_class_xml_warchive: borland-5.6.4* borland-5.8.2*
test_derived_class_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_text_archive: borland-5.6.4* borland-5.8.2*
test_derived_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_text_warchive: borland-5.6.4* borland-5.8.2*
test_derived_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_xml_archive: borland-5.6.4* borland-5.8.2*
test_derived_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_xml_warchive: borland-5.6.4* borland-5.8.2*
test_derived_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_diamond_binary_archive: borland-5.6.4* borland-5.8.2*
test_diamond_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_diamond_text_archive: borland-5.6.4* borland-5.8.2*
test_diamond_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_diamond_text_warchive: borland-5.6.4* borland-5.8.2*
test_diamond_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_diamond_xml_archive: borland-5.6.4* borland-5.8.2*
test_diamond_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_diamond_xml_warchive: borland-5.6.4* borland-5.8.2*
test_diamond_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_exported_binary_archive: borland-5.6.4* borland-5.8.2* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
test_exported_binary_archive_dll: borland-5.6.4* borland-5.8.2* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 msvc-7.1 msvc-8.0* msvc-8.0*
test_exported_text_archive: borland-5.6.4* borland-5.8.2* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
test_exported_text_archive_dll: borland-5.6.4* borland-5.8.2* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 msvc-7.1 msvc-8.0* msvc-8.0*
test_exported_text_warchive: borland-5.6.4* borland-5.8.2* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
test_exported_text_warchive_dll: borland-5.6.4* borland-5.8.2* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 msvc-7.1 msvc-8.0* msvc-8.0*
test_exported_xml_archive: borland-5.6.4* borland-5.8.2* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
test_exported_xml_archive_dll: borland-5.6.4* borland-5.8.2* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 msvc-7.1 msvc-8.0* msvc-8.0*
test_exported_xml_warchive: borland-5.6.4* borland-5.8.2* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
test_exported_xml_warchive_dll: borland-5.6.4* borland-5.8.2* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 msvc-7.1 msvc-8.0* msvc-8.0*
test_list_binary_archive: borland-5.6.4* borland-5.8.2*
test_list_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_list_ptrs_binary_archive: borland-5.6.4* borland-5.8.2*
test_list_ptrs_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_list_ptrs_text_archive: borland-5.6.4* borland-5.8.2*
test_list_ptrs_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_list_ptrs_text_warchive: borland-5.6.4* borland-5.8.2*
test_list_ptrs_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_list_ptrs_xml_archive: borland-5.6.4* borland-5.8.2*
test_list_ptrs_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_list_ptrs_xml_warchive: borland-5.6.4* borland-5.8.2*
test_list_ptrs_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_list_text_archive: borland-5.6.4* borland-5.8.2*
test_list_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_list_text_warchive: borland-5.6.4* borland-5.8.2*
test_list_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_list_xml_archive: borland-5.6.4* borland-5.8.2*
test_list_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_list_xml_warchive: borland-5.6.4* borland-5.8.2*
test_list_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_map_binary_archive: borland-5.6.4* borland-5.8.2*
test_map_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_map_text_archive: borland-5.6.4* borland-5.8.2*
test_map_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_map_text_warchive: borland-5.6.4* borland-5.8.2*
test_map_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_map_xml_archive: borland-5.6.4* borland-5.8.2*
test_map_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_map_xml_warchive: borland-5.6.4* borland-5.8.2*
test_map_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_mi_binary_archive: borland-5.6.4* borland-5.8.2*
test_mi_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_mi_text_archive: borland-5.6.4* borland-5.8.2*
test_mi_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_mi_text_warchive: borland-5.6.4* borland-5.8.2*
test_mi_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_mi_xml_archive: borland-5.6.4* borland-5.8.2*
test_mi_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_mi_xml_warchive: borland-5.6.4* borland-5.8.2*
test_mi_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_mult_archive_types: borland-5.6.4* borland-5.8.2*
test_mult_archive_types_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_multiple_ptrs_binary_archive: borland-5.6.4* borland-5.8.2*
test_multiple_ptrs_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_multiple_ptrs_text_archive: borland-5.6.4* borland-5.8.2*
test_multiple_ptrs_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_multiple_ptrs_text_warchive: borland-5.6.4* borland-5.8.2*
test_multiple_ptrs_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_multiple_ptrs_xml_archive: borland-5.6.4* borland-5.8.2*
test_multiple_ptrs_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_multiple_ptrs_xml_warchive: borland-5.6.4* borland-5.8.2*
test_multiple_ptrs_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_no_rtti_binary_archive_dll: msvc-7.1 msvc-8.0* msvc-8.0*
test_no_rtti_text_archive_dll: msvc-7.1 msvc-8.0* msvc-8.0*
test_no_rtti_text_warchive_dll: msvc-7.1 msvc-8.0* msvc-8.0*
test_no_rtti_xml_archive_dll: msvc-7.1 msvc-8.0* msvc-8.0*
test_no_rtti_xml_warchive_dll: msvc-7.1 msvc-8.0* msvc-8.0*
test_non_default_ctor2_binary_archive: borland-5.6.4* borland-5.8.2*
test_non_default_ctor2_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_default_ctor2_text_archive: borland-5.6.4* borland-5.8.2*
test_non_default_ctor2_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_default_ctor2_text_warchive: borland-5.6.4* borland-5.8.2*
test_non_default_ctor2_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_default_ctor2_xml_archive: borland-5.6.4* borland-5.8.2*
test_non_default_ctor2_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_default_ctor2_xml_warchive: borland-5.6.4* borland-5.8.2*
test_non_default_ctor2_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_default_ctor_binary_archive: borland-5.6.4* borland-5.8.2*
test_non_default_ctor_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_default_ctor_text_archive: borland-5.6.4* borland-5.8.2*
test_non_default_ctor_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_default_ctor_text_warchive: borland-5.6.4* borland-5.8.2*
test_non_default_ctor_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_default_ctor_xml_archive: borland-5.6.4* borland-5.8.2*
test_non_default_ctor_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_default_ctor_xml_warchive: borland-5.6.4* borland-5.8.2*
test_non_default_ctor_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_intrusive_binary_archive: borland-5.6.4* borland-5.8.2*
test_non_intrusive_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_intrusive_text_archive: borland-5.6.4* borland-5.8.2*
test_non_intrusive_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_intrusive_text_warchive: borland-5.6.4* borland-5.8.2*
test_non_intrusive_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_intrusive_xml_archive: borland-5.6.4* borland-5.8.2*
test_non_intrusive_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_intrusive_xml_warchive: borland-5.6.4* borland-5.8.2*
test_non_intrusive_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_null_ptr_binary_archive: borland-5.6.4* borland-5.8.2*
test_null_ptr_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_null_ptr_text_archive: borland-5.6.4* borland-5.8.2*
test_null_ptr_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_null_ptr_text_warchive: borland-5.6.4* borland-5.8.2*
test_null_ptr_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_null_ptr_xml_archive: borland-5.6.4* borland-5.8.2*
test_null_ptr_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_null_ptr_xml_warchive: borland-5.6.4* borland-5.8.2*
test_null_ptr_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_nvp_binary_archive: borland-5.6.4* borland-5.8.2*
test_nvp_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_nvp_text_archive: borland-5.6.4* borland-5.8.2*
test_nvp_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_nvp_text_warchive: borland-5.6.4* borland-5.8.2*
test_nvp_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_nvp_xml_archive: borland-5.6.4* borland-5.8.2*
test_nvp_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_nvp_xml_warchive: borland-5.6.4* borland-5.8.2*
test_nvp_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_object_binary_archive: borland-5.6.4* borland-5.8.2*
test_object_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_object_text_archive: borland-5.6.4* borland-5.8.2*
test_object_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_object_text_warchive: borland-5.6.4* borland-5.8.2*
test_object_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_object_xml_archive: borland-5.6.4* borland-5.8.2*
test_object_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_object_xml_warchive: borland-5.6.4* borland-5.8.2*
test_object_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_optional_binary_archive: borland-5.6.4* borland-5.8.2*
test_optional_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_optional_text_archive: borland-5.6.4* borland-5.8.2*
test_optional_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_optional_text_warchive: borland-5.6.4* borland-5.8.2*
test_optional_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_optional_xml_archive: borland-5.6.4* borland-5.8.2*
test_optional_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_optional_xml_warchive: borland-5.6.4* borland-5.8.2*
test_optional_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_polymorphic_binary_archive: borland-5.6.4* borland-5.8.2* msvc-8.0*
test_polymorphic_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_polymorphic_text_archive: borland-5.6.4* borland-5.8.2* msvc-8.0*
test_polymorphic_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_polymorphic_text_warchive: borland-5.6.4* borland-5.8.2* msvc-8.0*
test_polymorphic_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_polymorphic_xml_archive: borland-5.6.4* borland-5.8.2* msvc-8.0*
test_polymorphic_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_polymorphic_xml_warchive: borland-5.6.4* borland-5.8.2* msvc-8.0*
test_polymorphic_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_primitive_binary_archive: borland-5.6.4* borland-5.8.2*
test_primitive_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_primitive_text_archive: borland-5.6.4* borland-5.8.2*
test_primitive_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_primitive_text_warchive: borland-5.6.4* borland-5.8.2*
test_primitive_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_primitive_xml_archive: borland-5.6.4* borland-5.8.2*
test_primitive_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_primitive_xml_warchive: borland-5.6.4* borland-5.8.2*
test_primitive_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_private_ctor: borland-5.6.4* borland-5.8.2*
test_private_ctor_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_recursion_binary_archive: borland-5.6.4* borland-5.8.2*
test_recursion_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_recursion_text_archive: borland-5.6.4* borland-5.8.2*
test_recursion_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_recursion_text_warchive: borland-5.6.4* borland-5.8.2*
test_recursion_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_recursion_xml_archive: borland-5.6.4* borland-5.8.2*
test_recursion_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_recursion_xml_warchive: borland-5.6.4* borland-5.8.2*
test_recursion_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_registered_binary_archive: borland-5.6.4* borland-5.8.2*
test_registered_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_registered_text_archive: borland-5.6.4* borland-5.8.2*
test_registered_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_registered_text_warchive: borland-5.6.4* borland-5.8.2*
test_registered_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_registered_xml_archive: borland-5.6.4* borland-5.8.2*
test_registered_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_registered_xml_warchive: borland-5.6.4* borland-5.8.2*
test_registered_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_reset_object_address: borland-5.6.4* borland-5.8.2*
test_reset_object_address_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_set_binary_archive: borland-5.8.2*
test_set_binary_archive_dll: borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_set_text_archive: borland-5.8.2*
test_set_text_archive_dll: borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_set_text_warchive: borland-5.8.2*
test_set_text_warchive_dll: borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_set_xml_archive: borland-5.8.2*
test_set_xml_archive_dll: borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_set_xml_warchive: borland-5.8.2*
test_set_xml_warchive_dll: borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_shared_ptr_132_binary_archive: borland-5.6.4* borland-5.8.2*
test_shared_ptr_132_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_shared_ptr_132_text_archive: borland-5.6.4* borland-5.8.2*
test_shared_ptr_132_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_shared_ptr_132_text_warchive: borland-5.6.4* borland-5.8.2*
test_shared_ptr_132_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_shared_ptr_132_xml_archive: borland-5.6.4* borland-5.8.2*
test_shared_ptr_132_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_shared_ptr_132_xml_warchive: borland-5.6.4* borland-5.8.2*
test_shared_ptr_132_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_shared_ptr_binary_archive: borland-5.6.4* borland-5.8.2*
test_shared_ptr_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_shared_ptr_text_archive: borland-5.6.4* borland-5.8.2*
test_shared_ptr_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_shared_ptr_text_warchive: borland-5.6.4* borland-5.8.2*
test_shared_ptr_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_shared_ptr_xml_archive: borland-5.6.4* borland-5.8.2*
test_shared_ptr_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_shared_ptr_xml_warchive: borland-5.6.4* borland-5.8.2*
test_shared_ptr_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_simple_class_binary_archive: borland-5.6.4* borland-5.8.2*
test_simple_class_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_simple_class_ptr_binary_archive: borland-5.6.4* borland-5.8.2*
test_simple_class_ptr_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_simple_class_ptr_text_archive: borland-5.6.4* borland-5.8.2*
test_simple_class_ptr_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_simple_class_ptr_text_warchive: borland-5.6.4* borland-5.8.2*
test_simple_class_ptr_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_simple_class_ptr_xml_archive: borland-5.6.4* borland-5.8.2*
test_simple_class_ptr_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_simple_class_ptr_xml_warchive: borland-5.6.4* borland-5.8.2*
test_simple_class_ptr_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_simple_class_text_archive: borland-5.6.4* borland-5.8.2*
test_simple_class_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_simple_class_text_warchive: borland-5.6.4* borland-5.8.2*
test_simple_class_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_simple_class_xml_archive: borland-5.6.4* borland-5.8.2*
test_simple_class_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_simple_class_xml_warchive: borland-5.6.4* borland-5.8.2*
test_simple_class_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_split_binary_archive: borland-5.6.4* borland-5.8.2*
test_split_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_split_text_archive: borland-5.6.4* borland-5.8.2*
test_split_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_split_text_warchive: borland-5.6.4* borland-5.8.2*
test_split_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_split_xml_archive: borland-5.6.4* borland-5.8.2*
test_split_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_split_xml_warchive: borland-5.6.4* borland-5.8.2*
test_split_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_tracking_binary_archive: borland-5.6.4* borland-5.8.2*
test_tracking_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_tracking_text_archive: borland-5.6.4* borland-5.8.2*
test_tracking_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_tracking_text_warchive: borland-5.6.4* borland-5.8.2*
test_tracking_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_tracking_xml_archive: borland-5.6.4* borland-5.8.2*
test_tracking_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_tracking_xml_warchive: borland-5.6.4* borland-5.8.2*
test_tracking_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_unregistered_binary_archive: borland-5.6.4* borland-5.8.2*
test_unregistered_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_unregistered_text_archive: borland-5.6.4* borland-5.8.2*
test_unregistered_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_unregistered_text_warchive: borland-5.6.4* borland-5.8.2*
test_unregistered_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_unregistered_xml_archive: borland-5.6.4* borland-5.8.2*
test_unregistered_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_unregistered_xml_warchive: borland-5.6.4* borland-5.8.2*
test_unregistered_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_valarray_binary_archive: borland-5.6.4* borland-5.8.2*
test_valarray_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_valarray_text_archive: borland-5.6.4* borland-5.8.2*
test_valarray_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_valarray_text_warchive: borland-5.6.4* borland-5.8.2*
test_valarray_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_valarray_xml_archive: borland-5.6.4* borland-5.8.2*
test_valarray_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_valarray_xml_warchive: borland-5.6.4* borland-5.8.2*
test_valarray_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_variant_binary_archive: borland-5.6.4*
test_variant_binary_archive_dll: borland-5.6.4* msvc-7.1 msvc-8.0* msvc-8.0*
test_variant_text_archive: borland-5.6.4*
test_variant_text_archive_dll: borland-5.6.4* msvc-7.1 msvc-8.0* msvc-8.0*
test_variant_text_warchive: borland-5.6.4*
test_variant_text_warchive_dll: borland-5.6.4* msvc-7.1 msvc-8.0* msvc-8.0*
test_variant_xml_archive: borland-5.6.4*
test_variant_xml_archive_dll: borland-5.6.4* msvc-7.1 msvc-8.0* msvc-8.0*
test_variant_xml_warchive: borland-5.6.4*
test_variant_xml_warchive_dll: borland-5.6.4* msvc-7.1 msvc-8.0* msvc-8.0*
test_vector_binary_archive: borland-5.6.4* borland-5.8.2*
test_vector_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_vector_text_archive: borland-5.6.4* borland-5.8.2*
test_vector_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_vector_text_warchive: borland-5.6.4* borland-5.8.2*
test_vector_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_vector_xml_archive: borland-5.6.4* borland-5.8.2*
test_vector_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_vector_xml_warchive: borland-5.6.4* borland-5.8.2*
test_vector_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_void_cast: borland-5.6.4* borland-5.8.2*
test_void_cast_dll: borland-5.6.4* borland-5.8.2*
|signals|
dead_slot_test: borland-5.6.4* borland-5.8.2*
deletion_test: borland-5.6.4* borland-5.8.2*
ordering_test: borland-5.6.4* borland-5.8.2*
signal_n_test: borland-5.6.4* borland-5.8.2*
trackable_test: borland-5.6.4* borland-5.8.2*
|spirit|
mix_and_match_trees: sun-5.8 sun-5.8
numerics_tests: darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 gcc-4.1.2_sunos_i86pc intel-linux-9.0 msvc-7.1 msvc-8.0* msvc-8.0*
numerics_tests_debug: darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 gcc-4.1.2_sunos_i86pc intel-linux-9.0 msvc-7.1 msvc-8.0* msvc-8.0*
|system|
error_code_test: borland-5.6.4* borland-5.8.2*
error_code_test_dll: borland-5.6.4* borland-5.8.2*
error_code_user_test: borland-5.6.4* borland-5.8.2*
error_code_user_test_dll: borland-5.6.4* borland-5.8.2*
header_only_test: borland-5.6.4* borland-5.8.2*
initialization_test: borland-5.6.4* borland-5.8.2*
system_error_test: borland-5.6.4* borland-5.8.2*
system_error_test_dll: borland-5.6.4* borland-5.8.2*
|test|
boost_check_equal_str: sun-5.8 sun-5.8
|thread|
test_barrier: borland-5.6.4* borland-5.8.2*
test_barrier_lib: borland-5.6.4* borland-5.8.2*
test_condition: borland-5.6.4* borland-5.8.2*
test_condition_lib: borland-5.6.4* borland-5.8.2*
test_mutex: borland-5.6.4* borland-5.8.2*
test_mutex_lib: borland-5.6.4* borland-5.8.2*
test_once: borland-5.6.4* borland-5.8.2*
test_once_lib: borland-5.6.4* borland-5.8.2*
test_read_write_mutex: borland-5.6.4* borland-5.8.2*
test_read_write_mutex_lib: borland-5.6.4* borland-5.8.2*
test_thread: borland-5.6.4* borland-5.8.2*
test_thread_lib: borland-5.6.4* borland-5.8.2*
test_tss: borland-5.6.4* borland-5.8.2*
|tr1|
std_run_complex_overloads: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0
std_run_random: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0
std_test_regex: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0
std_test_shared_ptr: borland-5.8.2*
std_test_tr1_include: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0 sun-5.8
std_test_tuple: acc darwin-4.0.1* gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0 sun-5.8
std_test_tuple_tricky: acc darwin-4.0.1* gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0 sun-5.8 sun-5.8
test_shared_ptr: borland-5.8.2*
test_tr1_include: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0 sun-5.8
test_tuple: acc darwin-4.0.1* gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0 sun-5.8
test_tuple_tricky: acc darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0 sun-5.8 sun-5.8
test_utility_std_header: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0 sun-5.8
|type_traits|
make_signed_test: borland-5.6.4* borland-5.8.2*
make_unsigned_test: borland-5.6.4* borland-5.8.2*
promote_basic_test: hp_cxx-71_006_tru64
|typeof|
data_member_emulation: borland-5.6.4*
function_binding_emulation: borland-5.6.4* borland-5.8.2*
function_emulation: borland-5.6.4* borland-5.8.2*
function_ptr_emulation: borland-5.6.4*
function_ptr_from_tpl_emulation: borland-5.6.4* borland-5.8.2*
function_ref_emulation: borland-5.6.4*
member_function_emulation: borland-5.6.4*
modifiers_emulation: borland-5.6.4* borland-5.8.2*
nested_typedef_emulation: borland-5.6.4* borland-5.8.2*
noncopyable_emulation: borland-5.6.4*
odr_emulation: borland-5.6.4*
odr_no_uns: borland-5.6.4*
std_emulation: borland-5.6.4*
template_dependent_emulation: borland-5.6.4*
template_enum_emulation: borland-5.6.4*
template_int_emulation: borland-5.6.4*
template_multiword_emulation: borland-5.6.4*
template_tpl_emulation: borland-5.6.4*
template_type_emulation: borland-5.6.4*
type_emulation: borland-5.6.4*
|utility|
result_of_test: sun-5.8 sun-5.8
|wave|
test_re2c_lexer: msvc-7.1 msvc-8.0*
test_slex_lexer: darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0 msvc-7.1 msvc-8.0* msvc-8.0*
testwave_dll: sun-5.8 sun-5.8
|xpressive|
c_traits: hp_cxx-71_006_tru64
regress: hp_cxx-71_006_tru64
test_actions: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0
test_symbols: acc darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0
1
0
Hallo,
I just entered the following: http://svn.boost.org/trac/boost/ticket/1292
This is a patch that adjusts CodeGear/Borland workarounds for the latest
release of their compiler. I can commit it myself if it's OK for you.
Cheers,
Nicola
--
Nicola.Musatti <at> gmail <dot> com
Home: http://nicola.musatti.googlepages.com/home
Blog: http://wthwdik.wordpress.com/
1
0
When I use some classes in boost, I have experienced
my Visual C++ 2005 IntelliSense stops working.
For example, the following code makes IntelliSense crushed.
----------------- cut here ---------------------
#include <iostream>
#include <boost/filesystem/path.hpp>
int main(int argv, char** argv) {
.....
std:: <==========IntelliSense works
boost::filesystem::path p;
p. <==========IntelliSense doesn't work
std:: <==========IntelliSense doesn't work
---------------- cut here -----------------------
I have examined codes which cause IntelliSense crush
and have noticed that `an inner class (a class in other class)'
confuses IntelliSense. In the case of boost::filesystem::path,
class boost::filesystem::basic_path::iterator is the cause.
When I moved the definition of `class iterator'
out of `class basic_path', IntelliSense works.
While typing the code above, InteliSense works.
----------------- cut here ------------------
boost::filesystem::path p("xyz/a.txt");
boost::filesystem::path::iterator i;
i = p.begin();
std::cout << p.string() << std::endl;
std::cout << *i << std::endl;
++i;
std::cout << *i << std::endl;
----------------- cut here -----------------
I wonder that which is appropriate to post this message
for developer's list or user's list. I found some
messages in user's list but I couldn't find workaround.
So I decided to post it to this list.
I also know that this post is annoying for non Visual C++ users.
So I apologise in advance.
---------
Takashi SASAKI
tsasaki99(a)yahoo.co.jp
sasaki(a)cite.ehime-u.ac.jp
http://www.windy.cx/
--------------------------------------
Easy + Joy + Powerful = Yahoo! Bookmarks x Toolbar
http://pr.mail.yahoo.co.jp/toolbar/
2
1
* What is your evaluation of the design?
* What is your evaluation of the implementation?
Adequate
* What is your evaluation of the documentation?
Needs a better motivating discussion as to how this library improves
upon std::exception. Maybe a "best-practices" section
could illustrate a few common scenerios.
* What is your evaluation of the potential usefulness
of the library?
High
* Did you try to use the library? With what compiler?
Did you have any problems?
Compiled fine on my gcc 4.1x compiler.
* How much effort did you put into your evaluation?
A glance? A quick reading? In-depth study?
2 hours. It took me hardly any time getting up to speed on this
library and it works as advertised.
* Are you knowledgeable about the problem domain?
I'm a long time user of "std::exception".
*should this library be approved as a boost library?
Count me as a "yes" vote. Thanks to the author.
1
0
The following simple problem produces an error when compiling with VC8+SP1
on Windows:
#include <vector>
#include <boost/range/sub_range.hpp>
int main(int argc, char* argv[])
{
typedef std::vector< int > VectorType;
VectorType v;
boost::sub_range< VectorType > range;
boost::sub_range< VectorType > range1;
range = range1;
return 0;
}
boost\boost\range\iterator_range.hpp(60) : error C2440:
'<function-style-cast>' : cannot convert from
'std::_Vector_const_iterator<_Ty,_Alloc>' to
'std::_Vector_iterator<_Ty,_Alloc>'
1> with
1> [
1> _Ty=int,
1> _Alloc=std::allocator<int>
1> ]
1> No constructor could take the source type, or constructor overload
resolution was ambiguous
This happens with both 1.34.1 and trunk but 1.33 is OK.
Regards,
Sean
3
4

29 Sep '07
A bunch of xpressive's tests are failing because Fusion is not finding
its own headers. I'm a bit at a loss as to what the problem could be,
since the files in question are there on *my* machine, but they appear
to be missing on a number of the regression testers' machines. For instance:
OSL-V2:
http://tinyurl.com/29d44y
"../boost/fusion/sequence/view/iterator_range/iterator_range.hpp:16:78:
error:
boost/fusion/sequence/view/iterator_range/detail/value_at_impl.hpp: No
such file or directory"
HP-UX_ia64_aCC:
http://tinyurl.com/2f4pro
"../boost/fusion/sequence/view/iterator_range/iterator_range.hpp", line
16: error #2005-D: could not open source file
"boost/fusion/sequence/view/iterator_range/detail/value_at_impl.hpp"
#include
<boost/fusion/sequence/view/iterator_range/detail/value_at_impl.hpp>
What could be causing this?
--
Eric Niebler
Boost Consulting
www.boost-consulting.com
1
0
Boost regression test failures
Report time: 2007-09-29T10:15:24Z
This report lists all regression test failures on release platforms.
Detailed report:
http://boost.org/regression/trunk/developer/issues.html
The following platforms have a large number of failures:
borland-5.6.4
borland-5.8.2
darwin-4.0.1
msvc-8.0
2986 failures in 44 libraries (948 are from non-broken platforms)
algorithm/string (0 of 2 failures are from non-broken platforms)
asio (16 of 156 failures are from non-broken platforms)
assign (0 of 2 failures are from non-broken platforms)
bimap (142 of 298 failures are from non-broken platforms)
bind (0 of 4 failures are from non-broken platforms)
circular_buffer (1 of 3 failures are from non-broken platforms)
concept_check (13 of 17 failures are from non-broken platforms)
config (1 of 5 failures are from non-broken platforms)
conversion (6 of 12 failures are from non-broken platforms)
date_time (1 of 20 failures are from non-broken platforms)
dynamic_bitset (2)
filesystem (0 of 12 failures are from non-broken platforms)
foreach (2)
function (0 of 20 failures are from non-broken platforms)
gil (5 of 7 failures are from non-broken platforms)
graph (25 of 32 failures are from non-broken platforms)
interprocess (317 of 528 failures are from non-broken platforms)
intrusive (64 of 67 failures are from non-broken platforms)
iostreams (0 of 2 failures are from non-broken platforms)
lambda (1)
math (0 of 1 failures are from non-broken platforms)
mpl (1)
multi_index (1 of 2 failures are from non-broken platforms)
numeric/interval (0 of 3 failures are from non-broken platforms)
optional (3 of 6 failures are from non-broken platforms)
program_options (0 of 12 failures are from non-broken platforms)
property_map (0 of 2 failures are from non-broken platforms)
ptr_container (3 of 6 failures are from non-broken platforms)
python (7 of 9 failures are from non-broken platforms)
range (20 of 32 failures are from non-broken platforms)
rational (0 of 2 failures are from non-broken platforms)
regex (0 of 3 failures are from non-broken platforms)
serialization (237 of 1495 failures are from non-broken platforms)
signals (0 of 10 failures are from non-broken platforms)
spirit (10 of 20 failures are from non-broken platforms)
system (0 of 16 failures are from non-broken platforms)
test (2)
thread (0 of 26 failures are from non-broken platforms)
tr1 (49 of 73 failures are from non-broken platforms)
type_traits (1 of 5 failures are from non-broken platforms)
typeof (0 of 40 failures are from non-broken platforms)
utility (2)
wave (8 of 14 failures are from non-broken platforms)
xpressive (8 of 12 failures are from non-broken platforms)
Test failures marked with a (*) represent tests that failed on
platforms that are considered broken. They are likely caused by
misconfiguration by the regression tester or a failure in a core
library such as Test or Config.
|algorithm/string|
split: borland-5.6.4* borland-5.8.2*
|asio|
basic_datagram_socket: borland-5.6.4* borland-5.8.2*
basic_datagram_socket_select: borland-5.6.4* borland-5.8.2*
basic_deadline_timer: borland-5.6.4* borland-5.8.2*
basic_deadline_timer_select: borland-5.6.4* borland-5.8.2*
basic_socket_acceptor: borland-5.6.4* borland-5.8.2*
basic_socket_acceptor_select: borland-5.6.4* borland-5.8.2*
basic_stream_socket: borland-5.6.4* borland-5.8.2*
basic_stream_socket_select: borland-5.6.4* borland-5.8.2*
buffered_read_stream: borland-5.6.4* borland-5.8.2*
buffered_read_stream_select: borland-5.6.4* borland-5.8.2*
buffered_stream: borland-5.6.4* borland-5.8.2*
buffered_stream_select: borland-5.6.4* borland-5.8.2*
buffered_write_stream: borland-5.6.4* borland-5.8.2*
buffered_write_stream_select: borland-5.6.4* borland-5.8.2*
datagram_socket_service: borland-5.6.4* borland-5.8.2*
datagram_socket_service_select: borland-5.6.4* borland-5.8.2*
deadline_timer: acc borland-5.6.4* borland-5.8.2*
deadline_timer_select: acc borland-5.6.4* borland-5.8.2*
deadline_timer_service: borland-5.6.4* borland-5.8.2*
deadline_timer_service_select: borland-5.6.4* borland-5.8.2*
error: borland-5.6.4* borland-5.8.2*
error_select: borland-5.6.4* borland-5.8.2*
io_service: borland-5.6.4* borland-5.8.2*
io_service_select: borland-5.6.4* borland-5.8.2*
ip_address: borland-5.6.4* borland-5.8.2*
ip_address_select: borland-5.6.4* borland-5.8.2*
ip_address_v4: acc borland-5.6.4* borland-5.8.2*
ip_address_v4_select: acc borland-5.6.4* borland-5.8.2*
ip_address_v6: acc borland-5.6.4* borland-5.8.2*
ip_address_v6_select: acc borland-5.6.4* borland-5.8.2*
ip_basic_endpoint: borland-5.6.4* borland-5.8.2*
ip_basic_endpoint_select: borland-5.6.4* borland-5.8.2*
ip_basic_resolver: borland-5.6.4* borland-5.8.2*
ip_basic_resolver_iterator: borland-5.6.4* borland-5.8.2*
ip_basic_resolver_iterator_select: borland-5.6.4* borland-5.8.2*
ip_basic_resolver_query: borland-5.6.4* borland-5.8.2*
ip_basic_resolver_query_select: borland-5.6.4* borland-5.8.2*
ip_basic_resolver_select: borland-5.6.4* borland-5.8.2*
ip_host_name: borland-5.6.4* borland-5.8.2*
ip_host_name_select: borland-5.6.4* borland-5.8.2*
ip_multicast: acc borland-5.6.4* borland-5.8.2* hp_cxx-71_006_tru64
ip_multicast_select: acc borland-5.6.4* borland-5.8.2* hp_cxx-71_006_tru64
ip_resolver_service: borland-5.6.4* borland-5.8.2*
ip_resolver_service_select: borland-5.6.4* borland-5.8.2*
ip_tcp: borland-5.6.4* borland-5.8.2*
ip_tcp_select: borland-5.6.4* borland-5.8.2*
ip_udp: borland-5.6.4* borland-5.8.2*
ip_udp_select: borland-5.6.4* borland-5.8.2*
ip_unicast: acc borland-5.6.4* borland-5.8.2*
ip_unicast_select: acc borland-5.6.4* borland-5.8.2*
ip_v6_only: acc borland-5.6.4* borland-5.8.2*
ip_v6_only_select: acc borland-5.6.4* borland-5.8.2*
is_read_buffered: borland-5.6.4* borland-5.8.2*
is_read_buffered_select: borland-5.6.4* borland-5.8.2*
is_write_buffered: borland-5.6.4* borland-5.8.2*
is_write_buffered_select: borland-5.6.4* borland-5.8.2*
read: borland-5.6.4* borland-5.8.2*
read_select: borland-5.6.4* borland-5.8.2*
read_until: borland-5.6.4* borland-5.8.2*
read_until_select: borland-5.6.4* borland-5.8.2*
socket_acceptor_service: borland-5.6.4* borland-5.8.2*
socket_acceptor_service_select: borland-5.6.4* borland-5.8.2*
socket_base: acc borland-5.6.4* borland-5.8.2*
socket_base_select: acc borland-5.6.4* borland-5.8.2*
strand: borland-5.6.4* borland-5.8.2*
strand_select: borland-5.6.4* borland-5.8.2*
stream_socket_service: borland-5.6.4* borland-5.8.2*
stream_socket_service_select: borland-5.6.4* borland-5.8.2*
write: borland-5.6.4* borland-5.8.2*
write_select: borland-5.6.4* borland-5.8.2*
|assign|
static_list_of: borland-5.6.4* borland-5.8.2*
|bimap|
assign: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
foreach: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0 sun-5.8 sun-5.8
lambda: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
property_map: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
range: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
serialization: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_assign: borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_convenience_header: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_extra: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8
test_bimap_info: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_lambda: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_list_of: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8
test_bimap_modify: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_multiset_of: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8
test_bimap_mutable: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_operator_bracket: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_ordered: borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_project: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_property_map: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_range: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_sequenced: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_serialization: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_set_of: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8
test_bimap_unconstrained: borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_unordered: borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0 sun-5.8 sun-5.8
test_bimap_unordered_multiset_of: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8
test_bimap_unordered_set_of: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8
test_bimap_vector_of: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8
test_mutant: borland-5.6.4* borland-5.8.2*
test_mutant_relation: borland-5.6.4* borland-5.8.2*
test_structured_pair: borland-5.6.4* borland-5.8.2*
test_tagged: borland-5.6.4* borland-5.8.2*
typeof: borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
xpressive: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0 sun-5.8 sun-5.8
|bind|
bind_function_test: borland-5.6.4* borland-5.8.2*
bind_placeholder_test: borland-5.6.4* borland-5.8.2*
|circular_buffer|
base_test: hp_cxx-71_006_tru64
bounded_buffer_comparison: borland-5.6.4* borland-5.8.2*
|concept_check|
class_concept_fail_expected: sun-5.8 sun-5.8
old_concept_class_fail: borland-5.6.4* borland-5.8.2* gcc-3.3.6 sun-5.8 sun-5.8
old_concept_function_fail: borland-5.6.4* borland-5.8.2* gcc-3.3.6 sun-5.8 sun-5.8
stl_concept_check: hp_cxx-71_006_tru64
usage_fail: sun-5.8 sun-5.8
where_fail: sun-5.8 sun-5.8
|config|
config_test: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0*
math_info: borland-5.6.4*
|conversion|
lexical_cast_loopback_test: borland-5.6.4* borland-5.8.2* gcc-4.1.2_sunos_i86pc msvc-7.1 msvc-8.0* msvc-8.0* sun-5.8 sun-5.8
lexical_cast_test: borland-5.6.4* borland-5.8.2* sun-5.8 sun-5.8
|date_time|
testgreg_serialize: borland-5.6.4* borland-5.8.2*
testgreg_serialize_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
testgreg_serialize_xml: borland-5.6.4* borland-5.8.2*
testtime_serialize: borland-5.6.4* borland-5.8.2*
testtime_serialize_std_config: borland-5.6.4* borland-5.8.2*
testtime_serialize_xml: borland-5.6.4* borland-5.8.2* darwin-4.0.1*
testtime_serialize_xml_std_config: borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1*
|dynamic_bitset|
dyn_bitset_unit_tests3: hp_cxx-71_006_tru64
dyn_bitset_unit_tests4: sun-5.8
|filesystem|
convenience_test: borland-5.6.4* borland-5.8.2*
fstream_test: borland-5.6.4* borland-5.8.2*
large_file_support_test: borland-5.6.4* borland-5.8.2*
operations_test: borland-5.6.4* borland-5.8.2*
path_test: borland-5.6.4* borland-5.8.2*
simple_ls: borland-5.6.4* borland-5.8.2*
|foreach|
array_byref: msvc-7.1
array_byval: msvc-7.1
|function|
allocator_test: borland-5.6.4* borland-5.8.2*
contains2_test: borland-5.6.4* borland-5.8.2*
contains_test: borland-5.6.4* borland-5.8.2*
function_arith_portable: borland-5.6.4* borland-5.8.2*
function_n_test: borland-5.6.4* borland-5.8.2*
function_ref_portable: borland-5.6.4* borland-5.8.2*
mem_fun_portable: borland-5.6.4* borland-5.8.2*
stateless_test: borland-5.6.4* borland-5.8.2*
std_bind_portable: borland-5.6.4* borland-5.8.2*
sum_avg_portable: borland-5.6.4* borland-5.8.2*
|gil|
main: acc borland-5.6.4* borland-5.8.2* gcc-3.3.6 gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 sun-5.8
|graph|
all_planar_input_files_test: sun-5.8 sun-5.8
basic_planarity_test: sun-5.8 sun-5.8
csr_graph_test: msvc-7.1
cycle_ratio_tests: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0 msvc-7.1 msvc-8.0* msvc-8.0* sun-5.8 sun-5.8
graphml_test: msvc-8.0*
graphviz_test: msvc-8.0*
kolmogorov_max_flow_test: acc hp_cxx-71_006_tru64
make_biconnected_planar_test: sun-5.8 sun-5.8
make_maximal_planar_test: sun-5.8 sun-5.8
max_flow_test: acc hp_cxx-71_006_tru64
parallel_edges_loops_test: sun-5.8 sun-5.8
transitive_closure_test: gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
|interprocess|
adaptive_node_pool_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
adaptive_pool_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
alloc_example: hp_cxx-71_006_tru64 intel-linux-9.0
allocexcept_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
cached_adaptive_pool_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
cached_node_allocator_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
condition_test: acc darwin-4.0.1* darwin-4.0.1* hp_cxx-71_006_tru64
data_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
deque_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_adaptive_pool: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_allocator: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_anonymous_conditionA: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* hp_cxx-71_006_tru64 intel-linux-9.0
doc_anonymous_conditionB: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* hp_cxx-71_006_tru64 intel-linux-9.0
doc_anonymous_mutexA: hp_cxx-71_006_tru64
doc_anonymous_mutexB: hp_cxx-71_006_tru64
doc_anonymous_semaphoreA: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* hp_cxx-71_006_tru64 intel-linux-9.0
doc_anonymous_semaphoreB: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* hp_cxx-71_006_tru64 intel-linux-9.0
doc_anonymous_upgradable_mutexA: hp_cxx-71_006_tru64
doc_anonymous_upgradable_mutexB: hp_cxx-71_006_tru64
doc_bufferstream: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_cached_adaptive_pool: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_cached_node_allocator: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_cont: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_contA: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_contB: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_intrusive: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_ipc_messageA: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_ipc_messageB: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_managed_aligned_allocation: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_managed_allocation_command: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_managed_construction_info: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_managed_external_buffer: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_managed_heap_memory: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_managed_mapped_file: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_managed_multiple_allocation: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_managed_raw_allocation: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_map: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_message_queueA: acc hp_cxx-71_006_tru64
doc_message_queueB: acc hp_cxx-71_006_tru64
doc_move_containers: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_named_allocA: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_named_allocB: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_named_conditionA: hp_cxx-71_006_tru64 intel-linux-9.0
doc_named_conditionB: hp_cxx-71_006_tru64 intel-linux-9.0
doc_named_mutex: acc hp_cxx-71_006_tru64
doc_node_allocator: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_offset_ptr: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_private_adaptive_pool: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_private_node_allocator: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_scoped_ptr: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_shared_memory: hp_cxx-71_006_tru64
doc_shared_memory2: hp_cxx-71_006_tru64
doc_shared_ptr: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
doc_shared_ptr_explicit: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
doc_unique_ptr: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
doc_vectorstream: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_where_allocate: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
file_lock_test: msvc-7.1 msvc-8.0*
file_mapping_test: acc
flat_map_index_allocation_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
flat_tree_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
intrusive_ptr_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
iset_index_allocation_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
iunordered_set_index_allocation_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
list_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
managed_mapped_file_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
map_index_allocation_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
mapped_file_test: acc hp_cxx-71_006_tru64
memory_algorithm_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
message_queue_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
mutex_test: hp_cxx-71_006_tru64
named_alloc_example: hp_cxx-71_006_tru64 intel-linux-9.0
named_condition_test: acc darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
named_mutex_test: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
named_recursive_mutex_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* hp_cxx-71_006_tru64 intel-linux-9.0
named_semaphore_test: acc gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
named_upgradable_mutex_test: acc hp_cxx-71_006_tru64
node_allocator_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
node_pool_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
null_index_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
private_adaptive_pool_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
private_node_allocator_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
process_a_example: hp_cxx-71_006_tru64 intel-linux-9.0
process_a_fixed_example: hp_cxx-71_006_tru64 intel-linux-9.0 msvc-7.1
process_b_example: hp_cxx-71_006_tru64 intel-linux-9.0
process_b_fixed_example: hp_cxx-71_006_tru64 intel-linux-9.0
recursive_mutex_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* hp_cxx-71_006_tru64 intel-linux-9.0
semaphore_test: acc hp_cxx-71_006_tru64
shared_memory_mapping_test: hp_cxx-71_006_tru64
shared_memory_test: acc hp_cxx-71_006_tru64
shared_ptr_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
slist_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
string_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
tree_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
unique_ptr_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
upgradable_mutex_test: acc darwin-4.0.1* darwin-4.0.1* hp_cxx-71_006_tru64
user_buffer_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
vector_test: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
|intrusive|
custom_bucket_traits_test: hp_cxx-71_006_tru64
default_hook_test: gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
doc_advanced_value_traits: hp_cxx-71_006_tru64 intel-linux-9.0
doc_advanced_value_traits2: hp_cxx-71_006_tru64 intel-linux-9.0
doc_assoc_optimized_code: gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_auto_unlink: hp_cxx-71_006_tru64 intel-linux-9.0
doc_bucket_traits: hp_cxx-71_006_tru64
doc_clone_from: hp_cxx-71_006_tru64 intel-linux-9.0
doc_entity: hp_cxx-71_006_tru64 intel-linux-9.0
doc_erasing_and_disposing: hp_cxx-71_006_tru64 intel-linux-9.0
doc_external_value_traits: hp_cxx-71_006_tru64
doc_how_to_use: hp_cxx-71_006_tru64 intel-linux-9.0
doc_iterator_from_value: hp_cxx-71_006_tru64 intel-linux-9.0
doc_list: hp_cxx-71_006_tru64 intel-linux-9.0
doc_offset_ptr: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_set: gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
doc_slist: hp_cxx-71_006_tru64 intel-linux-9.0
doc_stateful_value_traits: hp_cxx-71_006_tru64
doc_unordered_set: hp_cxx-71_006_tru64 intel-linux-9.0
doc_value_traits: hp_cxx-71_006_tru64 intel-linux-9.0
doc_window: hp_cxx-71_006_tru64 intel-linux-9.0
external_value_traits_test: gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
list_test: hp_cxx-71_006_tru64 intel-linux-9.0
make_functions_test: gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
multiset_test: gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
set_test: gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0
slist_test: hp_cxx-71_006_tru64 intel-linux-9.0
stateful_value_traits_test: gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
unordered_multiset_test: hp_cxx-71_006_tru64 intel-linux-9.0
unordered_set_test: hp_cxx-71_006_tru64 intel-linux-9.0
virtual_base_test: gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
|iostreams|
regex_filter_test: borland-5.6.4* borland-5.8.2*
|lambda|
operator_tests_simple: msvc-7.1
|math|
common_factor_test: borland-5.8.2*
|mpl|
apply: gcc-4.1.2_sunos_i86pc
|multi_index|
test_modifiers: msvc-7.1 msvc-8.0*
|numeric/interval|
mul: darwin-4.0.1*
overflow: darwin-4.0.1*
pi: darwin-4.0.1*
|optional|
optional_test: darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
optional_test_inplace: hp_cxx-71_006_tru64
|program_options|
cmdline_test: borland-5.6.4* borland-5.8.2*
cmdline_test_dll: borland-5.6.4* borland-5.8.2*
parsers_test: borland-5.6.4* borland-5.8.2*
parsers_test_dll: borland-5.6.4* borland-5.8.2*
variable_map_test: borland-5.6.4* borland-5.8.2*
variable_map_test_dll: borland-5.6.4* borland-5.8.2*
|property_map|
dynamic_properties_test: borland-5.6.4* borland-5.8.2*
|ptr_container|
serialization: darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-4.1.2_sunos_i86pc sun-5.8 sun-5.8
|python|
bases: intel-linux-9.0
exec: gcc-4.1.2_sunos_i86pc intel-linux-9.0
import_: intel-linux-9.0 msvc-7.1 msvc-8.0* msvc-8.0*
pointee: intel-linux-9.0
upcast: intel-linux-9.0
|range|
array: msvc-7.1
iterator_range: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0 msvc-7.1 msvc-8.0* msvc-8.0* sun-5.8 sun-5.8
reversible_range: msvc-7.1
string: hp_cxx-71_006_tru64 msvc-7.1
sub_range: acc borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0 msvc-7.1 sun-5.8 sun-5.8
|rational|
rational_test: borland-5.6.4* borland-5.8.2*
|regex|
regex_regress_threaded: darwin-4.0.1*
static_mutex_test: borland-5.6.4* borland-5.8.2*
|serialization|
test_array_binary_archive: borland-5.6.4* borland-5.8.2*
test_array_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_array_text_archive: borland-5.6.4* borland-5.8.2*
test_array_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_array_text_warchive: borland-5.6.4* borland-5.8.2*
test_array_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_array_xml_archive: borland-5.6.4* borland-5.8.2*
test_array_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_array_xml_warchive: borland-5.6.4* borland-5.8.2*
test_array_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_binary_binary_archive: borland-5.6.4* borland-5.8.2*
test_binary_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_binary_text_archive: borland-5.6.4* borland-5.8.2*
test_binary_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_binary_text_warchive: borland-5.6.4* borland-5.8.2*
test_binary_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_binary_xml_archive: borland-5.6.4* borland-5.8.2*
test_binary_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_binary_xml_warchive: borland-5.6.4* borland-5.8.2*
test_binary_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_class_info_load_binary_archive_dll: msvc-7.1 msvc-8.0* msvc-8.0*
test_class_info_load_text_archive_dll: msvc-7.1 msvc-8.0* msvc-8.0*
test_class_info_load_text_warchive_dll: msvc-7.1 msvc-8.0* msvc-8.0*
test_class_info_load_xml_archive_dll: msvc-7.1 msvc-8.0* msvc-8.0*
test_class_info_load_xml_warchive_dll: msvc-7.1 msvc-8.0* msvc-8.0*
test_class_info_save_binary_archive: borland-5.6.4* borland-5.8.2*
test_class_info_save_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_class_info_save_text_archive: borland-5.6.4* borland-5.8.2*
test_class_info_save_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_class_info_save_text_warchive: borland-5.6.4* borland-5.8.2*
test_class_info_save_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_class_info_save_xml_archive: borland-5.6.4* borland-5.8.2*
test_class_info_save_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_class_info_save_xml_warchive: borland-5.6.4* borland-5.8.2*
test_class_info_save_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_contained_class_binary_archive: borland-5.6.4* borland-5.8.2*
test_contained_class_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_contained_class_text_archive: borland-5.6.4* borland-5.8.2*
test_contained_class_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_contained_class_text_warchive: borland-5.6.4* borland-5.8.2*
test_contained_class_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_contained_class_xml_archive: borland-5.6.4* borland-5.8.2*
test_contained_class_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_contained_class_xml_warchive: borland-5.6.4* borland-5.8.2*
test_contained_class_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_cyclic_ptrs_binary_archive: borland-5.6.4* borland-5.8.2*
test_cyclic_ptrs_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_cyclic_ptrs_text_archive: borland-5.6.4* borland-5.8.2*
test_cyclic_ptrs_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_cyclic_ptrs_text_warchive: borland-5.6.4* borland-5.8.2*
test_cyclic_ptrs_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_cyclic_ptrs_xml_archive: borland-5.6.4* borland-5.8.2*
test_cyclic_ptrs_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_cyclic_ptrs_xml_warchive: borland-5.6.4* borland-5.8.2*
test_cyclic_ptrs_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_delete_pointer_binary_archive: borland-5.6.4* borland-5.8.2*
test_delete_pointer_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_delete_pointer_text_archive: borland-5.6.4* borland-5.8.2*
test_delete_pointer_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_delete_pointer_text_warchive: borland-5.6.4* borland-5.8.2*
test_delete_pointer_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_delete_pointer_xml_archive: borland-5.6.4* borland-5.8.2*
test_delete_pointer_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_delete_pointer_xml_warchive: borland-5.6.4* borland-5.8.2*
test_delete_pointer_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_demo: borland-5.6.4* borland-5.8.2*
test_demo_auto_ptr: borland-5.6.4* borland-5.8.2*
test_demo_auto_ptr_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_demo_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_demo_exception: borland-5.6.4* borland-5.8.2*
test_demo_exception_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_demo_fast_archive: borland-5.6.4* borland-5.8.2*
test_demo_fast_archive_dll: borland-5.6.4* borland-5.8.2*
test_demo_pimpl: borland-5.6.4* borland-5.8.2*
test_demo_pimpl_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_demo_polymorphic: borland-5.6.4* borland-5.8.2*
test_demo_polymorphic_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_demo_portable_archive: borland-5.6.4* borland-5.8.2* darwin-4.0.1* darwin-4.0.1*
test_demo_portable_archive_dll: borland-5.8.2* darwin-4.0.1* darwin-4.0.1*
test_demo_shared_ptr: borland-5.6.4* borland-5.8.2*
test_demo_shared_ptr_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_demo_xml: borland-5.6.4* borland-5.8.2*
test_demo_xml_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_demo_xml_load_dll: msvc-7.1 msvc-8.0* msvc-8.0*
test_demo_xml_save: borland-5.6.4* borland-5.8.2*
test_demo_xml_save_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_deque_binary_archive: borland-5.6.4* borland-5.8.2*
test_deque_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_deque_text_archive: borland-5.6.4* borland-5.8.2*
test_deque_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_deque_text_warchive: borland-5.6.4* borland-5.8.2*
test_deque_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_deque_xml_archive: borland-5.6.4* borland-5.8.2*
test_deque_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_deque_xml_warchive: borland-5.6.4* borland-5.8.2*
test_deque_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_binary_archive: borland-5.6.4* borland-5.8.2*
test_derived_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_class_binary_archive: borland-5.6.4* borland-5.8.2*
test_derived_class_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_class_ptr_binary_archive: borland-5.6.4* borland-5.8.2*
test_derived_class_ptr_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_class_ptr_text_archive: borland-5.6.4* borland-5.8.2*
test_derived_class_ptr_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_class_ptr_text_warchive: borland-5.6.4* borland-5.8.2*
test_derived_class_ptr_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_class_ptr_xml_archive: borland-5.6.4* borland-5.8.2*
test_derived_class_ptr_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_class_ptr_xml_warchive: borland-5.6.4* borland-5.8.2*
test_derived_class_ptr_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_class_text_archive: borland-5.6.4* borland-5.8.2*
test_derived_class_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_class_text_warchive: borland-5.6.4* borland-5.8.2*
test_derived_class_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_class_xml_archive: borland-5.6.4* borland-5.8.2*
test_derived_class_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_class_xml_warchive: borland-5.6.4* borland-5.8.2*
test_derived_class_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_text_archive: borland-5.6.4* borland-5.8.2*
test_derived_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_text_warchive: borland-5.6.4* borland-5.8.2*
test_derived_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_xml_archive: borland-5.6.4* borland-5.8.2*
test_derived_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_derived_xml_warchive: borland-5.6.4* borland-5.8.2*
test_derived_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_diamond_binary_archive: borland-5.6.4* borland-5.8.2*
test_diamond_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_diamond_text_archive: borland-5.6.4* borland-5.8.2*
test_diamond_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_diamond_text_warchive: borland-5.6.4* borland-5.8.2*
test_diamond_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_diamond_xml_archive: borland-5.6.4* borland-5.8.2*
test_diamond_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_diamond_xml_warchive: borland-5.6.4* borland-5.8.2*
test_diamond_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_exported_binary_archive: borland-5.6.4* borland-5.8.2* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
test_exported_binary_archive_dll: borland-5.6.4* borland-5.8.2* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 msvc-7.1 msvc-8.0* msvc-8.0*
test_exported_text_archive: borland-5.6.4* borland-5.8.2* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
test_exported_text_archive_dll: borland-5.6.4* borland-5.8.2* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 msvc-7.1 msvc-8.0* msvc-8.0*
test_exported_text_warchive: borland-5.6.4* borland-5.8.2* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
test_exported_text_warchive_dll: borland-5.6.4* borland-5.8.2* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 msvc-7.1 msvc-8.0* msvc-8.0*
test_exported_xml_archive: borland-5.6.4* borland-5.8.2* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
test_exported_xml_archive_dll: borland-5.6.4* borland-5.8.2* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 msvc-7.1 msvc-8.0* msvc-8.0*
test_exported_xml_warchive: borland-5.6.4* borland-5.8.2* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64
test_exported_xml_warchive_dll: borland-5.6.4* borland-5.8.2* gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 msvc-7.1 msvc-8.0* msvc-8.0*
test_list_binary_archive: borland-5.6.4* borland-5.8.2*
test_list_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_list_ptrs_binary_archive: borland-5.6.4* borland-5.8.2*
test_list_ptrs_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_list_ptrs_text_archive: borland-5.6.4* borland-5.8.2*
test_list_ptrs_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_list_ptrs_text_warchive: borland-5.6.4* borland-5.8.2*
test_list_ptrs_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_list_ptrs_xml_archive: borland-5.6.4* borland-5.8.2*
test_list_ptrs_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_list_ptrs_xml_warchive: borland-5.6.4* borland-5.8.2*
test_list_ptrs_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_list_text_archive: borland-5.6.4* borland-5.8.2*
test_list_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_list_text_warchive: borland-5.6.4* borland-5.8.2*
test_list_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_list_xml_archive: borland-5.6.4* borland-5.8.2*
test_list_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_list_xml_warchive: borland-5.6.4* borland-5.8.2*
test_list_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_map_binary_archive: borland-5.6.4* borland-5.8.2*
test_map_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_map_text_archive: borland-5.6.4* borland-5.8.2*
test_map_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_map_text_warchive: borland-5.6.4* borland-5.8.2*
test_map_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_map_xml_archive: borland-5.6.4* borland-5.8.2*
test_map_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_map_xml_warchive: borland-5.6.4* borland-5.8.2*
test_map_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_mi_binary_archive: borland-5.6.4* borland-5.8.2*
test_mi_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_mi_text_archive: borland-5.6.4* borland-5.8.2*
test_mi_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_mi_text_warchive: borland-5.6.4* borland-5.8.2*
test_mi_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_mi_xml_archive: borland-5.6.4* borland-5.8.2*
test_mi_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_mi_xml_warchive: borland-5.6.4* borland-5.8.2*
test_mi_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_mult_archive_types: borland-5.6.4* borland-5.8.2*
test_mult_archive_types_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_multiple_ptrs_binary_archive: borland-5.6.4* borland-5.8.2*
test_multiple_ptrs_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_multiple_ptrs_text_archive: borland-5.6.4* borland-5.8.2*
test_multiple_ptrs_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_multiple_ptrs_text_warchive: borland-5.6.4* borland-5.8.2*
test_multiple_ptrs_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_multiple_ptrs_xml_archive: borland-5.6.4* borland-5.8.2*
test_multiple_ptrs_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_multiple_ptrs_xml_warchive: borland-5.6.4* borland-5.8.2*
test_multiple_ptrs_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_no_rtti_binary_archive_dll: msvc-7.1 msvc-8.0* msvc-8.0*
test_no_rtti_text_archive_dll: msvc-7.1 msvc-8.0* msvc-8.0*
test_no_rtti_text_warchive_dll: msvc-7.1 msvc-8.0* msvc-8.0*
test_no_rtti_xml_archive_dll: msvc-7.1 msvc-8.0* msvc-8.0*
test_no_rtti_xml_warchive_dll: msvc-7.1 msvc-8.0* msvc-8.0*
test_non_default_ctor2_binary_archive: borland-5.6.4* borland-5.8.2*
test_non_default_ctor2_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_default_ctor2_text_archive: borland-5.6.4* borland-5.8.2*
test_non_default_ctor2_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_default_ctor2_text_warchive: borland-5.6.4* borland-5.8.2*
test_non_default_ctor2_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_default_ctor2_xml_archive: borland-5.6.4* borland-5.8.2*
test_non_default_ctor2_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_default_ctor2_xml_warchive: borland-5.6.4* borland-5.8.2*
test_non_default_ctor2_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_default_ctor_binary_archive: borland-5.6.4* borland-5.8.2*
test_non_default_ctor_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_default_ctor_text_archive: borland-5.6.4* borland-5.8.2*
test_non_default_ctor_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_default_ctor_text_warchive: borland-5.6.4* borland-5.8.2*
test_non_default_ctor_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_default_ctor_xml_archive: borland-5.6.4* borland-5.8.2*
test_non_default_ctor_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_default_ctor_xml_warchive: borland-5.6.4* borland-5.8.2*
test_non_default_ctor_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_intrusive_binary_archive: borland-5.6.4* borland-5.8.2*
test_non_intrusive_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_intrusive_text_archive: borland-5.6.4* borland-5.8.2*
test_non_intrusive_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_intrusive_text_warchive: borland-5.6.4* borland-5.8.2*
test_non_intrusive_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_intrusive_xml_archive: borland-5.6.4* borland-5.8.2*
test_non_intrusive_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_non_intrusive_xml_warchive: borland-5.6.4* borland-5.8.2*
test_non_intrusive_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_null_ptr_binary_archive: borland-5.6.4* borland-5.8.2*
test_null_ptr_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_null_ptr_text_archive: borland-5.6.4* borland-5.8.2*
test_null_ptr_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_null_ptr_text_warchive: borland-5.6.4* borland-5.8.2*
test_null_ptr_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_null_ptr_xml_archive: borland-5.6.4* borland-5.8.2*
test_null_ptr_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_null_ptr_xml_warchive: borland-5.6.4* borland-5.8.2*
test_null_ptr_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_nvp_binary_archive: borland-5.6.4* borland-5.8.2*
test_nvp_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_nvp_text_archive: borland-5.6.4* borland-5.8.2*
test_nvp_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_nvp_text_warchive: borland-5.6.4* borland-5.8.2*
test_nvp_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_nvp_xml_archive: borland-5.6.4* borland-5.8.2*
test_nvp_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_nvp_xml_warchive: borland-5.6.4* borland-5.8.2*
test_nvp_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_object_binary_archive: borland-5.6.4* borland-5.8.2*
test_object_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_object_text_archive: borland-5.6.4* borland-5.8.2*
test_object_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_object_text_warchive: borland-5.6.4* borland-5.8.2*
test_object_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_object_xml_archive: borland-5.6.4* borland-5.8.2*
test_object_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_object_xml_warchive: borland-5.6.4* borland-5.8.2*
test_object_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_optional_binary_archive: borland-5.6.4* borland-5.8.2*
test_optional_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_optional_text_archive: borland-5.6.4* borland-5.8.2*
test_optional_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_optional_text_warchive: borland-5.6.4* borland-5.8.2*
test_optional_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_optional_xml_archive: borland-5.6.4* borland-5.8.2*
test_optional_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_optional_xml_warchive: borland-5.6.4* borland-5.8.2*
test_optional_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_polymorphic_binary_archive: borland-5.6.4* borland-5.8.2* msvc-8.0*
test_polymorphic_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_polymorphic_text_archive: borland-5.6.4* borland-5.8.2* msvc-8.0*
test_polymorphic_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_polymorphic_text_warchive: borland-5.6.4* borland-5.8.2* msvc-8.0*
test_polymorphic_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_polymorphic_xml_archive: borland-5.6.4* borland-5.8.2* msvc-8.0*
test_polymorphic_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_polymorphic_xml_warchive: borland-5.6.4* borland-5.8.2* msvc-8.0*
test_polymorphic_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_primitive_binary_archive: borland-5.6.4* borland-5.8.2*
test_primitive_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_primitive_text_archive: borland-5.6.4* borland-5.8.2*
test_primitive_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_primitive_text_warchive: borland-5.6.4* borland-5.8.2*
test_primitive_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_primitive_xml_archive: borland-5.6.4* borland-5.8.2*
test_primitive_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_primitive_xml_warchive: borland-5.6.4* borland-5.8.2*
test_primitive_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_private_ctor: borland-5.6.4* borland-5.8.2*
test_private_ctor_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_recursion_binary_archive: borland-5.6.4* borland-5.8.2*
test_recursion_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_recursion_text_archive: borland-5.6.4* borland-5.8.2*
test_recursion_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_recursion_text_warchive: borland-5.6.4* borland-5.8.2*
test_recursion_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_recursion_xml_archive: borland-5.6.4* borland-5.8.2*
test_recursion_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_recursion_xml_warchive: borland-5.6.4* borland-5.8.2*
test_recursion_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_registered_binary_archive: borland-5.6.4* borland-5.8.2*
test_registered_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_registered_text_archive: borland-5.6.4* borland-5.8.2*
test_registered_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_registered_text_warchive: borland-5.6.4* borland-5.8.2*
test_registered_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_registered_xml_archive: borland-5.6.4* borland-5.8.2*
test_registered_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_registered_xml_warchive: borland-5.6.4* borland-5.8.2*
test_registered_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_reset_object_address: borland-5.6.4* borland-5.8.2*
test_reset_object_address_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_set_binary_archive: borland-5.8.2*
test_set_binary_archive_dll: borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_set_text_archive: borland-5.8.2*
test_set_text_archive_dll: borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_set_text_warchive: borland-5.8.2*
test_set_text_warchive_dll: borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_set_xml_archive: borland-5.8.2*
test_set_xml_archive_dll: borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_set_xml_warchive: borland-5.8.2*
test_set_xml_warchive_dll: borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_shared_ptr_132_binary_archive: borland-5.6.4* borland-5.8.2*
test_shared_ptr_132_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_shared_ptr_132_text_archive: borland-5.6.4* borland-5.8.2*
test_shared_ptr_132_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_shared_ptr_132_text_warchive: borland-5.6.4* borland-5.8.2*
test_shared_ptr_132_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_shared_ptr_132_xml_archive: borland-5.6.4* borland-5.8.2*
test_shared_ptr_132_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_shared_ptr_132_xml_warchive: borland-5.6.4* borland-5.8.2*
test_shared_ptr_132_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_shared_ptr_binary_archive: borland-5.6.4* borland-5.8.2*
test_shared_ptr_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_shared_ptr_text_archive: borland-5.6.4* borland-5.8.2*
test_shared_ptr_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_shared_ptr_text_warchive: borland-5.6.4* borland-5.8.2*
test_shared_ptr_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_shared_ptr_xml_archive: borland-5.6.4* borland-5.8.2*
test_shared_ptr_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_shared_ptr_xml_warchive: borland-5.6.4* borland-5.8.2*
test_shared_ptr_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_simple_class_binary_archive: borland-5.6.4* borland-5.8.2*
test_simple_class_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_simple_class_ptr_binary_archive: borland-5.6.4* borland-5.8.2*
test_simple_class_ptr_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_simple_class_ptr_text_archive: borland-5.6.4* borland-5.8.2*
test_simple_class_ptr_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_simple_class_ptr_text_warchive: borland-5.6.4* borland-5.8.2*
test_simple_class_ptr_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_simple_class_ptr_xml_archive: borland-5.6.4* borland-5.8.2*
test_simple_class_ptr_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_simple_class_ptr_xml_warchive: borland-5.6.4* borland-5.8.2*
test_simple_class_ptr_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_simple_class_text_archive: borland-5.6.4* borland-5.8.2*
test_simple_class_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_simple_class_text_warchive: borland-5.6.4* borland-5.8.2*
test_simple_class_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_simple_class_xml_archive: borland-5.6.4* borland-5.8.2*
test_simple_class_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_simple_class_xml_warchive: borland-5.6.4* borland-5.8.2*
test_simple_class_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_split_binary_archive: borland-5.6.4* borland-5.8.2*
test_split_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_split_text_archive: borland-5.6.4* borland-5.8.2*
test_split_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_split_text_warchive: borland-5.6.4* borland-5.8.2*
test_split_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_split_xml_archive: borland-5.6.4* borland-5.8.2*
test_split_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_split_xml_warchive: borland-5.6.4* borland-5.8.2*
test_split_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_tracking_binary_archive: borland-5.6.4* borland-5.8.2*
test_tracking_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_tracking_text_archive: borland-5.6.4* borland-5.8.2*
test_tracking_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_tracking_text_warchive: borland-5.6.4* borland-5.8.2*
test_tracking_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_tracking_xml_archive: borland-5.6.4* borland-5.8.2*
test_tracking_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_tracking_xml_warchive: borland-5.6.4* borland-5.8.2*
test_tracking_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_unregistered_binary_archive: borland-5.6.4* borland-5.8.2*
test_unregistered_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_unregistered_text_archive: borland-5.6.4* borland-5.8.2*
test_unregistered_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_unregistered_text_warchive: borland-5.6.4* borland-5.8.2*
test_unregistered_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_unregistered_xml_archive: borland-5.6.4* borland-5.8.2*
test_unregistered_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_unregistered_xml_warchive: borland-5.6.4* borland-5.8.2*
test_unregistered_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_valarray_binary_archive: borland-5.6.4* borland-5.8.2*
test_valarray_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_valarray_text_archive: borland-5.6.4* borland-5.8.2*
test_valarray_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_valarray_text_warchive: borland-5.6.4* borland-5.8.2*
test_valarray_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_valarray_xml_archive: borland-5.6.4* borland-5.8.2*
test_valarray_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_valarray_xml_warchive: borland-5.6.4* borland-5.8.2*
test_valarray_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_variant_binary_archive: borland-5.6.4*
test_variant_binary_archive_dll: borland-5.6.4* msvc-7.1 msvc-8.0* msvc-8.0*
test_variant_text_archive: borland-5.6.4*
test_variant_text_archive_dll: borland-5.6.4* msvc-7.1 msvc-8.0* msvc-8.0*
test_variant_text_warchive: borland-5.6.4*
test_variant_text_warchive_dll: borland-5.6.4* msvc-7.1 msvc-8.0* msvc-8.0*
test_variant_xml_archive: borland-5.6.4*
test_variant_xml_archive_dll: borland-5.6.4* msvc-7.1 msvc-8.0* msvc-8.0*
test_variant_xml_warchive: borland-5.6.4*
test_variant_xml_warchive_dll: borland-5.6.4* msvc-7.1 msvc-8.0* msvc-8.0*
test_vector_binary_archive: borland-5.6.4* borland-5.8.2*
test_vector_binary_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_vector_text_archive: borland-5.6.4* borland-5.8.2*
test_vector_text_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_vector_text_warchive: borland-5.6.4* borland-5.8.2*
test_vector_text_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_vector_xml_archive: borland-5.6.4* borland-5.8.2*
test_vector_xml_archive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_vector_xml_warchive: borland-5.6.4* borland-5.8.2*
test_vector_xml_warchive_dll: borland-5.6.4* borland-5.8.2* msvc-7.1 msvc-8.0* msvc-8.0*
test_void_cast: borland-5.6.4* borland-5.8.2*
test_void_cast_dll: borland-5.6.4* borland-5.8.2*
|signals|
dead_slot_test: borland-5.6.4* borland-5.8.2*
deletion_test: borland-5.6.4* borland-5.8.2*
ordering_test: borland-5.6.4* borland-5.8.2*
signal_n_test: borland-5.6.4* borland-5.8.2*
trackable_test: borland-5.6.4* borland-5.8.2*
|spirit|
mix_and_match_trees: sun-5.8 sun-5.8
numerics_tests: darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 gcc-4.1.2_sunos_i86pc intel-linux-9.0 msvc-7.1 msvc-8.0* msvc-8.0*
numerics_tests_debug: darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 gcc-4.1.2_sunos_i86pc intel-linux-9.0 msvc-7.1 msvc-8.0* msvc-8.0*
|system|
error_code_test: borland-5.6.4* borland-5.8.2*
error_code_test_dll: borland-5.6.4* borland-5.8.2*
error_code_user_test: borland-5.6.4* borland-5.8.2*
error_code_user_test_dll: borland-5.6.4* borland-5.8.2*
header_only_test: borland-5.6.4* borland-5.8.2*
initialization_test: borland-5.6.4* borland-5.8.2*
system_error_test: borland-5.6.4* borland-5.8.2*
system_error_test_dll: borland-5.6.4* borland-5.8.2*
|test|
boost_check_equal_str: sun-5.8 sun-5.8
|thread|
test_barrier: borland-5.6.4* borland-5.8.2*
test_barrier_lib: borland-5.6.4* borland-5.8.2*
test_condition: borland-5.6.4* borland-5.8.2*
test_condition_lib: borland-5.6.4* borland-5.8.2*
test_mutex: borland-5.6.4* borland-5.8.2*
test_mutex_lib: borland-5.6.4* borland-5.8.2*
test_once: borland-5.6.4* borland-5.8.2*
test_once_lib: borland-5.6.4* borland-5.8.2*
test_read_write_mutex: borland-5.6.4* borland-5.8.2*
test_read_write_mutex_lib: borland-5.6.4* borland-5.8.2*
test_thread: borland-5.6.4* borland-5.8.2*
test_thread_lib: borland-5.6.4* borland-5.8.2*
test_tss: borland-5.6.4* borland-5.8.2*
|tr1|
std_run_complex_overloads: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0
std_run_random: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0
std_test_regex: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0
std_test_shared_ptr: borland-5.8.2*
std_test_tr1_include: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0 sun-5.8
std_test_tuple: acc darwin-4.0.1* gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0 sun-5.8
std_test_tuple_tricky: acc darwin-4.0.1* gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0 sun-5.8 sun-5.8
test_shared_ptr: borland-5.8.2*
test_tr1_include: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0 sun-5.8
test_tuple: acc darwin-4.0.1* gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0 sun-5.8
test_tuple_tricky: acc darwin-4.0.1* gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0 sun-5.8 sun-5.8
test_utility_std_header: acc darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 hp_cxx-71_006_tru64 intel-linux-9.0 sun-5.8
|type_traits|
make_signed_test: borland-5.6.4* borland-5.8.2*
make_unsigned_test: borland-5.6.4* borland-5.8.2*
promote_basic_test: hp_cxx-71_006_tru64
|typeof|
data_member_emulation: borland-5.6.4* borland-5.8.2*
function_binding_emulation: borland-5.6.4* borland-5.8.2*
function_emulation: borland-5.6.4* borland-5.8.2*
function_ptr_emulation: borland-5.6.4* borland-5.8.2*
function_ptr_from_tpl_emulation: borland-5.6.4* borland-5.8.2*
function_ref_emulation: borland-5.6.4* borland-5.8.2*
member_function_emulation: borland-5.6.4* borland-5.8.2*
modifiers_emulation: borland-5.6.4* borland-5.8.2*
nested_typedef_emulation: borland-5.6.4* borland-5.8.2*
noncopyable_emulation: borland-5.6.4* borland-5.8.2*
odr_emulation: borland-5.6.4* borland-5.8.2*
odr_no_uns: borland-5.6.4* borland-5.8.2*
std_emulation: borland-5.6.4* borland-5.8.2*
template_dependent_emulation: borland-5.6.4* borland-5.8.2*
template_enum_emulation: borland-5.6.4* borland-5.8.2*
template_int_emulation: borland-5.6.4* borland-5.8.2*
template_multiword_emulation: borland-5.6.4* borland-5.8.2*
template_tpl_emulation: borland-5.6.4* borland-5.8.2*
template_type_emulation: borland-5.6.4* borland-5.8.2*
type_emulation: borland-5.6.4* borland-5.8.2*
|utility|
result_of_test: sun-5.8 sun-5.8
|wave|
test_re2c_lexer: msvc-7.1 msvc-8.0*
test_slex_lexer: darwin-4.0.1* darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 gcc-4.1.2_sunos_i86pc hp_cxx-71_006_tru64 intel-linux-9.0 msvc-7.1 msvc-8.0* msvc-8.0*
testwave_dll: sun-5.8 sun-5.8
|xpressive|
c_traits: hp_cxx-71_006_tru64
regress: hp_cxx-71_006_tru64
test_actions: acc darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0
test_symbols: acc darwin-4.0.1* darwin-4.0.1* gcc-3.3.6 intel-linux-9.0
1
0

29 Sep '07
I have finished converting this dynamic object factory to use boost:::fusion
With "dynamic object factory" I mean that new classes could be
registered/unregistered at runtime. This is somewhat different from
other factory library that requires the classes known to the factory,
i.e. the classes for whom the factory creates objects, to be listed at
the point of factory instantation.
In case program is scattered among different library/modules this
could became an important constrain because there is no one point in
the program where you know what will be the all and only classes your
factory will be tailored on.
The feature list is:
- Support for many class hierarchies at the same time
- Generic constructor argument type or default c'tor
- Type safe constructor overloading
- Support for user supplied 'object create' functions
- Dynamic class registering/unregistering
- And finally the most important: 100% type safe also at runtime!
Constructor arguments overloading is a nicety I didn't find in other
implementations.
This is my first attempt with boost::fusion, I hope my understanding
of this library is correct, but of course any feedback on how to
improve the code or the design is very much welcomed.
Library has been uploaded to Vault, file is 'simple_factory.tar.gz'
under base directory.
Library contains a show case program "main.cpp" heavily commented to
be used as a kind of user manual.
Thanks
Marco
1
0
JD wrote:
>
> I tried without the new_file_size, I tried with a mapped_file... Is
> there something I don't get? Why are we not able to open a file that
> already exist?
>
I assume you have mapped_file.cpp in your project already (otherwise I
don't think you could link).
Upon quick inspection, your example seems to mimic some of the test code
almost identically (i.e. in mapped_file_test.cpp), so I think it should
work...
What happens when you try to run the unit tests in the
boost_1_34_1\libs\iostreams\test subdirectory of the source tarball?
Do they pass?
1
0
1
0