Boost
Threads by month
- ----- 2025 -----
- 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
January 2006
- 177 participants
- 314 discussions

13 Jan '06
When trying to compile this (tester.cpp):
#include <boost/filesystem/path.hpp>
int main(int argc, char *argv[])
{
boost::filesystem::path path1( "some/path" );
boost::filesystem::path path2;
path2.append( path1.begin(), path1.end() );
}
like this:
> g++ -o tester tester.cpp -L/usr/local/lib -lboost_filesystem-d-1_34
-I/usr/local/include/boost-1_34
with this:
> g++ --version
i686-apple-darwin8-g++-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build
5247)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There
is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
or this:
> g++ --version
powerpc-apple-darwin8-g++-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc.
build 5247)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There
is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
I get this:
/usr/local/include/boost-1_34/boost/filesystem/path.hpp: In member
function 'boost::filesystem::basic_path<String, Traits>&
boost::filesystem::basic_path<String, Traits>::append(InputIterator,
InputIterator) [with InputIterator =
boost::filesystem::basic_path<std::string,
boost::filesystem::path_traits>::iterator, String = std::string, Traits
= boost::filesystem::path_traits]':
tester.cpp:7: instantiated from here
/usr/local/include/boost-1_34/boost/filesystem/path.hpp:1002: error: no
matching function for call to 'is_separator(const
std::basic_string<char, std::char_traits<char>, std::allocator<char> >&)'
tester.cpp:7: instantiated from here
/usr/local/include/boost-1_34/boost/filesystem/path.hpp:1002: error: no
matching function for call to 'is_separator(const
std::basic_string<char, std::char_traits<char>, std::allocator<char> >&)'
tester.cpp:7: instantiated from here
/usr/local/include/boost-1_34/boost/filesystem/path.hpp:1002: error: no
match for 'operator==' in
'((boost::iterator_facade<boost::filesystem::basic_path<std::string,
boost::filesystem::path_traits>::iterator, const std::string,
boost::bidirectional_traversal_tag, const std::string&, ptrdiff_t>*)(&
boost::operator+(const boost::iterator_facade<Derived1, V1, TC1, R1,
D1>&, typename Derived::difference_type) [with Derived =
boost::filesystem::basic_path<std::string,
boost::filesystem::path_traits>::iterator, V = const std::string, TC =
boost::bidirectional_traversal_tag, R = const std::string&, D =
ptrdiff_t](2)))->boost::iterator_facade<I, V, TC, R, D>::operator* [with
Derived = boost::filesystem::basic_path<std::string,
boost::filesystem::path_traits>::iterator, Value = const std::string,
CategoryOrTraversal = boost::bidirectional_traversal_tag, Reference =
const std::string&, Difference = ptrdiff_t]() ==
boost::filesystem::colon<boost::filesystem::basic_path<std::string,
boost::filesystem::path_traits> >::value'
tester.cpp:7: instantiated from here
/usr/local/include/boost-1_34/boost/filesystem/path.hpp:1007: error: no
matching function for call to 'is_separator(const
std::basic_string<char, std::char_traits<char>, std::allocator<char> >&)'
tester.cpp:7: instantiated from here
/usr/local/include/boost-1_34/boost/filesystem/path.hpp:1011: error: no
match for 'operator&&' in 'boost::operator!= [with Derived1 =
boost::filesystem::basic_path<std::string,
boost::filesystem::path_traits>::iterator, V1 = const std::string, TC1 =
boost::bidirectional_traversal_tag, R1 = const std::string&, D1 =
ptrdiff_t, Derived2 = boost::filesystem::basic_path<std::string,
boost::filesystem::path_traits>::iterator, V2 = const std::string, TC2 =
boost::bidirectional_traversal_tag, R2 = const std::string&, D2 =
ptrdiff_t](((const
boost::iterator_facade<boost::filesystem::basic_path<std::string,
boost::filesystem::path_traits>::iterator, const std::string,
boost::bidirectional_traversal_tag, const std::string&,
ptrdiff_t>&)((const
boost::iterator_facade<boost::filesystem::basic_path<std::string,
boost::filesystem::path_traits>::iterator, const std::string,
boost::bidirectional_traversal_tag, const std::string&,
ptrdiff_t>*)((boost::iterator_facade<boost::filesystem::basic_path<std::string,
boost::filesystem::path_traits>::iterator, const std::string,
boost::bidirectional_traversal_tag, const std::string&, ptrdiff_t>*)(&
first)))), ((const
boost::iterator_facade<boost::filesystem::basic_path<std::string,
boost::filesystem::path_traits>::iterator, const std::string,
boost::bidirectional_traversal_tag, const std::string&,
ptrdiff_t>&)((const
boost::iterator_facade<boost::filesystem::basic_path<std::string,
boost::filesystem::path_traits>::iterator, const std::string,
boost::bidirectional_traversal_tag, const std::string&,
ptrdiff_t>*)((boost::iterator_facade<boost::filesystem::basic_path<std::string,
boost::filesystem::path_traits>::iterator, const std::string,
boost::bidirectional_traversal_tag, const std::string&, ptrdiff_t>*)(&
last))))) &&
((boost::iterator_facade<boost::filesystem::basic_path<std::string,
boost::filesystem::path_traits>::iterator, const std::string,
boost::bidirectional_traversal_tag, const std::string&, ptrdiff_t>*)(&
first))->boost::iterator_facade<I, V, TC, R, D>::operator* [with Derived
= boost::filesystem::basic_path<std::string,
boost::filesystem::path_traits>::iterator, Value = const std::string,
CategoryOrTraversal = boost::bidirectional_traversal_tag, Reference =
const std::string&, Difference = ptrdiff_t]()'
/usr/local/include/boost-1_34/boost/filesystem/path.hpp:1011: note:
candidates are: operator&&(bool, bool) <built-in>
tester.cpp:7: instantiated from here
/usr/local/include/boost-1_34/boost/filesystem/path.hpp:1011: error: no
matching function for call to
'boost::filesystem::basic_path<std::string,
boost::filesystem::path_traits>::m_append(const std::basic_string<char,
std::char_traits<char>, std::allocator<char> >&)'
/usr/local/include/boost-1_34/boost/filesystem/path.hpp:959: note:
candidates are: void boost::filesystem::basic_path<String,
Traits>::m_append(typename String::value_type) [with String =
std::string, Traits = boost::filesystem::path_traits]
/usr/local/include/boost-1_34/boost/iterator/iterator_facade.hpp: In
static member function 'static void
boost::iterator_core_access::advance(Facade&, typename
Facade::difference_type) [with Facade =
boost::filesystem::basic_path<std::string,
boost::filesystem::path_traits>::iterator]':
/usr/local/include/boost-1_34/boost/iterator/iterator_facade.hpp:695:
instantiated from 'Derived& boost::iterator_facade<I, V, TC, R,
D>::operator+=(Difference) [with Derived =
boost::filesystem::basic_path<std::string,
boost::filesystem::path_traits>::iterator, Value = const std::string,
CategoryOrTraversal = boost::bidirectional_traversal_tag, Reference =
const std::string&, Difference = ptrdiff_t]'
/usr/local/include/boost-1_34/boost/filesystem/path.hpp:1004:
instantiated from 'boost::filesystem::basic_path<String, Traits>&
boost::filesystem::basic_path<String, Traits>::append(InputIterator,
InputIterator) [with InputIterator =
boost::filesystem::basic_path<std::string,
boost::filesystem::path_traits>::iterator, String = std::string, Traits
= boost::filesystem::path_traits]'
tester.cpp:7: instantiated from here
/usr/local/include/boost-1_34/boost/iterator/iterator_facade.hpp:547:
error: 'class boost::filesystem::basic_path<std::string,
boost::filesystem::path_traits>::iterator' has no member named 'advance'
I get similar errors when building with g++ 3.3. Any ideas?
1
1
Recently I discovered that setting LIMIT_SIZE > 117 with MSVC8 produces an error:
...typeof/vector.hpp(58) : fatal error C1009: compiler limit : macros nested
too deeply
That's quite unfortunate because frameworks such as Spirit easily produce type
expressions too complex for this setting.
Well, we're at the preprocessor's and not the compiler's limits so we can do
something about it:
Changing the outer loops in typeof/vector.hpp to use BOOST_PP_LOCAL_ITERATE
instead of BOOST_PP_REPEAT buys us a new maximum of 238 (and the same error for
higher values, so it's still the preprocessor's limit).
While testing my hack described above I recognized that preprocessing
typeof/vector.hpp takes unpleasantly long, so I decided to kill two birds with one
stone by improving performance and pushing the limits even further. That is making
typeof/vector.hpp load preprocessed files for LIMIT_SIZE e { 50,100,150,200,250 }.
For the maximum: 250 be it - it's getting quite close to the limits of
Boost.Preprocessor (and I still don't know the maximum number of template
parameters allowed with MSVC8 ;-).
Here's my modifications:
http://tinyurl.com/839s3
Cheers,
Tobias
2
11
Hi.
These are minor things I noticed with, and was bothered by, the
asio::ipv4::address class. This is by no means an asio review (although
we desperately need some networking library, that's for sure).
What I dislike is the string-accepting contructor and the to_string()
method. My personal taste is that textual conversions (and the
ip::address class is a very good candidate for this) should be made
through the standard ostream/istream operators. This has the usual
advantages of using an idiom. It also provides standard means to detect
parsing error using the ios_base::fail bit. The ip::address currently
has the only option of throwing in the string-accepting contructor,
however, this is not intuitive, IMHO (and not documented). String
conversions can be easily performed using boost::lexical_cast.
Another thing is the plethora of assingment operators. Wouldn't a single
copy-assignment be enough?
And one last suggestion: A construtor taking 4 unsigned chars, allowing
this:
asio::ipv4::address my_address(192, 168, 0, 1);
Thanks for listening,
Yuval
8
17
Boost Regression test failures
Report time: 2006-01-12T14:25:55Z
This report lists all regression test failures on release platforms.
Detailed report:
http://engineering.meta-comm.com/boost-regression/CVS-HEAD/developer/issues…
The following platforms have a large number of failures:
gcc-3.2.3-linux
1084 failures in 30 libraries (559 are from non-broken platforms)
numeric/ublas (1)
disjoint_sets (1)
random (1)
concept_check (18 of 19 failures are from non-broken platforms)
iostreams (23)
regex (1)
conversion (5)
property_map (1)
graph (28 of 29 failures are from non-broken platforms)
numeric/interval (4)
signals (22 of 24 failures are from non-broken platforms)
program_options (7)
rational (3)
test (14 of 15 failures are from non-broken platforms)
parameter (12)
function (16)
python (63)
wave (9 of 12 failures are from non-broken platforms)
tr1 (7)
serialization (194 of 624 failures are from non-broken platforms)
spirit (17 of 115 failures are from non-broken platforms)
xpressive (31)
date_time (6 of 13 failures are from non-broken platforms)
thread (3)
multi_array (2)
bind (2)
multi_index (0 of 1 failures are from non-broken platforms)
ptr_container (0 of 12 failures are from non-broken platforms)
typeof (6)
filesystem (28 of 31 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.
|numeric/ublas|
concepts: mingw-3_4_2
|disjoint_sets|
disjoint_set_test: vc-7_1
|random|
random_test: intel-9.0-linux
|concept_check|
stl_concept_covering: cw-9_4 cw-9_5-darwin gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-3_4_3-sunos gcc-4.0.2-linux gcc-4_0-darwin intel-9.0-linux intel-win32-8_1 intel-win32-9_0 mingw-3_4_2 tru64cxx71-006 vc-7_1 vc-7_1
|iostreams|
auto_close_test: tru64cxx71-006
code_converter_test: tru64cxx71-006
component_access_test: tru64cxx71-006
compose_test: tru64cxx71-006
copy_test: tru64cxx71-006
counter_test: tru64cxx71-006
example_test: tru64cxx71-006
filtering_stream_test: tru64cxx71-006
finite_state_filter_test: tru64cxx71-006
flush_test: tru64cxx71-006
invert_test: tru64cxx71-006
line_filter_test: tru64cxx71-006
newline_test: tru64cxx71-006
pipeline_test: tru64cxx71-006
regex_filter_test: gcc-2.95.3-stlport-4.6.2-linux tru64cxx71-006
restrict_test: tru64cxx71-006
seekable_file_test: tru64cxx71-006
seekable_filter_test: tru64cxx71-006
stdio_filter_test: tru64cxx71-006
symmetric_filter_test: tru64cxx71-006
tee_test: tru64cxx71-006
wide_stream_test: tru64cxx71-006
|regex|
grep: gcc-2.95.3-stlport-4.6.2-linux
|conversion|
lexical_cast_test: intel-win32-8_1 intel-win32-9_0 vc-7_1 vc-7_1 vc-7_1
|property_map|
property_map_cc: vc-7_1
|graph|
adjacency_matrix_test: vc-7_1
astar_search_test: vc-7_1
bellman-test: vc-7_1
betweenness_centrality_test: vc-7_1
bfs: vc-7_1
biconnected_components_test: vc-7_1
bundled_properties: vc-7_1
csr_graph_test: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux vc-7_1
cuthill_mckee_ordering: vc-7_1
dag_longest_paths: vc-7_1
dfs: vc-7_1
dijkstra_heap_performance: vc-7_1
dominator_tree_test: vc-7_1
floyd_warshall_test: vc-7_1
graph: vc-7_1
graphviz_test: gcc-3.2.3-linux* vc-7_1 vc-7_1 vc-7_1
gursoy_atun_layout_test: vc-7_1
isomorphism: vc-7_1
king_ordering: vc-7_1
layout_test: vc-7_1
matching_test: vc-7_1
sequential_vertex_coloring: vc-7_1
subgraph: vc-7_1
transitive_closure_test: vc-7_1
|numeric/interval|
integer: vc-7_1
mul: tru64cxx71-006
overflow: tru64cxx71-006
pi: tru64cxx71-006
|signals|
dead_slot_test: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-3_4_3-sunos gcc-4.0.2-linux gcc-4_0-darwin vc-7_1
deletion_test: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
trackable_test: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-3_4_3-sunos gcc-4.0.2-linux gcc-4_0-darwin vc-7_1
|program_options|
cmdline_test_dll: cw-9_4
options_description_test_dll: cw-9_4
parsers_test_dll: cw-9_4
positional_options_test_dll: cw-9_4
unicode_test_dll: cw-9_4
variable_map_test_dll: cw-9_4
winmain_dll: cw-9_4
|rational|
rational_test: gcc-2.95.3-stlport-4.6.2-linux vc-7_1 vc-7_1
|test|
test_fp_comparisons: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
test_tools_test: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-3_4_3-sunos gcc-4.0.2-linux gcc-4_0-darwin intel-9.0-linux mingw-3_4_2 tru64cxx71-006
|parameter|
basics: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
efficiency: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
macros: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
sfinae: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
tutorial: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
unnamed: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
|function|
allocator_test: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
contains2_test: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
contains_test: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
function_n_test: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
lambda_test: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
lib_function_test: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
std_bind_cxx98: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
std_bind_portable: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
|python|
andreas_beyer: vc-7_1
args: vc-7_1
auto_ptr: vc-7_1
back_reference: vc-7_1
ben_scott1: vc-7_1
bienstman1: vc-7_1
bienstman2: vc-7_1
bienstman3: vc-7_1
builtin_converters: vc-7_1
callbacks: vc-7_1
const_argument: vc-7_1
crossmod_exception: vc-7_1
data_members: vc-7_1
defaults: vc-7_1
dict: vc-7_1
docstring: vc-7_1
enum: vc-7_1
exception_translator: vc-7_1
exec: vc-7_1
extract: vc-7_1
implicit: vc-7_1
injected: vc-7_1
iterator: vc-7_1
keywords: vc-7_1
list: vc-7_1
long: vc-7_1
map_indexing_suite: vc-7_1
minimal: vc-7_1
multi_arg_constructor: vc-7_1
nested: vc-7_1
numpy: gcc-4_0-darwin vc-7_1
object: vc-7_1
opaque: vc-7_1
operators: vc-7_1
pearu1: vc-7_1
pickle1: vc-7_1
pickle2: vc-7_1
pickle3: vc-7_1
pickle4: vc-7_1
pointer_vector: vc-7_1
polymorphism: vc-7_1
polymorphism2: vc-7_1
polymorphism2_auto_ptr: vc-7_1
properties: vc-7_1
raw_ctor: vc-7_1
return_arg: vc-7_1
select_arg_to_python_test: mingw-3_4_2 vc-7_1
select_holder: mingw-3_4_2 vc-7_1
shared_ptr: vc-7_1
slice: gcc-4_0-darwin vc-7_1
staticmethod: vc-7_1
stl_iterator: vc-7_1
str: vc-7_1
test_pointer_adoption: vc-7_1
try: vc-7_1
tuple: vc-7_1
vector_indexing_suite: vc-7_1
virtual_functions: vc-7_1
wrapper_held_type: vc-7_1
|wave|
test_re2c_lexer: cw-9_4 gcc-3.2.3-linux*
test_slex_lexer: cw-9_4 gcc-3.2.3-linux*
testwave: cw-9_4 cw-9_5-darwin mingw-3_4_2 vc-7_1
testwave_dll: cw-9_4 cw-9_5-darwin gcc-3.2.3-linux* vc-7_1
|tr1|
std_test_function: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
test_exception: gcc-2.95.3-stlport-4.6.2-linux
test_function: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
test_new: gcc-2.95.3-stlport-4.6.2-linux
test_stdexcept: gcc-2.95.3-stlport-4.6.2-linux
|serialization|
test_array_binary_archive: gcc-3.2.3-linux*
test_array_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_array_text_archive: gcc-3.2.3-linux*
test_array_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_array_text_warchive: gcc-3.2.3-linux*
test_array_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_array_xml_archive: gcc-3.2.3-linux*
test_array_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_array_xml_warchive: gcc-3.2.3-linux*
test_array_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_binary_binary_archive: gcc-3.2.3-linux*
test_binary_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_binary_text_archive: gcc-3.2.3-linux*
test_binary_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_binary_text_warchive: gcc-3.2.3-linux*
test_binary_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_binary_xml_archive: gcc-3.2.3-linux*
test_binary_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_binary_xml_warchive: gcc-3.2.3-linux*
test_binary_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_class_info_load_binary_archive: gcc-3.2.3-linux*
test_class_info_load_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_class_info_load_text_archive: gcc-3.2.3-linux*
test_class_info_load_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_class_info_load_text_warchive: gcc-3.2.3-linux*
test_class_info_load_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_class_info_load_xml_archive: gcc-3.2.3-linux*
test_class_info_load_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_class_info_load_xml_warchive: gcc-3.2.3-linux*
test_class_info_load_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_class_info_save_binary_archive: gcc-3.2.3-linux*
test_class_info_save_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_class_info_save_text_archive: gcc-3.2.3-linux*
test_class_info_save_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_class_info_save_text_warchive: gcc-3.2.3-linux*
test_class_info_save_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_class_info_save_xml_archive: gcc-3.2.3-linux*
test_class_info_save_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_class_info_save_xml_warchive: gcc-3.2.3-linux*
test_class_info_save_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_contained_class_binary_archive: gcc-3.2.3-linux*
test_contained_class_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_contained_class_text_archive: gcc-3.2.3-linux*
test_contained_class_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_contained_class_text_warchive: gcc-3.2.3-linux*
test_contained_class_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_contained_class_xml_archive: gcc-3.2.3-linux*
test_contained_class_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_contained_class_xml_warchive: gcc-3.2.3-linux*
test_contained_class_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_cyclic_ptrs_binary_archive: gcc-3.2.3-linux*
test_cyclic_ptrs_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_cyclic_ptrs_text_archive: gcc-3.2.3-linux*
test_cyclic_ptrs_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_cyclic_ptrs_text_warchive: gcc-3.2.3-linux*
test_cyclic_ptrs_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_cyclic_ptrs_xml_archive: gcc-3.2.3-linux*
test_cyclic_ptrs_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_cyclic_ptrs_xml_warchive: gcc-3.2.3-linux*
test_cyclic_ptrs_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_delete_pointer_binary_archive: gcc-3.2.3-linux*
test_delete_pointer_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_delete_pointer_text_archive: gcc-3.2.3-linux*
test_delete_pointer_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_delete_pointer_text_warchive: gcc-3.2.3-linux*
test_delete_pointer_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_delete_pointer_xml_archive: gcc-3.2.3-linux*
test_delete_pointer_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_delete_pointer_xml_warchive: gcc-3.2.3-linux*
test_delete_pointer_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_demo: gcc-3.2.3-linux*
test_demo_auto_ptr: gcc-3.2.3-linux*
test_demo_auto_ptr_dll: cw-9_4 gcc-3.2.3-linux*
test_demo_dll: gcc-3.2.3-linux*
test_demo_exception: gcc-3.2.3-linux*
test_demo_exception_dll: gcc-3.2.3-linux*
test_demo_fast_archive: gcc-3.2.3-linux*
test_demo_fast_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_demo_pimpl: gcc-3.2.3-linux* mingw-3_4_2 vc-7_1
test_demo_pimpl_dll: cw-9_4 gcc-3.2.3-linux* mingw-3_4_2 vc-7_1
test_demo_polymorphic: gcc-3.2.3-linux*
test_demo_polymorphic_dll: cw-9_4 gcc-3.2.3-linux* vc-7_1
test_demo_portable_archive: gcc-3.2.3-linux* vc-7_1
test_demo_portable_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_demo_shared_ptr: gcc-3.2.3-linux* mingw-3_4_2
test_demo_shared_ptr_dll: gcc-3.2.3-linux* mingw-3_4_2 vc-7_1
test_demo_xml: gcc-3.2.3-linux* mingw-3_4_2 vc-7_1
test_demo_xml_dll: gcc-3.2.3-linux* mingw-3_4_2 vc-7_1
test_demo_xml_load: gcc-3.2.3-linux* mingw-3_4_2 vc-7_1
test_demo_xml_load_dll: gcc-3.2.3-linux* mingw-3_4_2 vc-7_1
test_demo_xml_save: gcc-3.2.3-linux*
test_demo_xml_save_dll: gcc-3.2.3-linux* vc-7_1
test_deque_binary_archive: gcc-3.2.3-linux*
test_deque_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_deque_text_archive: gcc-3.2.3-linux*
test_deque_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_deque_text_warchive: gcc-3.2.3-linux*
test_deque_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_deque_xml_archive: gcc-3.2.3-linux*
test_deque_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_deque_xml_warchive: gcc-3.2.3-linux*
test_deque_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_derived_binary_archive: gcc-3.2.3-linux*
test_derived_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_derived_class_binary_archive: gcc-3.2.3-linux*
test_derived_class_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_derived_class_ptr_binary_archive: gcc-3.2.3-linux*
test_derived_class_ptr_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_derived_class_ptr_text_archive: gcc-3.2.3-linux*
test_derived_class_ptr_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_derived_class_ptr_text_warchive: gcc-3.2.3-linux*
test_derived_class_ptr_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_derived_class_ptr_xml_archive: gcc-3.2.3-linux*
test_derived_class_ptr_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_derived_class_ptr_xml_warchive: gcc-3.2.3-linux*
test_derived_class_ptr_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_derived_class_text_archive: gcc-3.2.3-linux*
test_derived_class_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_derived_class_text_warchive: gcc-3.2.3-linux*
test_derived_class_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_derived_class_xml_archive: gcc-3.2.3-linux*
test_derived_class_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_derived_class_xml_warchive: gcc-3.2.3-linux*
test_derived_class_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_derived_text_archive: gcc-3.2.3-linux*
test_derived_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_derived_text_warchive: gcc-3.2.3-linux*
test_derived_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_derived_xml_archive: gcc-3.2.3-linux*
test_derived_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_derived_xml_warchive: gcc-3.2.3-linux*
test_derived_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_diamond_binary_archive: gcc-3.2.3-linux*
test_diamond_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_diamond_text_archive: gcc-3.2.3-linux*
test_diamond_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_diamond_text_warchive: gcc-3.2.3-linux*
test_diamond_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_diamond_xml_archive: gcc-3.2.3-linux*
test_diamond_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_diamond_xml_warchive: gcc-3.2.3-linux*
test_diamond_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_exported_binary_archive: gcc-3.2.3-linux*
test_exported_binary_archive_dll: gcc-3.2.3-linux*
test_exported_text_archive: gcc-3.2.3-linux*
test_exported_text_archive_dll: gcc-3.2.3-linux*
test_exported_text_warchive: gcc-3.2.3-linux*
test_exported_text_warchive_dll: gcc-3.2.3-linux*
test_exported_xml_archive: gcc-3.2.3-linux*
test_exported_xml_archive_dll: gcc-3.2.3-linux*
test_exported_xml_warchive: gcc-3.2.3-linux*
test_exported_xml_warchive_dll: gcc-3.2.3-linux*
test_iterators_base64: mingw-3_4_2 vc-7_1
test_list_binary_archive: gcc-3.2.3-linux*
test_list_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_list_ptrs_binary_archive: gcc-3.2.3-linux*
test_list_ptrs_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_list_ptrs_text_archive: gcc-3.2.3-linux*
test_list_ptrs_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_list_ptrs_text_warchive: gcc-3.2.3-linux*
test_list_ptrs_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_list_ptrs_xml_archive: gcc-3.2.3-linux*
test_list_ptrs_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_list_ptrs_xml_warchive: gcc-3.2.3-linux*
test_list_ptrs_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_list_text_archive: gcc-3.2.3-linux*
test_list_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_list_text_warchive: gcc-3.2.3-linux*
test_list_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_list_xml_archive: gcc-3.2.3-linux*
test_list_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_list_xml_warchive: gcc-3.2.3-linux*
test_list_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_map_binary_archive: gcc-3.2.3-linux*
test_map_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_map_text_archive: gcc-3.2.3-linux*
test_map_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_map_text_warchive: gcc-3.2.3-linux*
test_map_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_map_xml_archive: gcc-3.2.3-linux*
test_map_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_map_xml_warchive: gcc-3.2.3-linux*
test_map_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_mi_binary_archive: gcc-3.2.3-linux*
test_mi_binary_archive_dll: gcc-3.2.3-linux*
test_mi_text_archive: gcc-3.2.3-linux*
test_mi_text_archive_dll: gcc-3.2.3-linux*
test_mi_text_warchive: gcc-3.2.3-linux*
test_mi_text_warchive_dll: gcc-3.2.3-linux*
test_mi_xml_archive: gcc-3.2.3-linux*
test_mi_xml_archive_dll: gcc-3.2.3-linux*
test_mi_xml_warchive: gcc-3.2.3-linux*
test_mi_xml_warchive_dll: gcc-3.2.3-linux*
test_mult_archive_types: gcc-3.2.3-linux*
test_mult_archive_types_dll: gcc-3.2.3-linux*
test_multiple_ptrs_binary_archive: gcc-3.2.3-linux*
test_multiple_ptrs_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_multiple_ptrs_text_archive: gcc-3.2.3-linux*
test_multiple_ptrs_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_multiple_ptrs_text_warchive: gcc-3.2.3-linux*
test_multiple_ptrs_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_multiple_ptrs_xml_archive: gcc-3.2.3-linux*
test_multiple_ptrs_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_multiple_ptrs_xml_warchive: gcc-3.2.3-linux*
test_multiple_ptrs_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_no_rtti_binary_archive: gcc-3.2.3-linux*
test_no_rtti_binary_archive_dll: gcc-3.2.3-linux*
test_no_rtti_text_archive: gcc-3.2.3-linux*
test_no_rtti_text_archive_dll: gcc-3.2.3-linux*
test_no_rtti_text_warchive: gcc-3.2.3-linux*
test_no_rtti_text_warchive_dll: gcc-3.2.3-linux*
test_no_rtti_xml_archive: gcc-3.2.3-linux*
test_no_rtti_xml_archive_dll: gcc-3.2.3-linux*
test_no_rtti_xml_warchive: gcc-3.2.3-linux*
test_no_rtti_xml_warchive_dll: gcc-3.2.3-linux*
test_non_default_ctor2_binary_archive: gcc-3.2.3-linux*
test_non_default_ctor2_binary_archive_dll: gcc-3.2.3-linux*
test_non_default_ctor2_text_archive: gcc-3.2.3-linux*
test_non_default_ctor2_text_archive_dll: gcc-3.2.3-linux*
test_non_default_ctor2_text_warchive: gcc-3.2.3-linux*
test_non_default_ctor2_text_warchive_dll: gcc-3.2.3-linux*
test_non_default_ctor2_xml_archive: gcc-3.2.3-linux*
test_non_default_ctor2_xml_archive_dll: gcc-3.2.3-linux*
test_non_default_ctor2_xml_warchive: gcc-3.2.3-linux*
test_non_default_ctor2_xml_warchive_dll: gcc-3.2.3-linux*
test_non_default_ctor_binary_archive: gcc-3.2.3-linux*
test_non_default_ctor_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_non_default_ctor_text_archive: gcc-3.2.3-linux*
test_non_default_ctor_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_non_default_ctor_text_warchive: gcc-3.2.3-linux*
test_non_default_ctor_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_non_default_ctor_xml_archive: gcc-3.2.3-linux*
test_non_default_ctor_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_non_default_ctor_xml_warchive: gcc-3.2.3-linux*
test_non_default_ctor_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_non_intrusive_binary_archive: gcc-3.2.3-linux*
test_non_intrusive_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_non_intrusive_text_archive: gcc-3.2.3-linux*
test_non_intrusive_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_non_intrusive_text_warchive: gcc-3.2.3-linux*
test_non_intrusive_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_non_intrusive_xml_archive: gcc-3.2.3-linux*
test_non_intrusive_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_non_intrusive_xml_warchive: gcc-3.2.3-linux*
test_non_intrusive_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_null_ptr_binary_archive: gcc-3.2.3-linux*
test_null_ptr_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_null_ptr_text_archive: gcc-3.2.3-linux*
test_null_ptr_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_null_ptr_text_warchive: gcc-3.2.3-linux*
test_null_ptr_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_null_ptr_xml_archive: gcc-3.2.3-linux*
test_null_ptr_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_null_ptr_xml_warchive: gcc-3.2.3-linux*
test_null_ptr_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_nvp_binary_archive: gcc-3.2.3-linux*
test_nvp_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_nvp_text_archive: gcc-3.2.3-linux* gcc-3.3.6-linux
test_nvp_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_nvp_text_warchive: gcc-3.2.3-linux*
test_nvp_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_nvp_xml_archive: gcc-3.2.3-linux*
test_nvp_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_nvp_xml_warchive: gcc-3.2.3-linux*
test_nvp_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_object_binary_archive: gcc-3.2.3-linux*
test_object_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_object_text_archive: gcc-3.2.3-linux*
test_object_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_object_text_warchive: gcc-3.2.3-linux*
test_object_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_object_xml_archive: gcc-3.2.3-linux*
test_object_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_object_xml_warchive: gcc-3.2.3-linux*
test_object_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_optional_binary_archive: gcc-3.2.3-linux*
test_optional_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_optional_text_archive: gcc-3.2.3-linux*
test_optional_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_optional_text_warchive: gcc-3.2.3-linux*
test_optional_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_optional_xml_archive: gcc-3.2.3-linux*
test_optional_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_optional_xml_warchive: gcc-3.2.3-linux*
test_optional_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_polymorphic_binary_archive: gcc-3.2.3-linux*
test_polymorphic_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_polymorphic_text_archive: gcc-3.2.3-linux*
test_polymorphic_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_polymorphic_text_warchive: gcc-3.2.3-linux*
test_polymorphic_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_polymorphic_xml_archive: gcc-3.2.3-linux*
test_polymorphic_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_polymorphic_xml_warchive: gcc-3.2.3-linux*
test_polymorphic_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_primitive_binary_archive: gcc-3.2.3-linux*
test_primitive_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_primitive_text_archive: gcc-3.2.3-linux*
test_primitive_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_primitive_text_warchive: gcc-3.2.3-linux*
test_primitive_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_primitive_xml_archive: gcc-3.2.3-linux*
test_primitive_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_primitive_xml_warchive: gcc-3.2.3-linux*
test_primitive_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_private_ctor: gcc-3.2.3-linux* mingw-3_4_2 vc-7_1
test_private_ctor_dll: cw-9_4 gcc-3.2.3-linux* mingw-3_4_2 vc-7_1
test_recursion_binary_archive: gcc-3.2.3-linux*
test_recursion_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_recursion_text_archive: gcc-3.2.3-linux*
test_recursion_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_recursion_text_warchive: gcc-3.2.3-linux*
test_recursion_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_recursion_xml_archive: gcc-3.2.3-linux*
test_recursion_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_recursion_xml_warchive: gcc-3.2.3-linux*
test_recursion_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_registered_binary_archive: gcc-3.2.3-linux*
test_registered_binary_archive_dll: gcc-3.2.3-linux*
test_registered_text_archive: gcc-3.2.3-linux*
test_registered_text_archive_dll: gcc-3.2.3-linux*
test_registered_text_warchive: gcc-3.2.3-linux*
test_registered_text_warchive_dll: gcc-3.2.3-linux*
test_registered_xml_archive: gcc-3.2.3-linux*
test_registered_xml_archive_dll: gcc-3.2.3-linux*
test_registered_xml_warchive: gcc-3.2.3-linux*
test_registered_xml_warchive_dll: gcc-3.2.3-linux*
test_reset_object_address: gcc-3.2.3-linux*
test_reset_object_address_dll: cw-9_4 gcc-3.2.3-linux* mingw-3_4_2
test_set_binary_archive: gcc-3.2.3-linux*
test_set_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_set_text_archive: gcc-3.2.3-linux*
test_set_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_set_text_warchive: gcc-3.2.3-linux*
test_set_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_set_xml_archive: gcc-3.2.3-linux*
test_set_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_set_xml_warchive: gcc-3.2.3-linux*
test_set_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_shared_ptr_132_binary_archive: gcc-3.2.3-linux*
test_shared_ptr_132_binary_archive_dll: gcc-3.2.3-linux*
test_shared_ptr_132_text_archive: gcc-3.2.3-linux*
test_shared_ptr_132_text_archive_dll: gcc-3.2.3-linux*
test_shared_ptr_132_text_warchive: gcc-3.2.3-linux*
test_shared_ptr_132_text_warchive_dll: gcc-3.2.3-linux*
test_shared_ptr_132_xml_archive: gcc-3.2.3-linux*
test_shared_ptr_132_xml_archive_dll: gcc-3.2.3-linux*
test_shared_ptr_132_xml_warchive: gcc-3.2.3-linux*
test_shared_ptr_132_xml_warchive_dll: gcc-3.2.3-linux*
test_shared_ptr_binary_archive: gcc-3.2.3-linux*
test_shared_ptr_binary_archive_dll: gcc-3.2.3-linux*
test_shared_ptr_text_archive: gcc-3.2.3-linux*
test_shared_ptr_text_archive_dll: gcc-3.2.3-linux*
test_shared_ptr_text_warchive: gcc-3.2.3-linux*
test_shared_ptr_text_warchive_dll: gcc-3.2.3-linux*
test_shared_ptr_xml_archive: gcc-3.2.3-linux*
test_shared_ptr_xml_archive_dll: gcc-3.2.3-linux*
test_shared_ptr_xml_warchive: gcc-3.2.3-linux*
test_shared_ptr_xml_warchive_dll: gcc-3.2.3-linux*
test_simple_class_binary_archive: gcc-3.2.3-linux*
test_simple_class_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_simple_class_ptr_binary_archive: gcc-3.2.3-linux*
test_simple_class_ptr_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_simple_class_ptr_text_archive: gcc-3.2.3-linux*
test_simple_class_ptr_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_simple_class_ptr_text_warchive: gcc-3.2.3-linux*
test_simple_class_ptr_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_simple_class_ptr_xml_archive: gcc-3.2.3-linux*
test_simple_class_ptr_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_simple_class_ptr_xml_warchive: gcc-3.2.3-linux*
test_simple_class_ptr_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_simple_class_text_archive: gcc-3.2.3-linux*
test_simple_class_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_simple_class_text_warchive: gcc-3.2.3-linux*
test_simple_class_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_simple_class_xml_archive: gcc-3.2.3-linux*
test_simple_class_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_simple_class_xml_warchive: gcc-3.2.3-linux*
test_simple_class_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_split_binary_archive: gcc-3.2.3-linux*
test_split_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_split_text_archive: gcc-3.2.3-linux*
test_split_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_split_text_warchive: gcc-3.2.3-linux*
test_split_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_split_xml_archive: gcc-3.2.3-linux*
test_split_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_split_xml_warchive: gcc-3.2.3-linux*
test_split_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_tracking_binary_archive: gcc-3.2.3-linux*
test_tracking_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_tracking_text_archive: gcc-3.2.3-linux*
test_tracking_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_tracking_text_warchive: gcc-3.2.3-linux*
test_tracking_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_tracking_xml_archive: gcc-3.2.3-linux*
test_tracking_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_tracking_xml_warchive: gcc-3.2.3-linux*
test_tracking_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_unregistered_binary_archive: gcc-3.2.3-linux*
test_unregistered_binary_archive_dll: gcc-3.2.3-linux*
test_unregistered_text_archive: gcc-3.2.3-linux*
test_unregistered_text_archive_dll: gcc-3.2.3-linux*
test_unregistered_text_warchive: gcc-3.2.3-linux*
test_unregistered_text_warchive_dll: gcc-3.2.3-linux*
test_unregistered_xml_archive: gcc-3.2.3-linux*
test_unregistered_xml_archive_dll: gcc-3.2.3-linux*
test_unregistered_xml_warchive: gcc-3.2.3-linux*
test_unregistered_xml_warchive_dll: gcc-3.2.3-linux*
test_variant_binary_archive: gcc-3.2.3-linux*
test_variant_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_variant_text_archive: gcc-3.2.3-linux*
test_variant_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_variant_text_warchive: gcc-3.2.3-linux*
test_variant_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_variant_xml_archive: gcc-3.2.3-linux*
test_variant_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_variant_xml_warchive: gcc-3.2.3-linux*
test_variant_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_vector_binary_archive: gcc-3.2.3-linux*
test_vector_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_vector_text_archive: gcc-3.2.3-linux*
test_vector_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_vector_text_warchive: gcc-3.2.3-linux*
test_vector_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_vector_xml_archive: gcc-3.2.3-linux*
test_vector_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_vector_xml_warchive: gcc-3.2.3-linux*
test_vector_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_void_cast: gcc-3.2.3-linux*
test_void_cast_dll: cw-9_4 gcc-3.2.3-linux*
|spirit|
action_tests: gcc-3.2.3-linux*
action_tests_debug: gcc-3.2.3-linux*
ast_calc_tests: gcc-3.2.3-linux*
ast_calc_tests_debug: gcc-3.2.3-linux*
bug_000008: gcc-3.2.3-linux*
bug_fixes: gcc-3.2.3-linux*
bug_fixes_debug: gcc-3.2.3-linux*
char_strings_test: gcc-3.2.3-linux*
char_strings_test_debug: gcc-3.2.3-linux*
chset_tests: gcc-3.2.3-linux*
chset_tests_debug: gcc-3.2.3-linux*
closure_tests: gcc-3.2.3-linux*
closure_tests_debug: gcc-3.2.3-linux*
confix_tests: gcc-3.2.3-linux*
confix_tests_debug: gcc-3.2.3-linux*
directives_tests: gcc-3.2.3-linux*
directives_tests_debug: gcc-3.2.3-linux*
distinct_tests: gcc-3.2.3-linux*
distinct_tests_debug: gcc-3.2.3-linux*
epsilon_tests: gcc-3.2.3-linux*
epsilon_tests_debug: gcc-3.2.3-linux*
escape_char_parser_tests: gcc-3.2.3-linux*
escape_char_parser_tests_debug: gcc-3.2.3-linux*
exception_tests: gcc-3.2.3-linux*
exception_tests_debug: gcc-3.2.3-linux*
for_p_as_parser_tests: gcc-3.2.3-linux*
for_tests: gcc-3.2.3-linux*
for_tests_debug: gcc-3.2.3-linux*
fundamental_tests: gcc-3.2.3-linux*
fundamental_tests_debug: gcc-3.2.3-linux*
grammar_def_test: gcc-3.2.3-linux*
grammar_def_test_debug: gcc-3.2.3-linux*
grammar_mt_tests: gcc-3.2.3-linux*
grammar_multi_instance_tst: gcc-3.2.3-linux*
grammar_multi_instance_tst_debug: gcc-3.2.3-linux*
grammar_tests: gcc-3.2.3-linux*
grammar_tests_debug: gcc-3.2.3-linux*
group_match_bug: gcc-3.2.3-linux*
group_match_bug_debug: gcc-3.2.3-linux*
if_p_as_parser_tests: gcc-3.2.3-linux*
if_p_int_as_condition_test: gcc-3.2.3-linux*
if_p_int_as_condition_test_debug: gcc-3.2.3-linux*
if_tests: gcc-3.2.3-linux*
if_tests_debug: gcc-3.2.3-linux*
lazy_tests: gcc-3.2.3-linux*
lazy_tests_debug: gcc-3.2.3-linux*
loops_tests: gcc-3.2.3-linux*
loops_tests_debug: gcc-3.2.3-linux*
match_tests: gcc-3.2.3-linux*
match_tests_debug: gcc-3.2.3-linux*
multi_pass_compile_tests: gcc-3.2.3-linux* intel-win32-8_1
negated_eps_p_test: gcc-3.2.3-linux*
negated_eps_p_test_debug: gcc-3.2.3-linux*
numerics_tests: gcc-3.2.3-linux*
numerics_tests_debug: gcc-3.2.3-linux*
operators_tests: gcc-3.2.3-linux*
operators_tests_debug: gcc-3.2.3-linux*
parametric_tests: gcc-3.2.3-linux*
parametric_tests_debug: gcc-3.2.3-linux*
parser_context_test: gcc-3.2.3-linux*
parser_context_test_debug: gcc-3.2.3-linux*
parser_traits_tests: gcc-3.2.3-linux*
parser_traits_tests_debug: gcc-3.2.3-linux*
primitives_tests: gcc-3.2.3-linux*
primitives_tests_debug: gcc-3.2.3-linux*
repeat_ast_tests: gcc-3.2.3-linux*
repeat_ast_tests_debug: gcc-3.2.3-linux*
rule_tests: gcc-3.2.3-linux*
rule_tests_debug: gcc-3.2.3-linux*
scanner_tests: gcc-3.2.3-linux*
scanner_tests_debug: gcc-3.2.3-linux*
scanner_value_type_tests: cw-9_4 cw-9_5-darwin gcc-3.2.3-linux* gcc-3_3-darwin gcc-3_4_3-sunos gcc-4_0-darwin intel-win32-8_1 tru64cxx71-006 vc-7_1
scanner_value_type_tests_debug: cw-9_4 cw-9_5-darwin gcc-3.2.3-linux* gcc-3_3-darwin gcc-3_4_3-sunos gcc-4_0-darwin intel-win32-8_1 tru64cxx71-006 vc-7_1
scoped_lock_tests: gcc-3.2.3-linux*
scoped_lock_tests_debug: gcc-3.2.3-linux*
select_p_with_rule: gcc-3.2.3-linux*
select_p_with_rule_debug: gcc-3.2.3-linux*
shortest_alternative_tests: gcc-3.2.3-linux*
shortest_alternative_tests_debug: gcc-3.2.3-linux*
subrule_tests: gcc-3.2.3-linux*
subrule_tests_debug: gcc-3.2.3-linux*
switch_problem: gcc-3.2.3-linux*
switch_problem_debug: gcc-3.2.3-linux*
switch_tests_eps_default: gcc-3.2.3-linux*
switch_tests_eps_default_debug: gcc-3.2.3-linux*
switch_tests_general_def: gcc-3.2.3-linux*
switch_tests_general_def_debug: gcc-3.2.3-linux*
switch_tests_single: gcc-3.2.3-linux*
switch_tests_single_debug: gcc-3.2.3-linux*
switch_tests_wo_default: gcc-3.2.3-linux*
switch_tests_wo_default_debug: gcc-3.2.3-linux*
symbols_tests: gcc-3.2.3-linux*
symbols_tests_debug: gcc-3.2.3-linux*
traverse_tests: gcc-3.2.3-linux*
traverse_tests_debug: gcc-3.2.3-linux*
while_p_as_parser_tests: gcc-3.2.3-linux*
while_tests: gcc-3.2.3-linux*
while_tests_debug: gcc-3.2.3-linux*
|xpressive|
c_traits: cw-9_4 cw-9_5-darwin
misc1: cw-9_5-darwin
regress: cw-9_4 cw-9_5-darwin
test1: cw-9_4 cw-9_5-darwin
test10: cw-9_5-darwin intel-win32-8_1
test10u: cw-9_5-darwin
test1u: cw-9_5-darwin
test2: cw-9_4 cw-9_5-darwin
test2u: cw-9_5-darwin
test3: cw-9_4 cw-9_5-darwin
test3u: cw-9_5-darwin
test4: cw-9_5-darwin
test4u: cw-9_5-darwin
test5: cw-9_5-darwin
test5u: cw-9_5-darwin
test6: cw-9_5-darwin
test6u: cw-9_5-darwin
test7: cw-9_5-darwin
test7u: cw-9_5-darwin
test8: cw-9_5-darwin
test8u: cw-9_5-darwin
test9: cw-9_5-darwin
test9u: cw-9_5-darwin
test_non_char: cw-9_5-darwin tru64cxx71-006
|date_time|
testgreg_serialize: gcc-3.2.3-linux*
testgreg_serialize_dll: cw-9_4 gcc-3.2.3-linux* intel-win32-8_1 intel-win32-9_0 vc-7_1 vc-7_1 vc-7_1
testgreg_serialize_xml: gcc-3.2.3-linux*
testtime_serialize: gcc-3.2.3-linux*
testtime_serialize_std_config: gcc-3.2.3-linux*
testtime_serialize_xml: gcc-3.2.3-linux*
testtime_serialize_xml_std_config: gcc-3.2.3-linux*
|thread|
test_tss: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
test_tss_lib: gcc-2.95.3-linux
|multi_array|
access: gcc-3.3.6-linux gcc-3.4.4-linux
|bind|
bind_function_test: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
|multi_index|
test_serialization: gcc-3.2.3-linux*
|ptr_container|
incomplete_type_test: gcc-3.2.3-linux*
indirect_fun: gcc-3.2.3-linux*
iterator_test: gcc-3.2.3-linux*
ptr_array: gcc-3.2.3-linux*
ptr_deque: gcc-3.2.3-linux*
ptr_list: gcc-3.2.3-linux*
ptr_map: gcc-3.2.3-linux*
ptr_set: gcc-3.2.3-linux*
ptr_vector: gcc-3.2.3-linux*
tree_test: gcc-3.2.3-linux*
tut1: gcc-3.2.3-linux*
view_example: gcc-3.2.3-linux*
|typeof|
function_ptr_from_tpl_emulation: vc-7_1 vc-7_1
function_ptr_from_tpl_native: vc-7_1 vc-7_1
lvalue_emulation: gcc-4.0.2-linux
lvalue_native: gcc-4.0.2-linux
|filesystem|
convenience_test: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
fstream_test: gcc-2.95.3-stlport-4.6.2-linux gcc-3.2.3-linux*
large_file_support_test: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
mbcopy: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux gcc-3.2.3-linux* mingw-3_4_2
mbpath: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux mingw-3_4_2
operations_test: cw-9_5-darwin gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
operations_test_dll: cw-9_5-darwin gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
path_test: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
path_test_dll: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
simple_ls: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
wide_test: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux gcc-3.2.3-linux* mingw-3_4_2 mingw-3_4_2 tru64cxx71-006
1
0

12 Jan '06
In-Reply-To: <dpsep6$t6q$1(a)sea.gmane.org>
axilmar(a)b-online.gr (Achilleas Margaritis) wrote (abridged):
> the following proposal is about a small library for multithreaded
> garbage collection using only boost threads.
Am I right in thinking your approach does not allow pointers to objects to
be embedded into other objects? They have to be on the stack?
If so, I imagine that would be a fairly severe limitation. It prevents you
from having circular chains of pointers, support for which is usually one
of the reasons for adopting GC.
-- Dave Harris, Nottingham, UK.
3
7
A group of folks here in Phoenix got together and had a little asio 'review
party'. Before we had too many beers to be useful, there was one primary
issue the group discussed that I'd like to bring to the list -- some minor
stuff will go offlist to Christopher directly.
As was discussed early on in the review asio doesn't currently support ipv6.
However, going forward ipv6 support is critical for the "Phoenix Group".
Given the current asio interfaces it seems clear that the extension will come
in the form of another namespace -- presumably asio::ipv6. This means that
client code will need to be modified to make the upgrade to ipv6. The need to
modify code for ipv6 support was disliked by the group. It was the consensus
of this group that it would be preferable to explore a solution that could
support both ipv4 and ipv6 addresses seemlessly without changes to client
code. Part of the rationale for this is that most applications don't directly
configure the ip addresses in code, but rather read them from configurations.
Hence it would be nice if the upgrade was as simple as swithching over the
configuration. Thus the same compiled app could directly support ipv4 and ipv6.
Thoughts, discussion?
Jeff
4
4
Boost Regression test failures
Report time: 2006-01-11T15:15:51Z
This report lists all regression test failures on release platforms.
Detailed report:
http://engineering.meta-comm.com/boost-regression/CVS-HEAD/developer/issues…
The following platforms have a large number of failures:
gcc-3.2.3-linux
1234 failures in 31 libraries (557 are from non-broken platforms)
numeric/ublas (1)
disjoint_sets (1)
iterator (5)
random (1)
concept_check (18 of 19 failures are from non-broken platforms)
iostreams (23)
regex (3)
conversion (5)
graph (29 of 30 failures are from non-broken platforms)
numeric/interval (3)
signals (18)
program_options (7)
rational (3)
test (14 of 15 failures are from non-broken platforms)
parameter (12)
function (16)
python (59)
mpl (2)
wave (3 of 6 failures are from non-broken platforms)
tr1 (7)
serialization (313 of 743 failures are from non-broken platforms)
spirit (13 of 111 failures are from non-broken platforms)
xpressive (74)
date_time (6 of 13 failures are from non-broken platforms)
thread (3)
multi_array (2)
bind (2)
multi_index (0 of 1 failures are from non-broken platforms)
ptr_container (0 of 12 failures are from non-broken platforms)
typeof (6)
filesystem (28 of 31 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.
|numeric/ublas|
concepts: vc-7_1
|disjoint_sets|
disjoint_set_test: vc-7_1
|iterator|
is_lvalue_iterator: mingw-3_4_2 vc-7_1
is_readable_iterator: mingw-3_4_2 vc-7_1
iterator_archetype_cc: mingw-3_4_2
|random|
random_test: intel-9.0-linux
|concept_check|
stl_concept_covering: cw-9_4 cw-9_5-darwin gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-3_4_3-sunos gcc-4.0.2-linux gcc-4_0-darwin intel-9.0-linux intel-win32-8_1 intel-win32-9_0 mingw-3_4_2 tru64cxx71-006 vc-7_1 vc-7_1
|iostreams|
auto_close_test: tru64cxx71-006
code_converter_test: tru64cxx71-006
component_access_test: tru64cxx71-006
compose_test: tru64cxx71-006
copy_test: tru64cxx71-006
counter_test: tru64cxx71-006
example_test: tru64cxx71-006
filtering_stream_test: tru64cxx71-006
finite_state_filter_test: tru64cxx71-006
flush_test: tru64cxx71-006
invert_test: tru64cxx71-006
line_filter_test: tru64cxx71-006
newline_test: tru64cxx71-006
pipeline_test: tru64cxx71-006
regex_filter_test: gcc-2.95.3-stlport-4.6.2-linux tru64cxx71-006
restrict_test: tru64cxx71-006
seekable_file_test: tru64cxx71-006
seekable_filter_test: tru64cxx71-006
stdio_filter_test: tru64cxx71-006
symmetric_filter_test: tru64cxx71-006
tee_test: tru64cxx71-006
wide_stream_test: tru64cxx71-006
|regex|
grep: gcc-2.95.3-stlport-4.6.2-linux
regex_regress_dll: gcc-3.3.6-linux
static_mutex_test: gcc-3.3.6-linux
|conversion|
lexical_cast_test: intel-win32-8_1 intel-win32-9_0 vc-7_1 vc-7_1 vc-7_1
|graph|
adj_list_cc: vc-7_1
adjacency_matrix_test: vc-7_1
astar_search_test: vc-7_1
bellman-test: vc-7_1
betweenness_centrality_test: vc-7_1
bfs: vc-7_1
biconnected_components_test: vc-7_1
bundled_properties: vc-7_1
csr_graph_test: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux vc-7_1
cuthill_mckee_ordering: vc-7_1
dag_longest_paths: vc-7_1
dfs: vc-7_1
dijkstra_heap_performance: vc-7_1
dominator_tree_test: vc-7_1
floyd_warshall_test: vc-7_1
graph: vc-7_1
graphviz_test: gcc-3.2.3-linux* vc-7_1 vc-7_1 vc-7_1
gursoy_atun_layout_test: vc-7_1
isomorphism: vc-7_1
king_ordering: vc-7_1
layout_test: vc-7_1
matching_test: vc-7_1
sequential_vertex_coloring: vc-7_1
subgraph: vc-7_1
transitive_closure_test: vc-7_1
|numeric/interval|
mul: tru64cxx71-006
overflow: tru64cxx71-006
pi: tru64cxx71-006
|signals|
dead_slot_test: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux gcc-3_3-darwin gcc-3_4_3-sunos gcc-4_0-darwin mingw-3_4_2 vc-7_1 vc-7_1
deletion_test: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
trackable_test: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux gcc-3_3-darwin gcc-3_4_3-sunos gcc-4_0-darwin mingw-3_4_2 vc-7_1 vc-7_1
|program_options|
cmdline_test_dll: cw-9_4
options_description_test_dll: cw-9_4
parsers_test_dll: cw-9_4
positional_options_test_dll: cw-9_4
unicode_test_dll: cw-9_4
variable_map_test_dll: cw-9_4
winmain_dll: cw-9_4
|rational|
rational_test: gcc-2.95.3-stlport-4.6.2-linux vc-7_1 vc-7_1
|test|
test_fp_comparisons: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
test_tools_test: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-3_4_3-sunos gcc-4.0.2-linux gcc-4_0-darwin intel-9.0-linux mingw-3_4_2 tru64cxx71-006
|parameter|
basics: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
efficiency: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
macros: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
sfinae: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
tutorial: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
unnamed: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
|function|
allocator_test: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
contains2_test: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
contains_test: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
function_n_test: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
lambda_test: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
lib_function_test: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
std_bind_cxx98: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
std_bind_portable: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
|python|
andreas_beyer: vc-7_1
args: vc-7_1
auto_ptr: vc-7_1
back_reference: vc-7_1
ben_scott1: vc-7_1
bienstman1: vc-7_1
bienstman2: vc-7_1
bienstman3: vc-7_1
builtin_converters: vc-7_1
callbacks: vc-7_1
const_argument: vc-7_1
crossmod_exception: vc-7_1
data_members: vc-7_1
defaults: vc-7_1
dict: vc-7_1
docstring: vc-7_1
enum: vc-7_1
exception_translator: vc-7_1
exec: vc-7_1
extract: vc-7_1
implicit: vc-7_1
injected: vc-7_1
iterator: vc-7_1
keywords: vc-7_1
list: vc-7_1
long: vc-7_1
map_indexing_suite: vc-7_1
minimal: vc-7_1
multi_arg_constructor: vc-7_1
nested: vc-7_1
numpy: gcc-4_0-darwin vc-7_1
object: vc-7_1
opaque: vc-7_1
operators: vc-7_1
pearu1: vc-7_1
pickle1: vc-7_1
pickle2: vc-7_1
pickle3: vc-7_1
pickle4: vc-7_1
pointer_vector: vc-7_1
polymorphism: vc-7_1
polymorphism2: vc-7_1
polymorphism2_auto_ptr: vc-7_1
properties: vc-7_1
raw_ctor: vc-7_1
return_arg: vc-7_1
shared_ptr: vc-7_1
slice: gcc-4_0-darwin vc-7_1
staticmethod: vc-7_1
stl_iterator: vc-7_1
str: vc-7_1
test_pointer_adoption: vc-7_1
try: vc-7_1
tuple: vc-7_1
vector_indexing_suite: vc-7_1
virtual_functions: vc-7_1
wrapper_held_type: vc-7_1
|mpl|
largest_int: mingw-3_4_2 vc-7_1
|wave|
test_re2c_lexer: gcc-3.2.3-linux*
test_slex_lexer: gcc-3.2.3-linux*
testwave: cw-9_5-darwin
testwave_dll: cw-9_4 cw-9_5-darwin gcc-3.2.3-linux*
|tr1|
std_test_function: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
test_exception: gcc-2.95.3-stlport-4.6.2-linux
test_function: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
test_new: gcc-2.95.3-stlport-4.6.2-linux
test_stdexcept: gcc-2.95.3-stlport-4.6.2-linux
|serialization|
test_array_binary_archive: gcc-3.2.3-linux*
test_array_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_array_text_archive: gcc-3.2.3-linux*
test_array_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_array_text_warchive: gcc-3.2.3-linux*
test_array_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_array_xml_archive: gcc-3.2.3-linux*
test_array_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_array_xml_warchive: gcc-3.2.3-linux*
test_array_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_binary_binary_archive: gcc-3.2.3-linux*
test_binary_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_binary_text_archive: gcc-3.2.3-linux*
test_binary_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_binary_text_warchive: gcc-3.2.3-linux*
test_binary_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_binary_xml_archive: gcc-3.2.3-linux*
test_binary_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_binary_xml_warchive: gcc-3.2.3-linux*
test_binary_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_class_info_load_binary_archive: gcc-3.2.3-linux*
test_class_info_load_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_class_info_load_text_archive: gcc-3.2.3-linux*
test_class_info_load_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_class_info_load_text_warchive: gcc-3.2.3-linux*
test_class_info_load_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_class_info_load_xml_archive: gcc-3.2.3-linux*
test_class_info_load_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_class_info_load_xml_warchive: gcc-3.2.3-linux*
test_class_info_load_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_class_info_save_binary_archive: gcc-3.2.3-linux*
test_class_info_save_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_class_info_save_text_archive: gcc-3.2.3-linux*
test_class_info_save_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_class_info_save_text_warchive: gcc-3.2.3-linux*
test_class_info_save_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_class_info_save_xml_archive: gcc-3.2.3-linux*
test_class_info_save_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_class_info_save_xml_warchive: gcc-3.2.3-linux*
test_class_info_save_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_contained_class_binary_archive: gcc-3.2.3-linux*
test_contained_class_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_contained_class_text_archive: gcc-3.2.3-linux*
test_contained_class_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_contained_class_text_warchive: gcc-3.2.3-linux*
test_contained_class_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_contained_class_xml_archive: gcc-3.2.3-linux*
test_contained_class_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_contained_class_xml_warchive: gcc-3.2.3-linux*
test_contained_class_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_cyclic_ptrs_binary_archive: gcc-3.2.3-linux*
test_cyclic_ptrs_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_cyclic_ptrs_text_archive: gcc-3.2.3-linux*
test_cyclic_ptrs_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_cyclic_ptrs_text_warchive: gcc-3.2.3-linux*
test_cyclic_ptrs_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_cyclic_ptrs_xml_archive: gcc-3.2.3-linux*
test_cyclic_ptrs_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_cyclic_ptrs_xml_warchive: gcc-3.2.3-linux*
test_cyclic_ptrs_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_delete_pointer_binary_archive: gcc-3.2.3-linux*
test_delete_pointer_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_delete_pointer_text_archive: gcc-3.2.3-linux*
test_delete_pointer_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_delete_pointer_text_warchive: gcc-3.2.3-linux*
test_delete_pointer_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_delete_pointer_xml_archive: gcc-3.2.3-linux*
test_delete_pointer_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_delete_pointer_xml_warchive: gcc-3.2.3-linux*
test_delete_pointer_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_demo: gcc-3.2.3-linux*
test_demo_auto_ptr: gcc-3.2.3-linux*
test_demo_auto_ptr_dll: cw-9_4 gcc-3.2.3-linux*
test_demo_dll: gcc-3.2.3-linux*
test_demo_exception: gcc-3.2.3-linux*
test_demo_exception_dll: gcc-3.2.3-linux*
test_demo_fast_archive: gcc-3.2.3-linux*
test_demo_fast_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_demo_pimpl: gcc-3.2.3-linux*
test_demo_pimpl_dll: cw-9_4 gcc-3.2.3-linux*
test_demo_polymorphic: gcc-3.2.3-linux*
test_demo_polymorphic_dll: cw-9_4 gcc-3.2.3-linux*
test_demo_portable_archive: gcc-3.2.3-linux*
test_demo_portable_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_demo_shared_ptr: gcc-3.2.3-linux*
test_demo_shared_ptr_dll: gcc-3.2.3-linux*
test_demo_xml: gcc-3.2.3-linux*
test_demo_xml_dll: gcc-3.2.3-linux*
test_demo_xml_load: gcc-3.2.3-linux*
test_demo_xml_load_dll: gcc-3.2.3-linux*
test_demo_xml_save: gcc-3.2.3-linux*
test_demo_xml_save_dll: gcc-3.2.3-linux*
test_deque_binary_archive: gcc-3.2.3-linux*
test_deque_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_deque_text_archive: gcc-3.2.3-linux*
test_deque_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_deque_text_warchive: gcc-3.2.3-linux*
test_deque_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_deque_xml_archive: gcc-3.2.3-linux*
test_deque_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_deque_xml_warchive: gcc-3.2.3-linux*
test_deque_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_derived_binary_archive: gcc-3.2.3-linux*
test_derived_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_derived_class_binary_archive: gcc-3.2.3-linux*
test_derived_class_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_derived_class_ptr_binary_archive: gcc-3.2.3-linux*
test_derived_class_ptr_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_derived_class_ptr_text_archive: gcc-3.2.3-linux*
test_derived_class_ptr_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_derived_class_ptr_text_warchive: gcc-3.2.3-linux*
test_derived_class_ptr_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_derived_class_ptr_xml_archive: gcc-3.2.3-linux*
test_derived_class_ptr_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_derived_class_ptr_xml_warchive: gcc-3.2.3-linux*
test_derived_class_ptr_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_derived_class_text_archive: gcc-3.2.3-linux*
test_derived_class_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_derived_class_text_warchive: gcc-3.2.3-linux*
test_derived_class_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_derived_class_xml_archive: gcc-3.2.3-linux*
test_derived_class_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_derived_class_xml_warchive: gcc-3.2.3-linux*
test_derived_class_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_derived_text_archive: gcc-3.2.3-linux*
test_derived_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_derived_text_warchive: gcc-3.2.3-linux*
test_derived_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_derived_xml_archive: gcc-3.2.3-linux*
test_derived_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_derived_xml_warchive: gcc-3.2.3-linux*
test_derived_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_diamond_binary_archive: gcc-3.2.3-linux*
test_diamond_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_diamond_text_archive: gcc-3.2.3-linux*
test_diamond_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_diamond_text_warchive: gcc-3.2.3-linux*
test_diamond_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_diamond_xml_archive: gcc-3.2.3-linux*
test_diamond_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_diamond_xml_warchive: gcc-3.2.3-linux*
test_diamond_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_exported_binary_archive: gcc-3.2.3-linux*
test_exported_binary_archive_dll: gcc-3.2.3-linux*
test_exported_text_archive: gcc-3.2.3-linux*
test_exported_text_archive_dll: gcc-3.2.3-linux*
test_exported_text_warchive: gcc-3.2.3-linux*
test_exported_text_warchive_dll: gcc-3.2.3-linux*
test_exported_xml_archive: gcc-3.2.3-linux*
test_exported_xml_archive_dll: gcc-3.2.3-linux*
test_exported_xml_warchive: gcc-3.2.3-linux*
test_exported_xml_warchive_dll: gcc-3.2.3-linux*
test_list_binary_archive: gcc-3.2.3-linux*
test_list_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_list_ptrs_binary_archive: gcc-3.2.3-linux*
test_list_ptrs_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_list_ptrs_text_archive: gcc-3.2.3-linux*
test_list_ptrs_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_list_ptrs_text_warchive: gcc-3.2.3-linux*
test_list_ptrs_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_list_ptrs_xml_archive: gcc-3.2.3-linux*
test_list_ptrs_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_list_ptrs_xml_warchive: gcc-3.2.3-linux*
test_list_ptrs_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_list_text_archive: gcc-3.2.3-linux*
test_list_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_list_text_warchive: gcc-3.2.3-linux*
test_list_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_list_xml_archive: gcc-3.2.3-linux*
test_list_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_list_xml_warchive: gcc-3.2.3-linux*
test_list_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_map_binary_archive: gcc-3.2.3-linux*
test_map_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_map_text_archive: gcc-3.2.3-linux*
test_map_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_map_text_warchive: gcc-3.2.3-linux*
test_map_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_map_xml_archive: gcc-3.2.3-linux*
test_map_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_map_xml_warchive: gcc-3.2.3-linux*
test_map_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_mi_binary_archive: gcc-3.2.3-linux*
test_mi_binary_archive_dll: gcc-3.2.3-linux*
test_mi_text_archive: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_mi_text_archive_dll: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_mi_text_warchive: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_mi_text_warchive_dll: gcc-3.2.3-linux*
test_mi_xml_archive: gcc-3.2.3-linux*
test_mi_xml_archive_dll: gcc-3.2.3-linux*
test_mi_xml_warchive: gcc-3.2.3-linux*
test_mi_xml_warchive_dll: gcc-3.2.3-linux*
test_mult_archive_types: gcc-3.2.3-linux*
test_mult_archive_types_dll: gcc-3.2.3-linux*
test_multiple_ptrs_binary_archive: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_multiple_ptrs_binary_archive_dll: cw-9_4 gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_multiple_ptrs_text_archive: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_multiple_ptrs_text_archive_dll: cw-9_4 gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_multiple_ptrs_text_warchive: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_multiple_ptrs_text_warchive_dll: cw-9_4 gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_multiple_ptrs_xml_archive: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_multiple_ptrs_xml_archive_dll: cw-9_4 gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_multiple_ptrs_xml_warchive: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_multiple_ptrs_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_no_rtti_binary_archive: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_no_rtti_binary_archive_dll: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_no_rtti_text_archive: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_no_rtti_text_archive_dll: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_no_rtti_text_warchive: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_no_rtti_text_warchive_dll: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_no_rtti_xml_archive: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_no_rtti_xml_archive_dll: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_no_rtti_xml_warchive: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_no_rtti_xml_warchive_dll: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_non_default_ctor2_binary_archive: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_non_default_ctor2_binary_archive_dll: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_non_default_ctor2_text_archive: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_non_default_ctor2_text_archive_dll: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_non_default_ctor2_text_warchive: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_non_default_ctor2_text_warchive_dll: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_non_default_ctor2_xml_archive: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_non_default_ctor2_xml_archive_dll: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_non_default_ctor2_xml_warchive: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_non_default_ctor2_xml_warchive_dll: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_non_default_ctor_binary_archive: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_non_default_ctor_binary_archive_dll: cw-9_4 gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_non_default_ctor_text_archive: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_non_default_ctor_text_archive_dll: cw-9_4 gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_non_default_ctor_text_warchive: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_non_default_ctor_text_warchive_dll: cw-9_4 gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_non_default_ctor_xml_archive: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_non_default_ctor_xml_archive_dll: cw-9_4 gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_non_default_ctor_xml_warchive: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_non_default_ctor_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_non_intrusive_binary_archive: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_non_intrusive_binary_archive_dll: cw-9_4 gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_non_intrusive_text_archive: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_non_intrusive_text_archive_dll: cw-9_4 gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_non_intrusive_text_warchive: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_non_intrusive_text_warchive_dll: cw-9_4 gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_non_intrusive_xml_archive: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_non_intrusive_xml_archive_dll: cw-9_4 gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_non_intrusive_xml_warchive: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_non_intrusive_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_null_ptr_binary_archive: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_null_ptr_binary_archive_dll: cw-9_4 gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_null_ptr_text_archive: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_null_ptr_text_archive_dll: cw-9_4 gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_null_ptr_text_warchive: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_null_ptr_text_warchive_dll: cw-9_4 gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_null_ptr_xml_archive: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_null_ptr_xml_archive_dll: cw-9_4 gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_null_ptr_xml_warchive: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_null_ptr_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_nvp_binary_archive: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_nvp_binary_archive_dll: cw-9_4 gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_nvp_text_archive: gcc-3.2.3-linux* gcc-3.3.6-linux
test_nvp_text_archive_dll: cw-9_4 gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_nvp_text_warchive: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_nvp_text_warchive_dll: cw-9_4 gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_nvp_xml_archive: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_nvp_xml_archive_dll: cw-9_4 gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_nvp_xml_warchive: gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_nvp_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux
test_object_binary_archive: gcc-3.2.3-linux*
test_object_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_object_text_archive: gcc-3.2.3-linux*
test_object_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_object_text_warchive: gcc-3.2.3-linux*
test_object_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_object_xml_archive: gcc-3.2.3-linux*
test_object_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_object_xml_warchive: gcc-3.2.3-linux*
test_object_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_optional_binary_archive: gcc-3.2.3-linux*
test_optional_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_optional_text_archive: gcc-3.2.3-linux*
test_optional_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_optional_text_warchive: gcc-3.2.3-linux*
test_optional_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_optional_xml_archive: gcc-3.2.3-linux*
test_optional_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_optional_xml_warchive: gcc-3.2.3-linux*
test_optional_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_polymorphic_binary_archive: gcc-3.2.3-linux*
test_polymorphic_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_polymorphic_text_archive: gcc-3.2.3-linux*
test_polymorphic_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_polymorphic_text_warchive: gcc-3.2.3-linux*
test_polymorphic_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_polymorphic_xml_archive: gcc-3.2.3-linux*
test_polymorphic_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_polymorphic_xml_warchive: gcc-3.2.3-linux*
test_polymorphic_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_primitive_binary_archive: gcc-3.2.3-linux*
test_primitive_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_primitive_text_archive: gcc-3.2.3-linux*
test_primitive_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_primitive_text_warchive: gcc-3.2.3-linux*
test_primitive_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_primitive_xml_archive: gcc-3.2.3-linux*
test_primitive_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_primitive_xml_warchive: gcc-3.2.3-linux*
test_primitive_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_private_ctor: gcc-3.2.3-linux*
test_private_ctor_dll: cw-9_4 gcc-3.2.3-linux*
test_recursion_binary_archive: gcc-3.2.3-linux*
test_recursion_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_recursion_text_archive: gcc-3.2.3-linux*
test_recursion_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_recursion_text_warchive: gcc-3.2.3-linux*
test_recursion_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_recursion_xml_archive: gcc-3.2.3-linux*
test_recursion_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_recursion_xml_warchive: gcc-3.2.3-linux*
test_recursion_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_registered_binary_archive: gcc-3.2.3-linux*
test_registered_binary_archive_dll: gcc-3.2.3-linux*
test_registered_text_archive: gcc-3.2.3-linux*
test_registered_text_archive_dll: gcc-3.2.3-linux*
test_registered_text_warchive: gcc-3.2.3-linux*
test_registered_text_warchive_dll: gcc-3.2.3-linux*
test_registered_xml_archive: gcc-3.2.3-linux*
test_registered_xml_archive_dll: gcc-3.2.3-linux*
test_registered_xml_warchive: gcc-3.2.3-linux*
test_registered_xml_warchive_dll: gcc-3.2.3-linux*
test_reset_object_address: gcc-3.2.3-linux*
test_reset_object_address_dll: cw-9_4 gcc-3.2.3-linux*
test_set_binary_archive: gcc-3.2.3-linux*
test_set_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_set_text_archive: gcc-3.2.3-linux*
test_set_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_set_text_warchive: gcc-3.2.3-linux*
test_set_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_set_xml_archive: gcc-3.2.3-linux*
test_set_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_set_xml_warchive: gcc-3.2.3-linux*
test_set_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_shared_ptr_132_binary_archive: gcc-3.2.3-linux*
test_shared_ptr_132_binary_archive_dll: gcc-3.2.3-linux*
test_shared_ptr_132_text_archive: gcc-3.2.3-linux*
test_shared_ptr_132_text_archive_dll: gcc-3.2.3-linux*
test_shared_ptr_132_text_warchive: gcc-3.2.3-linux*
test_shared_ptr_132_text_warchive_dll: gcc-3.2.3-linux*
test_shared_ptr_132_xml_archive: gcc-3.2.3-linux*
test_shared_ptr_132_xml_archive_dll: gcc-3.2.3-linux*
test_shared_ptr_132_xml_warchive: gcc-3.2.3-linux*
test_shared_ptr_132_xml_warchive_dll: gcc-3.2.3-linux*
test_shared_ptr_binary_archive: gcc-3.2.3-linux*
test_shared_ptr_binary_archive_dll: gcc-3.2.3-linux*
test_shared_ptr_text_archive: gcc-3.2.3-linux*
test_shared_ptr_text_archive_dll: gcc-3.2.3-linux*
test_shared_ptr_text_warchive: gcc-3.2.3-linux*
test_shared_ptr_text_warchive_dll: gcc-3.2.3-linux*
test_shared_ptr_xml_archive: gcc-3.2.3-linux*
test_shared_ptr_xml_archive_dll: gcc-3.2.3-linux*
test_shared_ptr_xml_warchive: gcc-3.2.3-linux*
test_shared_ptr_xml_warchive_dll: gcc-3.2.3-linux*
test_simple_class_binary_archive: gcc-3.2.3-linux*
test_simple_class_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_simple_class_ptr_binary_archive: gcc-3.2.3-linux*
test_simple_class_ptr_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_simple_class_ptr_text_archive: gcc-3.2.3-linux*
test_simple_class_ptr_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_simple_class_ptr_text_warchive: gcc-3.2.3-linux*
test_simple_class_ptr_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_simple_class_ptr_xml_archive: gcc-3.2.3-linux*
test_simple_class_ptr_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_simple_class_ptr_xml_warchive: gcc-3.2.3-linux*
test_simple_class_ptr_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_simple_class_text_archive: gcc-3.2.3-linux*
test_simple_class_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_simple_class_text_warchive: gcc-3.2.3-linux*
test_simple_class_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_simple_class_xml_archive: gcc-3.2.3-linux*
test_simple_class_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_simple_class_xml_warchive: gcc-3.2.3-linux*
test_simple_class_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_split_binary_archive: gcc-3.2.3-linux*
test_split_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_split_text_archive: gcc-3.2.3-linux*
test_split_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_split_text_warchive: gcc-3.2.3-linux*
test_split_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_split_xml_archive: gcc-3.2.3-linux*
test_split_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_split_xml_warchive: gcc-3.2.3-linux*
test_split_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_tracking_binary_archive: gcc-3.2.3-linux*
test_tracking_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_tracking_text_archive: gcc-3.2.3-linux*
test_tracking_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_tracking_text_warchive: gcc-3.2.3-linux*
test_tracking_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_tracking_xml_archive: gcc-3.2.3-linux*
test_tracking_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_tracking_xml_warchive: gcc-3.2.3-linux*
test_tracking_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_unregistered_binary_archive: gcc-3.2.3-linux*
test_unregistered_binary_archive_dll: gcc-3.2.3-linux*
test_unregistered_text_archive: gcc-3.2.3-linux*
test_unregistered_text_archive_dll: gcc-3.2.3-linux*
test_unregistered_text_warchive: gcc-3.2.3-linux*
test_unregistered_text_warchive_dll: gcc-3.2.3-linux*
test_unregistered_xml_archive: gcc-3.2.3-linux*
test_unregistered_xml_archive_dll: gcc-3.2.3-linux*
test_unregistered_xml_warchive: gcc-3.2.3-linux*
test_unregistered_xml_warchive_dll: gcc-3.2.3-linux*
test_variant_binary_archive: gcc-3.2.3-linux*
test_variant_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_variant_text_archive: gcc-3.2.3-linux*
test_variant_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_variant_text_warchive: gcc-3.2.3-linux*
test_variant_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_variant_xml_archive: gcc-3.2.3-linux*
test_variant_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_variant_xml_warchive: gcc-3.2.3-linux*
test_variant_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_vector_binary_archive: gcc-3.2.3-linux*
test_vector_binary_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_vector_text_archive: gcc-3.2.3-linux*
test_vector_text_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_vector_text_warchive: gcc-3.2.3-linux*
test_vector_text_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_vector_xml_archive: gcc-3.2.3-linux*
test_vector_xml_archive_dll: cw-9_4 gcc-3.2.3-linux*
test_vector_xml_warchive: gcc-3.2.3-linux*
test_vector_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux*
test_void_cast: gcc-3.2.3-linux*
test_void_cast_dll: cw-9_4 gcc-3.2.3-linux*
|spirit|
action_tests: gcc-3.2.3-linux*
action_tests_debug: gcc-3.2.3-linux*
ast_calc_tests: gcc-3.2.3-linux*
ast_calc_tests_debug: gcc-3.2.3-linux*
bug_000008: gcc-3.2.3-linux*
bug_fixes: gcc-3.2.3-linux*
bug_fixes_debug: gcc-3.2.3-linux*
char_strings_test: gcc-3.2.3-linux*
char_strings_test_debug: gcc-3.2.3-linux*
chset_tests: gcc-3.2.3-linux*
chset_tests_debug: gcc-3.2.3-linux*
closure_tests: gcc-3.2.3-linux*
closure_tests_debug: gcc-3.2.3-linux*
confix_tests: gcc-3.2.3-linux*
confix_tests_debug: gcc-3.2.3-linux*
directives_tests: gcc-3.2.3-linux*
directives_tests_debug: gcc-3.2.3-linux*
distinct_tests: gcc-3.2.3-linux*
distinct_tests_debug: gcc-3.2.3-linux*
epsilon_tests: gcc-3.2.3-linux*
epsilon_tests_debug: gcc-3.2.3-linux*
escape_char_parser_tests: gcc-3.2.3-linux*
escape_char_parser_tests_debug: gcc-3.2.3-linux*
exception_tests: gcc-3.2.3-linux*
exception_tests_debug: gcc-3.2.3-linux*
for_p_as_parser_tests: gcc-3.2.3-linux* vc-7_1
for_tests: gcc-3.2.3-linux*
for_tests_debug: gcc-3.2.3-linux*
fundamental_tests: gcc-3.2.3-linux*
fundamental_tests_debug: gcc-3.2.3-linux*
grammar_def_test: gcc-3.2.3-linux*
grammar_def_test_debug: gcc-3.2.3-linux*
grammar_mt_tests: gcc-3.2.3-linux*
grammar_multi_instance_tst: gcc-3.2.3-linux*
grammar_multi_instance_tst_debug: gcc-3.2.3-linux*
grammar_tests: gcc-3.2.3-linux*
grammar_tests_debug: gcc-3.2.3-linux*
group_match_bug: gcc-3.2.3-linux*
group_match_bug_debug: gcc-3.2.3-linux*
if_p_as_parser_tests: gcc-3.2.3-linux*
if_p_int_as_condition_test: gcc-3.2.3-linux*
if_p_int_as_condition_test_debug: gcc-3.2.3-linux*
if_tests: gcc-3.2.3-linux*
if_tests_debug: gcc-3.2.3-linux*
lazy_tests: gcc-3.2.3-linux*
lazy_tests_debug: gcc-3.2.3-linux*
loops_tests: gcc-3.2.3-linux*
loops_tests_debug: gcc-3.2.3-linux*
match_tests: gcc-3.2.3-linux*
match_tests_debug: gcc-3.2.3-linux*
multi_pass_compile_tests: gcc-3.2.3-linux*
negated_eps_p_test: gcc-3.2.3-linux*
negated_eps_p_test_debug: gcc-3.2.3-linux*
numerics_tests: gcc-3.2.3-linux*
numerics_tests_debug: gcc-3.2.3-linux*
operators_tests: gcc-3.2.3-linux*
operators_tests_debug: gcc-3.2.3-linux*
parametric_tests: gcc-3.2.3-linux*
parametric_tests_debug: gcc-3.2.3-linux*
parser_context_test: gcc-3.2.3-linux*
parser_context_test_debug: gcc-3.2.3-linux*
parser_traits_tests: gcc-3.2.3-linux*
parser_traits_tests_debug: gcc-3.2.3-linux*
primitives_tests: gcc-3.2.3-linux*
primitives_tests_debug: gcc-3.2.3-linux*
repeat_ast_tests: gcc-3.2.3-linux*
repeat_ast_tests_debug: gcc-3.2.3-linux*
rule_tests: gcc-3.2.3-linux*
rule_tests_debug: gcc-3.2.3-linux*
scanner_tests: gcc-3.2.3-linux*
scanner_tests_debug: gcc-3.2.3-linux*
scanner_value_type_tests: cw-9_5-darwin gcc-3.2.3-linux* gcc-3_3-darwin gcc-3_4_3-sunos gcc-4_0-darwin tru64cxx71-006 vc-7_1
scanner_value_type_tests_debug: cw-9_5-darwin gcc-3.2.3-linux* gcc-3_3-darwin gcc-3_4_3-sunos gcc-4_0-darwin tru64cxx71-006 vc-7_1
scoped_lock_tests: gcc-3.2.3-linux*
scoped_lock_tests_debug: gcc-3.2.3-linux*
select_p_with_rule: gcc-3.2.3-linux*
select_p_with_rule_debug: gcc-3.2.3-linux*
shortest_alternative_tests: gcc-3.2.3-linux*
shortest_alternative_tests_debug: gcc-3.2.3-linux*
subrule_tests: gcc-3.2.3-linux*
subrule_tests_debug: gcc-3.2.3-linux*
switch_problem: gcc-3.2.3-linux*
switch_problem_debug: gcc-3.2.3-linux*
switch_tests_eps_default: gcc-3.2.3-linux*
switch_tests_eps_default_debug: gcc-3.2.3-linux*
switch_tests_general_def: gcc-3.2.3-linux*
switch_tests_general_def_debug: gcc-3.2.3-linux*
switch_tests_single: gcc-3.2.3-linux*
switch_tests_single_debug: gcc-3.2.3-linux*
switch_tests_wo_default: gcc-3.2.3-linux*
switch_tests_wo_default_debug: gcc-3.2.3-linux*
symbols_tests: gcc-3.2.3-linux*
symbols_tests_debug: gcc-3.2.3-linux*
traverse_tests: gcc-3.2.3-linux*
traverse_tests_debug: gcc-3.2.3-linux*
while_p_as_parser_tests: gcc-3.2.3-linux*
while_tests: gcc-3.2.3-linux*
while_tests_debug: gcc-3.2.3-linux*
|xpressive|
c_traits: cw-9_4 cw-9_5-darwin mingw-3_4_2 vc-7_1
misc1: cw-9_5-darwin mingw-3_4_2
regress: cw-9_4 cw-9_5-darwin mingw-3_4_2 vc-7_1
test1: cw-9_4 cw-9_5-darwin mingw-3_4_2 vc-7_1
test10: cw-9_5-darwin intel-win32-8_1 mingw-3_4_2 vc-7_1
test10u: cw-9_5-darwin
test1u: cw-9_5-darwin mingw-3_4_2 vc-7_1
test2: cw-9_4 cw-9_5-darwin mingw-3_4_2 vc-7_1
test2u: cw-9_5-darwin mingw-3_4_2 vc-7_1
test3: cw-9_5-darwin mingw-3_4_2 vc-7_1
test3u: cw-9_5-darwin mingw-3_4_2 vc-7_1
test4: cw-9_5-darwin mingw-3_4_2 vc-7_1
test4u: cw-9_5-darwin mingw-3_4_2 vc-7_1
test5: cw-9_5-darwin mingw-3_4_2 vc-7_1
test5u: cw-9_5-darwin mingw-3_4_2 vc-7_1
test6: cw-9_5-darwin mingw-3_4_2 vc-7_1
test6u: cw-9_5-darwin mingw-3_4_2 vc-7_1
test7: cw-9_5-darwin mingw-3_4_2 vc-7_1
test7u: cw-9_5-darwin mingw-3_4_2 vc-7_1
test8: cw-9_5-darwin mingw-3_4_2 vc-7_1
test8u: cw-9_5-darwin vc-7_1
test9: cw-9_5-darwin mingw-3_4_2 vc-7_1
test9u: cw-9_5-darwin vc-7_1
test_cycles: mingw-3_4_2 vc-7_1
test_non_char: cw-9_5-darwin tru64cxx71-006 vc-7_1
|date_time|
testgreg_serialize: gcc-3.2.3-linux*
testgreg_serialize_dll: cw-9_4 gcc-3.2.3-linux* intel-win32-8_1 intel-win32-9_0 vc-7_1 vc-7_1 vc-7_1
testgreg_serialize_xml: gcc-3.2.3-linux*
testtime_serialize: gcc-3.2.3-linux*
testtime_serialize_std_config: gcc-3.2.3-linux*
testtime_serialize_xml: gcc-3.2.3-linux*
testtime_serialize_xml_std_config: gcc-3.2.3-linux*
|thread|
test_tss: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
test_tss_lib: gcc-2.95.3-linux
|multi_array|
access: gcc-3.3.6-linux gcc-3.4.4-linux
|bind|
bind_function_test: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
|multi_index|
test_serialization: gcc-3.2.3-linux*
|ptr_container|
incomplete_type_test: gcc-3.2.3-linux*
indirect_fun: gcc-3.2.3-linux*
iterator_test: gcc-3.2.3-linux*
ptr_array: gcc-3.2.3-linux*
ptr_deque: gcc-3.2.3-linux*
ptr_list: gcc-3.2.3-linux*
ptr_map: gcc-3.2.3-linux*
ptr_set: gcc-3.2.3-linux*
ptr_vector: gcc-3.2.3-linux*
tree_test: gcc-3.2.3-linux*
tut1: gcc-3.2.3-linux*
view_example: gcc-3.2.3-linux*
|typeof|
function_ptr_from_tpl_emulation: vc-7_1 vc-7_1
function_ptr_from_tpl_native: vc-7_1 vc-7_1
lvalue_emulation: gcc-4.0.2-linux
lvalue_native: gcc-4.0.2-linux
|filesystem|
convenience_test: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
fstream_test: gcc-2.95.3-stlport-4.6.2-linux gcc-3.2.3-linux*
large_file_support_test: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
mbcopy: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux gcc-3.2.3-linux* mingw-3_4_2
mbpath: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux mingw-3_4_2
operations_test: cw-9_5-darwin gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
operations_test_dll: cw-9_5-darwin gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
path_test: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
path_test_dll: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
simple_ls: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
wide_test: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux gcc-3.2.3-linux* mingw-3_4_2 mingw-3_4_2 tru64cxx71-006
2
1
Hello,
support for this platform has recently appeared in Boost but currently
there are a number of test failures.
Some of these test failures can be attributed to the fact that the
regression tests are compiled without dynamic rounding mode enabled. Cxx
needs an extra command line flag (-fprm d) for this.
If I understand things correctly, the interval library relies on dynamic
rounding to be always enabled, therefore I propose attached patch which
checks this for Tru64/cxx.
Note that when this patch is applied, all interval tests will fail for
Tru64/cxx, but this can be fixed by modifying the test Jamfile to enable
dynamic rounding for the tests. If the patch is accepted, I will fix this
or provide a patch, whichever is preferred.
Attached patch also changes the test for __DECCXX__ to __DECCXX, because
this is the macro that the Tru64/cxx compiler defines. Also I'm wondering
what the test for __digital__ is supposed to do, AFAIK there are only cxx
and g++ available for this platform anyway.
The same problem exists for g++ on alpha but I don't know if the presence
of dynamic rounding can be checked for this compiler. Anyway, the needed
flag to enable dynamic rounding is -mfp-rounding-mode=d on this compiler. I
could add this to the test Jamfile, too.
Note that enabling dynamic rounding doesn't clear all errors, but it would
be a start and perhaps enable me or others to root out the other errors and
achieve proper support of Alpha hardware in the interval library.
Markus
Index: alpha_rounding_control.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/numeric/interval/detail/alpha_rounding_control.hpp,v
retrieving revision 1.2
diff -u -w -r1.2 alpha_rounding_control.hpp
--- alpha_rounding_control.hpp 27 Sep 2005 06:08:10 -0000 1.2
+++ alpha_rounding_control.hpp 10 Jan 2006 11:05:03 -0000
@@ -14,7 +14,7 @@
#error This header only works on Alpha CPUs.
#endif
-#if defined(__GNUC__) || defined(__digital__) || defined(__DECCXX__)
+#if defined(__GNUC__) || defined(__digital__) || defined(__DECCXX)
namespace boost {
namespace numeric {
@@ -49,7 +49,12 @@
static void to_nearest() { set_rounding_mode(mode_to_nearest.dmode); }
static void toward_zero() { set_rounding_mode(mode_toward_zero.dmode); }
};
-#elif defined(__digital__) || defined(__DECCXX__)
+#elif defined(__digital__) || defined(__DECCXX)
+
+#if defined(__DECCXX) && !(defined(__FLT_ROUNDS) && __FLT_ROUNDS == -1)
+#error Dynamic rounding mode not enabled. See cxx man page for details.
+#endif
+
# include <float.h> // write_rnd() and read_rnd()
struct alpha_rounding_control
2
2
Hi,
When I link multiple files that have included zip_iterator.hpp I get
the following link error in MSVC 8.0.
...found 16 targets...
...updating 3 targets...
msvc.link ..\bin\examples\msvc-8.0\release\test.exe
..\bin\examples\msvc-8.0\release\test.rsp
test2.obj : error LNK2005: "bool __cdecl
boost::detail::tuple_impl_specific::tuple_equal(struct
boost::tuples::null_type,struct boost::tuples::null_type)"
(?tuple_equal@tuple_impl_specific@detail@boost@@YA_NUnull_type@tuples@3@0@Z)
already defined in test1.obj
..\bin\examples\msvc-8.0\release\test.exe : fatal error LNK1169: one
or more multiply defined symbols found
call "C:\Program Files\Microsoft Visual Studio 8\VC\bin\vcvars32.bat" > nul
link /NOLOGO /subsystem:console
/out:"..\bin\examples\msvc-8.0\release\test.exe" /INCREMENTAL:NO
@"..\bin\examples\msvc-8.0\release\test.rsp"
...failed msvc.link ..\bin\examples\msvc-8.0\release\test.exe
..\bin\examples\msvc-8.0\release\test.rsp...
...removing ..\bin\examples\msvc-8.0\release\test.rsp
...failed updating 2 targets...
...updated 1 target...
I have attached the two files I am compiling and my Jamfile.
Thanks,
Chris
3
3

[Boost-bugs] [ boost-Feature Requests-1402546 ] [variant] Compile time checked getter
by SourceForge.net 12 Jan '06
by SourceForge.net 12 Jan '06
12 Jan '06
Feature Requests item #1402546, was opened at 2006-01-10 22:58
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=357586&aid=1402546&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: [variant] Compile time checked getter
Initial Comment:
[Sorry if anyone feels bad about this, I already posted
it in usera and devel lists, with no answer at all]
During a redesign, I began using boost::variant, and I
detected that trying to get a value of a type not
included in variant type-list resulted in run-time
error (cast or null pointer).
I feel that a variant should only try to return a valid
type from its type-list, otherwise giving a compiler
error, and reserve runttime errors for that case when
someone tries to get a value from a type contained in
the typelist, but not the actual type contained in the
actual object.
In such a way, I have made a little redesign on
boost::get and called it boost::checked_get:
namespace boost {
template <typename U,
BOOST_VARIANT_ENUM_PARAMS(typename T) >
inline
typename add_pointer<U>::type
checked_get(
boost::variant< BOOST_VARIANT_ENUM_PARAMS(T) >*
operand
BOOST_VARIANT_AUX_GET_EXPLICIT_TEMPLATE_TYPE(U)
)
{
typedef boost::variant<
BOOST_VARIANT_ENUM_PARAMS(T) > Variant;
/* throw a compile-time error if type is not
contained on type
list */
BOOST_STATIC_ASSERT((!is_same<
typename mpl::find<typename
Variant::types,U>::type,
typename mpl::end<typename
Variant::types>::type>::value));
typedef typename add_pointer<U>::type U_ptr;
if (!operand) return static_cast<U_ptr>(0);
detail::variant::get_visitor<U> v;
return operand->apply_visitor(v);
}
} // end of addition to namespace boost
And, of course, the rest of the templates needed for
const *, ref and const&..
I think it would be interesting to include it in boost
libraries. In fact, I use it intensely.
Best regards,
Zara (yozara(a)terra.es)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=357586&aid=1402546&group_…
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Boost-bugs mailing list
Boost-bugs(a)lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/boost-bugs
2
1