Boost
Threads by month
- ----- 2026 -----
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2005 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2004 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- 11 participants
- 33376 discussions
Re: [boost] Performance comparison between ptr_vector and vector<cow_ptr<Shape> >, vector<copy_ptr<Shape> >
by David Maisonave 05 Jan '06
by David Maisonave 05 Jan '06
05 Jan '06
"Thorsten Ottosen" <tottosen(a)dezide.com> wrote in message
news:<dpk19e$u4$1(a)sea.gmane.org>...
> Thorsten Ottosen wrote:
> > Sam Partington wrote:
>
> >>It seems to me that the first has the disadvantage of making it
> >>relatively easy to provide an incorrect cloner that allows slicing.
> >>However this is relatively easy to avoid by making your hierarchy
> >>noncopyable, (Perhaps a way around this is to remove the default
> >>implementation of new_clone?)
> >
> >
> > It's not very sensible to make the hierarchy copyable, because you
> > can run into slicing in other places then.
> >
> > As for the default, then I've been thinking about this too. It still
> > won't catch that one missed a clone() function longer down the
hiararchy.
> >
>
> Hm...I just came to think that a little assertion might help us out
> here:
>
> inline base* new_clone( const base& b )
> {
> base* res = b.clone();
> assert( typeid(*res) == typeid(b) );
> return res;
> }
>
> That should catch any problems. I can even put this inside the
> clone-allocator, so the user don't have to specify this.
>
That's a good idea, and it's something I could also add to cow_ptr and
copy_ptr.
However, doesn't boost have something better then typeid?
1
0
Boost regression test failures
------------------------------
Report time: 2005-12-01T06:00:10Z
This report lists all regression test failures on release platforms.
Detailed report:
http://engineering.meta-comm.com/boost-regression/CVS-HEAD/developer/issues…
625 failures in 21 libraries:
bind (1)
concept_check (14)
date_time (17)
filesystem (5)
foreach (5)
graph (3)
io (1)
math (3)
mpl (1)
multi_array (7)
parameter (1)
program_options (14)
python (289)
regex (1)
serialization (36)
smart_ptr (1)
spirit (3)
tr1 (171)
typeof (24)
wave (4)
xpressive (24)
|bind|
bind_dm3_test: msvc
|concept_check|
stl_concept_covering: cw-9_4 cw-9_4 gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos gcc-4_0-darwin intel-win32-8_1 intel-win32-9_0 intel-win32-9_0 mingw-3_4_2 msvc vc-7_1 vc-7_1
|date_time|
testc_local_adjustor: msvc
testclock: msvc
testdst_rules: msvc
testfiletime_functions: msvc
testgreg_duration_operators: msvc
testgreg_serialize_dll: cw-9_4 intel-win32-8_1 vc-7_1
testiterator: msvc
testlocal_adjustor: msvc
testmicrosec_time_clock: msvc
testparse_time: msvc
testtime: msvc
testtime_formatters: msvc
testtime_period: msvc
testwcustom_time_zone: msvc
testwposix_time_zone: msvc
|filesystem|
path_test: mingw-3_4_2 msvc vc-7_1
path_test_dll: msvc vc-7_1
|foreach|
array_byref: intel-win32-8_1
array_byval: intel-win32-8_1
rvalue_const: intel-win32-9_0
stl_byref: intel-win32-8_1
stl_byval: intel-win32-8_1
|graph|
graphviz_test: vc-7_1 vc-7_1
layout_test: intel-win32-9_0
|io|
ios_state_unit_test: intel-win32-9_0
|math|
complex_test: gcc-3_4_3-sunos msvc
log1p_expm1_test: msvc
|mpl|
size_t: gcc-4_0-darwin
|multi_array|
access: cw-9_4
assign: cw-9_4
assign_to_array: cw-9_4
idxgen1: cw-9_4
index_bases: cw-9_4
iterators: cw-9_4
slice: cw-9_4
|parameter|
sfinae: msvc
|program_options|
cmdline_test: vc-7_1
cmdline_test_dll: vc-7_1
options_description_test: vc-7_1
options_description_test_dll: vc-7_1
parsers_test: vc-7_1
parsers_test_dll: vc-7_1
positional_options_test: vc-7_1
positional_options_test_dll: vc-7_1
unicode_test: vc-7_1
unicode_test_dll: vc-7_1
variable_map_test: vc-7_1
variable_map_test_dll: vc-7_1
winmain: vc-7_1
winmain_dll: vc-7_1
|python|
andreas_beyer: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
args: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
auto_ptr: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
back_reference: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
ben_scott1: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
bienstman1: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
bienstman2: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
bienstman3: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
builtin_converters: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
callbacks: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
const_argument: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
crossmod_exception: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
data_members: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
defaults: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
dict: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
docstring: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
enum: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
exception_translator: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
exec: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos
extract: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
implicit: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
injected: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
iterator: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
keywords: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
list: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
long: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
map_indexing_suite: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
minimal: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
multi_arg_constructor: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
nested: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
numpy: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
object: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
opaque: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
operators: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
pearu1: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
pickle1: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
pickle2: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
pickle3: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
pickle4: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
pointer_vector: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
polymorphism: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
polymorphism2: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
polymorphism2_auto_ptr: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
properties: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
raw_ctor: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
return_arg: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
select_from_python_test: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos
shared_ptr: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
slice: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
staticmethod: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
stl_iterator: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos msvc vc-7_1
str: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
test_pointer_adoption: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
try: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
tuple: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
vector_indexing_suite: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
virtual_functions: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
wrapper_held_type: gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos vc-7_1
|regex|
grep: vc-7_1
|serialization|
test_class_info_load_binary_archive: gcc-3_3-darwin gcc-3_4_3-sunos gcc-4_0-darwin
test_class_info_load_binary_archive_dll: gcc-3_3-darwin gcc-3_4_3-sunos gcc-4_0-darwin
test_class_info_load_text_archive: gcc-3_3-darwin gcc-3_4_3-sunos gcc-4_0-darwin
test_class_info_load_text_archive_dll: gcc-3_3-darwin gcc-3_4_3-sunos gcc-4_0-darwin
test_class_info_load_text_warchive: gcc-3_3-darwin gcc-3_4_3-sunos gcc-4_0-darwin
test_class_info_load_text_warchive_dll: gcc-3_3-darwin gcc-3_4_3-sunos gcc-4_0-darwin
test_class_info_load_xml_archive: gcc-3_3-darwin gcc-3_4_3-sunos gcc-4_0-darwin
test_class_info_load_xml_archive_dll: gcc-3_3-darwin gcc-3_4_3-sunos gcc-4_0-darwin
test_class_info_load_xml_warchive: gcc-3_3-darwin gcc-3_4_3-sunos gcc-4_0-darwin
test_class_info_load_xml_warchive_dll: gcc-3_3-darwin gcc-3_4_3-sunos gcc-4_0-darwin
test_const_save_fail1: msvc
test_const_save_fail2: msvc
test_const_save_fail3: msvc
test_map_binary_archive_dll: msvc
test_map_text_archive_dll: msvc
test_map_text_warchive_dll: msvc
|smart_ptr|
shared_ptr_alloc2_test: msvc
|spirit|
multi_pass_compile_tests: intel-win32-8_1
traverse_tests: intel-win32-9_0
traverse_tests_debug: intel-win32-9_0
|tr1|
run_complex_overloads: cw-9_4 gcc-3_4_3-sunos msvc
run_random: msvc
std_run_complex_overloads: cw-9_4 gcc-3_4_3-sunos msvc
std_run_random: cw-9_4 msvc
std_test_array: cw-9_4 msvc
std_test_bind: cw-9_4 msvc
std_test_boost: msvc
std_test_complex: cw-9_4 msvc
std_test_function: cw-9_4 msvc
std_test_hash: cw-9_4 msvc
std_test_mem_fn: cw-9_4 msvc
std_test_random: cw-9_4 msvc
std_test_reference_wrapper: msvc
std_test_regex: cw-9_4 msvc
std_test_result_of: cw-9_4 msvc
std_test_shared_ptr: msvc
std_test_tr1_include: cw-9_4 msvc
std_test_tuple: cw-9_4 msvc
std_test_type_traits: cw-9_4 msvc
test_array: msvc
test_bind: cw-9_4 msvc
test_complex: cw-9_4 msvc
test_function: cw-9_4 msvc
test_functional: msvc
test_hash: cw-9_4 msvc
test_mem_fn: cw-9_4 msvc
test_random: cw-9_4 msvc
test_reference_wrapper: cw-9_4 msvc
test_regex: msvc
test_result_of: cw-9_4 msvc
test_shared_ptr: cw-9_4 msvc
test_tr1_include: cw-9_4 msvc
test_tuple: cw-9_4 msvc
test_type_traits: msvc
test_utility: msvc
tr1_add_const_test: cw-9_4 msvc
tr1_add_cv_test: cw-9_4 msvc
tr1_add_pointer_test: cw-9_4 msvc
tr1_add_reference_test: cw-9_4 msvc
tr1_add_volatile_test: cw-9_4 msvc
tr1_aligned_storage_test: cw-9_4 msvc
tr1_alignment_of_test: cw-9_4 msvc
tr1_extent_test: cw-9_4
tr1_has_nothrow_assign_test: cw-9_4 msvc
tr1_has_nothrow_constr_test: cw-9_4 msvc
tr1_has_nothrow_copy_test: cw-9_4 msvc
tr1_has_tr1_ref_wrap_fail: cw-9_4
tr1_has_tr1_shared_ptr_fail: cw-9_4
tr1_has_tr1_tuple_fail: cw-9_4
tr1_has_trivial_assign_test: cw-9_4 msvc
tr1_has_trivial_constr_test: cw-9_4 msvc
tr1_has_trivial_copy_test: cw-9_4 msvc
tr1_has_trivial_destructor_test: cw-9_4 msvc
tr1_has_virtual_destructor_test: cw-9_4 msvc
tr1_is_arithmetic_test: cw-9_4 msvc
tr1_is_array_test: cw-9_4 msvc
tr1_is_base_of_test: cw-9_4 msvc
tr1_is_class_test: cw-9_4 msvc
tr1_is_compound_test: cw-9_4 msvc
tr1_is_const_test: cw-9_4 msvc
tr1_is_convertible_test: cw-9_4 msvc
tr1_is_empty_test: cw-9_4 msvc
tr1_is_enum_test: cw-9_4 msvc
tr1_is_floating_point_test: cw-9_4 msvc
tr1_is_function_test: cw-9_4 msvc
tr1_is_fundamental_test: cw-9_4 msvc
tr1_is_integral_test: cw-9_4 msvc
tr1_is_member_func_test: cw-9_4 msvc
tr1_is_member_obj_test: cw-9_4 msvc
tr1_is_member_pointer_test: cw-9_4 msvc
tr1_is_object_test: cw-9_4 msvc
tr1_is_pod_test: cw-9_4 msvc
tr1_is_pointer_test: cw-9_4 msvc
tr1_is_polymorphic_test: cw-9_4 msvc
tr1_is_reference_test: cw-9_4 msvc
tr1_is_same_test: cw-9_4 msvc
tr1_is_scalar_test: cw-9_4 msvc
tr1_is_signed_test: cw-9_4 msvc
tr1_is_union_test: cw-9_4 msvc
tr1_is_unsigned_test: cw-9_4
tr1_is_void_test: cw-9_4 msvc
tr1_is_volatile_test: cw-9_4 msvc
tr1_rank_test: cw-9_4
tr1_remove_all_extents_test: cw-9_4
tr1_remove_const_test: cw-9_4
tr1_remove_cv_test: cw-9_4
tr1_remove_extent_test: cw-9_4
tr1_remove_pointer_test: cw-9_4
tr1_remove_reference_test: cw-9_4
tr1_remove_volatile_test: cw-9_4
tr1_tricky_abstract_type_test: cw-9_4 msvc
tr1_tricky_add_pointer_test: cw-9_4 msvc
tr1_tricky_function_type_test: cw-9_4 msvc
tr1_tricky_incomplete_type_test: cw-9_4 msvc
tr1_tricky_is_enum_test: cw-9_4
tr1_tricky_partial_spec_test: cw-9_4 msvc
|typeof|
data_member_native: cw-9_4
function_native: cw-9_4 msvc
function_ptr_native: cw-9_4
function_ref_native: cw-9_4
lvalue_native: cw-9_4 msvc
member_function_native: cw-9_4
modifiers_emulation: cw-9_4 cw-9_4
modifiers_native: cw-9_4 cw-9_4
noncopyable_native: cw-9_4
std_emulation: cw-9_4 cw-9_4
std_native: cw-9_4
template_dependent_native: cw-9_4
template_enum_native: cw-9_4
template_int_native: cw-9_4
template_multiword_native: cw-9_4
template_tpl_native: cw-9_4 msvc
template_type_native: cw-9_4
type_native: cw-9_4
|wave|
testwave: cw-9_4 vc-7_1
testwave_dll: cw-9_4 vc-7_1
|xpressive|
misc1: cw-9_4
test1: cw-9_4
test1u: cw-9_4
test2: cw-9_4
test2u: cw-9_4
test3: cw-9_4
test3u: cw-9_4
test4: cw-9_4
test4u: cw-9_4
test5: cw-9_4
test5u: cw-9_4
test6: cw-9_4
test6u: cw-9_4
test7: cw-9_4
test7u: cw-9_4
test8: cw-9_4
test8u: cw-9_4
test9: cw-9_4
test9u: cw-9_4
test_cycles: cw-9_4
test_dynamic: cw-9_4
test_non_char: cw-9_4
test_regex_primitives: cw-9_4
test_static: cw-9_4
4
15
Boost Regression test failures
Report time: 2006-01-05T14:46:42Z
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
1047 failures in 20 libraries (563 are from non-broken platforms)
xpressive (26 of 27 failures are from non-broken platforms)
date_time (5 of 12 failures are from non-broken platforms)
conversion (5)
multi_array (8)
graph (8 of 9 failures are from non-broken platforms)
random (1)
multi_index (0 of 1 failures are from non-broken platforms)
wave (3 of 6 failures are from non-broken platforms)
tr1 (170 of 172 failures are from non-broken platforms)
ptr_container (0 of 12 failures are from non-broken platforms)
concept_check (16 of 17 failures are from non-broken platforms)
typeof (2)
rational (7)
filesystem (33 of 38 failures are from non-broken platforms)
test (13 of 14 failures are from non-broken platforms)
program_options (7)
serialization (168 of 598 failures are from non-broken platforms)
parameter (12)
spirit (0 of 98 failures are from non-broken platforms)
math (0 of 1 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.
|xpressive|
misc1: cw-9_5-darwin
regress: cw-9_4 cw-9_5-darwin gcc-3.2.3-linux*
test1: cw-9_5-darwin
test10: cw-9_5-darwin
test10u: cw-9_5-darwin
test1u: cw-9_5-darwin
test2: cw-9_5-darwin
test2u: cw-9_5-darwin
test3: 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
test_regex_token_iterator: cw-9_4 cw-9_5-darwin
|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
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*
|conversion|
lexical_cast_test: gcc-4_0-darwin intel-win32-8_1 intel-win32-9_0 vc-7_1 vc-7_1
|multi_array|
access: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
index_bases: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
reshape: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
slice: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
|graph|
csr_graph_test: cw-9_4 cw-9_5-darwin gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
dijkstra_heap_performance: cw-9_4 cw-9_5-darwin
graphviz_test: gcc-3.2.3-linux* vc-7_1 vc-7_1
|random|
random_test: intel-9.0-linux
|multi_index|
test_serialization: gcc-3.2.3-linux*
|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|
run_complex_overloads: cw-9_4 cw-9_5-darwin
std_run_complex_overloads: cw-9_4 cw-9_5-darwin
std_run_random: cw-9_4 cw-9_5-darwin
std_test_array: cw-9_4 cw-9_5-darwin
std_test_bind: cw-9_4 cw-9_5-darwin
std_test_complex: cw-9_4 cw-9_5-darwin
std_test_function: cw-9_4 cw-9_5-darwin
std_test_hash: cw-9_4 cw-9_5-darwin
std_test_mem_fn: cw-9_4 cw-9_5-darwin
std_test_random: cw-9_4 cw-9_5-darwin
std_test_regex: cw-9_4 cw-9_5-darwin
std_test_result_of: cw-9_4 cw-9_5-darwin
std_test_tr1_include: cw-9_4 cw-9_5-darwin
std_test_tuple: cw-9_4 cw-9_5-darwin
std_test_type_traits: cw-9_4 cw-9_5-darwin gcc-3.2.3-linux*
test_array: cw-9_4
test_complex: cw-9_4 cw-9_5-darwin
test_exception: gcc-2.95.3-stlport-4.6.2-linux
test_function: cw-9_4 cw-9_5-darwin
test_new: gcc-2.95.3-stlport-4.6.2-linux
test_random: cw-9_4 cw-9_5-darwin
test_result_of: cw-9_4 cw-9_5-darwin
test_stdexcept: gcc-2.95.3-stlport-4.6.2-linux
test_tr1_include: cw-9_4 cw-9_5-darwin
test_tuple: cw-9_4 cw-9_5-darwin
test_tuple_tricky: cw-9_4 cw-9_5-darwin
test_type_traits: gcc-3.2.3-linux*
tr1_add_const_test: cw-9_4 cw-9_5-darwin
tr1_add_cv_test: cw-9_4 cw-9_5-darwin
tr1_add_pointer_test: cw-9_4 cw-9_5-darwin
tr1_add_reference_test: cw-9_4 cw-9_5-darwin
tr1_add_volatile_test: cw-9_4 cw-9_5-darwin
tr1_aligned_storage_test: cw-9_4 cw-9_5-darwin
tr1_alignment_of_test: cw-9_4 cw-9_5-darwin
tr1_extent_test: cw-9_4 cw-9_5-darwin
tr1_has_nothrow_assign_test: cw-9_4 cw-9_5-darwin
tr1_has_nothrow_constr_test: cw-9_4 cw-9_5-darwin
tr1_has_nothrow_copy_test: cw-9_4 cw-9_5-darwin
tr1_has_tr1_ref_wrap_fail: cw-9_4 cw-9_5-darwin
tr1_has_tr1_shared_ptr_fail: cw-9_4 cw-9_5-darwin
tr1_has_tr1_tuple_fail: cw-9_4 cw-9_5-darwin
tr1_has_trivial_assign_test: cw-9_4 cw-9_5-darwin
tr1_has_trivial_constr_test: cw-9_4 cw-9_5-darwin
tr1_has_trivial_copy_test: cw-9_4 cw-9_5-darwin
tr1_has_trivial_destructor_test: cw-9_4 cw-9_5-darwin
tr1_has_virtual_destructor_test: cw-9_4 cw-9_5-darwin
tr1_is_arithmetic_test: cw-9_4 cw-9_5-darwin
tr1_is_array_test: cw-9_4 cw-9_5-darwin
tr1_is_base_of_test: cw-9_4 cw-9_5-darwin
tr1_is_class_test: cw-9_4 cw-9_5-darwin
tr1_is_compound_test: cw-9_4 cw-9_5-darwin
tr1_is_const_test: cw-9_4 cw-9_5-darwin
tr1_is_convertible_test: cw-9_4 cw-9_5-darwin
tr1_is_empty_test: cw-9_4 cw-9_5-darwin
tr1_is_enum_test: cw-9_4 cw-9_5-darwin
tr1_is_floating_point_test: cw-9_4 cw-9_5-darwin
tr1_is_function_test: cw-9_4 cw-9_5-darwin
tr1_is_fundamental_test: cw-9_4 cw-9_5-darwin
tr1_is_integral_test: cw-9_4 cw-9_5-darwin
tr1_is_member_func_test: cw-9_4 cw-9_5-darwin
tr1_is_member_obj_test: cw-9_4 cw-9_5-darwin
tr1_is_member_pointer_test: cw-9_4 cw-9_5-darwin
tr1_is_object_test: cw-9_4 cw-9_5-darwin
tr1_is_pod_test: cw-9_4 cw-9_5-darwin
tr1_is_pointer_test: cw-9_4 cw-9_5-darwin
tr1_is_polymorphic_test: cw-9_4 cw-9_5-darwin
tr1_is_reference_test: cw-9_4 cw-9_5-darwin
tr1_is_same_test: cw-9_4 cw-9_5-darwin
tr1_is_scalar_test: cw-9_4 cw-9_5-darwin
tr1_is_signed_test: cw-9_4 cw-9_5-darwin
tr1_is_union_test: cw-9_4 cw-9_5-darwin
tr1_is_unsigned_test: cw-9_4 cw-9_5-darwin
tr1_is_void_test: cw-9_4 cw-9_5-darwin
tr1_is_volatile_test: cw-9_4 cw-9_5-darwin
tr1_rank_test: cw-9_4 cw-9_5-darwin
tr1_remove_all_extents_test: cw-9_4 cw-9_5-darwin
tr1_remove_const_test: cw-9_4 cw-9_5-darwin
tr1_remove_cv_test: cw-9_4 cw-9_5-darwin
tr1_remove_extent_test: cw-9_4 cw-9_5-darwin
tr1_remove_pointer_test: cw-9_4 cw-9_5-darwin
tr1_remove_reference_test: cw-9_4 cw-9_5-darwin
tr1_remove_volatile_test: cw-9_4 cw-9_5-darwin
tr1_tricky_abstract_type_test: cw-9_4 cw-9_5-darwin
tr1_tricky_add_pointer_test: cw-9_4 cw-9_5-darwin
tr1_tricky_function_type_test: cw-9_4 cw-9_5-darwin
tr1_tricky_incomplete_type_test: cw-9_4 cw-9_5-darwin
tr1_tricky_is_enum_test: cw-9_4 cw-9_5-darwin
tr1_tricky_partial_spec_test: cw-9_4 cw-9_5-darwin
|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*
|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.3.6-linux gcc-3.4.4-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos gcc-4_0-darwin intel-9.0-linux intel-win32-8_1 intel-win32-9_0 mingw-3_4_2 vc-7_1
|typeof|
function_ptr_from_tpl_emulation: vc-7_1
function_ptr_from_tpl_native: vc-7_1
|rational|
rational_test: cw-9_4 cw-9_5-darwin gcc-2.95.3-stlport-4.6.2-linux intel-9.0-linux intel-win32-8_1 intel-win32-9_0 vc-7_1
|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 gcc-3.2.3-linux* gcc-3.3.6-linux gcc-3.4.4-linux intel-9.0-linux
operations_test_dll: 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 intel-9.0-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
|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.3.6-linux gcc-3.4.4-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos gcc-4_0-darwin intel-9.0-linux mingw-3_4_2
|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
|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*
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*
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*
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*
|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
|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*
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: gcc-3.2.3-linux*
scanner_value_type_tests_debug: gcc-3.2.3-linux*
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*
|math|
log1p_expm1_test: gcc-3.2.3-linux*
1
0
Boost Regression test failures
Report time: 2006-01-04T14:46:09Z
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
1063 failures in 20 libraries (563 are from non-broken platforms)
xpressive (34 of 35 failures are from non-broken platforms)
date_time (5 of 12 failures are from non-broken platforms)
conversion (5)
multi_array (8)
graph (8 of 9 failures are from non-broken platforms)
random (1)
multi_index (0 of 1 failures are from non-broken platforms)
wave (3 of 6 failures are from non-broken platforms)
tr1 (170 of 172 failures are from non-broken platforms)
ptr_container (0 of 12 failures are from non-broken platforms)
concept_check (18 of 19 failures are from non-broken platforms)
typeof (4)
rational (8)
filesystem (35 of 40 failures are from non-broken platforms)
test (14 of 15 failures are from non-broken platforms)
program_options (7)
serialization (168 of 598 failures are from non-broken platforms)
parameter (12)
spirit (0 of 98 failures are from non-broken platforms)
math (0 of 1 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.
|xpressive|
misc1: cw-9_5-darwin
regress: cw-9_4 cw-9_5-darwin gcc-3.2.3-linux*
test1: cw-9_5-darwin
test10: cw-9_5-darwin
test10u: cw-9_5-darwin
test1u: cw-9_5-darwin
test2: cw-9_5-darwin
test2u: cw-9_5-darwin
test3: 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_dynamic: cw-9_4 cw-9_5-darwin
test_non_char: cw-9_5-darwin
test_regex_compiler: cw-9_4 cw-9_5-darwin
test_regex_primitives: cw-9_4 cw-9_5-darwin
test_regex_token_iterator: cw-9_4 cw-9_5-darwin
test_static: cw-9_4 cw-9_5-darwin
|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
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*
|conversion|
lexical_cast_test: gcc-4_0-darwin intel-win32-8_1 intel-win32-9_0 vc-7_1 vc-7_1
|multi_array|
access: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
index_bases: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
reshape: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
slice: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
|graph|
csr_graph_test: cw-9_4 cw-9_5-darwin gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux
dijkstra_heap_performance: cw-9_4 cw-9_5-darwin
graphviz_test: gcc-3.2.3-linux* vc-7_1 vc-7_1
|random|
random_test: intel-9.0-linux
|multi_index|
test_serialization: gcc-3.2.3-linux*
|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|
run_complex_overloads: cw-9_4 cw-9_5-darwin
std_run_complex_overloads: cw-9_4 cw-9_5-darwin
std_run_random: cw-9_4 cw-9_5-darwin
std_test_array: cw-9_4 cw-9_5-darwin
std_test_bind: cw-9_4 cw-9_5-darwin
std_test_complex: cw-9_4 cw-9_5-darwin
std_test_function: cw-9_4 cw-9_5-darwin
std_test_hash: cw-9_4 cw-9_5-darwin
std_test_mem_fn: cw-9_4 cw-9_5-darwin
std_test_random: cw-9_4 cw-9_5-darwin
std_test_regex: cw-9_4 cw-9_5-darwin
std_test_result_of: cw-9_4 cw-9_5-darwin
std_test_tr1_include: cw-9_4 cw-9_5-darwin
std_test_tuple: cw-9_4 cw-9_5-darwin
std_test_type_traits: cw-9_4 cw-9_5-darwin gcc-3.2.3-linux*
test_array: cw-9_4
test_complex: cw-9_4 cw-9_5-darwin
test_exception: gcc-2.95.3-stlport-4.6.2-linux
test_function: cw-9_4 cw-9_5-darwin
test_new: gcc-2.95.3-stlport-4.6.2-linux
test_random: cw-9_4 cw-9_5-darwin
test_result_of: cw-9_4 cw-9_5-darwin
test_stdexcept: gcc-2.95.3-stlport-4.6.2-linux
test_tr1_include: cw-9_4 cw-9_5-darwin
test_tuple: cw-9_4 cw-9_5-darwin
test_tuple_tricky: cw-9_4 cw-9_5-darwin
test_type_traits: gcc-3.2.3-linux*
tr1_add_const_test: cw-9_4 cw-9_5-darwin
tr1_add_cv_test: cw-9_4 cw-9_5-darwin
tr1_add_pointer_test: cw-9_4 cw-9_5-darwin
tr1_add_reference_test: cw-9_4 cw-9_5-darwin
tr1_add_volatile_test: cw-9_4 cw-9_5-darwin
tr1_aligned_storage_test: cw-9_4 cw-9_5-darwin
tr1_alignment_of_test: cw-9_4 cw-9_5-darwin
tr1_extent_test: cw-9_4 cw-9_5-darwin
tr1_has_nothrow_assign_test: cw-9_4 cw-9_5-darwin
tr1_has_nothrow_constr_test: cw-9_4 cw-9_5-darwin
tr1_has_nothrow_copy_test: cw-9_4 cw-9_5-darwin
tr1_has_tr1_ref_wrap_fail: cw-9_4 cw-9_5-darwin
tr1_has_tr1_shared_ptr_fail: cw-9_4 cw-9_5-darwin
tr1_has_tr1_tuple_fail: cw-9_4 cw-9_5-darwin
tr1_has_trivial_assign_test: cw-9_4 cw-9_5-darwin
tr1_has_trivial_constr_test: cw-9_4 cw-9_5-darwin
tr1_has_trivial_copy_test: cw-9_4 cw-9_5-darwin
tr1_has_trivial_destructor_test: cw-9_4 cw-9_5-darwin
tr1_has_virtual_destructor_test: cw-9_4 cw-9_5-darwin
tr1_is_arithmetic_test: cw-9_4 cw-9_5-darwin
tr1_is_array_test: cw-9_4 cw-9_5-darwin
tr1_is_base_of_test: cw-9_4 cw-9_5-darwin
tr1_is_class_test: cw-9_4 cw-9_5-darwin
tr1_is_compound_test: cw-9_4 cw-9_5-darwin
tr1_is_const_test: cw-9_4 cw-9_5-darwin
tr1_is_convertible_test: cw-9_4 cw-9_5-darwin
tr1_is_empty_test: cw-9_4 cw-9_5-darwin
tr1_is_enum_test: cw-9_4 cw-9_5-darwin
tr1_is_floating_point_test: cw-9_4 cw-9_5-darwin
tr1_is_function_test: cw-9_4 cw-9_5-darwin
tr1_is_fundamental_test: cw-9_4 cw-9_5-darwin
tr1_is_integral_test: cw-9_4 cw-9_5-darwin
tr1_is_member_func_test: cw-9_4 cw-9_5-darwin
tr1_is_member_obj_test: cw-9_4 cw-9_5-darwin
tr1_is_member_pointer_test: cw-9_4 cw-9_5-darwin
tr1_is_object_test: cw-9_4 cw-9_5-darwin
tr1_is_pod_test: cw-9_4 cw-9_5-darwin
tr1_is_pointer_test: cw-9_4 cw-9_5-darwin
tr1_is_polymorphic_test: cw-9_4 cw-9_5-darwin
tr1_is_reference_test: cw-9_4 cw-9_5-darwin
tr1_is_same_test: cw-9_4 cw-9_5-darwin
tr1_is_scalar_test: cw-9_4 cw-9_5-darwin
tr1_is_signed_test: cw-9_4 cw-9_5-darwin
tr1_is_union_test: cw-9_4 cw-9_5-darwin
tr1_is_unsigned_test: cw-9_4 cw-9_5-darwin
tr1_is_void_test: cw-9_4 cw-9_5-darwin
tr1_is_volatile_test: cw-9_4 cw-9_5-darwin
tr1_rank_test: cw-9_4 cw-9_5-darwin
tr1_remove_all_extents_test: cw-9_4 cw-9_5-darwin
tr1_remove_const_test: cw-9_4 cw-9_5-darwin
tr1_remove_cv_test: cw-9_4 cw-9_5-darwin
tr1_remove_extent_test: cw-9_4 cw-9_5-darwin
tr1_remove_pointer_test: cw-9_4 cw-9_5-darwin
tr1_remove_reference_test: cw-9_4 cw-9_5-darwin
tr1_remove_volatile_test: cw-9_4 cw-9_5-darwin
tr1_tricky_abstract_type_test: cw-9_4 cw-9_5-darwin
tr1_tricky_add_pointer_test: cw-9_4 cw-9_5-darwin
tr1_tricky_function_type_test: cw-9_4 cw-9_5-darwin
tr1_tricky_incomplete_type_test: cw-9_4 cw-9_5-darwin
tr1_tricky_is_enum_test: cw-9_4 cw-9_5-darwin
tr1_tricky_partial_spec_test: cw-9_4 cw-9_5-darwin
|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*
|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.3.6-linux gcc-3.4.4-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos gcc-4_0-darwin intel-9.0-linux intel-win32-8_1 intel-win32-9_0 mingw-3_4_2 mingw-3_4_2 vc-7_1 vc-7_1
|typeof|
function_ptr_from_tpl_emulation: vc-7_1 vc-7_1
function_ptr_from_tpl_native: vc-7_1 vc-7_1
|rational|
rational_test: cw-9_4 cw-9_5-darwin gcc-2.95.3-stlport-4.6.2-linux intel-9.0-linux intel-win32-8_1 intel-win32-9_0 vc-7_1 vc-7_1
|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 mingw-3_4_2
mbpath: gcc-2.95.3-linux gcc-2.95.3-stlport-4.6.2-linux mingw-3_4_2 mingw-3_4_2
operations_test: 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 intel-9.0-linux
operations_test_dll: 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 intel-9.0-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
|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.3.6-linux gcc-3.4.4-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos gcc-4_0-darwin intel-9.0-linux mingw-3_4_2 mingw-3_4_2
|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
|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*
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*
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*
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*
|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
|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*
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: gcc-3.2.3-linux*
scanner_value_type_tests_debug: gcc-3.2.3-linux*
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*
|math|
log1p_expm1_test: gcc-3.2.3-linux*
3
2
Hi,
I quickly looked into CVS and did not find the following fixed...
If you look at boost/parameter/aux_/arg_list.hpp, you will find a number of
functions / methods which take a parameter (it's usually called x) and don't use
it. While this is probably correct code it makes my compiler (gcc) emit warnings
and therefore I had to disable -Werror which is vital for my development process.
I would be very thankful if someone could take care of this. If anything's
unclear, I'm of course willing to help.
PS: I'm not subscribed to this list.
2
2
In both 1.33.0 and latest CVS HTML documentation for libraries
like function or variant (those using DocBook) is not generated.
The XML is here but the HTML fails to find needed files
and tries to redirect to non-local regression test.
Perhaps it is on purpose and user is expected to generate
HTML by hand but it feels rather inconvenient.
I have used docs from 1.32 and didn't notice until now.
/Pavel
2
2
There are two problems with void returns.
1. A couple of examples in documentation are inaccurate:
main returns void. The fix is
$ cd $BOOST_ROOT/libs/typeof/doc
$ sed 's/void main/int main/' typeof.qbk
2. BOOST_TYPEOF can't be applied to an expression returning void.
void foo() {}
int main()
{
BOOST_TYPEOF(foo());
// Error: ensure_obj doesn't accept void as an argument.
}
The patch below fixes this problem.
It's built around comma operator:
struct void_ {};
template<class T> T& operator,(T const&, void_);
template<class T> T& ensure_obj(const T&);
void ensure_obj(void_);
Return type of an expression ((expr), void_()) is
T&, if typeof(expr) == T && T != void
void_, if typeof(expr) == void
I ran tests on gcc 3.4.4 under FreeBSD. All tests passed. I haven't
tried to analyze the problem on MSVC.
Let me know if fixes are fine and I'll commit them.
$ cvs diff -u boost/typeof/typeof.hpp
alnsn(a)cvs.sourceforge.net's password:
Index: boost/typeof/typeof.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/typeof/typeof.hpp,v
retrieving revision 1.3
diff -u -r1.3 typeof.hpp
--- boost/typeof/typeof.hpp 28 Sep 2005 03:47:05 -0000 1.3
+++ boost/typeof/typeof.hpp 3 Jan 2006 21:51:47 -0000
@@ -128,10 +128,15 @@
# ifndef MSVC_TYPEOF_HACK
namespace boost { namespace type_of {
+ struct void_ {};
+ template<class T> T& operator,(T const&, void_);
template<class T> T& ensure_obj(const T&);
+ void ensure_obj(void_);
}}
-# define BOOST_TYPEOF(expr)
BOOST_TYPEOF_KEYWORD(boost::type_of::ensure_obj(expr))
+# define BOOST_TYPEOF(expr) BOOST_TYPEOF_KEYWORD(
\
+ boost::type_of::ensure_obj( ((expr),
boost::type_of::void_()) ) \
+ )
# define BOOST_TYPEOF_TPL BOOST_TYPEOF
# endif
# define BOOST_TYPEOF_REGISTER_TYPE(x)
3
6
Re: [boost] Performance comparison between ptr_vector and vector<cow_ptr<Shape> >, vector<copy_ptr<Shape> >
by David Maisonave 04 Jan '06
by David Maisonave 04 Jan '06
04 Jan '06
"Thorsten Ottosen" <tottosen(a)dezide.com> wrote in message
news:<dpgu8s$e6k$1(a)sea.gmane.org>...
> Thorsten Ottosen wrote:
> > axter wrote:
> >
> >>This is a continuation on a thread discussion advocating replacing
> >>the boost pointer containers with cow_ptr as the default pointer
> >>containers.
> >
> > Test performance for initializing and copying container of pointers.
> >
> > vector<copy_ptr<Shape> > 0.42 s
> >
> > boost::ptr_vector<Shape> 0.42 s
> >
> > vector<cow_ptr<Shape> > 0.09 s
> > >>>>>>>>>>>>>>>>>>
> >
> > cow_ptr seems to win here. I can't figure out why cow_ptr is so much
> > faster. ptr_vector uses cloning, of course, whereas cow_ptr does
> > something else.
> >
>
> I further tried to add the proper return type to the functions, such
> that ptr_vector<T> returns by auto_ptr< ptr_vector<T> > and vector<T>
as
> vector<T>. On top of this, I save the return-value and called size()
on it.
>
> This gave:
>
> Test performance for initializing and copying container of pointers.
>
> vector<copy_ptr<Shape> > 1.42 s
>
> boost::ptr_vector<Shape> 0.81 s
>
> vector<cow_ptr<Shape> > 0.13 s
>
>
> But this test is a bit unfair: we create copies of the vector, but we
> never mutate that copy. A fair test would mutate all the elements.
The cow_ptr is like a clone pointer and a shared pointer put together.
It shares the pointer, until an attempt is made to access it via
non-constant operator-> or operator*.
If non-constant access is made, then it checks to see if it's reference
counter is larger then one. If so, it then performs the deep-copy, and
releases the reference count.
This is very efficient, because there's a good chance that the using
code will never access all or any of the container objects in a
non-constant manner.
The difference in efficiency will show up even more, when you have a
more complex type that takes more time to construct. The test code uses
a simple Shape class, which doesn't have much to it, but if you added
more data members, and made the construction more complex, then the
above test will be drastically different and it would show cow_ptr
having a very high performance ratio.
By the way, I believe you could add this type of COW logic to the
existing boost pointer containers, and increase their efficiency.
But there is an overhead to this logic, and you might have notice that
some of the test show copy_ptr out performming cow_ptr.
You could consider adding a policy option to the boost pointer
containers, that would allow choosing between COW method and
Clone-Always method.
2
1
I've been porting some test cases from Boost.Regex to Boost.Xpressive
and tracking down the discrepencies (very few, thankfully). I've turned
up what appear to be a couple of bugs in Boost.Regex.
The regex "a(b)?c\\1d" successfully matches the string "acd". It
shouldn't. A back-reference to a sub-matche that didn't participate in
the match should not match. Perl, python and xpressive all agree on this
point.
As discussed previously, Boost.Regex treats [a-Z] as a legal regex, but
it isn't. 'a' is 97 and 'Z' is 90, which makes this character range
ill-formed, even when icase is specified.
When matching "a(b+|((c)*))+d" against "abcd", Boost.Regex says the
third sub-match should be "c", but perl says it should not participate
in the match. I think perl is right here. The logic is: the quantified
group 1 will match at least 3 times: first, it eats the b, next it eats
the c, and finally, it matches an empty string. On this last iteration,
the quantified group 3 will match zero times; hence, it has not
participated in the match. (FWIW, xpressive has a bug in this area too,
which I'm working on fixing.)
This last bug plagues several of the test cases in test_tricky_cases.cpp.
--
Eric Niebler
Boost Consulting
www.boost-consulting.com
2
4
"Thorsten Ottosen" <tottosen(a)dezide.com> wrote in message
news:<dpgs2b$535$2(a)sea.gmane.org>...
> Hi David,
>
> Nice to know your name :-)
I rarely use my real name on the net, since most developers on the net
know me as Axter.
You'll ususally find me in the Experts-Exchange C++ topic are
(http://www.experts-exchange.com/Cplusplus/) or
CodeGuru/CodeProject/MSDN VC++ forums.
Although I participate in the C++ newsgroup, I prefer Web topic forums,
since it keeps out those who seem to loose all their manners as soon as
they connect to the internet. :-)
>
> >>Note that DerivedDerivedS1/S2 does not implement do_clone().
> >>
> >
> >
> > Yes. That's exactly the point I'm trying to make.
> > Both the boost pointer containers and the cow_ptr/copy_ptr method
> > can result in splicing via improper usage.
>
> right, if you don't make a class clonable in a proper manner, it wont
> be
> cloned in a proper manner. <g>
>
> > Both methods can produce splicing via derive-derive type, and both
> > methods can produce splicing via derive type of a non-abstract type.
> >
> > Furthermore, making the class non-copyable does not prevent the
> > splicing in a pointer idiom.
>
> I'm not sure this is called splicing.
>
> I'd call it a bug.
>
Yes, I call it a bug too, but I also call any code that produces
unwanted splicing a bug.
1
0