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
- 24 participants
- 33382 discussions
The Function Types library min-review is extended five more days to
to November 17, 2006.
Please take another look at this library and express
your views as to whether you think that the library is now
ready for inclusion into boost.
Help improve this library even further by giving the
author some additional feedback.
This library was reviewed last year, the link to the review manager
comments at that time are here:
http://lists.boost.org/boost-announce/2005/06/0066.php
Author
------------------------------
Tobias Schwinger
tschwinger AT neoscientists DOT org
Download
-------------------------------------------
<http://tinyurl.com/qaf5f>http://boost-consulting.com/vault/index.php?&direction=0&order=&directory=T…
Introduction
--------------------------------------------
Boost.FunctionTypes provides functionality to classify,
decompose and synthesize function, function pointer,
function reference and pointer to member function types.
In other words, the library can be used to:
- test whether a type is a specific callable builtin type,
- extract all component properties from
callable builtin types, and
- create callable builtin types from specified properties.
The library is designed to work well with other Boost
libraries and uses well-accepted concepts introduced
by Boost and TR1.
Templates that encapsulate boolean or numeric properties
define a static member constant called value.
Examples
----------------------------------------------
is_function_pointer< bool(*)(int) >::value // == true
function_arity< bool(*)(int) >::value // == 1
Templates that encapsulate properties that are single
types contain a type member called type.
function_type< mpl::vector<bool,int> >::type // is bool(int)
result_type< bool(&)(int) >::type // is int
Templates that encapsulate properties that are type
lists model an MPL-compatible type sequence.
parameter_types< bool(int) > // models an MPL sequence
Whats New
-------------------------------------------------------------------
(from the last "official" version)
- The interface,
- the documentation,
- the test-suite,
- carefully picked and inline-documented
source code examples,
- code generator for preprocessed files is
entirely written on top of Wave,
- preprocessed files and the configuration
(up to a certain extent) are compiler-agnostic,
- preprocessed files do not have to be
regenerated for custom configurations,
unless for optimization (and changing the
library code, of course), and
- library is default calling convention-agnostic, OIW the
default calling convention can be
changed and detected without
changing the library's configuration
(unless for MSVC<8 due to the
lack of a 'thiscall' keyword)
Review Manager,
Tom Brinkman
1
0
Boost Inspection Report
Run Date: 17:09:32 UTC, Sunday 12 November 2006
An inspection program <http://www.boost.org/tools/inspect/index.html>
checks each file in the current Boost CVS for various problems,
generating this as output. Problems detected include tabs in files,
missing copyrights, broken URL's, and similar misdemeanors.
Totals:
12981 files scanned
1096 directories scanned (including root)
2571 problems reported
Problem counts:
1668 files missing Boost license info or having wrong reference text
903 files missing copyright notice
Summary:
algorithm (1)
any (1)
archive (1)
array (1)
assign (4)
boost-root (4)
boostbook (70)
build (64)
compatibility (2)
concept_check (22)
conversion (6)
detail (4)
disjoint_sets (4)
doc (54)
dynamic_bitset (4)
filesystem (4)
format (12)
function (15)
functional (8)
fusion (240)
graph (178)
inspect (1)
integer (6)
interprocess (84)
iostreams (2)
iterator (36)
lambda (10)
libs (6)
litre (4)
logic (2)
math (13)
more (30)
mpl (924)
multi_array (14)
numeric (204)
optional (1)
people (22)
pool (30)
program_options (41)
property_map (15)
ptr_container (110)
python (7)
quickbook (14)
random (22)
range (18)
rational (5)
regex (4)
regression (67)
release (2)
serialization (16)
signals (28)
smart_ptr (8)
test (5)
timer (1)
tokenizer (9)
tr1 (2)
tuple (7)
utility (21)
variant (43)
xpressive (38)
Details:
*L* missing Boost license info, or wrong reference text
*C* missing copyright notice
|algorithm|
libs/algorithm/string/doc/
external_concepts.html: *L*
|any|
libs/any/doc/
any.xml: *L*
|archive|
boost/archive/detail/
utf8_codecvt_facet.hpp: *L*
|array|
libs/array/doc/
array.xml: *L*
|assign|
libs/assign/doc/
style.css: *C* *L*
libs/assign/test/
TODO: *C* *L*
|boost-root|
/
README: *C*
boost.css: *C* *L*
rst.css: *L*
|boostbook|
tools/boostbook/doc/
Jamfile.v2: *C* *L*
boostbook.xml: *L*
documenting.xml: *C* *L*
reference.xml: *L*
together.xml: *C* *L*
tools/boostbook/
setup_boostbook.py: *C* *L*
setup_boostbook.sh: *C* *L*
tools/boostbook/xsl/
admon.xsl: *C* *L*
annotation.xsl: *C* *L*
tools/boostbook/xsl/caramel/
concept2docbook.xsl: *L*
cpp-operators.xml: *L*
unparser.xsl: *L*
tools/boostbook/xsl/
chunk-common.xsl: *C* *L*
docbook-layout.xsl: *C* *L*
docbook.xsl: *C* *L*
tools/boostbook/xsl/doxygen/
collect.xsl: *C* *L*
doxygen2boostbook.xsl: *C* *L*
tools/boostbook/xsl/dtd/
dtd2boostbook.xsl: *C* *L*
tools/boostbook/xsl/
error.xsl: *C* *L*
fo.xsl: *C* *L*
function.xsl: *C* *L*
global.xsl: *C* *L*
html-single.xsl: *C* *L*
html.xsl: *L*
index.xsl: *C* *L*
library.xsl: *L*
lookup.xsl: *C* *L*
macro.xsl: *C* *L*
manpages.xsl: *C* *L*
navbar.xsl: *C* *L*
reference.xsl: *C* *L*
relative-href.xsl: *C* *L*
source-highlight.xsl: *C* *L*
template.xsl: *C* *L*
tools/boostbook/xsl/testing/
Jamfile.xsl: *L*
testsuite.xsl: *C* *L*
tools/boostbook/xsl/
type.xsl: *C* *L*
utility.xsl: *C* *L*
xref.xsl: *C* *L*
|build|
tools/build/v1/
gcc-nocygwin-tools.html: *L*
gcc-nocygwin-tools.jam: *L*
stlport.jam: *L*
sunpro-stlport-tools.jam: *L*
tools/build/v1/test/
test-testing.jam: *L*
tools/build/v1/
vacpp-tools.jam: *L*
tools/build/v2/build/
build-request.jam: *L*
modifiers.jam: *L*
tools/build/v2/doc/
Jamfile.v2: *C* *L*
tools/build/v2/doc/src/
advanced.xml: *C* *L*
architecture.xml: *C* *L*
catalog.xml: *C* *L*
extending.xml: *C* *L*
faq.xml: *C* *L*
howto.xml: *C* *L*
install.xml: *C* *L*
recipes.xml: *C* *L*
reference.xml: *C* *L*
standalone.xml: *C* *L*
tutorial.xml: *C* *L*
userman.xml: *C* *L*
tools/build/v2/example/python_modules/
python_helpers.jam: *C* *L*
python_helpers.py: *C* *L*
tools/build/v2/test/
abs_workdir.py: *C* *L*
dependency_property.py: *L*
dependency_test.py: *C* *L*
direct_request_test.py: *C* *L*
dll_path.py: *L*
double_loading.py: *L*
duplicate.py: *L*
echo_args.jam: *C* *L*
empty.jam: *C* *L*
expansion.py: *L*
explicit.py: *L*
gcc_runtime.py: *L*
tools/build/v2/test/project-test3/lib3/
Jamfile: *C* *L*
tools/build/v2/test/
readme.txt: *C* *L*
svn_tree.py: *L*
tag.py: *L*
test_system.html: *L*
tools/build/v2/tools/
sun.jam: *L*
xsltproc.jam: *L*
|compatibility|
libs/compatibility/
generate_cpp_c_headers.py: *L*
index.html: *L*
|concept_check|
libs/concept_check/
bibliography.htm: *L*
concept_check.htm: *L*
concept_covering.htm: *L*
creating_concepts.htm: *L*
libs/concept_check/doc/
Jamfile.v2: *C* *L*
libs/concept_check/doc/reference/
Assignable.xml: *L*
BidirectionalIterator.xml: *L*
CopyConstructible.xml: *L*
DefaultConstructible.xml: *L*
EqualityComparable.xml: *L*
ForwardIterator.xml: *L*
InputIterator.xml: *L*
LessThanComparable.xml: *L*
OutputIterator.xml: *L*
RandomAccessIterator.xml: *L*
SignedInteger.xml: *L*
concepts.xml: *L*
libs/concept_check/
implementation.htm: *L*
prog_with_concepts.htm: *L*
reference.htm: *L*
using_concept_check.htm: *L*
|conversion|
libs/conversion/
cast.htm: *L*
index.html: *C* *L*
lexical_cast.htm: *L*
libs/conversion/test/
Jamfile: *L*
Jamfile.v2: *L*
|detail|
boost/detail/
algorithm.hpp: *L*
endian.hpp: *L*
limits.hpp: *L*
utf8_codecvt_facet.hpp: *L*
|disjoint_sets|
libs/disjoint_sets/
Jamfile: *C* *L*
bibliography.html: *L*
disjoint_sets.html: *L*
|doc|
doc/
Jamfile.v2: *C* *L*
doc/html/
CopyConstructible.html: *C* *L*
any.html: *C* *L*
array.html: *C* *L*
boost_math.html: *C* *L*
doc/html/boost_math/
gcd_lcm.html: *C* *L*
inverse_complex.html: *C* *L*
doc/html/
boost_staticassert.html: *C* *L*
boost_tr1.html: *C* *L*
boost_typetraits.html: *C* *L*
doc/html/boost_typetraits/
background.html: *C* *L*
doc/html/
boostbook.html: *C* *L*
date_time.html: *C* *L*
foreach.html: *C* *L*
function.html: *C* *L*
functionN.html: *C* *L*
lambda.html: *C* *L*
program_options.html: *C* *L*
ref.html: *C* *L*
reference.css: *C* *L*
signals.html: *C* *L*
string_algo.html: *C* *L*
tribool.html: *C* *L*
variant.html: *C* *L*
who_s_using_boost_.html: *C* *L*
xpressive.html: *C* *L*
doc/src/
boost.xml: *C* *L*
|dynamic_bitset|
libs/dynamic_bitset/
Jamfile: *C* *L*
Jamfile.v2: *C* *L*
|filesystem|
libs/filesystem/doc/
tr2_proposal.html: *L*
libs/filesystem/example/
Jamfile.v2: *C* *L*
libs/filesystem/src/
utf8_codecvt_facet.hpp: *L*
|format|
libs/format/
Jamfile: *L*
libs/format/benchmark/
Jamfile: *L*
bench_format.cpp: *C*
results.txt: *C* *L*
libs/format/doc/
choices.html: *L*
format.html: *C*
libs/format/example/
Jamfile: *L*
libs/format/
index.html: *C* *L*
libs/format/test/
Jamfile: *L*
Jamfile.v2: *L*
|function|
boost/function/detail/
gen_maybe_include.pl: *L*
libs/function/doc/
Jamfile.v2: *C* *L*
faq.xml: *C* *L*
history.xml: *C* *L*
misc.xml: *C* *L*
reference.xml: *C* *L*
tests.xml: *C* *L*
tutorial.xml: *C* *L*
|functional|
boost/
functional.hpp: *L*
libs/functional/
binders.html: *L*
function_test.cpp: *L*
function_traits.html: *L*
index.html: *L*
mem_fun.html: *L*
negators.html: *L*
ptr_fun.html: *L*
|fusion|
libs/fusion/doc/
Jamfile.v2: *C* *L*
acknowledgements.qbk: *C* *L*
algorithms.qbk: *C* *L*
changelog.qbk: *C* *L*
extension.qbk: *C* *L*
libs/fusion/doc/html/fusion/
acknowledgements.html: *L*
algorithms.html: *L*
libs/fusion/doc/html/fusion/algorithms/
concepts.html: *L*
libs/fusion/doc/html/fusion/algorithms/concepts/
polymorphic_function_object.html: *L*
libs/fusion/doc/html/fusion/algorithms/
iteration.html: *L*
libs/fusion/doc/html/fusion/algorithms/iteration/
functions.html: *L*
libs/fusion/doc/html/fusion/algorithms/iteration/functions/
accumulate.html: *L*
fold.html: *L*
for_each.html: *L*
libs/fusion/doc/html/fusion/algorithms/iteration/
metafunctions.html: *L*
libs/fusion/doc/html/fusion/algorithms/iteration/metafunctions/
accumulate.html: *L*
fold.html: *L*
for_each.html: *L*
libs/fusion/doc/html/fusion/algorithms/
query.html: *L*
libs/fusion/doc/html/fusion/algorithms/query/
functions.html: *L*
libs/fusion/doc/html/fusion/algorithms/query/functions/
all.html: *L*
any.html: *L*
count.html: *L*
count_if.html: *L*
find.html: *L*
find_if.html: *L*
none.html: *L*
libs/fusion/doc/html/fusion/algorithms/query/
metafunctions.html: *L*
libs/fusion/doc/html/fusion/algorithms/query/metafunctions/
all.html: *L*
any.html: *L*
count.html: *L*
count_if.html: *L*
find.html: *L*
find_if.html: *L*
none.html: *L*
libs/fusion/doc/html/fusion/algorithms/
transformation.html: *L*
libs/fusion/doc/html/fusion/algorithms/transformation/
functions.html: *L*
libs/fusion/doc/html/fusion/algorithms/transformation/functions/
clear.html: *L*
erase.html: *L*
erase_key.html: *L*
filter.html: *L*
filter_if.html: *L*
insert.html: *L*
insert_range.html: *L*
join.html: *L*
pop_back.html: *L*
pop_front.html: *L*
push_back.html: *L*
push_front.html: *L*
remove.html: *L*
remove_if.html: *L*
replace.html: *L*
replace_if.html: *L*
reverse.html: *L*
transform.html: *L*
zip.html: *L*
libs/fusion/doc/html/fusion/algorithms/transformation/
metafunctions.html: *L*
libs/fusion/doc/html/fusion/algorithms/transformation/metafunctions/
clear.html: *L*
erase.html: *L*
erase_key.html: *L*
filter.html: *L*
filter_if.html: *L*
insert.html: *L*
insert_range.html: *L*
join.html: *L*
pop_back.html: *L*
pop_front.html: *L*
push_back.html: *L*
push_front.html: *L*
remove.html: *L*
remove_if.html: *L*
replace.html: *L*
replace_if.html: *L*
reverse.html: *L*
transform.html: *L*
zip.html: *L*
libs/fusion/doc/html/fusion/
change_log.html: *L*
extension.html: *L*
introduction.html: *L*
iterators.html: *L*
libs/fusion/doc/html/fusion/iterators/
concepts.html: *L*
libs/fusion/doc/html/fusion/iterators/concepts/
bidirectional_iterator.html: *L*
forward_iterator.html: *L*
random_access_iterator.html: *L*
libs/fusion/doc/html/fusion/iterators/
functions.html: *L*
libs/fusion/doc/html/fusion/iterators/functions/
advance.html: *L*
advance_c.html: *L*
deref.html: *L*
distance.html: *L*
next.html: *L*
prior.html: *L*
libs/fusion/doc/html/fusion/iterators/
metafunctions.html: *L*
libs/fusion/doc/html/fusion/iterators/metafunctions/
advance.html: *L*
advance_c.html: *L*
deref.html: *L*
distance.html: *L*
equal_to.html: *L*
next.html: *L*
prior.html: *L*
value_of.html: *L*
libs/fusion/doc/html/fusion/iterators/
operators.html: *L*
libs/fusion/doc/html/fusion/iterators/operators/
operator_equality.html: *L*
operator_inequality.html: *L*
operator_unary_star.html: *L*
libs/fusion/doc/html/fusion/
notes.html: *L*
organization.html: *L*
preface.html: *L*
quick_start.html: *L*
references.html: *L*
sequences.html: *L*
libs/fusion/doc/html/fusion/sequences/
adapted.html: *L*
libs/fusion/doc/html/fusion/sequences/adapted/
boost__array.html: *L*
mpl_sequence.html: *L*
std__pair.html: *L*
libs/fusion/doc/html/fusion/sequences/
concepts.html: *L*
libs/fusion/doc/html/fusion/sequences/concepts/
associative_sequence.html: *L*
bidirectional_sequence.html: *L*
forward_sequence.html: *L*
random_access_sequence.html: *L*
libs/fusion/doc/html/fusion/sequences/
containers.html: *L*
libs/fusion/doc/html/fusion/sequences/containers/
cons.html: *L*
list.html: *L*
map.html: *L*
set.html: *L*
vector.html: *L*
libs/fusion/doc/html/fusion/sequences/
conversion.html: *L*
libs/fusion/doc/html/fusion/sequences/conversion/
functions.html: *L*
libs/fusion/doc/html/fusion/sequences/conversion/functions/
as_list.html: *L*
as_map.html: *L*
as_set.html: *L*
as_vector.html: *L*
libs/fusion/doc/html/fusion/sequences/conversion/
metafunctions.html: *L*
libs/fusion/doc/html/fusion/sequences/conversion/metafunctions/
as_list.html: *L*
as_map.html: *L*
as_set.html: *L*
as_vector.html: *L*
libs/fusion/doc/html/fusion/sequences/
generation.html: *L*
libs/fusion/doc/html/fusion/sequences/generation/
functions.html: *L*
libs/fusion/doc/html/fusion/sequences/generation/functions/
list_tie.html: *L*
make_cons.html: *L*
make_list.html: *L*
make_map.html: *L*
make_set.html: *L*
make_vector.html: *L*
tiers.html: *L*
vector_tie.html: *L*
libs/fusion/doc/html/fusion/sequences/generation/
metafunctions.html: *L*
libs/fusion/doc/html/fusion/sequences/generation/metafunctions/
list_tie.html: *L*
make_cons.html: *L*
make_list.html: *L*
make_map.html: *L*
make_set.html: *L*
make_vector.html: *L*
vector_tie.html: *L*
libs/fusion/doc/html/fusion/sequences/
intrinsics.html: *L*
libs/fusion/doc/html/fusion/sequences/intrinsics/
functions.html: *L*
libs/fusion/doc/html/fusion/sequences/intrinsics/functions/
at.html: *L*
at_c.html: *L*
at_key.html: *L*
back.html: *L*
begin.html: *L*
empty.html: *L*
end.html: *L*
front.html: *L*
has_key.html: *L*
size.html: *L*
libs/fusion/doc/html/fusion/sequences/intrinsics/
metafunctions.html: *L*
libs/fusion/doc/html/fusion/sequences/intrinsics/metafunctions/
at.html: *L*
at_c.html: *L*
at_key.html: *L*
back.html: *L*
begin.html: *L*
empty.html: *L*
end.html: *L*
front.html: *L*
has_key.html: *L*
size.html: *L*
value_at.html: *L*
value_at_c.html: *L*
value_at_key.html: *L*
libs/fusion/doc/html/fusion/sequences/
operators.html: *L*
libs/fusion/doc/html/fusion/sequences/operators/
comparison.html: *L*
libs/fusion/doc/html/fusion/sequences/operators/comparison/
equal.html: *L*
greater_than.html: *L*
greater_than_equal.html: *L*
less_than.html: *L*
less_than_equal.html: *L*
not_equal.html: *L*
libs/fusion/doc/html/fusion/sequences/operators/
i_o.html: *L*
libs/fusion/doc/html/fusion/sequences/operators/i_o/
in.html: *L*
out.html: *L*
libs/fusion/doc/html/fusion/sequences/
views.html: *L*
libs/fusion/doc/html/fusion/sequences/views/
filter_view.html: *L*
iterator_range.html: *L*
joint_view.html: *L*
reverse_view.html: *L*
single_view.html: *L*
transform_view.html: *L*
zip_view.html: *L*
libs/fusion/doc/html/fusion/
support.html: *L*
libs/fusion/doc/html/fusion/support/
category_of.html: *L*
is_sequence.html: *L*
is_view.html: *L*
pair.html: *L*
tag_of.html: *L*
libs/fusion/doc/html/fusion/
tuples.html: *L*
libs/fusion/doc/html/fusion/tuples/
class_template_tuple.html: *L*
libs/fusion/doc/html/fusion/tuples/class_template_tuple/
construction.html: *L*
element_access.html: *L*
relational_operators.html: *L*
tuple_creation_functions.html: *L*
tuple_helper_classes.html: *L*
libs/fusion/doc/html/fusion/tuples/
pairs.html: *L*
libs/fusion/doc/
introduction.qbk: *C* *L*
iterators.qbk: *C* *L*
notes.qbk: *C* *L*
organization.qbk: *C* *L*
preface.qbk: *C* *L*
quick_start.qbk: *C* *L*
references.qbk: *C* *L*
sequences.qbk: *C* *L*
support.qbk: *C* *L*
tuples.qbk: *C* *L*
libs/fusion/
todo.txt: *C* *L*
|graph|
libs/graph/build/
Jamfile: *C* *L*
Jamfile.v2: *C* *L*
libs/graph/doc/
AStarHeuristic.html: *L*
AStarVisitor.html: *L*
AdjacencyGraph.html: *L*
AdjacencyMatrix.html: *L*
BFSVisitor.html: *L*
BasicMatrix.html: *L*
BellmanFordVisitor.html: *L*
BidirectionalGraph.html: *L*
Buffer.html: *L*
ColorValue.html: *L*
DFSVisitor.html: *L*
DijkstraVisitor.html: *L*
EdgeListGraph.html: *L*
EdgeMutableGraph.html: *L*
EventVisitor.html: *L*
EventVisitorList.html: *L*
Graph.html: *L*
IncidenceGraph.html: *L*
IteratorConstructibleGraph.html: *L*
Makefile: *C* *L*
Monoid.html: *L*
MutableGraph.html: *L*
MutablePropertyGraph.html: *L*
PropertyGraph.html: *L*
PropertyTag.html: *L*
VertexAndEdgeListGraph.html: *L*
VertexListGraph.html: *L*
VertexMutableGraph.html: *L*
acknowledgements.html: *L*
adjacency_iterator.html: *L*
adjacency_list.html: *L*
adjacency_list_traits.html: *L*
adjacency_matrix.html: *L*
astar_heuristic.html: *L*
astar_search.html: *L*
astar_visitor.html: *L*
bandwidth.html: *L*
bc_clustering.html: *L*
bellman_ford_shortest.html: *L*
bellman_visitor.html: *L*
betweenness_centrality.html: *L*
bfs_visitor.html: *L*
bgl_named_params.html: *L*
bibliography.html: *L*
breadth_first_search.html: *L*
breadth_first_visit.html: *L*
challenge.html: *L*
circle_layout.html: *L*
compressed_sparse_row.html: *L*
connected_components.html: *L*
constructing_algorithms.html: *L*
copy_graph.html: *L*
cuthill_mckee_ordering.html: *L*
dag_shortest_paths.html: *L*
default.css: *L*
depth_first_search.html: *L*
depth_first_visit.html: *L*
dfs_visitor.html: *L*
dijkstra_shortest_paths.html: *L*
dijkstra_visitor.html: *L*
distance_recorder.html: *L*
edge_list.html: *L*
edmunds_karp_max_flow.html: *L*
exception.html: *L*
faq.html: *L*
libs/graph/doc/figs/
Makefile: *C* *L*
libs/graph/doc/
file_dependency_example.html: *L*
filtered_graph.html: *L*
floyd_warshall_shortest.html: *L*
fruchterman_reingold.html: *L*
graph_coloring.html: *L*
graph_concepts.html: *L*
graph_theory_review.html: *L*
graph_traits.html: *L*
gursoy_atun_layout.html: *L*
history.html: *L*
incident.html: *L*
incremental_components.html: *L*
index.html: *L*
inv_adjacency_iterator.html: *L*
isomorphism.html: *L*
johnson_all_pairs_shortest.html: *L*
jwebfrob.pl: *C* *L*
kamada_kawai_spring_layout.html: *L*
kevin_bacon.html: *L*
king_ordering.html: *L*
known_problems.html: *L*
kruskal_min_spanning_tree.html: *L*
layout_tolerance.html: *C* *L*
leda_conversion.html: *L*
lengauer_tarjan_dominator_tree.htm: *L*
minimum_degree_ordering.html: *L*
null_visitor.html: *L*
opposite.html: *L*
predecessor_recorder.html: *L*
prim_minimum_spanning_tree.html: *L*
profile.htm: *L*
property.html: *L*
property_map.html: *L*
property_writer.html: *L*
publications.html: *L*
push_relabel_max_flow.html: *L*
python.html: *L*
quick_tour.html: *L*
random.html: *L*
random_layout.html: *L*
read_graphviz.html: *C* *L*
read_graphviz.rst: *C* *L*
reverse_graph.html: *L*
sequential_vertex_coloring.html: *L*
sloan_ordering.htm: *L*
sloan_start_end_vertices.htm: *L*
sparse_matrix_ordering.html: *L*
stanford_graph.html: *L*
strong_components.html: *L*
subgraph.html: *L*
table_of_contents.html: *L*
time_stamper.html: *L*
topological_sort.html: *L*
transitive_closure.html: *L*
transpose_graph.html: *L*
trouble_shooting.html: *L*
undirected_dfs.html: *L*
users.html: *C* *L*
using_adjacency_list.html: *L*
using_property_maps.html: *L*
visitor_concepts.html: *L*
wavefront.htm: *L*
write-graphviz.html: *L*
libs/graph/example/
Jamfile: *C* *L*
cuthill_mckee_ordering.cpp: *L*
data1.txt: *C* *L*
data2.txt: *C* *L*
data3.txt: *C* *L*
king_ordering.cpp: *L*
property_iterator.cpp: *L*
libs/graph/example/python/
breadth_first_search.py: *C* *L*
vis.py: *C* *L*
libs/graph/example/
regrtest.py: *C* *L*
sloan_ordering.cpp: *L*
libs/graph/src/
Makefile: *C* *L*
README: *C* *L*
graphviz_digraph_lex.cpp: *L*
graphviz_digraph_parser.hpp: *C* *L*
graphviz_graph_lex.cpp: *L*
graphviz_graph_parser.hpp: *C* *L*
libs/graph/test/
Jamfile: *C* *L*
Jamfile.v2: *C* *L*
cuthill_mckee_ordering.cpp: *L*
dag_longest_paths.cpp: *C* *L*
king_ordering.cpp: *L*
serialize.cpp: *C* *L*
|inspect|
tools/inspect/build/
Jamfile.v2: *L*
|integer|
libs/integer/
cstdint.htm: *C* *L*
index.html: *C* *L*
integer_traits.html: *C* *L*
|interprocess|
boost/interprocess/detail/
config_begin.hpp: *C* *L*
config_end.hpp: *C* *L*
libs/interprocess/doc/code/
doc_anonymous_conditionA.cpp: *C* *L*
doc_anonymous_conditionB.cpp: *C* *L*
doc_anonymous_condition_shared_data.hpp: *C* *L*
doc_anonymous_mutexA.cpp: *C* *L*
doc_anonymous_mutexB.cpp: *C* *L*
doc_anonymous_mutex_shared_data.hpp: *C* *L*
doc_anonymous_semaphoreA.cpp: *C* *L*
doc_anonymous_semaphoreB.cpp: *C* *L*
doc_anonymous_semaphore_shared_data.hpp: *C* *L*
doc_anonymous_upgradable_mutexA.cpp: *C* *L*
doc_anonymous_upgradable_mutexB.cpp: *C* *L*
doc_bufferstream.cpp: *C* *L*
doc_cont.cpp: *C* *L*
doc_contA.cpp: *C* *L*
doc_contB.cpp: *C* *L*
doc_intrusive.cpp: *C* *L*
doc_ipc_messageA.cpp: *C* *L*
doc_ipc_messageB.cpp: *C* *L*
doc_managed_heap_memory.cpp: *C* *L*
doc_managed_mapped_file.cpp: *C* *L*
doc_message_queueA.cpp: *C* *L*
doc_message_queueB.cpp: *C* *L*
doc_move_containers.cpp: *C* *L*
doc_named_allocA.cpp: *C* *L*
doc_named_allocB.cpp: *C* *L*
doc_named_conditionA.cpp: *C* *L*
doc_named_conditionB.cpp: *C* *L*
doc_named_condition_shared_data.hpp: *C* *L*
doc_named_mutex.cpp: *C* *L*
doc_offset_ptr.cpp: *C* *L*
doc_scoped_ptr.cpp: *C* *L*
doc_shared_memory.cpp: *C* *L*
doc_shared_memory2.cpp: *C* *L*
doc_upgradable_mutex_shared_data.hpp: *C* *L*
doc_vectorstream.cpp: *C* *L*
doc_where_allocate.cpp: *C* *L*
libs/interprocess/doc/html/
reference.css: *C* *L*
libs/interprocess/test/
bufferstream_test.cpp: *C* *L*
condition_test.cpp: *C* *L*
vectorstream_test.cpp: *C* *L*
|iostreams|
libs/iostreams/doc/
menu.html: *C*
libs/iostreams/test/detail/
utf8_codecvt_facet.hpp: *L*
|iterator|
libs/iterator/doc/quickbook/
adaptor.qbk: *C* *L*
archetypes.qbk: *C* *L*
concept_checking.qbk: *C* *L*
concepts.qbk: *C* *L*
counting_iterator.qbk: *C* *L*
facade.qbk: *C* *L*
facade_tutorial.qbk: *C* *L*
filter_iterator.qbk: *C* *L*
function_output_iterator.qbk: *C* *L*
indirect_iterator.qbk: *C* *L*
permutation_iterator.qbk: *C* *L*
reverse_iterator.qbk: *C* *L*
shared_container_iterator.qbk: *C* *L*
specialized_adaptors.qbk: *C* *L*
traits.qbk: *C* *L*
transform_iterator.qbk: *C* *L*
utilities.qbk: *C* *L*
zip_iterator.qbk: *C* *L*
|lambda|
libs/lambda/doc/
Jamfile.v2: *C* *L*
libs/lambda/doc/detail/
README: *C* *L*
lambda_doc.xsl: *C* *L*
lambda_doc_chunks.xsl: *C* *L*
libs/lambda/test/
Makefile: *C* *L*
|libs|
libs/
expected_results.xml: *C* *L*
maintainers.txt: *C* *L*
platform_maintainers.txt: *C* *L*
|litre|
tools/litre/
litre.py: *C* *L*
tool.py: *C* *L*
|logic|
libs/logic/doc/
Jamfile.v2: *C* *L*
|math|
boost/math/
common_factor_rt.hpp: *L*
libs/math/doc/
math-background.qbk: *C* *L*
math-gcd.qbk: *C* *L*
math-octonion.qbk: *C* *L*
math-quaternion.qbk: *C* *L*
math-sf.qbk: *C* *L*
math-tr1.qbk: *C* *L*
|more|
more/
borland_cpp.html: *C* *L*
count_bdy.htm: *L*
discussion_policy.htm: *C*
error_handling.html: *L*
generic_exception_safety.html: *C* *L*
generic_programming.html: *L*
microsoft_vcpp.html: *C* *L*
moderators.html: *C*
regression.html: *C* *L*
report-apr-2006.html: *C* *L*
report-jan-2006.html: *C* *L*
more/writingdoc/
design.html: *L*
index.html: *L*
introduction.html: *L*
structure.html: *L*
more/writingdoc/template/
acknowledgments.html: *L*
bibliography.html: *L*
configuration.html: *L*
definitions.html: *L*
faq.html: *L*
header.html: *L*
index.html: *L*
overview.html: *L*
rationale.html: *L*
|mpl|
libs/mpl/doc/refmanual/
accumulate.html: *C* *L*
acknowledgements.html: *C* *L*
advance.html: *C* *L*
algorithms-concepts.html: *C* *L*
algorithms.html: *C* *L*
always.html: *C* *L*
and.html: *C* *L*
apply-wrap.html: *C* *L*
apply.html: *C* *L*
arg.html: *C* *L*
arithmetic-operations.html: *C* *L*
assert-msg.html: *C* *L*
assert-not.html: *C* *L*
assert-relation.html: *C* *L*
assert.html: *C* *L*
asserts.html: *C* *L*
associative-sequence.html: *C* *L*
at-c.html: *C* *L*
at.html: *C* *L*
aux-lambda-support.html: *C* *L*
back-extensible-sequence.html: *C* *L*
back-inserter.html: *C* *L*
back.html: *C* *L*
begin.html: *C* *L*
bidirectional-iterator.html: *C* *L*
bidirectional-sequence.html: *C* *L*
bind.html: *C* *L*
bitand.html: *C* *L*
bitor.html: *C* *L*
bitwise-operations.html: *C* *L*
bitxor.html: *C* *L*
bool.html: *C* *L*
broken-compiler.html: *C* *L*
categorized-concepts.html: *C* *L*
categorized-index.html: *C* *L*
cfg-no-has-xxx.html: *C* *L*
cfg-no-preprocessed.html: *C* *L*
classes.html: *C* *L*
clear.html: *C* *L*
comparisons.html: *C* *L*
components.html: *C* *L*
composition-and-argument.html: *C* *L*
concepts.html: *C* *L*
configuration.html: *C* *L*
contains.html: *C* *L*
copy-if.html: *C* *L*
copy.html: *C* *L*
count-if.html: *C* *L*
count.html: *C* *L*
data-concepts.html: *C* *L*
data-miscellaneous.html: *C* *L*
data-types.html: *C* *L*
deque.html: *C* *L*
deref.html: *C* *L*
distance.html: *C* *L*
divides.html: *C* *L*
empty-base.html: *C* *L*
empty-sequence.html: *C* *L*
empty.html: *C* *L*
end.html: *C* *L*
equal-to.html: *C* *L*
equal.html: *C* *L*
erase-key.html: *C* *L*
erase.html: *C* *L*
eval-if-c.html: *C* *L*
eval-if.html: *C* *L*
extensible-associative.html: *C* *L*
extensible-sequence.html: *C* *L*
filter-view.html: *C* *L*
find-if.html: *C* *L*
find.html: *C* *L*
fold.html: *C* *L*
forward-iterator.html: *C* *L*
forward-sequence.html: *C* *L*
front-extensible-sequence.html: *C* *L*
front-inserter.html: *C* *L*
front.html: *C* *L*
greater-equal.html: *C* *L*
greater.html: *C* *L*
has-key.html: *C* *L*
has-xxx-trait-def.html: *C* *L*
has-xxx-trait-named-def.html: *C* *L*
identity.html: *C* *L*
if-c.html: *C* *L*
if.html: *C* *L*
inherit-linearly.html: *C* *L*
inherit.html: *C* *L*
insert-range.html: *C* *L*
insert.html: *C* *L*
inserter.html: *C* *L*
inserters-inserter.html: *C* *L*
inserters.html: *C* *L*
int.html: *C* *L*
integral-c.html: *C* *L*
integral-constant.html: *C* *L*
integral-sequence-wrapper.html: *C* *L*
intrinsic-metafunctions.html: *C* *L*
introspection.html: *C* *L*
invocation.html: *C* *L*
is-sequence.html: *C* *L*
iter-fold.html: *C* *L*
iteration-algorithms.html: *C* *L*
iterator-category.html: *C* *L*
iterator-metafunctions.html: *C* *L*
iterator-range.html: *C* *L*
iterators-concepts.html: *C* *L*
iterators.html: *C* *L*
joint-view.html: *C* *L*
key-type.html: *C* *L*
lambda-expression.html: *C* *L*
lambda.html: *C* *L*
less-equal.html: *C* *L*
less.html: *C* *L*
limit-list-size.html: *C* *L*
limit-map-size.html: *C* *L*
limit-metafunction-arity.html: *C* *L*
limit-set-size.html: *C* *L*
limit-unrolling.html: *C* *L*
limit-vector-size.html: *C* *L*
list-c.html: *C* *L*
list.html: *C* *L*
logical-operations.html: *C* *L*
long.html: *C* *L*
lower-bound.html: *C* *L*
macros.html: *C* *L*
map.html: *C* *L*
max-element.html: *C* *L*
max.html: *C* *L*
metafunction-class.html: *C* *L*
metafunction.html: *C* *L*
metafunctions-concepts.html: *C* *L*
metafunctions.html: *C* *L*
min-element.html: *C* *L*
min.html: *C* *L*
minus.html: *C* *L*
miscellaneous.html: *C* *L*
modulus.html: *C* *L*
negate.html: *C* *L*
next.html: *C* *L*
not-equal-to.html: *C* *L*
not.html: *C* *L*
numeric-cast.html: *C* *L*
numeric-metafunction.html: *C* *L*
numeric.html: *C* *L*
or.html: *C* *L*
order.html: *C* *L*
pair.html: *C* *L*
partition.html: *C* *L*
placeholder-expression.html: *C* *L*
placeholders.html: *C* *L*
plus.html: *C* *L*
pop-back.html: *C* *L*
pop-front.html: *C* *L*
prior.html: *C* *L*
protect.html: *C* *L*
push-back.html: *C* *L*
push-front.html: *C* *L*
querying-algorithms.html: *C* *L*
quote.html: *C* *L*
random-access-iterator.html: *C* *L*
random-access-sequence.html: *C* *L*
range-c.html: *C* *L*
refmanual_toc.html: *C* *L*
remove-if.html: *C* *L*
remove.html: *C* *L*
replace-if.html: *C* *L*
replace.html: *C* *L*
reverse-copy-if.html: *C* *L*
reverse-copy.html: *C* *L*
reverse-fold.html: *C* *L*
reverse-iter-fold.html: *C* *L*
reverse-partition.html: *C* *L*
reverse-remove-if.html: *C* *L*
reverse-remove.html: *C* *L*
reverse-replace-if.html: *C* *L*
reverse-replace.html: *C* *L*
reverse-stable-partition.html: *C* *L*
reverse-transform.html: *C* *L*
reverse-unique.html: *C* *L*
reverse.html: *C* *L*
reversible-algorithm.html: *C* *L*
sequence-tag.html: *C* *L*
sequences.html: *C* *L*
set-c.html: *C* *L*
set.html: *C* *L*
shift-left.html: *C* *L*
shift-right.html: *C* *L*
single-view.html: *C* *L*
size-t.html: *C* *L*
size.html: *C* *L*
sizeof.html: *C* *L*
sort.html: *C* *L*
stable-partition.html: *C* *L*
tag-dispatched.html: *C* *L*
terminology.html: *C* *L*
times.html: *C* *L*
transform-view.html: *C* *L*
transform.html: *C* *L*
transformation-algorithms.html: *C* *L*
trivial-metafunction.html: *C* *L*
trivial-metafunctions.html: *C* *L*
trivial.html: *C* *L*
type-selection.html: *C* *L*
unique.html: *C* *L*
unpack-args.html: *C* *L*
upper-bound.html: *C* *L*
value-type.html: *C* *L*
variadic-sequence.html: *C* *L*
vector-c.html: *C* *L*
vector.html: *C* *L*
views.html: *C* *L*
void.html: *C* *L*
zip-view.html: *C* *L*
libs/mpl/doc/src/refmanual/
ASSERT.rst: *C* *L*
ASSERT_MSG.rst: *C* *L*
ASSERT_NOT.rst: *C* *L*
ASSERT_RELATION.rst: *C* *L*
AUX_LAMBDA_SUPPORT.rst: *C* *L*
Acknowledgements.rst: *C* *L*
Algorithms-Iteration.rst: *C* *L*
Algorithms-Querying.rst: *C* *L*
Algorithms-Transformation.rst: *C* *L*
Algorithms.rst: *C* *L*
AssociativeSequence.rst: *C* *L*
BackExtensibleSequence.rst: *C* *L*
BidirectionalIterator.rst: *C* *L*
BidirectionalSequence.rst: *C* *L*
CFG_NO_HAS_XXX.rst: *C* *L*
CFG_NO_PREPROCESSED.rst: *C* *L*
Categorized.rst: *C* *L*
Data.rst: *C* *L*
ExtensibleAssociativeSeq.rst: *C* *L*
ExtensibleSequence.rst: *C* *L*
ForwardIterator.rst: *C* *L*
ForwardSequence.rst: *C* *L*
FrontExtensibleSequence.rst: *C* *L*
HAS_XXX_TRAIT_DEF.rst: *C* *L*
HAS_XXX_TRAIT_NAMED_DEF.rst: *C* *L*
Inserter.rst: *C* *L*
IntegralConstant.rst: *C* *L*
IntegralSequenceWrapper.rst: *C* *L*
Iterators-Concepts.rst: *C* *L*
Iterators-Metafunctions.rst: *C* *L*
Iterators.rst: *C* *L*
LIMIT_LIST_SIZE.rst: *C* *L*
LIMIT_MAP_SIZE.rst: *C* *L*
LIMIT_METAFUNCTION_ARITY.rst: *C* *L*
LIMIT_SET_SIZE.rst: *C* *L*
LIMIT_UNROLLING.rst: *C* *L*
LIMIT_VECTOR_SIZE.rst: *C* *L*
LambdaExpression.rst: *C* *L*
Macros-Asserts.rst: *C* *L*
Macros-Configuration.rst: *C* *L*
Macros.rst: *C* *L*
Metafunction.rst: *C* *L*
MetafunctionClass.rst: *C* *L*
Metafunctions-Arithmetic.rst: *C* *L*
Metafunctions-Bitwise.rst: *C* *L*
Metafunctions-Comparisons.rst: *C* *L*
Metafunctions-Composition.rst: *C* *L*
Metafunctions-Conditional.rst: *C* *L*
Metafunctions-Invocation.rst: *C* *L*
Metafunctions-Logical.rst: *C* *L*
Metafunctions-Trivial.rst: *C* *L*
Metafunctions-Type.rst: *C* *L*
Metafunctions.rst: *C* *L*
NumericMetafunction.rst: *C* *L*
PlaceholderExpression.rst: *C* *L*
Placeholders.rst: *C* *L*
RandomAccessIterator.rst: *C* *L*
RandomAccessSequence.rst: *C* *L*
ReversibleAlgorithm.rst: *C* *L*
Sequences-Classes.rst: *C* *L*
Sequences-Concepts.rst: *C* *L*
Sequences-Intrinsic.rst: *C* *L*
Sequences-Views.rst: *C* *L*
Sequences.rst: *C* *L*
TagDispatchedMetafunction.rst: *C* *L*
TrivialMetafunction.rst: *C* *L*
VariadicSequence.rst: *C* *L*
accumulate.rst: *C* *L*
advance.rst: *C* *L*
always.rst: *C* *L*
and_.rst: *C* *L*
apply.rst: *C* *L*
apply_wrap.rst: *C* *L*
arg.rst: *C* *L*
at.rst: *C* *L*
at_c.rst: *C* *L*
back.rst: *C* *L*
back_inserter.rst: *C* *L*
begin.rst: *C* *L*
bind.rst: *C* *L*
bitand_.rst: *C* *L*
bitor_.rst: *C* *L*
bitxor_.rst: *C* *L*
bool_.rst: *C* *L*
clear.rst: *C* *L*
contains.rst: *C* *L*
copy.rst: *C* *L*
copy_if.rst: *C* *L*
count.rst: *C* *L*
count_if.rst: *C* *L*
deque.rst: *C* *L*
deref.rst: *C* *L*
distance.rst: *C* *L*
divides.rst: *C* *L*
empty.rst: *C* *L*
empty_base.rst: *C* *L*
empty_sequence.rst: *C* *L*
end.rst: *C* *L*
equal.rst: *C* *L*
equal_to.rst: *C* *L*
erase.rst: *C* *L*
erase_key.rst: *C* *L*
eval_if.rst: *C* *L*
eval_if_c.rst: *C* *L*
filter_view.rst: *C* *L*
find.rst: *C* *L*
find_if.rst: *C* *L*
fold.rst: *C* *L*
front.rst: *C* *L*
front_inserter.rst: *C* *L*
greater.rst: *C* *L*
greater_equal.rst: *C* *L*
has_key.rst: *C* *L*
identity.rst: *C* *L*
if_.rst: *C* *L*
if_c.rst: *C* *L*
inherit.rst: *C* *L*
inherit_linearly.rst: *C* *L*
insert.rst: *C* *L*
insert_range.rst: *C* *L*
inserter_.rst: *C* *L*
int_.rst: *C* *L*
integral_c.rst: *C* *L*
is_sequence.rst: *C* *L*
iter_fold.rst: *C* *L*
iter_fold_if.rst: *C* *L*
iterator_category.rst: *C* *L*
iterator_range.rst: *C* *L*
joint_view.rst: *C* *L*
key_type.rst: *C* *L*
lambda.rst: *C* *L*
less.rst: *C* *L*
less_equal.rst: *C* *L*
list.rst: *C* *L*
list_c.rst: *C* *L*
long_.rst: *C* *L*
lower_bound.rst: *C* *L*
map.rst: *C* *L*
max.rst: *C* *L*
max_element.rst: *C* *L*
min.rst: *C* *L*
min_element.rst: *C* *L*
minus.rst: *C* *L*
modulus.rst: *C* *L*
multiplies.rst: *C* *L*
negate.rst: *C* *L*
next.rst: *C* *L*
not_.rst: *C* *L*
not_equal_to.rst: *C* *L*
numeric_cast.rst: *C* *L*
or_.rst: *C* *L*
order.rst: *C* *L*
pair.rst: *C* *L*
partition.rst: *C* *L*
plus.rst: *C* *L*
pop_back.rst: *C* *L*
pop_front.rst: *C* *L*
preface.rst: *C* *L*
prior.rst: *C* *L*
protect.rst: *C* *L*
push_back.rst: *C* *L*
push_front.rst: *C* *L*
quote.rst: *C* *L*
range_c.rst: *C* *L*
refmanual.py: *C* *L*
remove.rst: *C* *L*
remove_if.rst: *C* *L*
replace.rst: *C* *L*
replace_if.rst: *C* *L*
reverse.rst: *C* *L*
reverse_copy.rst: *C* *L*
reverse_copy_if.rst: *C* *L*
reverse_fold.rst: *C* *L*
reverse_iter_fold.rst: *C* *L*
reverse_partition.rst: *C* *L*
reverse_remove.rst: *C* *L*
reverse_remove_if.rst: *C* *L*
reverse_replace.rst: *C* *L*
reverse_replace_if.rst: *C* *L*
reverse_stable_partition.rst: *C* *L*
reverse_transform.rst: *C* *L*
reverse_unique.rst: *C* *L*
sequence_tag.rst: *C* *L*
set.rst: *C* *L*
set_c.rst: *C* *L*
shift_left.rst: *C* *L*
shift_right.rst: *C* *L*
single_view.rst: *C* *L*
size.rst: *C* *L*
size_t.rst: *C* *L*
sizeof_.rst: *C* *L*
sort.rst: *C* *L*
stable_partition.rst: *C* *L*
terminology.rst: *C* *L*
times.rst: *C* *L*
transform.rst: *C* *L*
transform_view.rst: *C* *L*
unique.rst: *C* *L*
unpack_args.rst: *C* *L*
upper_bound.rst: *C* *L*
value_type.rst: *C* *L*
vector.rst: *C* *L*
vector_c.rst: *C* *L*
void_.rst: *C* *L*
zip_view.rst: *C* *L*
libs/mpl/doc/
style.css: *L*
libs/mpl/doc/tutorial/
acknowledgements.html: *C* *L*
apply-lambda-semantics.html: *C* *L*
broken-integral-constant.html: *C* *L*
changelog-history.html: *C* *L*
changes-in-boost-1-32-0.html: *C* *L*
dependencies.html: *C* *L*
details.html: *C* *L*
dimensional-analysis.html: *C* *L*
eti.html: *C* *L*
exercises.html: *C* *L*
handling-placeholders.html: *C* *L*
higher-order.html: *C* *L*
implementing-addition-and.html: *C* *L*
implementing-division.html: *C* *L*
implementing.html: *C* *L*
incomplete-support-for.html: *C* *L*
iterator-protocol.html: *C* *L*
lambda-and-non.html: *C* *L*
lambda-details.html: *C* *L*
metafunction-composition.html: *C* *L*
miscellaneous.html: *C* *L*
more-lambda-capabilities.html: *C* *L*
numeric-metafunction.html: *C* *L*
partial-metafunction.html: *C* *L*
physical-structure.html: *C* *L*
placeholder-expression.html: *C* *L*
placeholders.html: *C* *L*
portability.html: *C* *L*
reference-manual.html: *C* *L*
renaming-cleanup.html: *C* *L*
representing-dimensions.html: *C* *L*
representing-quantities.html: *C* *L*
resources.html: *C* *L*
tag-dispatching-protocol.html: *C* *L*
technical-details.html: *C* *L*
the-apply-metafunction.html: *C* *L*
the-importance-of-being.html: *C* *L*
the-lambda-metafunction.html: *C* *L*
tutorial-metafunctions.html: *L*
tutorial_toc.html: *C* *L*
libs/mpl/example/
Jamfile: *C* *L*
libs/mpl/test/
Jamfile: *C* *L*
Jamfile.v2: *C* *L*
libs/mpl/test/aux_/
Jamfile: *C* *L*
|multi_array|
libs/multi_array/doc/
iterator_categories.html: *C* *L*
reference.html: *L*
libs/multi_array/doc/xml/
MultiArray.xml: *C* *L*
const_multi_array_ref.xml: *C* *L*
multi_array.xml: *C* *L*
multi_array_ref.xml: *C* *L*
reference.xml: *L*
libs/multi_array/test/
Jamfile: *L*
Jamfile.v2: *L*
|numeric|
boost/numeric/ublas/
banded.hpp: *L*
blas.hpp: *L*
boost/numeric/ublas/detail/
concepts.hpp: *L*
config.hpp: *L*
definitions.hpp: *L*
documentation.hpp: *L*
duff.hpp: *L*
iterator.hpp: *L*
matrix_assign.hpp: *L*
raw.hpp: *L*
temporary.hpp: *L*
vector_assign.hpp: *L*
boost/numeric/ublas/
exception.hpp: *L*
expression_types.hpp: *L*
functional.hpp: *L*
fwd.hpp: *L*
hermitian.hpp: *L*
io.hpp: *L*
lu.hpp: *L*
matrix.hpp: *L*
matrix_expression.hpp: *L*
matrix_proxy.hpp: *L*
matrix_sparse.hpp: *L*
operation.hpp: *L*
operation_blocked.hpp: *L*
operation_sparse.hpp: *L*
storage.hpp: *L*
storage_sparse.hpp: *L*
symmetric.hpp: *L*
traits.hpp: *L*
triangular.hpp: *L*
vector.hpp: *L*
vector_expression.hpp: *L*
vector_of_vector.hpp: *L*
vector_proxy.hpp: *L*
vector_sparse.hpp: *L*
libs/numeric/conversion/test/
Jamfile: *C* *L*
Jamfile.v2: *C* *L*
test_helpers.cpp: *C*
test_helpers2.cpp: *C*
test_helpers3.cpp: *C*
traits_test.cpp: *C*
udt_example_0.cpp: *C*
udt_support_test.cpp: *C*
libs/numeric/interval/doc/
checking.htm: *L*
comparisons.htm: *L*
examples.htm: *L*
guide.htm: *L*
includes.htm: *L*
interval.htm: *L*
numbers.htm: *L*
policies.htm: *L*
rounding.htm: *L*
todo.htm: *L*
libs/numeric/ublas/bench1/
Jamfile: *L*
bench1.cpp: *L*
bench1.hpp: *L*
bench11.cpp: *L*
bench12.cpp: *L*
bench13.cpp: *L*
libs/numeric/ublas/bench2/
Jamfile: *L*
bench2.cpp: *L*
bench2.hpp: *L*
bench21.cpp: *L*
bench22.cpp: *L*
bench23.cpp: *L*
libs/numeric/ublas/bench3/
Jamfile: *L*
bench3.cpp: *L*
bench3.hpp: *L*
bench31.cpp: *L*
bench32.cpp: *L*
bench33.cpp: *L*
libs/numeric/ublas/bench4/
Jamfile: *L*
bench4.cpp: *L*
bench41.cpp: *L*
bench42.cpp: *L*
bench43.cpp: *L*
libs/numeric/ublas/doc/
Release_notes.txt: *C* *L*
banded.htm: *L*
blas.htm: *L*
bounded_array.htm: *C* *L*
container_concept.htm: *L*
doxygen.css: *C* *L*
expression_concept.htm: *L*
hermitian.htm: *L*
index.htm: *L*
iterator_concept.htm: *L*
matrix.htm: *L*
matrix_expression.htm: *L*
matrix_proxy.htm: *L*
matrix_sparse.htm: *L*
operations_overview.htm: *L*
overview.htm: *L*
products.htm: *L*
range.htm: *C* *L*
libs/numeric/ublas/doc/samples/
Jamfile: *L*
banded_adaptor.cpp: *L*
banded_matrix.cpp: *L*
bounded_array.cpp: *L*
compressed_matrix.cpp: *L*
compressed_vector.cpp: *L*
coordinate_matrix.cpp: *L*
coordinate_vector.cpp: *L*
hermitian_adaptor.cpp: *L*
hermitian_matrix.cpp: *L*
identity_matrix.cpp: *L*
map_array.cpp: *L*
mapped_matrix.cpp: *L*
mapped_vector.cpp: *L*
matrix.cpp: *L*
matrix_binary.cpp: *L*
matrix_binary_scalar.cpp: *L*
matrix_column.cpp: *L*
matrix_column_project.cpp: *L*
matrix_matrix_binary.cpp: *L*
matrix_matrix_solve.cpp: *L*
matrix_range.cpp: *L*
matrix_range_project.cpp: *L*
matrix_row.cpp: *L*
matrix_row_project.cpp: *L*
matrix_slice.cpp: *L*
matrix_slice_project.cpp: *L*
matrix_unary.cpp: *L*
matrix_vector_binary.cpp: *L*
matrix_vector_range.cpp: *L*
matrix_vector_slice.cpp: *L*
matrix_vector_solve.cpp: *L*
range.cpp: *L*
slice.cpp: *L*
symmetric_adaptor.cpp: *L*
symmetric_matrix.cpp: *L*
triangular_adaptor.cpp: *L*
triangular_matrix.cpp: *L*
unbounded_array.cpp: *L*
unit_vector.cpp: *L*
vector.cpp: *L*
vector_binary.cpp: *L*
vector_binary_outer.cpp: *L*
vector_binary_redux.cpp: *L*
vector_binary_scalar.cpp: *L*
vector_range.cpp: *L*
vector_range_project.cpp: *L*
vector_slice.cpp: *L*
vector_slice_project.cpp: *L*
vector_unary.cpp: *L*
vector_unary_redux.cpp: *L*
zero_matrix.cpp: *L*
zero_vector.cpp: *L*
libs/numeric/ublas/doc/
storage_concept.htm: *C* *L*
storage_sparse.htm: *L*
symmetric.htm: *L*
triangular.htm: *L*
types_overview.htm: *L*
ublas.css: *C* *L*
unbounded_array.htm: *C* *L*
vector.htm: *L*
vector_expression.htm: *L*
vector_proxy.htm: *L*
vector_sparse.htm: *L*
libs/numeric/ublas/test/
Jamfile: *L*
README: *C* *L*
concepts.cpp: *L*
test1.cpp: *L*
test1.hpp: *L*
test11.cpp: *L*
test12.cpp: *L*
test13.cpp: *L*
test2.cpp: *L*
test2.hpp: *L*
test21.cpp: *L*
test22.cpp: *L*
test23.cpp: *L*
test3.cpp: *L*
test3.hpp: *L*
test31.cpp: *L*
test32.cpp: *L*
test33.cpp: *L*
test4.cpp: *L*
test4.hpp: *L*
test42.cpp: *L*
test43.cpp: *L*
test5.cpp: *L*
test5.hpp: *L*
test52.cpp: *L*
test53.cpp: *L*
test6.cpp: *L*
test6.hpp: *L*
test62.cpp: *L*
test63.cpp: *L*
test7.cpp: *L*
test7.hpp: *L*
test71.cpp: *L*
test72.cpp: *L*
test73.cpp: *L*
|optional|
libs/optional/test/
Jamfile.v2: *L*
|people|
people/
darin_adler.htm: *C* *L*
dietmar_kuehl.htm: *C* *L*
ed_brey.htm: *C* *L*
gennadiy_rozental.htm: *C* *L*
joaquin_lopez.htm: *C* *L*
jonathan_turkanis.htm: *C* *L*
mark_rodgers.htm: *C* *L*
mat_marcus.htm: *C* *L*
paul_moore.htm: *C* *L*
ronald_garcia.htm: *C* *L*
vesa_karvonen.htm: *C* *L*
|pool|
boost/pool/detail/
pool_construct.bat: *L*
pool_construct.sh: *L*
pool_construct_simple.bat: *L*
pool_construct_simple.sh: *L*
libs/pool/
TODO.txt: *C* *L*
libs/pool/doc/
concepts.html: *L*
copyright.html: *L*
libs/pool/doc/implementation/
alignment.html: *L*
ct_gcd_lcm.html: *L*
for.html: *L*
gcd_lcm.html: *L*
guard.html: *L*
mutex.html: *L*
object_pool.html: *L*
pool.html: *L*
pool_alloc.html: *L*
pool_construct.html: *L*
simple_segregated_storage.html: *L*
singleton.html: *L*
singleton_pool.html: *L*
libs/pool/doc/
index.html: *L*
interfaces.html: *L*
libs/pool/doc/interfaces/
object_pool.html: *L*
pool.html: *L*
pool_alloc.html: *L*
simple_segregated_storage.html: *L*
singleton_pool.html: *L*
user_allocator.html: *L*
libs/pool/doc/
pool.css: *L*
|program_options|
boost/program_options/detail/
utf8_codecvt_facet.hpp: *L*
libs/program_options/build/
Jamfile: *C* *L*
Jamfile.v2: *C* *L*
libs/program_options/doc/
Jamfile.v2: *C* *L*
acknowledgements.xml: *C* *L*
changes.xml: *C* *L*
design.xml: *C* *L*
glossary.xml: *C* *L*
howto.xml: *C* *L*
overview.xml: *C* *L*
post_review_plan.txt: *C* *L*
todo.txt: *C* *L*
tutorial.xml: *C* *L*
libs/program_options/example/
Jamfile: *C* *L*
Jamfile.v2: *C* *L*
libs/program_options/test/
Jamfile: *C* *L*
Jamfile.v2: *C* *L*
program_options_size_test.py: *C* *L*
ucs2.txt: *C* *L*
utf8.txt: *C* *L*
winmain.py: *C* *L*
|property_map|
libs/property_map/
LvaluePropertyMap.html: *L*
ReadWritePropertyMap.html: *L*
ReadablePropertyMap.html: *L*
WritablePropertyMap.html: *L*
associative_property_map.html: *L*
const_assoc_property_map.html: *L*
libs/property_map/doc/
dynamic_property_map.html: *C* *L*
dynamic_property_map.rst: *C* *L*
libs/property_map/
example2.cpp: *L*
identity_property_map.html: *L*
iterator_property_map.html: *L*
property_map.html: *L*
vector_property_map.html: *L*
|ptr_container|
libs/ptr_container/doc/
Jamfile.v2: *C* *L*
associative_ptr_container.html: *L*
associative_ptr_container.rst: *L*
comp.sh: *C* *L*
comp_all.sh: *C* *L*
comp_assoc_ptr_container.sh: *C* *L*
comp_conventions.sh: *C* *L*
comp_examples.sh: *C* *L*
comp_faq.sh: *C* *L*
comp_guidelines.sh: *C* *L*
comp_headers.sh: *C* *L*
comp_indirect_fun.sh: *C* *L*
comp_ptr_array.sh: *C* *L*
comp_ptr_container.sh: *C* *L*
comp_ptr_deque.sh: *C* *L*
comp_ptr_list.sh: *C* *L*
comp_ptr_map.sh: *C* *L*
comp_ptr_map_adapter.sh: *C* *L*
comp_ptr_multimap.sh: *C* *L*
comp_ptr_multimap_adapter.sh: *C* *L*
comp_ptr_multiset.sh: *C* *L*
comp_ptr_multiset_adapter.sh: *C* *L*
comp_ptr_sequence_adapter.sh: *C* *L*
comp_ptr_set.sh: *C* *L*
comp_ptr_set_adapter.sh: *C* *L*
comp_ptr_vector.sh: *C* *L*
comp_reference.sh: *C* *L*
comp_rever_ptr_container.sh: *C* *L*
comp_tutorial.sh: *C* *L*
conventions.html: *L*
conventions.rst: *L*
default.css: *L*
examples.html: *L*
examples.rst: *L*
faq.html: *L*
faq.rst: *L*
guidelines.html: *L*
guidelines.rst: *L*
headers.html: *L*
headers.rst: *L*
indirect_fun.html: *L*
indirect_fun.rst: *L*
intro.xml: *C* *L*
ptr_array.html: *L*
ptr_array.rst: *L*
ptr_container.xml: *L*
ptr_deque.html: *L*
ptr_deque.rst: *L*
ptr_list.html: *L*
ptr_list.rst: *L*
ptr_map.html: *L*
ptr_map.rst: *L*
ptr_map_adapter.html: *L*
ptr_map_adapter.rst: *L*
ptr_multimap.html: *L*
ptr_multimap.rst: *L*
ptr_multimap_adapter.html: *L*
ptr_multimap_adapter.rst: *L*
ptr_multiset.html: *L*
ptr_multiset.rst: *L*
ptr_multiset_adapter.html: *L*
ptr_multiset_adapter.rst: *L*
ptr_sequence_adapter.html: *L*
ptr_sequence_adapter.rst: *L*
ptr_set.html: *L*
ptr_set.rst: *L*
ptr_set_adapter.html: *L*
ptr_set_adapter.rst: *L*
ptr_vector.html: *L*
ptr_vector.rst: *L*
reference.html: *L*
reference.rst: *L*
reversible_ptr_container.html: *L*
reversible_ptr_container.rst: *L*
todo.txt: *C* *L*
tutorial.html: *L*
tutorial.rst: *L*
libs/ptr_container/test/
Jamfile.v2: *C* *L*
sequence_point.cpp: *C* *L*
|python|
libs/python/doc/
internals.html: *L*
internals.rst: *L*
libs/python/doc/v2/
opaque.html: *L*
libs/python/test/
operators_wrapper.cpp: *C* *L*
operators_wrapper.py: *C* *L*
|quickbook|
tools/quickbook/doc/
Jamfile.v2: *C* *L*
tools/quickbook/doc/html/quickbook/
change_log.html: *L*
installation_and_configuration.html: *L*
tools/quickbook/doc/html/quickbook/installation_and_configuration/
debian__ubuntu.html: *L*
windows_2000__xp__2003__vista.html: *L*
tools/quickbook/doc/html/quickbook/
intro.html: *L*
ref.html: *L*
syntax.html: *L*
tools/quickbook/doc/html/quickbook/syntax/
block.html: *L*
comments.html: *L*
phrase.html: *L*
tools/quickbook/
index.html: *C* *L*
|random|
libs/random/
index.html: *C* *L*
nondet_random.html: *C* *L*
random-concepts.html: *C* *L*
random-distributions.html: *C* *L*
random-generators.html: *C* *L*
random-misc.html: *C* *L*
random-performance.html: *C* *L*
random-variate.html: *C* *L*
libs/random/test/
Jamfile: *C* *L*
Jamfile.v2: *C* *L*
libs/random/
wg21-proposal.html: *C* *L*
|range|
libs/range/doc/
boost_range.html: *L*
example.cpp: *C* *L*
examples.html: *L*
faq.html: *L*
headers.html: *L*
history_ack.html: *L*
intro.html: *L*
portability.html: *L*
range.html: *L*
style.css: *C* *L*
style.html: *L*
utility_class.html: *L*
libs/range/test/
TODO: *C* *L*
compat1.cpp: *C* *L*
|rational|
boost/
rational.hpp: *L*
libs/rational/
index.html: *L*
rational.html: *L*
rational_example.cpp: *L*
rational_test.cpp: *L*
|regex|
libs/regex/build/
gcc-shared.mak: *C* *L*
libs/regex/example/timer/
input_script.txt: *C* *L*
|regression|
tools/regression/build/
Jamfile: *C* *L*
Jamfile.v2: *C* *L*
tools/regression/detail/
tiny_xml_test.txt: *C* *L*
tools/regression/
index.htm: *C* *L*
run_tests.sh: *C* *L*
tools/regression/test/
Jamfile: *L*
test.bat: *C* *L*
tools/regression/xsl_reports/
empty_expected_results.xml: *C* *L*
tools/regression/xsl_reports/runner/
__init__.py: *C* *L*
default.css: *L*
instructions.html: *L*
instructions.rst: *C* *L*
tools/regression/xsl_reports/test/
common.py: *C* *L*
expected_results.xml: *C* *L*
generate_test_results.py: *C* *L*
generate_test_results_v1.py: *C* *L*
restrict_to_library.xsl: *C* *L*
run_notes_regression.py: *C* *L*
run_v1.py: *C* *L*
test.py: *C* *L*
test_boost_wide_report.py: *C* *L*
tools/regression/xsl_reports/
test_results.xsd: *C* *L*
tools/regression/xsl_reports/utils/
__init__.py: *C* *L*
accept_args.py: *C* *L*
char_translation_table.py: *C* *L*
check_existance.py: *C* *L*
checked_system.py: *C* *L*
libxslt.py: *C* *L*
log.py: *C* *L*
makedirs.py: *C* *L*
send_mail.py: *C* *L*
sourceforge.py: *C* *L*
tar.py: *C* *L*
zip.py: *C* *L*
tools/regression/xsl_reports/xsl/v2/
expected_to_1_33_format.xsl: *C* *L*
|release|
tools/release/
utils.py: *C* *L*
|serialization|
libs/serialization/doc/
style.css: *C* *L*
libs/serialization/example/
demo_output.txt: *C* *L*
demo_save.xml: *C* *L*
demofile.txt: *C* *L*
libs/serialization/test/
run_archive_test.bat: *C* *L*
runtest.bat: *C* *L*
runtest.sh: *C* *L*
libs/serialization/vc7ide/
readme.txt: *C* *L*
|signals|
libs/signals/doc/
Jamfile.v2: *C* *L*
design.xml: *C* *L*
faq.xml: *C* *L*
introduction.xml: *C* *L*
rationale.xml: *C* *L*
libs/signals/doc/reference/
connection.xml: *C* *L*
last_value.xml: *C* *L*
reference.xml: *C* *L*
signal_header.xml: *C* *L*
slot.xml: *C* *L*
trackable.xml: *C* *L*
visit_each.xml: *C* *L*
libs/signals/doc/
tests.xml: *C* *L*
tutorial.xml: *C* *L*
|smart_ptr|
libs/smart_ptr/
compatibility.htm: *L*
scoped_array.htm: *L*
scoped_ptr.htm: *L*
shared_array.htm: *L*
shared_ptr.htm: *L*
smart_ptr.htm: *L*
smarttests.htm: *L*
weak_ptr.htm: *L*
|test|
boost/test/included/
unit_test_framework.hpp: *C* *L*
boost/test/utils/runtime/cla/detail/
argument_value_usage.hpp: *L*
libs/test/test/auto-link-test/
run_bjam.bat: *C* *L*
|timer|
libs/timer/
timer.htm: *L*
|tokenizer|
libs/tokenizer/
char_delimiters_separator.htm: *L*
char_separator.htm: *L*
escaped_list_separator.htm: *L*
index.html: *L*
introduc.htm: *L*
offset_separator.htm: *L*
token_iterator.htm: *L*
tokenizer.htm: *L*
tokenizerfunction.htm: *L*
|tr1|
boost/tr1/
tuple.hpp: *C* *L*
|tuple|
libs/tuple/doc/
design_decisions_rationale.html: *L*
tuple_advanced_interface.html: *L*
tuple_users_guide.html: *L*
libs/tuple/test/
Jamfile: *C* *L*
README: *C* *L*
|utility|
boost/
shared_container_iterator.hpp: *L*
boost/utility/
value_init.hpp: *C*
libs/utility/
Assignable.html: *L*
Collection.html: *L*
CopyConstructible.html: *L*
LessThanComparable.html: *L*
MultiPassInputIterator.html: *L*
OptionalPointee.html: *L*
call_traits.htm: *L*
compressed_pair.htm: *L*
enable_if.html: *L*
generator_iterator.htm: *C* *L*
libs/utility/test/
Jamfile: *L*
Jamfile.v2: *L*
libs/utility/
utility.htm: *L*
value_init.htm: *L*
value_init_test.cpp: *C*
value_init_test_fail1.cpp: *C*
value_init_test_fail2.cpp: *C*
value_init_test_fail3.cpp: *C*
|variant|
libs/variant/doc/
Jamfile.v2: *C* *L*
biblio.xml: *C* *L*
design.xml: *C* *L*
introduction.xml: *C* *L*
misc.xml: *C* *L*
libs/variant/doc/reference/
apply_visitor.xml: *C* *L*
bad_visit.xml: *C* *L*
concepts.xml: *C* *L*
get.xml: *C* *L*
recursive_variant.xml: *C* *L*
recursive_wrapper.xml: *C* *L*
reference.xml: *C* *L*
static_visitor.xml: *C* *L*
variant.xml: *C* *L*
variant_fwd.xml: *C* *L*
visitor_ptr.xml: *C* *L*
libs/variant/doc/tutorial/
advanced.xml: *C* *L*
basic.xml: *C* *L*
tutorial.xml: *C* *L*
libs/variant/doc/
variant.xml: *L*
libs/variant/
index.html: *C* *L*
libs/variant/test/
Jamfile: *L*
Jamfile.v2: *L*
|xpressive|
libs/xpressive/doc/
acknowledgements.qbk: *C* *L*
concepts.qbk: *C* *L*
dynamic_regexes.qbk: *C* *L*
examples.qbk: *C* *L*
grammars.qbk: *C* *L*
installation.qbk: *C* *L*
introduction.qbk: *C* *L*
matching.qbk: *C* *L*
nyi.qbk: *C* *L*
perf.qbk: *C* *L*
preface.qbk: *C* *L*
quick_start.qbk: *C* *L*
regexpp_diffs.qbk: *C* *L*
results.qbk: *C* *L*
static_regexes.qbk: *C* *L*
substitutions.qbk: *C* *L*
tips_n_tricks.qbk: *C* *L*
tokenization.qbk: *C* *L*
traits.qbk: *C* *L*
1
0
Boost Inspection Report
Run Date: 17:09:19 UTC, Sunday 12 November 2006
An inspection program <http://www.boost.org/tools/inspect/index.html>
checks each file in the current Boost CVS for various problems,
generating this as output. Problems detected include tabs in files,
missing copyrights, broken URL's, and similar misdemeanors.
Totals:
12981 files scanned
1096 directories scanned (including root)
282 problems reported
Problem counts:
1 files with invalid line endings
0 bookmarks with invalid characters
3 invalid urls
117 broken links
24 unlinked files
34 file/directory names issues
19 files with tabs
42 violations of the Boost min/max guidelines
42 usages of unnamed namespaces in headers (including .ipp files)
Summary:
algorithm (1)
archive (5)
asio (2)
bind (1)
build (2)
conversion (9)
date_time (5)
doc (2)
dynamic_bitset (1)
filesystem (40)
fusion (16)
graph (3)
integer (1)
interprocess (36)
iostreams (2)
iterator (1)
lambda (4)
math (8)
more (1)
mpl (1)
multi_array (2)
numeric (3)
parameter (2)
program_options (2)
python (1)
quickbook (12)
random (2)
rational (8)
regex (1)
regression (13)
serialization (4)
signals (1)
system (4)
test (80)
thread (2)
tr1 (1)
tuple (1)
type_traits (1)
utility (1)
Details:
*R* invalid (cr only) line-ending
*A* invalid bookmarks, invalid urls, broken links, unlinked files
*N* file/directory names issues
*T* tabs in file
*M* uses of min or max that have not been protected from the min/max macros, or unallowed #undef-s
*U* unnamed namespace in header
|algorithm|
libs/algorithm/string/doc/external_concepts.html:
*A* unlinked file
|archive|
boost/archive/basic_streambuf_locale_saver.hpp:
*N* name exceeds 31 characters
boost/archive/detail/polymorphic_iarchive_dispatch.hpp:
*N* name exceeds 31 characters
boost/archive/detail/polymorphic_oarchive_dispatch.hpp:
*N* name exceeds 31 characters
boost/archive/impl/xml_wiarchive_impl.ipp:
*U* unnamed namespace at line 53
boost/archive/iterators/remove_whitespace.hpp:
*U* unnamed namespace at line 57
|asio|
boost/asio/placeholders.hpp:
*U* unnamed namespace at line 89
libs/asio/index.html:
*A* broken link: doc/html/index.html
|bind|
boost/bind/placeholders.hpp:
*U* unnamed namespace at line 25
|build|
tools/build/v2/example/make/main.cpp.pro:
*N* name contains more than one dot character ('.')
tools/build/v2/test/test_system.html:
*A* unlinked file
|conversion|
libs/conversion/lexical_cast_test.cpp:
*M* violation of Boost min/max guidelines on line 410
*M* violation of Boost min/max guidelines on line 430
*M* violation of Boost min/max guidelines on line 433
*M* violation of Boost min/max guidelines on line 445
*M* violation of Boost min/max guidelines on line 448
*M* violation of Boost min/max guidelines on line 452
*M* violation of Boost min/max guidelines on line 456
*M* violation of Boost min/max guidelines on line 457
|date_time|
boost/date_time/date_parsing.hpp:
*M* violation of Boost min/max guidelines on line 80
*M* violation of Boost min/max guidelines on line 81
boost/date_time/period.hpp:
*M* violation of Boost min/max guidelines on line 353
*M* violation of Boost min/max guidelines on line 354
libs/date_time/xmldoc/date_time_docs_howto.html:
*A* unlinked file
|doc|
doc/html/boost_math/inverse_complex.html:
*A* unlinked file
doc/html/threads.html:
*A* unlinked file
|dynamic_bitset|
boost/dynamic_bitset/dynamic_bitset.hpp:
*T*
|filesystem|
libs/filesystem/doc/do-list.htm:
*A* invalid URL (hardwired file): file://?/
*A* invalid URL (hardwired file): file://?/UNC/
libs/filesystem/doc/faq.htm:
*A* broken link: path.htm#Canonical
*A* broken link: path.htm#Normalized
libs/filesystem/doc/i18n.html:
*A* broken link: ../../../../site/LICENSE_1_0.txt
*A* broken link: convenience.htm#basic_recursive_directory_iterator
*A* broken link: exception.htm
*A* broken link: operations.htm
*A* broken link: operations.htm#Do-the-right-thing
*A* broken link: operations.htm#is_directory
*A* broken link: operations.htm#is_file
*A* broken link: operations.htm#status
libs/filesystem/doc/index.htm:
*A* broken link: convenience.htm
*A* broken link: fstream.htm
*A* broken link: operations.htm#create_directory
*A* broken link: operations.htm#create_hard_link
*A* broken link: operations.htm#current_path
*A* broken link: operations.htm#directory_iterator
*A* broken link: operations.htm#equivalent
*A* broken link: operations.htm#file_size
*A* broken link: operations.htm#initial_path
*A* broken link: operations.htm#is_file
*A* broken link: operations.htm#is_symlink
*A* broken link: operations.htm#status
*A* broken link: operations.htm#symlink_status
*A* broken link: path.htm#Canonical
*A* broken link: path.htm#Grammar
*A* broken link: path.htm#Normalized
*A* broken link: path.htm#default_name_check
*A* broken link: path.htm#name_checkÂ_mechanism
*A* broken link: path.htm#normalize
*A* broken link: path.htm#operator_eq
*A* broken link: path.htm#synopsis
libs/filesystem/doc/portability_guide.htm:
*A* broken link: path.htm#name_check_typedef
libs/filesystem/doc/tr2_proposal.html:
*A* invalid URL (hardwired file): file:///C|/boost/site/libs/filesystem/doc/operations.htm#complete_note
libs/filesystem/src/operations.cpp:
*T*
|fusion|
libs/fusion/doc/html/fusion/algorithms/concepts/polymorphic_function_object.html:
*N* name exceeds 31 characters
libs/fusion/example/performance/accumulate.cpp:
*M* violation of Boost min/max guidelines on line 117
*M* violation of Boost min/max guidelines on line 163
*M* violation of Boost min/max guidelines on line 206
*M* violation of Boost min/max guidelines on line 267
*M* violation of Boost min/max guidelines on line 45
libs/fusion/example/performance/inner_product.cpp:
*M* violation of Boost min/max guidelines on line 119
*M* violation of Boost min/max guidelines on line 76
libs/fusion/example/performance/inner_product2.cpp:
*M* violation of Boost min/max guidelines on line 135
*M* violation of Boost min/max guidelines on line 76
libs/fusion/test/sequence/construction.hpp:
*U* unnamed namespace at line 16
libs/fusion/test/sequence/copy.hpp:
*U* unnamed namespace at line 25
libs/fusion/test/sequence/make.hpp:
*U* unnamed namespace at line 22
libs/fusion/test/sequence/mutate.hpp:
*U* unnamed namespace at line 16
libs/fusion/test/sequence/tie.hpp:
*U* unnamed namespace at line 24
libs/fusion/test/sequence/value_at.hpp:
*U* unnamed namespace at line 23
|graph|
boost/graph/maximum_cardinality_matching.hpp:
*N* name exceeds 31 characters
libs/graph/doc/lengauer_tarjan_dominator_tree.htm:
*N* name exceeds 31 characters
libs/graph/doc/sorted_erdos_renyi_generator.html:
*N* name exceeds 31 characters
|integer|
libs/integer/integer.htm:
*A* broken link: ../../../LICENSE_1_0.txt
|interprocess|
boost/interprocess/containers/deque.hpp:
*T*
boost/interprocess/containers/detail/flat_tree.hpp:
*T*
boost/interprocess/containers/detail/tree_func.hpp:
*T*
boost/interprocess/containers/list.hpp:
*T*
boost/interprocess/containers/slist.hpp:
*T*
boost/interprocess/containers/string.hpp:
*T*
boost/interprocess/containers/tree.hpp:
*T*
boost/interprocess/containers/vector.hpp:
*T*
boost/interprocess/detail/move_iterator.hpp:
*T*
boost/interprocess/detail/utilities.hpp:
*T*
boost/interprocess/ipc/message_queue.hpp:
*T*
boost/interprocess/streams/vectorstream.hpp:
*T*
boost/interprocess/sync/emulation/interprocess_recursive_mutex.hpp:
*N* name exceeds 31 characters
boost/interprocess/sync/interprocess_recursive_mutex.hpp:
*N* name exceeds 31 characters
boost/interprocess/sync/interprocess_upgradable_mutex.hpp:
*N* name exceeds 31 characters
*T*
boost/interprocess/sync/posix/interprocess_recursive_mutex.hpp:
*N* name exceeds 31 characters
libs/interprocess/doc/code/doc_anonymous_condition_shared_data.hpp:
*N* name exceeds 31 characters
libs/interprocess/doc/code/doc_anonymous_mutex_shared_data.hpp:
*N* name exceeds 31 characters
libs/interprocess/doc/code/doc_anonymous_semaphore_shared_data.hpp:
*N* name exceeds 31 characters
libs/interprocess/doc/code/doc_anonymous_upgradable_mutexA.cpp:
*N* name exceeds 31 characters
libs/interprocess/doc/code/doc_anonymous_upgradable_mutexB.cpp:
*N* name exceeds 31 characters
libs/interprocess/doc/code/doc_named_condition_shared_data.hpp:
*N* name exceeds 31 characters
libs/interprocess/doc/code/doc_upgradable_mutex_shared_data.hpp:
*N* name exceeds 31 characters
libs/interprocess/index.html:
*A* broken link: doc/html/index.html
libs/interprocess/proj/vc7ide/cached_node_allocator_test.vcproj:
*N* name exceeds 31 characters
libs/interprocess/proj/vc7ide/doc_anonymous_upgradable_mutexA.vcproj:
*N* name exceeds 31 characters
libs/interprocess/proj/vc7ide/doc_anonymous_upgradable_mutexB.vcproj:
*N* name exceeds 31 characters
libs/interprocess/proj/vc7ide/named_recursive_mutex_test.vcproj:
*N* name exceeds 31 characters
libs/interprocess/proj/vc7ide/private_node_allocator_test.vcproj:
*N* name exceeds 31 characters
libs/interprocess/proj/vc7ide/shared_memory_mappable_test.vcproj:
*N* name exceeds 31 characters
libs/interprocess/proj/vc7ide/shared_memory_mapping_test.vcproj:
*N* name exceeds 31 characters
libs/interprocess/test/file_mapping_test.cpp:
*T*
libs/interprocess/test/message_queue_test.cpp:
*M* violation of Boost min/max guidelines on line 26
*M* violation of Boost min/max guidelines on line 61
libs/interprocess/test/sharable_mutex_test_template.hpp:
*N* name exceeds 31 characters
|iostreams|
libs/iostreams/doc/acknowledgments.html:
*A* unlinked file
libs/iostreams/doc/concepts/multi-character.html:
*A* unlinked file
|iterator|
libs/iterator/doc/issues.html:
*A* unlinked file
|lambda|
boost/lambda/core.hpp:
*U* unnamed namespace at line 62
boost/lambda/detail/lambda_functors.hpp:
*U* unnamed namespace at line 25
boost/lambda/exceptions.hpp:
*U* unnamed namespace at line 24
libs/lambda/doc/index.html:
*A* broken link: ../../LICENSE_1_0.txt
|math|
libs/math/test/common_factor_test.cpp:
*M* violation of Boost min/max guidelines on line 141
*M* violation of Boost min/max guidelines on line 142
*M* violation of Boost min/max guidelines on line 188
*M* violation of Boost min/max guidelines on line 189
|more|
more/BoostCon07_session_call.html:
*A* unlinked file
|mpl|
boost/mpl/alias.hpp:
*U* unnamed namespace at line 17
|multi_array|
boost/multi_array/base.hpp:
*U* unnamed namespace at line 69
libs/multi_array/test/generative_tests.hpp:
*U* unnamed namespace at line 57
|numeric|
libs/numeric/conversion/doc/converter_policies.html:
*R*
libs/numeric/conversion/index.html:
*A* broken link: ../../LICENSE_1_0.txt
libs/numeric/ublas/doc/index.htm:
*A* broken link: array_adaptor.htm
|parameter|
libs/parameter/doc/html/python.html:
*A* broken link: tag::x(int
*A* broken link: tag::y*(int
|program_options|
boost/program_options/positional_options.hpp:
*M* violation of Boost min/max guidelines on line 44
libs/program_options/doc/index.html:
*A* broken link: ../.../../LICENSE_1_0.txt
|python|
libs/python/doc/tutorial/index.html:
*A* broken link: ../../../LICENSE_1_0.txt
|quickbook|
tools/quickbook/doc/html/index.html:
*A* broken link: quickbook/editors.html
*A* broken link: quickbook/editors/scite.html
*A* broken link: quickbook/faq.html
tools/quickbook/doc/html/quickbook/installation_and_configuration.html:
*N* name exceeds 31 characters
tools/quickbook/doc/html/quickbook/installation_and_configuration/debian__ubuntu.html:
*A* broken link: ../editors.html
tools/quickbook/doc/html/quickbook/installation_and_configuration/windows_2000__xp__2003__vista.html:
*N* file path will exceed 100 characters in a directory tree with a root of the form boost_X_XX_X/
*N* name exceeds 31 characters
tools/quickbook/doc/html/quickbook/ref.html:
*A* broken link: faq.html
|random|
boost/random/uniform_01.hpp:
*T*
boost/random/uniform_int.hpp:
*T*
|rational|
libs/rational/rational_test.cpp:
*M* violation of Boost min/max guidelines on line 230
*M* violation of Boost min/max guidelines on line 231
*M* violation of Boost min/max guidelines on line 276
*M* violation of Boost min/max guidelines on line 277
|regex|
libs/regex/performance/input.html:
*A* unlinked file
|regression|
regression/.htaccess:
*N* leading character of ".htaccess" is not alphabetic
tools/regression/xsl_reports/xsl/html/issues_legend.html:
*A* unlinked file
tools/regression/xsl_reports/xsl/html/library_developer_legend.html:
*A* unlinked file
tools/regression/xsl_reports/xsl/html/library_user_legend.html:
*A* unlinked file
tools/regression/xsl_reports/xsl/html/make_tinyurl.html:
*A* unlinked file
tools/regression/xsl_reports/xsl/html/summary_developer_legend.html:
*A* unlinked file
tools/regression/xsl_reports/xsl/html/summary_user_legend.html:
*A* unlinked file
tools/regression/xsl_reports/xsl/v2/html/issues_legend.html:
*A* unlinked file
tools/regression/xsl_reports/xsl/v2/html/library_developer_legend.html:
*A* unlinked file
tools/regression/xsl_reports/xsl/v2/html/library_user_legend.html:
*A* unlinked file
tools/regression/xsl_reports/xsl/v2/html/make_tinyurl.html:
*A* unlinked file
tools/regression/xsl_reports/xsl/v2/html/summary_developer_legend.html:
*A* unlinked file
tools/regression/xsl_reports/xsl/v2/html/summary_user_legend.html:
*A* unlinked file
|serialization|
libs/serialization/doc/archive_reference.html:
*A* broken link: ../../../boost/archive/detail/polymorphic_iarchive_impl.hpp
*A* broken link: ../../../boost/archive/detail/polymorphic_oarchive_impl.hpp
libs/serialization/doc/wrappers.html:
*A* broken link: ../example/demo_xml.hpp
libs/serialization/test/polymorphic_array_binary_archive.hpp:
*N* name exceeds 31 characters
|signals|
boost/signals/detail/named_slot_map.hpp:
*T*
|system|
libs/system/doc/error_code.html:
*A* broken link: ../../utility/doc/identifier.html
libs/system/doc/system_error.html:
*A* unlinked file
libs/system/index.html:
*A* broken link: doc/index.html
|test|
boost/test/floating_point_comparison.hpp:
*U* unnamed namespace at line 223
*U* unnamed namespace at line 245
boost/test/impl/cpp_main.ipp:
*U* unnamed namespace at line 42
boost/test/impl/exception_safety.ipp:
*M* violation of Boost min/max guidelines on line 129
*U* unnamed namespace at line 400
boost/test/impl/framework.ipp:
*U* unnamed namespace at line 199
boost/test/impl/plain_report_formatter.ipp:
*U* unnamed namespace at line 45
boost/test/impl/progress_monitor.ipp:
*U* unnamed namespace at line 38
boost/test/impl/results_collector.ipp:
*U* unnamed namespace at line 106
boost/test/impl/results_reporter.ipp:
*U* unnamed namespace at line 48
boost/test/impl/unit_test_log.ipp:
*U* unnamed namespace at line 79
boost/test/impl/unit_test_monitor.ipp:
*U* unnamed namespace at line 35
boost/test/impl/unit_test_parameters.ipp:
*U* unnamed namespace at line 50
boost/test/results_collector.hpp:
*U* unnamed namespace at line 40
boost/test/test_tools.hpp:
*U* unnamed namespace at line 255
boost/test/utils/iterator/token_iterator.hpp:
*U* unnamed namespace at line 166
boost/test/utils/named_params.hpp:
*U* unnamed namespace at line 216
boost/test/utils/runtime/cla/dual_name_parameter.ipp:
*U* unnamed namespace at line 43
boost/test/utils/runtime/cla/modifier.hpp:
*U* unnamed namespace at line 34
boost/test/utils/runtime/env/modifier.hpp:
*U* unnamed namespace at line 34
boost/test/utils/runtime/file/config_file.hpp:
*U* unnamed namespace at line 169
*U* unnamed namespace at line 64
*U* unnamed namespace at line 74
boost/test/utils/runtime/file/config_file_iterator.hpp:
*U* unnamed namespace at line 68
boost/test/utils/trivial_singleton.hpp:
*U* unnamed namespace at line 55
*U* unnamed namespace at line 64
libs/test/build/msvc71_proj/config_file_iterator_test.vcproj:
*N* name exceeds 31 characters
libs/test/doc/components/prg_exec_monitor/index.html:
*A* broken link: ../../../../../boost/test/cpp_main.hpp
libs/test/doc/components/test_tools/index.html:
*A* broken link: ../../tests/boost_check_equal_str.html
libs/test/doc/components/test_tools/reference/BOOST_CHECK_CLOSE.html:
*A* broken link: BOOST_CHECK_CLOSE_FRACTION.html
libs/test/doc/components/test_tools/reference/BOOST_CHECK_MESSAGE.html:
*A* broken link: BOOST_MESSAGE.html
libs/test/doc/components/test_tools/reference/BOOST_CHECK_SMALL.html:
*A* broken link: BOOST_CHECK_CLOSE_FRACTION.html
libs/test/doc/components/test_tools/reference/tools_list.html:
*A* broken link: ../../btl1.gif
*A* broken link: BOOST_CHECK_CLOSE_FRACTION.html
libs/test/doc/components/utf/components/index.html:
*A* broken link: ../../btl1.gif
libs/test/doc/components/utf/components/test_case/abstract_interface.html:
*A* broken link: ../../../btl1.gif
libs/test/doc/components/utf/components/test_case/auto_register_facility.html:
*A* broken link: ../../../btl1.gif
libs/test/doc/components/utf/components/test_case/boost_function_tc.html:
*A* broken link: ../../../../../../../boost/test/unit_test_suite_ex.hpp
*A* broken link: ../../../btl1.gif
libs/test/doc/components/utf/components/test_case/class_tc.html:
*A* broken link: ../../../btl1.gif
libs/test/doc/components/utf/components/test_case/function_tc.html:
*A* broken link: ../../../btl1.gif
libs/test/doc/components/utf/components/test_case/index.html:
*A* broken link: ../../../btl1.gif
libs/test/doc/components/utf/components/test_case/param_boost_function_tc.html:
*A* broken link: ../../../../../../../boost/test/unit_test_suite_ex.hpp
*A* broken link: ../../../btl1.gif
libs/test/doc/components/utf/components/test_case/param_class_tc.html:
*A* broken link: ../../../btl1.gif
libs/test/doc/components/utf/components/test_case/param_function_tc.html:
*A* broken link: ../../../btl1.gif
libs/test/doc/components/utf/components/test_case/tc_template.html:
*A* broken link: ../../../btl1.gif
libs/test/doc/components/utf/components/test_log/custom_log_formatter.html:
*A* broken link: ../../../btl1.gif
libs/test/doc/components/utf/components/test_log/index.html:
*A* broken link: ../../../btl1.gif
libs/test/doc/components/utf/components/test_result/index.html:
*A* broken link: ../../../btl1.gif
libs/test/doc/components/utf/components/test_suite/index.html:
*A* broken link: ../../../btl1.gif
libs/test/doc/components/utf/index.html:
*A* broken link: getting_started/index.html
libs/test/doc/components/utf/parameters/build_info.html:
*A* broken link: ../../btl1.gif
libs/test/doc/components/utf/parameters/catch_system_errors.html:
*A* broken link: ../../btl1.gif
libs/test/doc/components/utf/parameters/detect_memory_leaks.html:
*A* broken link: ../../btl1.gif
libs/test/doc/components/utf/parameters/index.html:
*A* broken link: ../../btl1.gif
libs/test/doc/components/utf/parameters/log_format.html:
*A* broken link: ../../btl1.gif
libs/test/doc/components/utf/parameters/log_level.html:
*A* broken link: ../../btl1.gif
libs/test/doc/components/utf/parameters/no_result_code.html:
*A* broken link: ../../btl1.gif
libs/test/doc/components/utf/parameters/output_format.html:
*A* broken link: ../../btl1.gif
libs/test/doc/components/utf/parameters/random.html:
*A* broken link: ../../btl1.gif
libs/test/doc/components/utf/parameters/report_format.html:
*A* broken link: ../../../../../LICENSE_1_0.txt
*A* broken link: ../../btl1.gif
libs/test/doc/components/utf/parameters/report_level.html:
*A* broken link: ../../btl1.gif
libs/test/doc/components/utf/parameters/show_progress.html:
*A* broken link: ../../btl1.gif
libs/test/doc/examples/unit_test_example1.html:
*A* broken link: ../../example/unit_test_example1.cpp
libs/test/doc/examples/unit_test_example2.html:
*A* broken link: ../../example/unit_test_example2.cpp
libs/test/doc/examples/unit_test_example3.html:
*A* broken link: ../../example/unit_test_example3.cpp
libs/test/doc/examples/unit_test_example4.html:
*A* broken link: ../../example/unit_test_example4.cpp
libs/test/doc/examples/unit_test_example5.html:
*A* broken link: ../../example/unit_test_example5.cpp
*A* broken link: ../../example/unit_test_example5.input
libs/test/doc/tests/auto_unit_test_test.html:
*A* broken link: ../../test/auto_unit_test_test.cpp
libs/test/doc/tests/auto_unit_test_test_mult.html:
*A* broken link: ../../test/auto_unit_test_test_mult1.cpp
*A* broken link: ../../test/auto_unit_test_test_mult2.cpp
libs/test/doc/tests/unit_test_suite_ex_test.html:
*A* broken link: ../../test/unit_test_suite_ex_test.cpp
libs/test/doc/tutorials/hello_the_testing_world.html:
*A* broken link: ../../../../../LICENSE_1_0.txt
*A* broken link: ../execution_monitor/index.html
libs/test/doc/tutorials/new_year_resolution.html:
*A* broken link: ../../../../../../LICENSE_1_0.txt
|thread|
libs/thread/doc/index.html:
*A* broken link: ../../../doc/html/thread.html
libs/thread/test/util.inl:
*U* unnamed namespace at line 19
|tr1|
libs/tr1/test/test_shared_from_this_header.cpp:
*N* name exceeds 31 characters
|tuple|
libs/tuple/index.html:
*A* broken link: ../../site/LICENSE_1_0.txt
|type_traits|
libs/type_traits/cxx_type_traits.htm:
*A* unlinked file
|utility|
libs/utility/index.html:
*A* broken link: ../../site/LICENSE_1_0.txt
1
0
Boost Inspection Report
Run Date: 17:04:07 UTC, Sunday 12 November 2006
An inspection program <http://www.boost.org/tools/inspect/index.html>
checks each file in the current Boost CVS for various problems,
generating this as output. Problems detected include tabs in files,
missing copyrights, broken URL's, and similar misdemeanors.
Totals:
11423 files scanned
891 directories scanned (including root)
1263 problems reported
Problem counts:
830 files missing Boost license info or having wrong reference text
433 files missing copyright notice
Summary:
any (1)
archive (1)
array (1)
assign (2)
boost-root (4)
build (58)
compatibility (2)
concept_check (22)
conversion (5)
detail (4)
disjoint_sets (2)
doc (2)
filesystem (2)
format (8)
function (1)
functional (8)
inspect (1)
integer (9)
iostreams (2)
lambda (10)
libs (6)
logic (2)
math (1)
more (30)
mpl (417)
multi_array (13)
numeric (198)
optional (1)
people (22)
pool (30)
program_options (35)
property_map (15)
ptr_container (111)
python (6)
quickbook (11)
random (20)
range (18)
rational (5)
regex (4)
regression (64)
release (2)
serialization (16)
smart_ptr (8)
test (5)
timer (1)
tokenizer (9)
tr1 (2)
tuple (5)
utility (19)
variant (42)
Details:
*L* missing Boost license info, or wrong reference text
*C* missing copyright notice
|any|
libs/any/doc/
any.xml: *L*
|archive|
boost/archive/detail/
utf8_codecvt_facet.hpp: *L*
|array|
libs/array/doc/
array.xml: *L*
|assign|
libs/assign/doc/
style.css: *L*
libs/assign/
index.html: *L*
|boost-root|
/
README: *C*
boost.css: *C* *L*
rst.css: *L*
|build|
tools/build/v2/build/
build-request.jam: *L*
modifiers.jam: *L*
tools/build/v2/doc/
Jamfile.v2: *C* *L*
tools/build/v2/doc/src/
advanced.xml: *C* *L*
architecture.xml: *C* *L*
catalog.xml: *C* *L*
extending.xml: *C* *L*
faq.xml: *C* *L*
howto.xml: *C* *L*
install.xml: *C* *L*
recipes.xml: *C* *L*
reference.xml: *C* *L*
standalone.xml: *C* *L*
tutorial.xml: *C* *L*
userman.xml: *C* *L*
tools/build/v2/example/python_modules/
python_helpers.jam: *C* *L*
python_helpers.py: *C* *L*
tools/build/v2/test/
abs_workdir.py: *C* *L*
dependency_property.py: *L*
dependency_test.py: *C* *L*
direct_request_test.py: *C* *L*
dll_path.py: *L*
double_loading.py: *L*
duplicate.py: *L*
echo_args.jam: *C* *L*
empty.jam: *C* *L*
expansion.py: *L*
explicit.py: *L*
gcc_runtime.py: *L*
tools/build/v2/test/project-test3/lib3/
Jamfile: *C* *L*
tools/build/v2/test/
readme.txt: *C* *L*
svn_tree.py: *L*
tag.py: *L*
test_system.html: *L*
tools/build/v2/tools/
sun.jam: *L*
xsltproc.jam: *L*
|compatibility|
libs/compatibility/
generate_cpp_c_headers.py: *L*
index.html: *L*
|concept_check|
libs/concept_check/
bibliography.htm: *L*
concept_check.htm: *L*
concept_covering.htm: *L*
creating_concepts.htm: *L*
libs/concept_check/doc/
Jamfile.v2: *C* *L*
libs/concept_check/doc/reference/
Assignable.xml: *L*
BidirectionalIterator.xml: *L*
CopyConstructible.xml: *L*
DefaultConstructible.xml: *L*
EqualityComparable.xml: *L*
ForwardIterator.xml: *L*
InputIterator.xml: *L*
LessThanComparable.xml: *L*
OutputIterator.xml: *L*
RandomAccessIterator.xml: *L*
SignedInteger.xml: *L*
concepts.xml: *L*
libs/concept_check/
implementation.htm: *L*
prog_with_concepts.htm: *L*
reference.htm: *L*
using_concept_check.htm: *L*
|conversion|
libs/conversion/
cast.htm: *L*
index.html: *C* *L*
lexical_cast.htm: *L*
libs/conversion/test/
Jamfile.v2: *L*
|detail|
boost/detail/
algorithm.hpp: *L*
endian.hpp: *L*
limits.hpp: *L*
utf8_codecvt_facet.hpp: *L*
|disjoint_sets|
libs/disjoint_sets/
bibliography.html: *L*
disjoint_sets.html: *L*
|doc|
doc/html/
reference.css: *C* *L*
|filesystem|
libs/filesystem/doc/
tr2_proposal.html: *L*
libs/filesystem/src/
utf8_codecvt_facet.hpp: *L*
|format|
libs/format/benchmark/
bench_format.cpp: *C*
results.txt: *C* *L*
libs/format/doc/
choices.html: *L*
format.html: *C*
libs/format/
index.html: *C* *L*
libs/format/test/
Jamfile.v2: *L*
|function|
boost/function/detail/
gen_maybe_include.pl: *L*
|functional|
boost/
functional.hpp: *L*
libs/functional/
binders.html: *L*
function_test.cpp: *L*
function_traits.html: *L*
index.html: *L*
mem_fun.html: *L*
negators.html: *L*
ptr_fun.html: *L*
|inspect|
tools/inspect/build/
Jamfile.v2: *L*
|integer|
libs/integer/
cstdint.htm: *C* *L*
libs/integer/doc/
integer_mask.html: *L*
static_min_max.html: *L*
libs/integer/
index.html: *C* *L*
integer.htm: *L*
integer_traits.html: *C* *L*
|iostreams|
libs/iostreams/doc/
menu.html: *C*
libs/iostreams/test/detail/
utf8_codecvt_facet.hpp: *L*
|lambda|
libs/lambda/doc/
Jamfile.v2: *C* *L*
libs/lambda/doc/detail/
README: *C* *L*
lambda_doc.xsl: *C* *L*
lambda_doc_chunks.xsl: *C* *L*
libs/lambda/test/
Makefile: *C* *L*
|libs|
libs/
expected_results.xml: *C* *L*
maintainers.txt: *C* *L*
platform_maintainers.txt: *C* *L*
|logic|
libs/logic/doc/
Jamfile.v2: *C* *L*
|math|
boost/math/
common_factor_rt.hpp: *L*
|more|
more/
borland_cpp.html: *C* *L*
count_bdy.htm: *L*
discussion_policy.htm: *C*
error_handling.html: *L*
generic_exception_safety.html: *C* *L*
generic_programming.html: *L*
microsoft_vcpp.html: *C* *L*
moderators.html: *C*
regression.html: *C* *L*
report-apr-2006.html: *C* *L*
report-jan-2006.html: *C* *L*
more/writingdoc/
design.html: *L*
index.html: *L*
introduction.html: *L*
structure.html: *L*
more/writingdoc/template/
acknowledgments.html: *L*
bibliography.html: *L*
configuration.html: *L*
definitions.html: *L*
faq.html: *L*
header.html: *L*
index.html: *L*
overview.html: *L*
rationale.html: *L*
|mpl|
libs/mpl/doc/src/refmanual/
ASSERT.rst: *C* *L*
ASSERT_MSG.rst: *C* *L*
ASSERT_NOT.rst: *C* *L*
ASSERT_RELATION.rst: *C* *L*
AUX_LAMBDA_SUPPORT.rst: *C* *L*
Acknowledgements.rst: *C* *L*
Algorithms-Iteration.rst: *C* *L*
Algorithms-Querying.rst: *C* *L*
Algorithms-Runtime.rst: *C* *L*
Algorithms-Transformation.rst: *C* *L*
Algorithms.rst: *C* *L*
AssociativeSequence.rst: *C* *L*
BackExtensibleSequence.rst: *C* *L*
BidirectionalIterator.rst: *C* *L*
BidirectionalSequence.rst: *C* *L*
CFG_NO_HAS_XXX.rst: *C* *L*
CFG_NO_PREPROCESSED.rst: *C* *L*
Categorized.rst: *C* *L*
Data.rst: *C* *L*
ExtensibleAssociativeSeq.rst: *C* *L*
ExtensibleSequence.rst: *C* *L*
ForwardIterator.rst: *C* *L*
ForwardSequence.rst: *C* *L*
FrontExtensibleSequence.rst: *C* *L*
HAS_XXX_TRAIT_DEF.rst: *C* *L*
HAS_XXX_TRAIT_NAMED_DEF.rst: *C* *L*
Inserter.rst: *C* *L*
IntegralConstant.rst: *C* *L*
IntegralSequenceWrapper.rst: *C* *L*
Iterators-Concepts.rst: *C* *L*
Iterators-Metafunctions.rst: *C* *L*
Iterators.rst: *C* *L*
LIMIT_LIST_SIZE.rst: *C* *L*
LIMIT_MAP_SIZE.rst: *C* *L*
LIMIT_METAFUNCTION_ARITY.rst: *C* *L*
LIMIT_SET_SIZE.rst: *C* *L*
LIMIT_UNROLLING.rst: *C* *L*
LIMIT_VECTOR_SIZE.rst: *C* *L*
LambdaExpression.rst: *C* *L*
Macros-Asserts.rst: *C* *L*
Macros-Configuration.rst: *C* *L*
Macros.rst: *C* *L*
Metafunction.rst: *C* *L*
MetafunctionClass.rst: *C* *L*
Metafunctions-Arithmetic.rst: *C* *L*
Metafunctions-Bitwise.rst: *C* *L*
Metafunctions-Comparisons.rst: *C* *L*
Metafunctions-Composition.rst: *C* *L*
Metafunctions-Conditional.rst: *C* *L*
Metafunctions-Invocation.rst: *C* *L*
Metafunctions-Logical.rst: *C* *L*
Metafunctions-Trivial.rst: *C* *L*
Metafunctions-Type.rst: *C* *L*
Metafunctions.rst: *C* *L*
NumericMetafunction.rst: *C* *L*
PlaceholderExpression.rst: *C* *L*
Placeholders.rst: *C* *L*
RandomAccessIterator.rst: *C* *L*
RandomAccessSequence.rst: *C* *L*
ReversibleAlgorithm.rst: *C* *L*
Sequences-Classes.rst: *C* *L*
Sequences-Concepts.rst: *C* *L*
Sequences-Intrinsic.rst: *C* *L*
Sequences-Views.rst: *C* *L*
Sequences.rst: *C* *L*
TagDispatchedMetafunction.rst: *C* *L*
TrivialMetafunction.rst: *C* *L*
VariadicSequence.rst: *C* *L*
accumulate.rst: *C* *L*
advance.rst: *C* *L*
always.rst: *C* *L*
and_.rst: *C* *L*
apply.rst: *C* *L*
apply_wrap.rst: *C* *L*
arg.rst: *C* *L*
at.rst: *C* *L*
at_c.rst: *C* *L*
back.rst: *C* *L*
back_inserter.rst: *C* *L*
begin.rst: *C* *L*
bind.rst: *C* *L*
bitand_.rst: *C* *L*
bitor_.rst: *C* *L*
bitxor_.rst: *C* *L*
bool_.rst: *C* *L*
clear.rst: *C* *L*
contains.rst: *C* *L*
copy.rst: *C* *L*
copy_if.rst: *C* *L*
count.rst: *C* *L*
count_if.rst: *C* *L*
deque.rst: *C* *L*
deref.rst: *C* *L*
distance.rst: *C* *L*
divides.rst: *C* *L*
empty.rst: *C* *L*
empty_base.rst: *C* *L*
empty_sequence.rst: *C* *L*
end.rst: *C* *L*
equal.rst: *C* *L*
equal_to.rst: *C* *L*
erase.rst: *C* *L*
erase_key.rst: *C* *L*
eval_if.rst: *C* *L*
eval_if_c.rst: *C* *L*
filter_view.rst: *C* *L*
find.rst: *C* *L*
find_if.rst: *C* *L*
fold.rst: *C* *L*
for_each.rst: *C* *L*
front.rst: *C* *L*
front_inserter.rst: *C* *L*
greater.rst: *C* *L*
greater_equal.rst: *C* *L*
has_key.rst: *C* *L*
identity.rst: *C* *L*
if_.rst: *C* *L*
if_c.rst: *C* *L*
inherit.rst: *C* *L*
inherit_linearly.rst: *C* *L*
insert.rst: *C* *L*
insert_range.rst: *C* *L*
inserter_.rst: *C* *L*
int_.rst: *C* *L*
integral_c.rst: *C* *L*
is_sequence.rst: *C* *L*
iter_fold.rst: *C* *L*
iter_fold_if.rst: *C* *L*
iterator_category.rst: *C* *L*
iterator_range.rst: *C* *L*
joint_view.rst: *C* *L*
key_type.rst: *C* *L*
lambda.rst: *C* *L*
less.rst: *C* *L*
less_equal.rst: *C* *L*
list.rst: *C* *L*
list_c.rst: *C* *L*
long_.rst: *C* *L*
lower_bound.rst: *C* *L*
map.rst: *C* *L*
max.rst: *C* *L*
max_element.rst: *C* *L*
min.rst: *C* *L*
min_element.rst: *C* *L*
minus.rst: *C* *L*
modulus.rst: *C* *L*
multiplies.rst: *C* *L*
negate.rst: *C* *L*
next.rst: *C* *L*
not_.rst: *C* *L*
not_equal_to.rst: *C* *L*
numeric_cast.rst: *C* *L*
or_.rst: *C* *L*
order.rst: *C* *L*
pair.rst: *C* *L*
partition.rst: *C* *L*
plus.rst: *C* *L*
pop_back.rst: *C* *L*
pop_front.rst: *C* *L*
preface.rst: *C* *L*
prior.rst: *C* *L*
protect.rst: *C* *L*
push_back.rst: *C* *L*
push_front.rst: *C* *L*
quote.rst: *C* *L*
range_c.rst: *C* *L*
refmanual.py: *C* *L*
remove.rst: *C* *L*
remove_if.rst: *C* *L*
replace.rst: *C* *L*
replace_if.rst: *C* *L*
reverse.rst: *C* *L*
reverse_copy.rst: *C* *L*
reverse_copy_if.rst: *C* *L*
reverse_fold.rst: *C* *L*
reverse_iter_fold.rst: *C* *L*
reverse_partition.rst: *C* *L*
reverse_remove.rst: *C* *L*
reverse_remove_if.rst: *C* *L*
reverse_replace.rst: *C* *L*
reverse_replace_if.rst: *C* *L*
reverse_stable_partition.rst: *C* *L*
reverse_transform.rst: *C* *L*
reverse_unique.rst: *C* *L*
sequence_tag.rst: *C* *L*
set.rst: *C* *L*
set_c.rst: *C* *L*
shift_left.rst: *C* *L*
shift_right.rst: *C* *L*
single_view.rst: *C* *L*
size.rst: *C* *L*
size_t.rst: *C* *L*
sizeof_.rst: *C* *L*
sort.rst: *C* *L*
stable_partition.rst: *C* *L*
terminology.rst: *C* *L*
times.rst: *C* *L*
transform.rst: *C* *L*
transform_view.rst: *C* *L*
unique.rst: *C* *L*
unpack_args.rst: *C* *L*
upper_bound.rst: *C* *L*
value_type.rst: *C* *L*
vector.rst: *C* *L*
vector_c.rst: *C* *L*
void_.rst: *C* *L*
zip_view.rst: *C* *L*
libs/mpl/doc/
style.css: *L*
libs/mpl/test/
Jamfile.v2: *C* *L*
|multi_array|
libs/multi_array/doc/
iterator_categories.html: *C* *L*
reference.html: *L*
libs/multi_array/doc/xml/
MultiArray.xml: *C* *L*
const_multi_array_ref.xml: *C* *L*
multi_array.xml: *C* *L*
multi_array_ref.xml: *C* *L*
reference.xml: *L*
libs/multi_array/test/
Jamfile.v2: *L*
|numeric|
boost/numeric/ublas/
banded.hpp: *L*
blas.hpp: *L*
boost/numeric/ublas/detail/
concepts.hpp: *L*
config.hpp: *L*
definitions.hpp: *L*
documentation.hpp: *L*
duff.hpp: *L*
iterator.hpp: *L*
matrix_assign.hpp: *L*
raw.hpp: *L*
temporary.hpp: *L*
vector_assign.hpp: *L*
boost/numeric/ublas/
exception.hpp: *L*
expression_types.hpp: *L*
functional.hpp: *L*
fwd.hpp: *L*
hermitian.hpp: *L*
io.hpp: *L*
lu.hpp: *L*
matrix.hpp: *L*
matrix_expression.hpp: *L*
matrix_proxy.hpp: *L*
matrix_sparse.hpp: *L*
operation.hpp: *L*
operation_blocked.hpp: *L*
operation_sparse.hpp: *L*
storage.hpp: *L*
storage_sparse.hpp: *L*
symmetric.hpp: *L*
traits.hpp: *L*
triangular.hpp: *L*
vector.hpp: *L*
vector_expression.hpp: *L*
vector_of_vector.hpp: *L*
vector_proxy.hpp: *L*
vector_sparse.hpp: *L*
libs/numeric/conversion/test/
Jamfile.v2: *C* *L*
test_helpers.cpp: *C*
test_helpers2.cpp: *C*
test_helpers3.cpp: *C*
traits_test.cpp: *C*
udt_example_0.cpp: *C*
udt_support_test.cpp: *C*
libs/numeric/interval/doc/
checking.htm: *L*
comparisons.htm: *L*
examples.htm: *L*
guide.htm: *L*
includes.htm: *L*
interval.htm: *L*
numbers.htm: *L*
policies.htm: *L*
rounding.htm: *L*
todo.htm: *L*
libs/numeric/ublas/bench1/
bench1.cpp: *L*
bench1.hpp: *L*
bench11.cpp: *L*
bench12.cpp: *L*
bench13.cpp: *L*
libs/numeric/ublas/bench2/
bench2.cpp: *L*
bench2.hpp: *L*
bench21.cpp: *L*
bench22.cpp: *L*
bench23.cpp: *L*
libs/numeric/ublas/bench3/
bench3.cpp: *L*
bench3.hpp: *L*
bench31.cpp: *L*
bench32.cpp: *L*
bench33.cpp: *L*
libs/numeric/ublas/bench4/
bench4.cpp: *L*
bench41.cpp: *L*
bench42.cpp: *L*
bench43.cpp: *L*
libs/numeric/ublas/doc/
Release_notes.txt: *C* *L*
array_adaptor.htm: *C* *L*
banded.htm: *L*
blas.htm: *L*
bounded_array.htm: *C* *L*
container_concept.htm: *L*
doxygen.css: *C* *L*
expression_concept.htm: *L*
hermitian.htm: *L*
index.htm: *L*
iterator_concept.htm: *L*
matrix.htm: *L*
matrix_expression.htm: *L*
matrix_proxy.htm: *L*
matrix_sparse.htm: *L*
operations_overview.htm: *L*
overview.htm: *L*
products.htm: *L*
range.htm: *C* *L*
libs/numeric/ublas/doc/samples/
banded_adaptor.cpp: *L*
banded_matrix.cpp: *L*
bounded_array.cpp: *L*
compressed_matrix.cpp: *L*
compressed_vector.cpp: *L*
coordinate_matrix.cpp: *L*
coordinate_vector.cpp: *L*
hermitian_adaptor.cpp: *L*
hermitian_matrix.cpp: *L*
identity_matrix.cpp: *L*
map_array.cpp: *L*
mapped_matrix.cpp: *L*
mapped_vector.cpp: *L*
matrix.cpp: *L*
matrix_binary.cpp: *L*
matrix_binary_scalar.cpp: *L*
matrix_column.cpp: *L*
matrix_column_project.cpp: *L*
matrix_matrix_binary.cpp: *L*
matrix_matrix_solve.cpp: *L*
matrix_range.cpp: *L*
matrix_range_project.cpp: *L*
matrix_row.cpp: *L*
matrix_row_project.cpp: *L*
matrix_slice.cpp: *L*
matrix_slice_project.cpp: *L*
matrix_unary.cpp: *L*
matrix_vector_binary.cpp: *L*
matrix_vector_range.cpp: *L*
matrix_vector_slice.cpp: *L*
matrix_vector_solve.cpp: *L*
range.cpp: *L*
slice.cpp: *L*
symmetric_adaptor.cpp: *L*
symmetric_matrix.cpp: *L*
triangular_adaptor.cpp: *L*
triangular_matrix.cpp: *L*
unbounded_array.cpp: *L*
unit_vector.cpp: *L*
vector.cpp: *L*
vector_binary.cpp: *L*
vector_binary_outer.cpp: *L*
vector_binary_redux.cpp: *L*
vector_binary_scalar.cpp: *L*
vector_range.cpp: *L*
vector_range_project.cpp: *L*
vector_slice.cpp: *L*
vector_slice_project.cpp: *L*
vector_unary.cpp: *L*
vector_unary_redux.cpp: *L*
zero_matrix.cpp: *L*
zero_vector.cpp: *L*
libs/numeric/ublas/doc/
storage_concept.htm: *C* *L*
storage_sparse.htm: *L*
symmetric.htm: *L*
triangular.htm: *L*
types_overview.htm: *L*
ublas.css: *C* *L*
unbounded_array.htm: *C* *L*
vector.htm: *L*
vector_expression.htm: *L*
vector_proxy.htm: *L*
vector_sparse.htm: *L*
libs/numeric/ublas/test/
README: *C* *L*
concepts.cpp: *L*
test1.cpp: *L*
test1.hpp: *L*
test11.cpp: *L*
test12.cpp: *L*
test13.cpp: *L*
test2.cpp: *L*
test2.hpp: *L*
test21.cpp: *L*
test22.cpp: *L*
test23.cpp: *L*
test3.cpp: *L*
test3.hpp: *L*
test31.cpp: *L*
test32.cpp: *L*
test33.cpp: *L*
test4.cpp: *L*
test4.hpp: *L*
test42.cpp: *L*
test43.cpp: *L*
test5.cpp: *L*
test5.hpp: *L*
test52.cpp: *L*
test53.cpp: *L*
test6.cpp: *L*
test6.hpp: *L*
test62.cpp: *L*
test63.cpp: *L*
test7.cpp: *L*
test7.hpp: *L*
test71.cpp: *L*
test72.cpp: *L*
test73.cpp: *L*
|optional|
libs/optional/test/
Jamfile.v2: *L*
|people|
people/
darin_adler.htm: *C* *L*
dietmar_kuehl.htm: *C* *L*
ed_brey.htm: *C* *L*
gennadiy_rozental.htm: *C* *L*
joaquin_lopez.htm: *C* *L*
jonathan_turkanis.htm: *C* *L*
mark_rodgers.htm: *C* *L*
mat_marcus.htm: *C* *L*
paul_moore.htm: *C* *L*
ronald_garcia.htm: *C* *L*
vesa_karvonen.htm: *C* *L*
|pool|
boost/pool/detail/
pool_construct.bat: *L*
pool_construct.sh: *L*
pool_construct_simple.bat: *L*
pool_construct_simple.sh: *L*
libs/pool/
TODO.txt: *C* *L*
libs/pool/doc/
concepts.html: *L*
copyright.html: *L*
libs/pool/doc/implementation/
alignment.html: *L*
ct_gcd_lcm.html: *L*
for.html: *L*
gcd_lcm.html: *L*
guard.html: *L*
mutex.html: *L*
object_pool.html: *L*
pool.html: *L*
pool_alloc.html: *L*
pool_construct.html: *L*
simple_segregated_storage.html: *L*
singleton.html: *L*
singleton_pool.html: *L*
libs/pool/doc/
index.html: *L*
interfaces.html: *L*
libs/pool/doc/interfaces/
object_pool.html: *L*
pool.html: *L*
pool_alloc.html: *L*
simple_segregated_storage.html: *L*
singleton_pool.html: *L*
user_allocator.html: *L*
libs/pool/doc/
pool.css: *L*
|program_options|
boost/program_options/detail/
utf8_codecvt_facet.hpp: *L*
libs/program_options/build/
Jamfile.v2: *C* *L*
libs/program_options/doc/
Jamfile.v2: *C* *L*
acknowledgements.xml: *C* *L*
changes.xml: *C* *L*
design.xml: *C* *L*
glossary.xml: *C* *L*
howto.xml: *C* *L*
overview.xml: *C* *L*
post_review_plan.txt: *C* *L*
todo.txt: *C* *L*
tutorial.xml: *C* *L*
libs/program_options/example/
Jamfile.v2: *C* *L*
libs/program_options/test/
Jamfile.v2: *C* *L*
program_options_size_test.py: *C* *L*
ucs2.txt: *C* *L*
utf8.txt: *C* *L*
winmain.py: *C* *L*
|property_map|
libs/property_map/
LvaluePropertyMap.html: *L*
ReadWritePropertyMap.html: *L*
ReadablePropertyMap.html: *L*
WritablePropertyMap.html: *L*
associative_property_map.html: *L*
const_assoc_property_map.html: *L*
libs/property_map/doc/
dynamic_property_map.html: *C* *L*
dynamic_property_map.rst: *C* *L*
libs/property_map/
example2.cpp: *L*
identity_property_map.html: *L*
iterator_property_map.html: *L*
property_map.html: *L*
vector_property_map.html: *L*
|ptr_container|
libs/ptr_container/doc/
Jamfile.v2: *C* *L*
associative_ptr_container.html: *L*
associative_ptr_container.rst: *L*
comp.sh: *C* *L*
comp_all.sh: *C* *L*
comp_assoc_ptr_container.sh: *C* *L*
comp_conventions.sh: *C* *L*
comp_examples.sh: *C* *L*
comp_faq.sh: *C* *L*
comp_guidelines.sh: *C* *L*
comp_headers.sh: *C* *L*
comp_indirect_fun.sh: *C* *L*
comp_ptr_array.sh: *C* *L*
comp_ptr_container.sh: *C* *L*
comp_ptr_deque.sh: *C* *L*
comp_ptr_list.sh: *C* *L*
comp_ptr_map.sh: *C* *L*
comp_ptr_map_adapter.sh: *C* *L*
comp_ptr_multimap.sh: *C* *L*
comp_ptr_multimap_adapter.sh: *C* *L*
comp_ptr_multiset.sh: *C* *L*
comp_ptr_multiset_adapter.sh: *C* *L*
comp_ptr_sequence_adapter.sh: *C* *L*
comp_ptr_set.sh: *C* *L*
comp_ptr_set_adapter.sh: *C* *L*
comp_ptr_vector.sh: *C* *L*
comp_reference.sh: *C* *L*
comp_rever_ptr_container.sh: *C* *L*
comp_tutorial.sh: *C* *L*
conventions.html: *L*
conventions.rst: *L*
default.css: *L*
examples.rst: *L*
faq.html: *L*
faq.rst: *L*
guidelines.html: *L*
guidelines.rst: *L*
headers.html: *L*
headers.rst: *L*
indirect_fun.html: *L*
indirect_fun.rst: *L*
intro.xml: *C* *L*
ptr_array.html: *L*
ptr_array.rst: *L*
ptr_container.xml: *L*
ptr_deque.html: *L*
ptr_deque.rst: *L*
ptr_list.html: *L*
ptr_list.rst: *L*
ptr_map.html: *L*
ptr_map.rst: *L*
ptr_map_adapter.html: *L*
ptr_map_adapter.rst: *L*
ptr_multimap.html: *L*
ptr_multimap.rst: *L*
ptr_multimap_adapter.html: *L*
ptr_multimap_adapter.rst: *L*
ptr_multiset.html: *L*
ptr_multiset.rst: *L*
ptr_multiset_adapter.html: *L*
ptr_multiset_adapter.rst: *L*
ptr_sequence_adapter.html: *L*
ptr_sequence_adapter.rst: *L*
ptr_set.html: *L*
ptr_set.rst: *L*
ptr_set_adapter.html: *L*
ptr_set_adapter.rst: *L*
ptr_vector.html: *L*
ptr_vector.rst: *L*
reference.html: *L*
reference.rst: *L*
reversible_ptr_container.html: *L*
reversible_ptr_container.rst: *L*
style.css: *C* *L*
todo.txt: *C* *L*
tutorial.html: *L*
tutorial.rst: *L*
libs/ptr_container/test/
Jamfile.v2: *C* *L*
sequence_point.cpp: *C* *L*
|python|
libs/python/doc/
internals.html: *L*
internals.rst: *L*
libs/python/test/
operators_wrapper.cpp: *C* *L*
operators_wrapper.py: *C* *L*
|quickbook|
tools/quickbook/doc/
Jamfile.v2: *C* *L*
tools/quickbook/doc/html/quickbook/
change_log.html: *L*
intro.html: *L*
ref.html: *L*
syntax.html: *L*
tools/quickbook/doc/html/quickbook/syntax/
block.html: *L*
comments.html: *L*
phrase.html: *L*
tools/quickbook/
index.html: *C* *L*
|random|
libs/random/
index.html: *C* *L*
nondet_random.html: *C* *L*
random-concepts.html: *C* *L*
random-distributions.html: *C* *L*
random-generators.html: *C* *L*
random-misc.html: *C* *L*
random-performance.html: *C* *L*
random-variate.html: *C* *L*
libs/random/test/
Jamfile.v2: *C* *L*
libs/random/
wg21-proposal.html: *C* *L*
|range|
libs/range/doc/
boost_range.html: *L*
example.cpp: *C* *L*
examples.html: *L*
faq.html: *L*
headers.html: *L*
history_ack.html: *L*
intro.html: *L*
portability.html: *L*
range.html: *L*
style.css: *C* *L*
style.html: *L*
utility_class.html: *L*
libs/range/test/
TODO: *C* *L*
compat1.cpp: *C* *L*
|rational|
boost/
rational.hpp: *L*
libs/rational/
index.html: *L*
rational.html: *L*
rational_example.cpp: *L*
rational_test.cpp: *L*
|regex|
libs/regex/build/
gcc-shared.mak: *C* *L*
libs/regex/example/timer/
input_script.txt: *C* *L*
|regression|
tools/regression/build/
Jamfile.v2: *C* *L*
tools/regression/detail/
tiny_xml_test.txt: *C* *L*
tools/regression/
index.htm: *C* *L*
run_tests.sh: *C* *L*
tools/regression/test/
test.bat: *C* *L*
tools/regression/xsl_reports/
empty_expected_results.xml: *C* *L*
tools/regression/xsl_reports/runner/
__init__.py: *C* *L*
default.css: *L*
instructions.html: *L*
instructions.rst: *C* *L*
tools/regression/xsl_reports/test/
common.py: *C* *L*
expected_results.xml: *C* *L*
generate_test_results.py: *C* *L*
generate_test_results_v1.py: *C* *L*
restrict_to_library.xsl: *C* *L*
run_notes_regression.py: *C* *L*
run_v1.py: *C* *L*
test.py: *C* *L*
test_boost_wide_report.py: *C* *L*
tools/regression/xsl_reports/
test_results.xsd: *C* *L*
tools/regression/xsl_reports/utils/
__init__.py: *C* *L*
accept_args.py: *C* *L*
char_translation_table.py: *C* *L*
check_existance.py: *C* *L*
checked_system.py: *C* *L*
libxslt.py: *C* *L*
log.py: *C* *L*
makedirs.py: *C* *L*
send_mail.py: *C* *L*
sourceforge.py: *C* *L*
tar.py: *C* *L*
zip.py: *C* *L*
tools/regression/xsl_reports/xsl/v2/
expected_to_1_33_format.xsl: *C* *L*
|release|
tools/release/
utils.py: *C* *L*
|serialization|
libs/serialization/doc/
style.css: *C* *L*
libs/serialization/example/
demo_output.txt: *C* *L*
demo_save.xml: *C* *L*
demofile.txt: *C* *L*
libs/serialization/test/
run_archive_test.bat: *C* *L*
runtest.bat: *C* *L*
runtest.sh: *C* *L*
libs/serialization/vc7ide/
readme.txt: *C* *L*
|smart_ptr|
libs/smart_ptr/
compatibility.htm: *L*
scoped_array.htm: *L*
scoped_ptr.htm: *L*
shared_array.htm: *L*
shared_ptr.htm: *L*
smart_ptr.htm: *L*
smarttests.htm: *L*
weak_ptr.htm: *L*
|test|
boost/test/utils/runtime/cla/detail/
argument_value_usage.hpp: *L*
libs/test/example/
unit_test_example_01.cpp: *C* *L*
libs/test/test/auto-link-test/
run_bjam.bat: *C* *L*
|timer|
libs/timer/
timer.htm: *L*
|tokenizer|
libs/tokenizer/
char_delimiters_separator.htm: *L*
char_separator.htm: *L*
escaped_list_separator.htm: *L*
index.html: *L*
introduc.htm: *L*
offset_separator.htm: *L*
token_iterator.htm: *L*
tokenizer.htm: *L*
tokenizerfunction.htm: *L*
|tr1|
boost/tr1/
tuple.hpp: *C* *L*
|tuple|
libs/tuple/doc/
design_decisions_rationale.html: *L*
tuple_advanced_interface.html: *L*
tuple_users_guide.html: *L*
libs/tuple/test/
README: *C* *L*
|utility|
boost/
shared_container_iterator.hpp: *L*
libs/utility/
Assignable.html: *L*
Collection.html: *L*
CopyConstructible.html: *L*
LessThanComparable.html: *L*
MultiPassInputIterator.html: *L*
OptionalPointee.html: *L*
call_traits.htm: *L*
compressed_pair.htm: *L*
enable_if.html: *L*
generator_iterator.htm: *C* *L*
libs/utility/test/
Jamfile.v2: *L*
libs/utility/
utility.htm: *L*
value_init.htm: *L*
value_init_test.cpp: *C*
value_init_test_fail1.cpp: *C*
value_init_test_fail2.cpp: *C*
value_init_test_fail3.cpp: *C*
|variant|
libs/variant/doc/
Jamfile.v2: *C* *L*
biblio.xml: *C* *L*
design.xml: *C* *L*
introduction.xml: *C* *L*
misc.xml: *C* *L*
libs/variant/doc/reference/
apply_visitor.xml: *C* *L*
bad_visit.xml: *C* *L*
concepts.xml: *C* *L*
get.xml: *C* *L*
recursive_variant.xml: *C* *L*
recursive_wrapper.xml: *C* *L*
reference.xml: *C* *L*
static_visitor.xml: *C* *L*
variant.xml: *C* *L*
variant_fwd.xml: *C* *L*
visitor_ptr.xml: *C* *L*
libs/variant/doc/tutorial/
advanced.xml: *C* *L*
basic.xml: *C* *L*
tutorial.xml: *C* *L*
libs/variant/doc/
variant.xml: *L*
libs/variant/
index.html: *C* *L*
libs/variant/test/
Jamfile.v2: *L*
1
0
Boost Inspection Report
Run Date: 17:03:57 UTC, Sunday 12 November 2006
An inspection program <http://www.boost.org/tools/inspect/index.html>
checks each file in the current Boost CVS for various problems,
generating this as output. Problems detected include tabs in files,
missing copyrights, broken URL's, and similar misdemeanors.
Totals:
11423 files scanned
891 directories scanned (including root)
243 problems reported
Problem counts:
0 files with invalid line endings
0 bookmarks with invalid characters
3 invalid urls
176 broken links
21 unlinked files
7 file/directory names issues
1 files with tabs
0 violations of the Boost min/max guidelines
35 usages of unnamed namespaces in headers (including .ipp files)
Summary:
archive (3)
bind (1)
boost-root (1)
build (2)
date_time (1)
doc (2)
filesystem (37)
fusion (1)
graph (3)
inspect (1)
interprocess (1)
iostreams (4)
lambda (4)
more (66)
mpl (1)
multi_array (2)
numeric (1)
parameter (2)
program_options (1)
ptr_container (1)
python (7)
regex (1)
regression (14)
serialization (1)
signals (1)
test (81)
tuple (1)
type_traits (1)
utility (1)
Details:
*R* invalid (cr only) line-ending
*A* invalid bookmarks, invalid urls, broken links, unlinked files
*N* file/directory names issues
*T* tabs in file
*M* uses of min or max that have not been protected from the min/max macros, or unallowed #undef-s
*U* unnamed namespace in header
|archive|
boost/archive/basic_streambuf_locale_saver.hpp:
*N* name exceeds 31 characters
boost/archive/impl/xml_wiarchive_impl.ipp:
*U* unnamed namespace at line 53
boost/archive/iterators/remove_whitespace.hpp:
*U* unnamed namespace at line 57
|bind|
boost/bind/placeholders.hpp:
*U* unnamed namespace at line 25
|boost-root|
index.htm:
*A* broken link: ../doc/html/signals.html
|build|
tools/build/v2/example/make/main.cpp.pro:
*N* name contains more than one dot character ('.')
tools/build/v2/test/test_system.html:
*A* unlinked file
|date_time|
libs/date_time/xmldoc/date_time_docs_howto.html:
*A* unlinked file
|doc|
doc/html/boost_math/inverse_complex.html:
*A* unlinked file
doc/html/jam.html:
*A* unlinked file
|filesystem|
libs/filesystem/doc/do-list.htm:
*A* invalid URL (hardwired file): file://?/
*A* invalid URL (hardwired file): file://?/UNC/
libs/filesystem/doc/i18n.html:
*A* broken link: convenience.htm#basic_recursive_directory_iterator
*A* broken link: exception.htm
*A* broken link: operations.htm
*A* broken link: operations.htm#Do-the-right-thing
*A* broken link: operations.htm#is_directory
*A* broken link: operations.htm#is_file
*A* broken link: operations.htm#status
libs/filesystem/doc/index.htm:
*A* broken link: ../build/Jamfile
*A* broken link: convenience.htm
*A* broken link: fstream.htm
*A* broken link: operations.htm#create_directory
*A* broken link: operations.htm#create_hard_link
*A* broken link: operations.htm#current_path
*A* broken link: operations.htm#directory_iterator
*A* broken link: operations.htm#equivalent
*A* broken link: operations.htm#file_size
*A* broken link: operations.htm#initial_path
*A* broken link: operations.htm#is_file
*A* broken link: operations.htm#is_symlink
*A* broken link: operations.htm#status
*A* broken link: operations.htm#symlink_status
*A* broken link: path.htm#Canonical
*A* broken link: path.htm#Grammar
*A* broken link: path.htm#Normalized
*A* broken link: path.htm#default_name_check
*A* broken link: path.htm#name_checkÂ_mechanism
*A* broken link: path.htm#normalize
*A* broken link: path.htm#operator_eq
*A* broken link: path.htm#synopsis
libs/filesystem/doc/portability_guide.htm:
*A* broken link: path.htm#name_check_typedef
libs/filesystem/doc/tr2_proposal.html:
*A* invalid URL (hardwired file): file:///C|/boost/site/libs/filesystem/doc/operations.htm#complete_note
|fusion|
libs/fusion/index.html:
*A* broken link: doc/html/index.html
|graph|
boost/graph/maximum_cardinality_matching.hpp:
*N* name exceeds 31 characters
libs/graph/doc/lengauer_tarjan_dominator_tree.htm:
*N* name exceeds 31 characters
libs/graph/doc/sorted_erdos_renyi_generator.html:
*N* name exceeds 31 characters
|inspect|
tools/inspect/index.html:
*A* broken link: build/Jamfile
|interprocess|
libs/interprocess/index.html:
*A* broken link: doc/html/index.html
|iostreams|
libs/iostreams/doc/acknowledgments.html:
*A* unlinked file
libs/iostreams/doc/concepts/multi-character.html:
*A* unlinked file
libs/iostreams/doc/installation.html:
*A* broken link: ../../../tools/build/v1/build_system.htm
|lambda|
boost/lambda/core.hpp:
*U* unnamed namespace at line 62
boost/lambda/detail/lambda_functors.hpp:
*U* unnamed namespace at line 25
boost/lambda/exceptions.hpp:
*U* unnamed namespace at line 24
libs/lambda/doc/index.html:
*A* broken link: ../../LICENSE_1_0.txt
|more|
more/getting_started.html:
*A* broken link: ../Jamfile
*A* broken link: ../tools/build/v1/borland-tools.html
*A* broken link: ../tools/build/v1/build_system.htm
*A* broken link: ../tools/build/v1/build_system.htm#build
*A* broken link: ../tools/build/v1/como-tools.html
*A* broken link: ../tools/build/v1/cw-tools.html
*A* broken link: ../tools/build/v1/darwin-tools.html
*A* broken link: ../tools/build/v1/dmc-stlport-tools.html
*A* broken link: ../tools/build/v1/dmc-tools.html
*A* broken link: ../tools/build/v1/edg-tools.html
*A* broken link: ../tools/build/v1/gcc-nocygwin-tools.html
*A* broken link: ../tools/build/v1/gcc-stlport-tools.html
*A* broken link: ../tools/build/v1/gcc-tools.html
*A* broken link: ../tools/build/v1/intel-linux-tools.html
*A* broken link: ../tools/build/v1/intel-win32-tools.html
*A* broken link: ../tools/build/v1/kcc-tools.html
*A* broken link: ../tools/build/v1/kylix-tools.html
*A* broken link: ../tools/build/v1/mingw-stlport-tools.html
*A* broken link: ../tools/build/v1/mingw-tools.html
*A* broken link: ../tools/build/v1/mipspro-tools.html
*A* broken link: ../tools/build/v1/msvc-stlport-tools.html
*A* broken link: ../tools/build/v1/msvc-tools.html
*A* broken link: ../tools/build/v1/sunpro-tools.html
*A* broken link: ../tools/build/v1/tru64cxx-tools.html
*A* broken link: ../tools/build/v1/vacpp-tools.html
*A* broken link: ../tools/build/v1/vc-7_1-stlport-tools.html
*A* broken link: ../tools/build/v1/vc-7_1-tools.html
*A* broken link: ../tools/build/v1/vc-8_0-tools.html
*A* broken link: ../tools/build/v1/vc7-stlport-tools.html
*A* broken link: ../tools/build/v1/vc7-tools.html
more/version_history.html:
*A* broken link: ../tools/build/v1/intel-linux-tools.html
*A* broken link: ../tools/build/v1/intel-win32-tools.html
*A* broken link: ../tools/build/v1/msvc-stlport-tools.html
|mpl|
boost/mpl/alias.hpp:
*U* unnamed namespace at line 17
|multi_array|
boost/multi_array/base.hpp:
*U* unnamed namespace at line 69
libs/multi_array/test/generative_tests.hpp:
*U* unnamed namespace at line 57
|numeric|
libs/numeric/conversion/index.html:
*A* broken link: ../../LICENSE_1_0.txt
|parameter|
libs/parameter/doc/html/python.html:
*A* broken link: tag::x(int
*A* broken link: tag::y*(int
|program_options|
libs/program_options/doc/index.html:
*A* broken link: ../.../../LICENSE_1_0.txt
|ptr_container|
libs/ptr_container/doc/tutorial_example.html:
*A* unlinked file
|python|
libs/python/doc/building.html:
*A* broken link: ../../../tools/build/v1/build_system.htm
*A* broken link: ../../../tools/build/v1/build_system.htm#user_globals
*A* broken link: ../../../tools/build/v1/build_system.htm#variants
libs/python/doc/tutorial/index.html:
*A* broken link: ../../../LICENSE_1_0.txt
libs/python/doc/v2/May2002.html:
*A* broken link: ../../../../tools/build/v1/build_system.htm
*A* broken link: ../../../../tools/build/v1/gen_aix_import_file.py
libs/python/doc/v2/faq.html:
*A* broken link: ../../../../tools/build/v1/build_system.htm
|regex|
libs/regex/performance/input.html:
*A* unlinked file
|regression|
regression/.htaccess:
*N* leading character of ".htaccess" is not alphabetic
tools/regression/index.htm:
*A* broken link: build/Jamfile
tools/regression/xsl_reports/xsl/html/issues_legend.html:
*A* unlinked file
tools/regression/xsl_reports/xsl/html/library_developer_legend.html:
*A* unlinked file
tools/regression/xsl_reports/xsl/html/library_user_legend.html:
*A* unlinked file
tools/regression/xsl_reports/xsl/html/make_tinyurl.html:
*A* unlinked file
tools/regression/xsl_reports/xsl/html/summary_developer_legend.html:
*A* unlinked file
tools/regression/xsl_reports/xsl/html/summary_user_legend.html:
*A* unlinked file
tools/regression/xsl_reports/xsl/v2/html/issues_legend.html:
*A* unlinked file
tools/regression/xsl_reports/xsl/v2/html/library_developer_legend.html:
*A* unlinked file
tools/regression/xsl_reports/xsl/v2/html/library_user_legend.html:
*A* unlinked file
tools/regression/xsl_reports/xsl/v2/html/make_tinyurl.html:
*A* unlinked file
tools/regression/xsl_reports/xsl/v2/html/summary_developer_legend.html:
*A* unlinked file
tools/regression/xsl_reports/xsl/v2/html/summary_user_legend.html:
*A* unlinked file
|serialization|
libs/serialization/src/basic_xml_grammar.ipp:
*U* unnamed namespace at line 43
|signals|
boost/signals/detail/named_slot_map.hpp:
*T*
|test|
boost/test/floating_point_comparison.hpp:
*U* unnamed namespace at line 206
*U* unnamed namespace at line 228
boost/test/impl/cpp_main.ipp:
*U* unnamed namespace at line 42
boost/test/impl/exception_safety.ipp:
*U* unnamed namespace at line 400
boost/test/impl/framework.ipp:
*U* unnamed namespace at line 199
boost/test/impl/plain_report_formatter.ipp:
*U* unnamed namespace at line 45
boost/test/impl/progress_monitor.ipp:
*U* unnamed namespace at line 38
boost/test/impl/results_collector.ipp:
*U* unnamed namespace at line 106
boost/test/impl/results_reporter.ipp:
*U* unnamed namespace at line 48
boost/test/impl/unit_test_log.ipp:
*U* unnamed namespace at line 79
boost/test/impl/unit_test_monitor.ipp:
*U* unnamed namespace at line 35
boost/test/impl/unit_test_parameters.ipp:
*U* unnamed namespace at line 50
boost/test/results_collector.hpp:
*U* unnamed namespace at line 40
boost/test/test_tools.hpp:
*U* unnamed namespace at line 255
boost/test/utils/iterator/token_iterator.hpp:
*U* unnamed namespace at line 166
boost/test/utils/named_params.hpp:
*U* unnamed namespace at line 216
boost/test/utils/runtime/cla/dual_name_parameter.ipp:
*U* unnamed namespace at line 43
boost/test/utils/runtime/cla/modifier.hpp:
*U* unnamed namespace at line 34
boost/test/utils/runtime/env/modifier.hpp:
*U* unnamed namespace at line 34
boost/test/utils/runtime/file/config_file.hpp:
*U* unnamed namespace at line 169
*U* unnamed namespace at line 64
*U* unnamed namespace at line 74
boost/test/utils/runtime/file/config_file_iterator.hpp:
*U* unnamed namespace at line 68
boost/test/utils/trivial_singleton.hpp:
*U* unnamed namespace at line 52
*U* unnamed namespace at line 61
libs/test/build/msvc71_proj/config_file_iterator_test.vcproj:
*N* name exceeds 31 characters
libs/test/doc/components/prg_exec_monitor/compilation.html:
*A* broken link: ../../../build/Jamfile
libs/test/doc/components/prg_exec_monitor/index.html:
*A* broken link: ../../../../../boost/test/cpp_main.hpp
libs/test/doc/components/test_tools/index.html:
*A* broken link: ../../tests/boost_check_equal_str.html
libs/test/doc/components/test_tools/reference/BOOST_CHECK_CLOSE.html:
*A* broken link: BOOST_CHECK_CLOSE_FRACTION.html
libs/test/doc/components/test_tools/reference/BOOST_CHECK_MESSAGE.html:
*A* broken link: BOOST_MESSAGE.html
libs/test/doc/components/test_tools/reference/BOOST_CHECK_SMALL.html:
*A* broken link: BOOST_CHECK_CLOSE_FRACTION.html
libs/test/doc/components/test_tools/reference/tools_list.html:
*A* broken link: ../../btl1.gif
*A* broken link: BOOST_CHECK_CLOSE_FRACTION.html
libs/test/doc/components/utf/compilation.html:
*A* broken link: ../../../build/Jamfile
libs/test/doc/components/utf/components/index.html:
*A* broken link: ../../btl1.gif
libs/test/doc/components/utf/components/test_case/abstract_interface.html:
*A* broken link: ../../../btl1.gif
libs/test/doc/components/utf/components/test_case/auto_register_facility.html:
*A* broken link: ../../../btl1.gif
libs/test/doc/components/utf/components/test_case/boost_function_tc.html:
*A* broken link: ../../../../../../../boost/test/unit_test_suite_ex.hpp
*A* broken link: ../../../btl1.gif
libs/test/doc/components/utf/components/test_case/class_tc.html:
*A* broken link: ../../../btl1.gif
libs/test/doc/components/utf/components/test_case/function_tc.html:
*A* broken link: ../../../btl1.gif
libs/test/doc/components/utf/components/test_case/index.html:
*A* broken link: ../../../btl1.gif
libs/test/doc/components/utf/components/test_case/param_boost_function_tc.html:
*A* broken link: ../../../../../../../boost/test/unit_test_suite_ex.hpp
*A* broken link: ../../../btl1.gif
libs/test/doc/components/utf/components/test_case/param_class_tc.html:
*A* broken link: ../../../btl1.gif
libs/test/doc/components/utf/components/test_case/param_function_tc.html:
*A* broken link: ../../../btl1.gif
libs/test/doc/components/utf/components/test_case/tc_template.html:
*A* broken link: ../../../btl1.gif
libs/test/doc/components/utf/components/test_log/custom_log_formatter.html:
*A* broken link: ../../../btl1.gif
libs/test/doc/components/utf/components/test_log/index.html:
*A* broken link: ../../../btl1.gif
libs/test/doc/components/utf/components/test_result/index.html:
*A* broken link: ../../../btl1.gif
libs/test/doc/components/utf/components/test_suite/index.html:
*A* broken link: ../../../btl1.gif
libs/test/doc/components/utf/index.html:
*A* broken link: getting_started/index.html
libs/test/doc/components/utf/parameters/build_info.html:
*A* broken link: ../../btl1.gif
libs/test/doc/components/utf/parameters/catch_system_errors.html:
*A* broken link: ../../btl1.gif
libs/test/doc/components/utf/parameters/detect_memory_leaks.html:
*A* broken link: ../../btl1.gif
libs/test/doc/components/utf/parameters/index.html:
*A* broken link: ../../btl1.gif
libs/test/doc/components/utf/parameters/log_format.html:
*A* broken link: ../../btl1.gif
libs/test/doc/components/utf/parameters/log_level.html:
*A* broken link: ../../btl1.gif
libs/test/doc/components/utf/parameters/no_result_code.html:
*A* broken link: ../../btl1.gif
libs/test/doc/components/utf/parameters/output_format.html:
*A* broken link: ../../btl1.gif
libs/test/doc/components/utf/parameters/random.html:
*A* broken link: ../../btl1.gif
libs/test/doc/components/utf/parameters/report_format.html:
*A* broken link: ../../../../../LICENSE_1_0.txt
*A* broken link: ../../btl1.gif
libs/test/doc/components/utf/parameters/report_level.html:
*A* broken link: ../../btl1.gif
libs/test/doc/components/utf/parameters/show_progress.html:
*A* broken link: ../../btl1.gif
libs/test/doc/examples/unit_test_example1.html:
*A* broken link: ../../example/unit_test_example1.cpp
libs/test/doc/examples/unit_test_example2.html:
*A* broken link: ../../example/unit_test_example2.cpp
libs/test/doc/examples/unit_test_example3.html:
*A* broken link: ../../example/unit_test_example3.cpp
libs/test/doc/examples/unit_test_example4.html:
*A* broken link: ../../example/unit_test_example4.cpp
libs/test/doc/examples/unit_test_example5.html:
*A* broken link: ../../example/unit_test_example5.cpp
*A* broken link: ../../example/unit_test_example5.input
libs/test/doc/tests/auto_unit_test_test.html:
*A* broken link: ../../test/auto_unit_test_test.cpp
libs/test/doc/tests/auto_unit_test_test_mult.html:
*A* broken link: ../../test/auto_unit_test_test_mult1.cpp
*A* broken link: ../../test/auto_unit_test_test_mult2.cpp
libs/test/doc/tests/unit_test_suite_ex_test.html:
*A* broken link: ../../test/unit_test_suite_ex_test.cpp
libs/test/doc/tutorials/hello_the_testing_world.html:
*A* broken link: ../../../../../LICENSE_1_0.txt
*A* broken link: ../execution_monitor/index.html
libs/test/doc/tutorials/new_year_resolution.html:
*A* broken link: ../../../../../../LICENSE_1_0.txt
|tuple|
libs/tuple/index.html:
*A* broken link: ../../site/LICENSE_1_0.txt
|type_traits|
libs/type_traits/cxx_type_traits.htm:
*A* unlinked file
|utility|
libs/utility/index.html:
*A* broken link: ../../site/LICENSE_1_0.txt
1
0
Boost Regression test failures
Report time: 2006-11-12T10:11:56Z
This report lists all regression test failures on release platforms.
Detailed report:
http://engineering.meta-comm.com/boost-regression/CVS-RC_1_34_0/developer/i…
The following platforms have a large number of failures:
borland-5.8.2
464 failures in 42 libraries (84 are from non-broken platforms)
algorithm/minmax (0 of 2 failures are from non-broken platforms)
algorithm/string (0 of 7 failures are from non-broken platforms)
any (0 of 1 failures are from non-broken platforms)
array (0 of 6 failures are from non-broken platforms)
bind (1 of 20 failures are from non-broken platforms)
config (0 of 3 failures are from non-broken platforms)
conversion (0 of 3 failures are from non-broken platforms)
date_time (0 of 50 failures are from non-broken platforms)
dynamic_bitset (0 of 4 failures are from non-broken platforms)
foreach (0 of 11 failures are from non-broken platforms)
function (0 of 8 failures are from non-broken platforms)
functional (0 of 1 failures are from non-broken platforms)
functional/hash (0 of 24 failures are from non-broken platforms)
graph (2)
integer (0 of 2 failures are from non-broken platforms)
io (0 of 1 failures are from non-broken platforms)
iostreams (9 of 10 failures are from non-broken platforms)
iterator (1 of 16 failures are from non-broken platforms)
logic (0 of 3 failures are from non-broken platforms)
math (15)
mpl (2 of 10 failures are from non-broken platforms)
numeric/conversion (0 of 1 failures are from non-broken platforms)
numeric/interval (0 of 7 failures are from non-broken platforms)
optional (0 of 6 failures are from non-broken platforms)
parameter (2 of 12 failures are from non-broken platforms)
property_map (0 of 1 failures are from non-broken platforms)
random (1 of 2 failures are from non-broken platforms)
rational (0 of 1 failures are from non-broken platforms)
regex (0 of 37 failures are from non-broken platforms)
serialization (2 of 7 failures are from non-broken platforms)
smart_ptr (0 of 11 failures are from non-broken platforms)
spirit (3)
statechart (4)
static_assert (0 of 2 failures are from non-broken platforms)
test (40 of 52 failures are from non-broken platforms)
thread (0 of 1 failures are from non-broken platforms)
tokenizer (0 of 5 failures are from non-broken platforms)
tr1 (0 of 45 failures are from non-broken platforms)
type_traits (0 of 50 failures are from non-broken platforms)
utility (1 of 9 failures are from non-broken platforms)
variant (0 of 8 failures are from non-broken platforms)
xpressive (1)
Test failures marked with a (*) represent tests that failed on
platforms that are considered broken. They are likely caused by
misconfiguration by the regression tester or a failure in a core
library such as Test or Config.
|algorithm/minmax|
minmax: borland-5.8.2*
minmax_element: borland-5.8.2*
|algorithm/string|
conv: borland-5.8.2*
find: borland-5.8.2*
join: borland-5.8.2*
predicate: borland-5.8.2*
replace: borland-5.8.2*
split: borland-5.8.2*
trim: borland-5.8.2*
|any|
any_test: borland-5.8.2*
|array|
array0: borland-5.8.2*
array1: borland-5.8.2*
array2: borland-5.8.2*
array3: borland-5.8.2*
array4: borland-5.8.2*
array5: borland-5.8.2*
|bind|
bind_const_test: borland-5.8.2*
bind_cv_test: borland-5.8.2*
bind_dm2_test: borland-5.8.2*
bind_dm_test: borland-5.8.2*
bind_eq_test: borland-5.8.2*
bind_function_test: borland-5.8.2*
bind_lookup_problem_test: borland-5.8.2*
bind_not_test: borland-5.8.2*
bind_rel_test: borland-5.8.2*
bind_rv_sp_test: borland-5.8.2*
bind_stateful_test: borland-5.8.2*
bind_test: borland-5.8.2*
bind_visit_test: borland-5.8.2*
mem_fn_derived_test: borland-5.8.2*
mem_fn_dm_test: borland-5.8.2*
mem_fn_eq_test: borland-5.8.2* msvc-7.1
mem_fn_rv_test: borland-5.8.2*
mem_fn_test: borland-5.8.2*
mem_fn_void_test: borland-5.8.2*
|config|
abi_test: borland-5.8.2*
config_info: borland-5.8.2*
config_link_test: borland-5.8.2*
|conversion|
cast_test: borland-5.8.2*
implicit_cast: borland-5.8.2*
numeric_cast_test: borland-5.8.2*
|date_time|
testc_local_adjustor: borland-5.8.2*
testclock: borland-5.8.2*
testconstrained_value: borland-5.8.2*
testcustom_time_zone: borland-5.8.2*
testdate: borland-5.8.2*
testdate_dll: borland-5.8.2*
testdate_duration: borland-5.8.2*
testdate_duration_dll: borland-5.8.2*
testdate_input_facet: borland-5.8.2*
testdate_input_facet_dll: borland-5.8.2*
testdate_iterator: borland-5.8.2*
testdate_iterator_dll: borland-5.8.2*
testdst_rules: borland-5.8.2*
testdst_transition_day_rule: borland-5.8.2*
testduration: borland-5.8.2* borland-5.8.2*
testfiletime_functions: borland-5.8.2*
testformatters: borland-5.8.2*
testformatters_dll: borland-5.8.2*
testgenerators: borland-5.8.2*
testgenerators_dll: borland-5.8.2*
testgeneric_period: borland-5.8.2*
testgreg_cal: borland-5.8.2*
testgreg_cal_dll: borland-5.8.2*
testgreg_day: borland-5.8.2*
testgreg_day_dll: borland-5.8.2*
testgreg_duration_operators: borland-5.8.2*
testgreg_durations: borland-5.8.2*
testgreg_durations_dll: borland-5.8.2*
testgreg_month: borland-5.8.2*
testgreg_month_dll: borland-5.8.2*
testgreg_year: borland-5.8.2*
testgreg_year_dll: borland-5.8.2*
testgregorian_calendar: borland-5.8.2*
testint_adapter: borland-5.8.2*
testiterator: borland-5.8.2*
testlocal_adjustor: borland-5.8.2*
testmicrosec_time_clock: borland-5.8.2*
testparse_time: borland-5.8.2*
testperiod: borland-5.8.2*
testperiod_dll: borland-5.8.2*
testposix_time_zone: borland-5.8.2*
testtime: borland-5.8.2*
testtime_formatters: borland-5.8.2*
testtime_period: borland-5.8.2*
testtime_resolution_traits: borland-5.8.2*
testtz_database: borland-5.8.2*
testwcustom_time_zone: borland-5.8.2*
testwposix_time_zone: borland-5.8.2*
testwrapping_int: borland-5.8.2*
|dynamic_bitset|
dyn_bitset_unit_tests1: borland-5.8.2*
dyn_bitset_unit_tests2: borland-5.8.2*
dyn_bitset_unit_tests3: borland-5.8.2*
dyn_bitset_unit_tests4: borland-5.8.2*
|foreach|
array_byref: borland-5.8.2*
array_byval: borland-5.8.2*
call_once: borland-5.8.2*
cstr_byref: borland-5.8.2*
cstr_byval: borland-5.8.2*
dependent_type: borland-5.8.2*
pair_byref: borland-5.8.2*
pair_byval: borland-5.8.2*
stl_byref: borland-5.8.2*
stl_byval: borland-5.8.2*
user_defined: borland-5.8.2*
|function|
contains2_test: borland-5.8.2*
contains_test: borland-5.8.2*
function_arith_portable: borland-5.8.2*
function_n_test: borland-5.8.2*
function_ref_portable: borland-5.8.2*
mem_fun_portable: borland-5.8.2*
std_bind_portable: borland-5.8.2*
sum_avg_portable: borland-5.8.2*
|functional|
function_test: borland-5.8.2*
|functional/hash|
books: borland-5.8.2*
container_fwd_test: borland-5.8.2*
hash_built_in_array_test: borland-5.8.2*
hash_custom_test: borland-5.8.2*
hash_deque_test: borland-5.8.2*
hash_float_test: borland-5.8.2*
hash_friend_test: borland-5.8.2*
hash_function_pointer_test: borland-5.8.2*
hash_fwd_test_1: borland-5.8.2*
hash_fwd_test_2: borland-5.8.2*
hash_list_test: borland-5.8.2*
hash_map_test: borland-5.8.2*
hash_no_ext_macro_1: borland-5.8.2*
hash_no_ext_macro_2: borland-5.8.2*
hash_number_test: borland-5.8.2*
hash_pointer_test: borland-5.8.2*
hash_range_test: borland-5.8.2*
hash_set_test: borland-5.8.2*
hash_string_test: borland-5.8.2*
hash_value_array_test: borland-5.8.2*
hash_vector_test: borland-5.8.2*
link_ext_test: borland-5.8.2*
link_test: borland-5.8.2*
portable: borland-5.8.2*
|graph|
adj_list_cc: qcc-3.3.5_gpp
king_ordering: gcc-3.4.5_linux
|integer|
cstdint_test: borland-5.8.2*
integer_test: borland-5.8.2*
|io|
ios_state_test: borland-5.8.2*
|iostreams|
bzip2_test: msvc-7.1 msvc-8.0
file_descriptor_test: cw-9.4
finite_state_filter_test: cw-9.4
gzip_test: msvc-7.1 msvc-8.0
mapped_file_test: cw-9.4
newline_test: borland-5.8.2*
zlib_test: msvc-7.1 msvc-8.0
|iterator|
concept_tests: borland-5.8.2*
counting_iterator_test: borland-5.8.2*
filter_iterator_test: borland-5.8.2* borland-5.8.2*
indirect_iterator_test: borland-5.8.2*
interoperable: borland-5.8.2*
iterator_adaptor_cc: borland-5.8.2*
iterator_adaptor_test: borland-5.8.2*
iterator_facade: borland-5.8.2*
iterator_traits_test: borland-5.8.2*
lvalue_concept_fail: borland-5.8.2* msvc-7.1
permutation_iterator_test: borland-5.8.2*
reverse_iterator_test: borland-5.8.2*
transform_iterator_test: borland-5.8.2*
unit_tests: borland-5.8.2*
|logic|
tribool_io_test: borland-5.8.2*
tribool_rename_test: borland-5.8.2*
tribool_test: borland-5.8.2*
|math|
common_factor_test: cw-9.4 darwin-4.0.1 gcc-3.3.6 gcc-3.4.4 gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64 gcc-4.1.1_sunos_i86pc intel-vc71-win-9.1 intel-vc8-win-9.1 msvc-6.5 msvc-7.0 msvc-7.1 msvc-8.0 msvc-8.0 sun-5.8
|mpl|
bool: borland-5.8.2*
for_each: borland-5.8.2*
int: borland-5.8.2* borland-5.8.2*
integral_c: borland-5.8.2* borland-5.8.2*
multiset: gcc-4.0.3_linux gcc-4.1.0_linux
size_t: borland-5.8.2* borland-5.8.2*
|numeric/conversion|
numeric_cast_test: borland-5.8.2*
|numeric/interval|
add: borland-5.8.2*
fmod: borland-5.8.2*
mul: borland-5.8.2* borland-5.8.2*
pi: borland-5.8.2*
pow: borland-5.8.2*
test_float: borland-5.8.2*
|optional|
optional_test: borland-5.8.2* borland-5.8.2*
optional_test_inplace: borland-5.8.2*
optional_test_io: borland-5.8.2*
optional_test_ref: borland-5.8.2*
optional_test_tie: borland-5.8.2*
|parameter|
basics: borland-5.8.2*
deduced: borland-5.8.2*
deduced_dependent_predicate: borland-5.8.2*
duplicates: gcc-4.0.3_linux gcc-4.1.0_linux
earwicker: borland-5.8.2*
efficiency: borland-5.8.2*
macros: borland-5.8.2*
mpl: borland-5.8.2*
preprocessor: borland-5.8.2*
singular: borland-5.8.2*
tutorial: borland-5.8.2*
|property_map|
dynamic_properties_test: borland-5.8.2*
|random|
random_demo: borland-5.8.2*
random_test: intel-linux-9.0
|rational|
rational_example: borland-5.8.2*
|regex|
bad_expression_test: borland-5.8.2*
captures_example: borland-5.8.2*
captures_test: borland-5.8.2*
credit_card_example: borland-5.8.2*
icu_example: borland-5.8.2*
mfc_example: borland-5.8.2*
object_cache_test: borland-5.8.2*
partial_regex_grep: borland-5.8.2*
partial_regex_match: borland-5.8.2*
posix_api_check: borland-5.8.2*
posix_api_check_cpp: borland-5.8.2*
recursion_test: borland-5.8.2*
regex_dll_config_info: borland-5.8.2*
regex_grep_example_1: borland-5.8.2*
regex_grep_example_2: borland-5.8.2*
regex_grep_example_3: borland-5.8.2*
regex_grep_example_4: borland-5.8.2*
regex_iterator_example: borland-5.8.2*
regex_match_example: borland-5.8.2*
regex_merge_example: borland-5.8.2*
regex_regress: borland-5.8.2*
regex_regress_dll: borland-5.8.2* borland-5.8.2*
regex_regress_threaded: borland-5.8.2* borland-5.8.2*
regex_replace_example: borland-5.8.2*
regex_search_example: borland-5.8.2*
regex_split_example_1: borland-5.8.2*
regex_split_example_2: borland-5.8.2*
regex_timer: borland-5.8.2*
regex_token_iterator_eg_1: borland-5.8.2*
regex_token_iterator_eg_2: borland-5.8.2*
static_mutex_test: borland-5.8.2*
test_collate_info: borland-5.8.2*
test_grep: borland-5.8.2*
unicode_iterator_test: borland-5.8.2*
wide_posix_api_check_cpp: borland-5.8.2*
|serialization|
test_reset_object_address: msvc-7.0
test_reset_object_address_dll: msvc-7.0
test_utf8_codecvt: borland-5.8.2*
test_variant_xml_archive: borland-5.8.2*
test_variant_xml_archive_dll: borland-5.8.2*
test_variant_xml_warchive: borland-5.8.2*
test_variant_xml_warchive_dll: borland-5.8.2*
|smart_ptr|
atomic_count_test: borland-5.8.2*
get_deleter_test: borland-5.8.2*
intrusive_ptr_test: borland-5.8.2*
lw_mutex_test: borland-5.8.2*
pointer_cast_test: borland-5.8.2*
shared_from_this_test: borland-5.8.2*
shared_ptr_alloc2_test: borland-5.8.2*
shared_ptr_basic_test: borland-5.8.2*
shared_ptr_test: borland-5.8.2*
smart_ptr_test: borland-5.8.2*
weak_ptr_test: borland-5.8.2*
|spirit|
switch_tests_eps_default: intel-linux-9.0
symbols_add_null: msvc-7.1
symbols_add_null_debug: msvc-7.1
|statechart|
TransitionTestBoth: qcc-3.3.5_gpp qcc-3.3.5_gpp
TransitionTestRelaxed: qcc-3.3.5_gpp qcc-3.3.5_gpp
|static_assert|
static_assert_example_2: borland-5.8.2*
static_assert_example_3: borland-5.8.2*
|test|
boost_check_equal_str: borland-5.6.4 borland-5.8.2* cw-9.4 intel-vc71-win-9.1 intel-vc8-win-9.1 msvc-6.5 msvc-7.0 msvc-7.1 msvc-8.0 msvc-8.0
errors_handling_test: borland-5.6.4 borland-5.8.2* cw-9.4 intel-vc71-win-9.1 intel-vc8-win-9.1 msvc-6.5 msvc-7.0 msvc-7.1
fixed_mapping_test: borland-5.8.2* msvc-7.1 msvc-8.0
foreach_test: borland-5.8.2*
ifstream_line_iterator_test: borland-5.8.2*
online_test: borland-5.8.2*
output_test_stream_test: borland-5.8.2* msvc-7.1 msvc-8.0
parameterized_test_test: borland-5.8.2* msvc-7.1 msvc-8.0
result_report_test: borland-5.6.4 borland-5.8.2* cw-9.4 intel-vc71-win-9.1 intel-vc8-win-9.1 msvc-6.5 msvc-7.0 msvc-7.1 msvc-8.0 msvc-8.0
test_case_template_test: borland-5.8.2* borland-5.8.2*
test_fp_comparisons: cw-9.4
test_tools_test: borland-5.6.4 borland-5.8.2* intel-vc71-win-9.1 intel-vc8-win-9.1 msvc-6.5 msvc-7.0 msvc-7.1 msvc-8.0 msvc-8.0
|thread|
test_tss_lib: borland-5.8.2*
|tokenizer|
simple_example_1: borland-5.8.2*
simple_example_2: borland-5.8.2*
simple_example_3: borland-5.8.2*
simple_example_4: borland-5.8.2*
simple_example_5: borland-5.8.2*
|tr1|
tr1_add_const_test: borland-5.8.2*
tr1_add_cv_test: borland-5.8.2*
tr1_add_pointer_test: borland-5.8.2*
tr1_add_reference_test: borland-5.8.2*
tr1_add_volatile_test: borland-5.8.2*
tr1_aligned_storage_test: borland-5.8.2*
tr1_alignment_of_test: borland-5.8.2*
tr1_has_nothrow_assign_test: borland-5.8.2*
tr1_has_nothrow_constr_test: borland-5.8.2*
tr1_has_nothrow_copy_test: borland-5.8.2*
tr1_has_trivial_assign_test: borland-5.8.2*
tr1_has_trivial_constr_test: borland-5.8.2*
tr1_has_trivial_copy_test: borland-5.8.2*
tr1_has_trivial_destr_test: borland-5.8.2*
tr1_has_virtual_destr_test: borland-5.8.2*
tr1_is_arithmetic_test: borland-5.8.2*
tr1_is_array_test: borland-5.8.2*
tr1_is_class_test: borland-5.8.2*
tr1_is_compound_test: borland-5.8.2*
tr1_is_const_test: borland-5.8.2*
tr1_is_empty_test: borland-5.8.2*
tr1_is_enum_test: borland-5.8.2*
tr1_is_floating_point_test: borland-5.8.2*
tr1_is_function_test: borland-5.8.2*
tr1_is_fundamental_test: borland-5.8.2*
tr1_is_integral_test: borland-5.8.2*
tr1_is_member_func_test: borland-5.8.2*
tr1_is_member_obj_test: borland-5.8.2*
tr1_is_member_pointer_test: borland-5.8.2*
tr1_is_object_test: borland-5.8.2*
tr1_is_pod_test: borland-5.8.2*
tr1_is_pointer_test: borland-5.8.2*
tr1_is_polymorphic_test: borland-5.8.2*
tr1_is_reference_test: borland-5.8.2*
tr1_is_same_test: borland-5.8.2*
tr1_is_scalar_test: borland-5.8.2*
tr1_is_signed_test: borland-5.8.2*
tr1_is_union_test: borland-5.8.2*
tr1_is_unsigned_test: borland-5.8.2*
tr1_is_void_test: borland-5.8.2*
tr1_is_volatile_test: borland-5.8.2*
tr1_remove_cv_test: borland-5.8.2*
tr1_remove_reference_test: borland-5.8.2*
tr1_tky_abstract_type_test: borland-5.8.2*
tr1_tky_partial_spec_test: borland-5.8.2*
|type_traits|
add_const_test: borland-5.8.2*
add_cv_test: borland-5.8.2*
add_pointer_test: borland-5.8.2*
add_reference_test: borland-5.8.2*
add_volatile_test: borland-5.8.2*
aligned_storage_test: borland-5.8.2*
alignment_of_test: borland-5.8.2*
function_traits_test: borland-5.8.2*
has_nothrow_assign_test: borland-5.8.2*
has_nothrow_constr_test: borland-5.8.2*
has_nothrow_copy_test: borland-5.8.2*
has_trivial_assign_test: borland-5.8.2*
has_trivial_constr_test: borland-5.8.2*
has_trivial_copy_test: borland-5.8.2*
has_trivial_destructor_test: borland-5.8.2*
has_virtual_destructor_test: borland-5.8.2*
is_arithmetic_test: borland-5.8.2*
is_array_test: borland-5.8.2*
is_class_test: borland-5.8.2*
is_compound_test: borland-5.8.2*
is_const_test: borland-5.8.2*
is_empty_test: borland-5.8.2*
is_enum_test: borland-5.8.2*
is_float_test: borland-5.8.2*
is_floating_point_test: borland-5.8.2*
is_function_test: borland-5.8.2*
is_fundamental_test: borland-5.8.2*
is_integral_test: borland-5.8.2*
is_member_func_test: borland-5.8.2*
is_member_obj_test: borland-5.8.2*
is_member_pointer_test: borland-5.8.2*
is_object_test: borland-5.8.2*
is_pod_test: borland-5.8.2*
is_pointer_test: borland-5.8.2*
is_polymorphic_test: borland-5.8.2*
is_reference_test: borland-5.8.2*
is_same_test: borland-5.8.2*
is_scalar_test: borland-5.8.2*
is_signed_test: borland-5.8.2*
is_stateless_test: borland-5.8.2*
is_union_test: borland-5.8.2*
is_unsigned_test: borland-5.8.2*
is_void_test: borland-5.8.2*
is_volatile_test: borland-5.8.2*
remove_cv_test: borland-5.8.2*
remove_reference_test: borland-5.8.2*
tricky_abstract_type_test: borland-5.8.2*
tricky_partial_spec_test: borland-5.8.2*
type_with_alignment_test: borland-5.8.2*
udt_specialisations: borland-5.8.2*
|utility|
addressof_test: borland-5.8.2*
assert_test: borland-5.8.2*
base_from_member_test: borland-5.8.2*
binary_search_test: borland-5.8.2*
call_traits_test: borland-5.8.2*
current_function_test: borland-5.8.2*
operators_test: gcc-3.4.5_linux_x86_64
shared_iterator_test: borland-5.8.2*
value_init_test: borland-5.8.2*
|variant|
variant_comparison_test: borland-5.8.2*
variant_reference_test: borland-5.8.2*
variant_test2: borland-5.8.2*
variant_test3: borland-5.8.2*
variant_test4: borland-5.8.2*
variant_test6: borland-5.8.2*
variant_test7: borland-5.8.2*
variant_test8: borland-5.8.2*
|xpressive|
c_traits: gcc-4.1.0_linux
1
0
Boost Regression test failures
Report time: 2006-11-08T11:41:14Z
This report lists all regression test failures on release platforms.
Detailed report:
http://engineering.meta-comm.com/boost-regression/CVS-RC_1_34_0/developer/i…
The following platforms have a large number of failures:
borland-5_6_4
borland-5_8_2
vc-6_5
2386 failures in 25 libraries (759 are from non-broken platforms)
algorithm/minmax (0 of 2 failures are from non-broken platforms)
algorithm/string (0 of 12 failures are from non-broken platforms)
date_time (0 of 97 failures are from non-broken platforms)
disjoint_sets (0 of 2 failures are from non-broken platforms)
filesystem (0 of 13 failures are from non-broken platforms)
foreach (0 of 2 failures are from non-broken platforms)
iostreams (10 of 64 failures are from non-broken platforms)
iterator (0 of 26 failures are from non-broken platforms)
math (0 of 4 failures are from non-broken platforms)
mpl (4 of 110 failures are from non-broken platforms)
parameter (1 of 26 failures are from non-broken platforms)
program_options (7 of 35 failures are from non-broken platforms)
random (1 of 3 failures are from non-broken platforms)
range (0 of 16 failures are from non-broken platforms)
rational (0 of 2 failures are from non-broken platforms)
regex (1 of 4 failures are from non-broken platforms)
serialization (729 of 1914 failures are from non-broken platforms)
signals (0 of 10 failures are from non-broken platforms)
spirit (1)
statechart (4)
test (0 of 6 failures are from non-broken platforms)
tokenizer (0 of 12 failures are from non-broken platforms)
tr1 (0 of 2 failures are from non-broken platforms)
utility (1 of 3 failures are from non-broken platforms)
variant (0 of 16 failures are from non-broken platforms)
Test failures marked with a (*) represent tests that failed on
platforms that are considered broken. They are likely caused by
misconfiguration by the regression tester or a failure in a core
library such as Test or Config.
|algorithm/minmax|
minmax_element: borland-5_6_4* borland-5_8_2*
|algorithm/string|
conv: borland-5_6_4* borland-5_8_2*
find: borland-5_6_4* borland-5_8_2*
join: borland-5_6_4* borland-5_8_2*
predicate: borland-5_6_4* borland-5_8_2*
replace: borland-5_6_4* borland-5_8_2*
split: borland-5_6_4* borland-5_8_2*
|date_time|
testc_local_adjustor: borland-5_6_4* borland-5_8_2*
testclock: borland-5_6_4* borland-5_8_2*
testcustom_time_zone: borland-5_8_2*
testdate: borland-5_6_4* borland-5_8_2*
testdate_dll: borland-5_6_4* borland-5_8_2*
testdate_duration: borland-5_6_4* borland-5_8_2*
testdate_duration_dll: borland-5_6_4* borland-5_8_2*
testdate_input_facet: borland-5_6_4* borland-5_8_2*
testdate_input_facet_dll: borland-5_6_4* borland-5_8_2*
testdate_iterator: borland-5_6_4* borland-5_8_2*
testdate_iterator_dll: borland-5_6_4* borland-5_8_2*
testdst_rules: borland-5_6_4* borland-5_8_2*
testdst_transition_day_rule: borland-5_6_4* borland-5_8_2*
testduration: borland-5_6_4* borland-5_8_2*
testfiletime_functions: borland-5_6_4* borland-5_8_2*
testformatters: borland-5_6_4* borland-5_8_2*
testformatters_dll: borland-5_6_4* borland-5_8_2*
testgenerators: borland-5_6_4* borland-5_8_2*
testgenerators_dll: borland-5_6_4* borland-5_8_2*
testgreg_cal: borland-5_6_4* borland-5_8_2*
testgreg_cal_dll: borland-5_6_4* borland-5_8_2*
testgreg_day: borland-5_6_4* borland-5_8_2*
testgreg_day_dll: borland-5_6_4* borland-5_8_2*
testgreg_duration_operators: borland-5_6_4* borland-5_8_2*
testgreg_durations: borland-5_6_4* borland-5_8_2*
testgreg_durations_dll: borland-5_6_4* borland-5_8_2*
testgreg_month: borland-5_6_4* borland-5_8_2*
testgreg_month_dll: borland-5_6_4* borland-5_8_2*
testgreg_serialize: borland-5_6_4* borland-5_8_2*
testgreg_serialize_dll: borland-5_6_4* borland-5_8_2*
testgreg_serialize_xml: borland-5_6_4* borland-5_8_2*
testgreg_year: borland-5_6_4* borland-5_8_2*
testgreg_year_dll: borland-5_6_4* borland-5_8_2*
testiterator: borland-5_6_4* borland-5_8_2*
testlocal_adjustor: borland-5_6_4* borland-5_8_2*
testmicrosec_time_clock: borland-5_6_4* borland-5_8_2*
testparse_time: borland-5_6_4* borland-5_8_2*
testperiod: borland-5_6_4* borland-5_8_2*
testperiod_dll: borland-5_6_4* borland-5_8_2*
testposix_time_zone: borland-5_8_2*
testtime: borland-5_6_4* borland-5_8_2*
testtime_formatters: borland-5_6_4* borland-5_8_2*
testtime_period: borland-5_6_4* borland-5_8_2*
testtime_serialize: borland-5_6_4* borland-5_8_2*
testtime_serialize_std_config: borland-5_6_4* borland-5_8_2*
testtime_serialize_xml: borland-5_6_4* borland-5_8_2*
testtime_serialize_xml_std_config: borland-5_6_4* borland-5_8_2*
testtz_database: borland-5_8_2*
testwcustom_time_zone: borland-5_6_4* borland-5_8_2*
testwposix_time_zone: borland-5_6_4* borland-5_8_2*
|disjoint_sets|
disjoint_set_test: borland-5_6_4* borland-5_8_2*
|filesystem|
convenience_test: borland-5_6_4* borland-5_8_2*
fstream_test: borland-5_6_4* borland-5_8_2* vc-6_5*
large_file_support_test: borland-5_6_4* borland-5_8_2*
operations_test: borland-5_6_4* borland-5_8_2*
path_test: borland-5_6_4* borland-5_8_2*
simple_ls: borland-5_6_4* borland-5_8_2*
|foreach|
noncopyable: borland-5_6_4* borland-5_8_2*
|iostreams|
array_test: borland-5_6_4* borland-5_8_2*
auto_close_test: borland-5_6_4* borland-5_8_2*
buffer_size_test: borland-5_6_4* borland-5_8_2*
bzip2_test: msvc-7.1 msvc-8.0
code_converter_test: borland-5_6_4* borland-5_8_2*
component_access_test: borland-5_6_4* borland-5_8_2*
compose_test: borland-5_8_2*
copy_test: borland-5_6_4* borland-5_8_2*
counter_test: borland-5_6_4* borland-5_8_2*
direct_adapter_test: borland-5_6_4* borland-5_8_2*
example_test: borland-5_6_4* borland-5_8_2* vc-6_5-stlport
file_descriptor_test: borland-5_6_4* borland-5_8_2* cw-9.4
file_test: borland-5_6_4* borland-5_8_2*
filtering_stream_test: borland-5_6_4* borland-5_8_2*
finite_state_filter_test: cw-9.4
flush_test: borland-5_6_4* borland-5_8_2*
gzip_test: msvc-7.1 msvc-8.0
invert_test: borland-5_6_4* borland-5_8_2*
line_filter_test: borland-5_6_4* borland-5_8_2*
mapped_file_test: borland-5_6_4* borland-5_8_2* cw-9.4
newline_test: borland-5_6_4* borland-5_8_2*
null_test: borland-5_6_4* borland-5_8_2*
pipeline_test: borland-5_6_4* borland-5_8_2*
regex_filter_test: borland-5_6_4* borland-5_8_2*
restrict_test: borland-5_6_4* borland-5_8_2*
seekable_file_test: borland-5_8_2*
seekable_filter_test: borland-5_6_4* borland-5_8_2*
stdio_filter_test: borland-5_6_4* borland-5_8_2*
symmetric_filter_test: borland-5_6_4* borland-5_8_2*
tee_test: borland-5_6_4* borland-5_8_2*
wide_stream_test: borland-5_6_4* borland-5_8_2*
zlib_test: msvc-7.1 msvc-8.0
|iterator|
concept_tests: borland-5_6_4* borland-5_8_2*
counting_iterator_test: borland-5_6_4* borland-5_8_2*
filter_iterator_test: borland-5_6_4* borland-5_8_2*
indirect_iterator_test: borland-5_6_4* borland-5_8_2*
interoperable: borland-5_6_4* borland-5_8_2*
iterator_adaptor_cc: borland-5_6_4* borland-5_8_2*
iterator_adaptor_test: borland-5_6_4* borland-5_8_2*
iterator_archetype_cc: borland-5_6_4* borland-5_8_2*
iterator_facade: borland-5_6_4* borland-5_8_2*
permutation_iterator_test: borland-5_6_4* borland-5_8_2*
reverse_iterator_test: borland-5_6_4* borland-5_8_2*
transform_iterator_test: borland-5_6_4* borland-5_8_2*
unit_tests: borland-5_6_4* borland-5_8_2*
|math|
octonion_test: borland-5_8_2*
quaternion_mult_incl_test: borland-5_8_2*
quaternion_test: borland-5_8_2*
special_functions_test: borland-5_8_2*
|mpl|
always: borland-5_6_4* borland-5_8_2*
apply_wrap: borland-5_8_2*
bind: borland-5_6_4* borland-5_8_2*
contains: borland-5_6_4* borland-5_8_2*
copy: borland-5_6_4* borland-5_8_2*
copy_if: borland-5_6_4* borland-5_8_2*
count: borland-5_6_4* borland-5_8_2*
count_if: borland-5_6_4* borland-5_8_2*
deque: borland-5_6_4* borland-5_8_2*
distance: borland-5_6_4* borland-5_8_2*
equal: borland-5_6_4* borland-5_8_2*
erase: borland-5_6_4* borland-5_8_2*
erase_range: borland-5_6_4* borland-5_8_2*
filter_view: borland-5_6_4* borland-5_8_2*
find: borland-5_6_4* borland-5_8_2*
find_if: borland-5_6_4* borland-5_8_2*
fold: borland-5_6_4* borland-5_8_2*
for_each: borland-5_6_4* borland-5_8_2*
identity: borland-5_6_4* borland-5_8_2*
index_of: borland-5_6_4* borland-5_8_2*
insert: borland-5_6_4* borland-5_8_2*
insert_range: borland-5_6_4* borland-5_8_2*
int: borland-5_8_2*
integral_c: borland-5_8_2*
is_placeholder: borland-5_6_4* borland-5_8_2*
joint_view: borland-5_6_4* borland-5_8_2*
lambda: borland-5_6_4* borland-5_8_2*
lambda_args: borland-5_6_4* borland-5_8_2*
list: borland-5_6_4* borland-5_8_2*
list_c: borland-5_6_4* borland-5_8_2*
lower_bound: borland-5_6_4* borland-5_8_2*
max_element: borland-5_6_4* borland-5_8_2*
multiset: gcc-4.0.3_linux gcc-4.1.0_linux gcc-4.1.0_linux_x86_64 gcc-4.1.1_sunos_i86pc
pair_view: borland-5_6_4* borland-5_8_2*
partition: borland-5_6_4* borland-5_8_2*
pop_front: borland-5_6_4* borland-5_8_2*
push_front: borland-5_6_4* borland-5_8_2*
range_c: borland-5_6_4* borland-5_8_2*
remove: borland-5_6_4* borland-5_8_2*
remove_if: borland-5_6_4* borland-5_8_2*
replace: borland-5_6_4* borland-5_8_2*
replace_if: borland-5_6_4* borland-5_8_2*
reverse: borland-5_6_4* borland-5_8_2*
same_as: borland-5_6_4* borland-5_8_2*
single_view: borland-5_6_4* borland-5_8_2*
size: borland-5_6_4* borland-5_8_2*
size_t: borland-5_8_2*
sort: borland-5_6_4* borland-5_8_2*
stable_partition: borland-5_6_4* borland-5_8_2*
transform: borland-5_6_4* borland-5_8_2*
transform_view: borland-5_6_4* borland-5_8_2*
unique: borland-5_6_4* borland-5_8_2*
unpack_args: borland-5_6_4* borland-5_8_2*
upper_bound: borland-5_6_4* borland-5_8_2*
vector: borland-5_6_4* borland-5_8_2*
vector_c: borland-5_6_4* borland-5_8_2*
|parameter|
basics: borland-5_6_4* borland-5_8_2*
compose: borland-5_6_4* borland-5_8_2*
deduced: borland-5_6_4* borland-5_8_2*
deduced_dependent_predicate: borland-5_6_4* borland-5_8_2*
duplicates: gcc-4.1.1_sunos_i86pc
earwicker: borland-5_6_4* borland-5_8_2*
efficiency: borland-5_6_4* borland-5_8_2*
macros: borland-5_6_4* borland-5_8_2*
mpl: borland-5_6_4* borland-5_8_2*
ntp: borland-5_6_4* borland-5_8_2*
preprocessor: borland-5_6_4* borland-5_8_2*
sfinae: borland-5_6_4*
singular: borland-5_6_4* borland-5_8_2*
tutorial: borland-5_6_4* borland-5_8_2*
|program_options|
cmdline_test: borland-5_6_4* borland-5_8_2*
cmdline_test_dll: borland-5_6_4* borland-5_8_2* cw-9.4
options_description_test: borland-5_6_4* borland-5_8_2*
options_description_test_dll: borland-5_6_4* borland-5_8_2* cw-9.4
parsers_test: borland-5_6_4* borland-5_8_2*
parsers_test_dll: borland-5_6_4* borland-5_8_2* cw-9.4
positional_options_test: borland-5_6_4* borland-5_8_2*
positional_options_test_dll: borland-5_6_4* borland-5_8_2* cw-9.4
unicode_test: borland-5_6_4* borland-5_8_2*
unicode_test_dll: borland-5_6_4* borland-5_8_2* cw-9.4
variable_map_test: borland-5_6_4* borland-5_8_2*
variable_map_test_dll: borland-5_6_4* borland-5_8_2* cw-9.4
winmain: borland-5_6_4* borland-5_8_2*
winmain_dll: borland-5_6_4* borland-5_8_2* cw-9.4
|random|
random_demo: borland-5_6_4* borland-5_8_2*
random_test: intel-linux-9.0
|range|
algorithm_example: borland-5_6_4* borland-5_8_2*
const_ranges: borland-5_6_4* borland-5_8_2*
extension_mechanism: borland-5_6_4* borland-5_8_2*
iterator_pair: borland-5_6_4* borland-5_8_2*
iterator_range: borland-5_6_4* borland-5_8_2*
reversible_range: borland-5_6_4* borland-5_8_2*
std_container: borland-5_6_4* borland-5_8_2*
sub_range: borland-5_6_4* borland-5_8_2*
|rational|
rational_test: borland-5_6_4* borland-5_8_2*
|regex|
concept_check: qcc-3.3.5_cpp
grep: borland-5_6_4* borland-5_8_2*
unicode_iterator_test: borland-5_8_2*
|serialization|
test_array_binary_archive: borland-5_6_4* borland-5_8_2*
test_array_binary_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_array_text_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_array_text_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_array_text_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_array_text_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_array_xml_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_array_xml_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_array_xml_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_array_xml_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_binary_binary_archive: borland-5_6_4* borland-5_8_2*
test_binary_binary_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_binary_text_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_binary_text_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_binary_text_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_binary_text_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_binary_xml_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_binary_xml_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_binary_xml_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_binary_xml_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_class_info_load_binary_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport vc-7_0
test_class_info_load_binary_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_class_info_load_text_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport vc-7_0
test_class_info_load_text_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_class_info_load_text_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport vc-7_0
test_class_info_load_text_warchive_dll: borland-5_6_4* borland-5_8_2* vc-7_0
test_class_info_load_xml_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport vc-7_0
test_class_info_load_xml_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_class_info_load_xml_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport vc-7_0
test_class_info_load_xml_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_class_info_save_binary_archive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-6_5-stlport vc-7_0
test_class_info_save_binary_archive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-7_0
test_class_info_save_text_archive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-6_5-stlport vc-7_0
test_class_info_save_text_archive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-7_0
test_class_info_save_text_warchive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp vc-6_5* vc-6_5-stlport vc-7_0
test_class_info_save_text_warchive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp vc-6_5* vc-7_0
test_class_info_save_xml_archive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-6_5-stlport vc-7_0
test_class_info_save_xml_archive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-7_0
test_class_info_save_xml_warchive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp vc-6_5* vc-6_5-stlport vc-7_0
test_class_info_save_xml_warchive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp vc-6_5* vc-7_0
test_codecvt_null: borland-5_6_4* borland-5_8_2*
test_contained_class_binary_archive: borland-5_6_4* borland-5_8_2*
test_contained_class_binary_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_contained_class_text_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_contained_class_text_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_contained_class_text_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_contained_class_text_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_contained_class_xml_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_contained_class_xml_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_contained_class_xml_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_contained_class_xml_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_cyclic_ptrs_binary_archive: borland-5_6_4* borland-5_8_2*
test_cyclic_ptrs_binary_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_cyclic_ptrs_text_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_cyclic_ptrs_text_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_cyclic_ptrs_text_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_cyclic_ptrs_text_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_cyclic_ptrs_xml_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_cyclic_ptrs_xml_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_cyclic_ptrs_xml_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_cyclic_ptrs_xml_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_delete_pointer_binary_archive: borland-5_6_4* borland-5_8_2*
test_delete_pointer_binary_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_delete_pointer_text_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_delete_pointer_text_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_delete_pointer_text_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_delete_pointer_text_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_delete_pointer_xml_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_delete_pointer_xml_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_delete_pointer_xml_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_delete_pointer_xml_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_demo: borland-5_6_4* borland-5_8_2*
test_demo_auto_ptr: borland-5_6_4* borland-5_8_2*
test_demo_auto_ptr_dll: borland-5_6_4* borland-5_8_2*
test_demo_dll: borland-5_6_4* borland-5_8_2*
test_demo_exception: borland-5_6_4* borland-5_8_2*
test_demo_exception_dll: borland-5_6_4* borland-5_8_2*
test_demo_fast_archive: borland-5_6_4* borland-5_8_2*
test_demo_fast_archive_dll: borland-5_6_4* borland-5_8_2*
test_demo_pimpl: borland-5_6_4* borland-5_8_2*
test_demo_pimpl_dll: borland-5_6_4* borland-5_8_2*
test_demo_polymorphic: borland-5_6_4* borland-5_8_2*
test_demo_polymorphic_dll: borland-5_6_4* borland-5_8_2*
test_demo_portable_archive: borland-5_6_4* borland-5_8_2*
test_demo_portable_archive_dll: borland-5_8_2*
test_demo_shared_ptr: borland-5_6_4* borland-5_8_2*
test_demo_shared_ptr_dll: borland-5_6_4* borland-5_8_2*
test_demo_xml: borland-5_6_4* borland-5_8_2*
test_demo_xml_dll: borland-5_6_4* borland-5_8_2*
test_demo_xml_load: borland-5_6_4* borland-5_8_2*
test_demo_xml_load_dll: borland-5_6_4* borland-5_8_2*
test_demo_xml_save: borland-5_6_4* borland-5_8_2*
test_demo_xml_save_dll: borland-5_6_4* borland-5_8_2*
test_deque_binary_archive: borland-5_6_4* borland-5_8_2*
test_deque_binary_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_deque_text_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_deque_text_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_deque_text_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_deque_text_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_deque_xml_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_deque_xml_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_deque_xml_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_deque_xml_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_derived_binary_archive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-6_5-stlport vc-7_0
test_derived_binary_archive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-7_0
test_derived_class_binary_archive: borland-5_6_4* borland-5_8_2*
test_derived_class_binary_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_derived_class_ptr_binary_archive: borland-5_6_4* borland-5_8_2*
test_derived_class_ptr_binary_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_derived_class_ptr_text_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_derived_class_ptr_text_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_derived_class_ptr_text_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_derived_class_ptr_text_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_derived_class_ptr_xml_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_derived_class_ptr_xml_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_derived_class_ptr_xml_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_derived_class_ptr_xml_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_derived_class_text_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_derived_class_text_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_derived_class_text_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_derived_class_text_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_derived_class_xml_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_derived_class_xml_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_derived_class_xml_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_derived_class_xml_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_derived_text_archive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-6_5-stlport vc-7_0
test_derived_text_archive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-7_0
test_derived_text_warchive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp vc-6_5* vc-6_5-stlport vc-7_0
test_derived_text_warchive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp vc-6_5* vc-7_0
test_derived_xml_archive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-6_5-stlport vc-7_0
test_derived_xml_archive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-7_0
test_derived_xml_warchive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp vc-6_5* vc-6_5-stlport vc-7_0
test_derived_xml_warchive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp vc-6_5* vc-7_0
test_diamond_binary_archive: borland-5_6_4* borland-5_8_2*
test_diamond_binary_archive_dll: borland-5_6_4* borland-5_8_2*
test_diamond_text_archive: borland-5_6_4* borland-5_8_2*
test_diamond_text_archive_dll: borland-5_6_4* borland-5_8_2*
test_diamond_text_warchive: borland-5_6_4* borland-5_8_2*
test_diamond_text_warchive_dll: borland-5_6_4* borland-5_8_2*
test_diamond_xml_archive: borland-5_6_4* borland-5_8_2*
test_diamond_xml_archive_dll: borland-5_6_4* borland-5_8_2*
test_diamond_xml_warchive: borland-5_6_4* borland-5_8_2*
test_diamond_xml_warchive_dll: borland-5_6_4* borland-5_8_2*
test_exported_binary_archive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-6_5-stlport vc-7_0
test_exported_binary_archive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-7_0
test_exported_text_archive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-6_5-stlport vc-7_0
test_exported_text_archive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-7_0
test_exported_text_warchive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp vc-6_5* vc-6_5-stlport vc-7_0
test_exported_text_warchive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp vc-6_5* vc-7_0
test_exported_xml_archive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-6_5-stlport vc-7_0
test_exported_xml_archive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-7_0
test_exported_xml_warchive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp vc-6_5* vc-6_5-stlport vc-7_0
test_exported_xml_warchive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp vc-6_5* vc-7_0
test_iterators: borland-5_6_4* borland-5_8_2*
test_iterators_base64: borland-5_6_4* borland-5_8_2*
test_list_binary_archive: borland-5_6_4* borland-5_8_2*
test_list_binary_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_list_ptrs_binary_archive: borland-5_6_4* borland-5_8_2*
test_list_ptrs_binary_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_list_ptrs_text_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_list_ptrs_text_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_list_ptrs_text_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_list_ptrs_text_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_list_ptrs_xml_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_list_ptrs_xml_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_list_ptrs_xml_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_list_ptrs_xml_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_list_text_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_list_text_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_list_text_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_list_text_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_list_xml_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_list_xml_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_list_xml_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_list_xml_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_map_binary_archive: borland-5_6_4* borland-5_8_2*
test_map_binary_archive_dll: borland-5_6_4* borland-5_8_2*
test_map_text_archive: borland-5_6_4* borland-5_8_2*
test_map_text_archive_dll: borland-5_6_4* borland-5_8_2*
test_map_text_warchive: borland-5_6_4* borland-5_8_2*
test_map_text_warchive_dll: borland-5_6_4* borland-5_8_2*
test_map_xml_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_map_xml_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_map_xml_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_map_xml_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_mi_binary_archive: borland-5_6_4* borland-5_8_2*
test_mi_binary_archive_dll: borland-5_6_4* borland-5_8_2* vc-7_0
test_mi_text_archive: borland-5_6_4* borland-5_8_2*
test_mi_text_archive_dll: borland-5_6_4* borland-5_8_2* vc-7_0
test_mi_text_warchive: borland-5_6_4* borland-5_8_2*
test_mi_text_warchive_dll: borland-5_6_4* borland-5_8_2* vc-7_0
test_mi_xml_archive: borland-5_6_4* borland-5_8_2*
test_mi_xml_archive_dll: borland-5_6_4* borland-5_8_2* vc-7_0
test_mi_xml_warchive: borland-5_6_4* borland-5_8_2*
test_mi_xml_warchive_dll: borland-5_6_4* borland-5_8_2* vc-7_0
test_mult_archive_types: borland-5_6_4* borland-5_8_2*
test_mult_archive_types_dll: borland-5_6_4* borland-5_8_2*
test_multiple_ptrs_binary_archive: borland-5_6_4* borland-5_8_2*
test_multiple_ptrs_binary_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_multiple_ptrs_text_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_multiple_ptrs_text_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_multiple_ptrs_text_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_multiple_ptrs_text_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_multiple_ptrs_xml_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_multiple_ptrs_xml_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_multiple_ptrs_xml_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_multiple_ptrs_xml_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_no_rtti_binary_archive: gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-6_5-stlport vc-7_0
test_no_rtti_binary_archive_dll: gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-7_0
test_no_rtti_text_archive: gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-6_5-stlport vc-7_0
test_no_rtti_text_archive_dll: gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-7_0
test_no_rtti_text_warchive: gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp vc-6_5* vc-6_5-stlport vc-7_0
test_no_rtti_text_warchive_dll: gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp vc-6_5* vc-7_0
test_no_rtti_xml_archive: gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-6_5-stlport vc-7_0
test_no_rtti_xml_archive_dll: gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-7_0
test_no_rtti_xml_warchive: gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp vc-6_5* vc-6_5-stlport vc-7_0
test_no_rtti_xml_warchive_dll: gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp vc-6_5* vc-7_0
test_non_default_ctor2_binary_archive: borland-5_6_4* borland-5_8_2*
test_non_default_ctor2_binary_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_non_default_ctor2_text_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_non_default_ctor2_text_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_non_default_ctor2_text_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_non_default_ctor2_text_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_non_default_ctor2_xml_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_non_default_ctor2_xml_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_non_default_ctor2_xml_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_non_default_ctor2_xml_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_non_default_ctor_binary_archive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-6_5-stlport vc-7_0
test_non_default_ctor_binary_archive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-7_0
test_non_default_ctor_text_archive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-6_5-stlport vc-7_0
test_non_default_ctor_text_archive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-7_0
test_non_default_ctor_text_warchive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp vc-6_5* vc-6_5-stlport vc-7_0
test_non_default_ctor_text_warchive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp vc-6_5* vc-7_0
test_non_default_ctor_xml_archive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-6_5-stlport vc-7_0
test_non_default_ctor_xml_archive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-7_0
test_non_default_ctor_xml_warchive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp vc-6_5* vc-6_5-stlport vc-7_0
test_non_default_ctor_xml_warchive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp vc-6_5* vc-7_0
test_non_intrusive_binary_archive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-6_5-stlport vc-7_0
test_non_intrusive_binary_archive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-7_0
test_non_intrusive_text_archive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-6_5-stlport vc-7_0
test_non_intrusive_text_archive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-7_0
test_non_intrusive_text_warchive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp vc-6_5* vc-6_5-stlport vc-7_0
test_non_intrusive_text_warchive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp vc-6_5* vc-7_0
test_non_intrusive_xml_archive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-6_5-stlport vc-7_0
test_non_intrusive_xml_archive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-7_0
test_non_intrusive_xml_warchive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp vc-6_5* vc-6_5-stlport vc-7_0
test_non_intrusive_xml_warchive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp vc-6_5* vc-7_0
test_null_ptr_binary_archive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-6_5-stlport vc-7_0
test_null_ptr_binary_archive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-7_0
test_null_ptr_text_archive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-6_5-stlport vc-7_0
test_null_ptr_text_archive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-7_0
test_null_ptr_text_warchive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp vc-6_5* vc-6_5-stlport vc-7_0
test_null_ptr_text_warchive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp vc-6_5* vc-7_0
test_null_ptr_xml_archive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-6_5-stlport vc-7_0
test_null_ptr_xml_archive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-7_0
test_null_ptr_xml_warchive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp vc-6_5* vc-6_5-stlport vc-7_0
test_null_ptr_xml_warchive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp vc-6_5* vc-7_0
test_nvp_binary_archive: borland-5_6_4* borland-5_8_2*
test_nvp_binary_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_nvp_text_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_nvp_text_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_nvp_text_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_nvp_text_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_nvp_xml_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_nvp_xml_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_nvp_xml_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_nvp_xml_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_object_binary_archive: borland-5_6_4* borland-5_8_2*
test_object_binary_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_object_text_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_object_text_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_object_text_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_object_text_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_object_xml_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_object_xml_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_object_xml_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_object_xml_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_optional_binary_archive: borland-5_6_4* borland-5_8_2*
test_optional_binary_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_optional_text_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_optional_text_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_optional_text_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_optional_text_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_optional_xml_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_optional_xml_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_optional_xml_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_optional_xml_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_polymorphic_binary_archive: borland-5_6_4* borland-5_8_2*
test_polymorphic_binary_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_polymorphic_text_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_polymorphic_text_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_polymorphic_text_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_polymorphic_text_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_polymorphic_xml_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_polymorphic_xml_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_polymorphic_xml_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_polymorphic_xml_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_primitive_binary_archive: borland-5_6_4* borland-5_8_2*
test_primitive_binary_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_primitive_text_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_primitive_text_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_primitive_text_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_primitive_text_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_primitive_xml_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_primitive_xml_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_primitive_xml_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_primitive_xml_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_private_ctor: borland-5_6_4* borland-5_8_2*
test_private_ctor_dll: borland-5_6_4* borland-5_8_2*
test_recursion_binary_archive: borland-5_6_4* borland-5_8_2*
test_recursion_binary_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_recursion_text_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_recursion_text_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_recursion_text_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_recursion_text_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_recursion_xml_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_recursion_xml_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_recursion_xml_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_recursion_xml_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_registered_binary_archive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-6_5-stlport vc-7_0
test_registered_binary_archive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-7_0
test_registered_text_archive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-6_5-stlport vc-7_0
test_registered_text_archive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-7_0
test_registered_text_warchive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp vc-6_5* vc-6_5-stlport vc-7_0
test_registered_text_warchive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp vc-6_5* vc-7_0
test_registered_xml_archive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-6_5-stlport vc-7_0
test_registered_xml_archive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-7_0
test_registered_xml_warchive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp vc-6_5* vc-6_5-stlport vc-7_0
test_registered_xml_warchive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp vc-6_5* vc-7_0
test_reset_object_address: borland-5_6_4* borland-5_8_2* vc-7_0
test_reset_object_address_dll: borland-5_6_4* borland-5_8_2* vc-7_0
test_set_binary_archive: borland-5_8_2*
test_set_binary_archive_dll: borland-5_8_2* vc-6_5* vc-7_0
test_set_text_archive: borland-5_8_2* vc-6_5*
test_set_text_archive_dll: borland-5_8_2* vc-6_5* vc-7_0
test_set_text_warchive: borland-5_8_2* vc-6_5*
test_set_text_warchive_dll: borland-5_8_2* vc-6_5* vc-7_0
test_set_xml_archive: borland-5_8_2* vc-6_5*
test_set_xml_archive_dll: borland-5_8_2* vc-6_5* vc-7_0
test_set_xml_warchive: borland-5_8_2* vc-6_5*
test_set_xml_warchive_dll: borland-5_8_2* vc-6_5* vc-7_0
test_shared_ptr_132_binary_archive: borland-5_6_4* borland-5_8_2*
test_shared_ptr_132_binary_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_shared_ptr_132_text_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_shared_ptr_132_text_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_shared_ptr_132_text_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_shared_ptr_132_text_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_shared_ptr_132_xml_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_shared_ptr_132_xml_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_shared_ptr_132_xml_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_shared_ptr_132_xml_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_shared_ptr_binary_archive: borland-5_6_4* borland-5_8_2*
test_shared_ptr_binary_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_shared_ptr_text_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_shared_ptr_text_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_shared_ptr_text_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_shared_ptr_text_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_shared_ptr_xml_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_shared_ptr_xml_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_shared_ptr_xml_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_shared_ptr_xml_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_simple_class_binary_archive: borland-5_6_4* borland-5_8_2*
test_simple_class_binary_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_simple_class_ptr_binary_archive: borland-5_6_4* borland-5_8_2*
test_simple_class_ptr_binary_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_simple_class_ptr_text_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_simple_class_ptr_text_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_simple_class_ptr_text_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_simple_class_ptr_text_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_simple_class_ptr_xml_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_simple_class_ptr_xml_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_simple_class_ptr_xml_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_simple_class_ptr_xml_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_simple_class_text_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_simple_class_text_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_simple_class_text_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_simple_class_text_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_simple_class_xml_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_simple_class_xml_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_simple_class_xml_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_simple_class_xml_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_split_binary_archive: borland-5_6_4* borland-5_8_2*
test_split_binary_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_split_text_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_split_text_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_split_text_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_split_text_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_split_xml_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_split_xml_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_split_xml_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_split_xml_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_tracking_binary_archive: borland-5_6_4* borland-5_8_2*
test_tracking_binary_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_tracking_text_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_tracking_text_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_tracking_text_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_tracking_text_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_tracking_xml_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_tracking_xml_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_tracking_xml_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_tracking_xml_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_traits_pass: vc-6_5* vc-6_5-stlport
test_unregistered_binary_archive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-6_5-stlport vc-7_0
test_unregistered_binary_archive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-7_0
test_unregistered_text_archive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-6_5-stlport vc-7_0
test_unregistered_text_archive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-7_0
test_unregistered_text_warchive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp vc-6_5* vc-6_5-stlport vc-7_0
test_unregistered_text_warchive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp vc-6_5* vc-7_0
test_unregistered_xml_archive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-6_5-stlport vc-7_0
test_unregistered_xml_archive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp qcc-3.3.5_gpp vc-6_5* vc-7_0
test_unregistered_xml_warchive: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp vc-6_5* vc-6_5-stlport vc-7_0
test_unregistered_xml_warchive_dll: borland-5_6_4* borland-5_8_2* gcc-3.3.6 gcc-3.4.4 qcc-3.3.5_cpp vc-6_5* vc-7_0
test_utf8_codecvt: borland-5_6_4* borland-5_8_2*
test_variant_binary_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport vc-7_0
test_variant_binary_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_variant_text_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport vc-7_0
test_variant_text_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_variant_text_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport vc-7_0
test_variant_text_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_variant_xml_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_variant_xml_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_variant_xml_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_variant_xml_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_vector_binary_archive: borland-5_6_4* borland-5_8_2*
test_vector_binary_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_vector_text_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_vector_text_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_vector_text_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_vector_text_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_vector_xml_archive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_vector_xml_archive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_vector_xml_warchive: borland-5_6_4* borland-5_8_2* vc-6_5* vc-6_5-stlport
test_vector_xml_warchive_dll: borland-5_6_4* borland-5_8_2* vc-6_5* vc-7_0
test_void_cast: borland-5_6_4* borland-5_8_2*
test_void_cast_dll: borland-5_6_4* borland-5_8_2*
|signals|
dead_slot_test: borland-5_6_4* borland-5_8_2*
deletion_test: borland-5_6_4* borland-5_8_2*
ordering_test: borland-5_6_4* borland-5_8_2*
signal_n_test: borland-5_6_4* borland-5_8_2*
trackable_test: borland-5_6_4* borland-5_8_2*
|spirit|
scanner_value_type_tests: gcc-4.1.0_linux
|statechart|
TransitionTestBoth: qcc-3.3.5_gpp qcc-3.3.5_gpp
TransitionTestRelaxed: qcc-3.3.5_gpp qcc-3.3.5_gpp
|test|
basic_cstring_test: borland-5_6_4* borland-5_8_2*
ifstream_line_iterator_test: borland-5_6_4* borland-5_8_2*
test_case_template_test: borland-5_6_4* borland-5_8_2*
|tokenizer|
examples: borland-5_6_4* borland-5_8_2*
simple_example_1: borland-5_6_4* borland-5_8_2*
simple_example_2: borland-5_6_4* borland-5_8_2*
simple_example_3: borland-5_6_4* borland-5_8_2*
simple_example_4: borland-5_6_4* borland-5_8_2*
simple_example_5: borland-5_6_4* borland-5_8_2*
|tr1|
std_test_tr1_include: borland-5_8_2*
test_tr1_include: borland-5_8_2*
|utility|
operators_test: gcc-3.4.5_linux_x86_64
shared_iterator_test: borland-5_6_4* borland-5_8_2*
|variant|
variant_comparison_test: borland-5_6_4* borland-5_8_2*
variant_reference_test: borland-5_6_4* borland-5_8_2*
variant_test2: borland-5_6_4* borland-5_8_2*
variant_test3: borland-5_6_4* borland-5_8_2*
variant_test4: borland-5_6_4* borland-5_8_2*
variant_test6: borland-5_6_4* borland-5_8_2*
variant_test7: borland-5_6_4* borland-5_8_2*
variant_test8: borland-5_6_4* borland-5_8_2*
7
7
[Boost-bugs] [ boost-Bugs-1595079 ] regex_replace is not thread safe when format = $N
by SourceForge.net 12 Nov '06
by SourceForge.net 12 Nov '06
12 Nov '06
Bugs item #1595079, was opened at 2006-11-12 17:18
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=107586&aid=1595079&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: regex
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Roy (r_emek)
Assigned to: John Maddock (johnmaddock)
Summary: regex_replace is not thread safe when format = $N
Initial Comment:
When used in a multi-threaded environment,
regex_replace produces wrong results when the 'fmt'
parameter is $<digit> (i.e., $1, $2, etc.).
If, for example, the correct results of the replacement
operation is 1234, and fmt is '$0', we'll eventually
get one of the following:
- 12340
- $0
(The last digit of the erroneous result is usually the
digit number from the format).
I'm attaching a sample program that demonstrates the
problem.
We've seen this problem on Linux (RedHat 9, gcc version
3.2.2 20030222) and on several other platforms.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=107586&aid=1595079&group_…
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-bugs mailing list
Boost-bugs(a)lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/boost-bugs
1
0
11 Nov '06
> I used different solution. The <boost/cstdint.hpp> header sets up #defines
> so "(unsigned) long long" support and "(unsigned) __int64" support are
> mutually exclusive. I did the same.
Works for me (tested with both VC 7.1 and 8.0). Thanks a lot!
Cheers,
Ralf
____________________________________________________________________________________
Want to start your own business?
Learn how on Yahoo! Small Business.
http://smallbusiness.yahoo.com/r-index
1
0
Boost Inspection Report
Run Date: 17:06:43 UTC, Saturday 11 November 2006
An inspection program <http://www.boost.org/tools/inspect/index.html>
checks each file in the current Boost CVS for various problems,
generating this as output. Problems detected include tabs in files,
missing copyrights, broken URL's, and similar misdemeanors.
Totals:
11423 files scanned
891 directories scanned (including root)
1331 problems reported
Problem counts:
864 files missing Boost license info or having wrong reference text
467 files missing copyright notice
Summary:
any (1)
archive (1)
array (1)
assign (2)
boost-root (4)
build (58)
compatibility (2)
concept_check (22)
conversion (5)
detail (4)
disjoint_sets (2)
doc (2)
filesystem (2)
format (8)
function (1)
functional (8)
inspect (1)
integer (9)
iostreams (2)
lambda (10)
libs (6)
logic (2)
math (1)
more (30)
mpl (417)
multi_array (13)
numeric (198)
optional (1)
people (90)
pool (30)
program_options (35)
property_map (15)
ptr_container (111)
python (6)
quickbook (11)
random (20)
range (18)
rational (5)
regex (4)
regression (64)
release (2)
serialization (16)
smart_ptr (8)
test (5)
timer (1)
tokenizer (9)
tr1 (2)
tuple (5)
utility (19)
variant (42)
Details:
*L* missing Boost license info, or wrong reference text
*C* missing copyright notice
|any|
libs/any/doc/
any.xml: *L*
|archive|
boost/archive/detail/
utf8_codecvt_facet.hpp: *L*
|array|
libs/array/doc/
array.xml: *L*
|assign|
libs/assign/doc/
style.css: *L*
libs/assign/
index.html: *L*
|boost-root|
/
README: *C*
boost.css: *C* *L*
rst.css: *L*
|build|
tools/build/v2/build/
build-request.jam: *L*
modifiers.jam: *L*
tools/build/v2/doc/
Jamfile.v2: *C* *L*
tools/build/v2/doc/src/
advanced.xml: *C* *L*
architecture.xml: *C* *L*
catalog.xml: *C* *L*
extending.xml: *C* *L*
faq.xml: *C* *L*
howto.xml: *C* *L*
install.xml: *C* *L*
recipes.xml: *C* *L*
reference.xml: *C* *L*
standalone.xml: *C* *L*
tutorial.xml: *C* *L*
userman.xml: *C* *L*
tools/build/v2/example/python_modules/
python_helpers.jam: *C* *L*
python_helpers.py: *C* *L*
tools/build/v2/test/
abs_workdir.py: *C* *L*
dependency_property.py: *L*
dependency_test.py: *C* *L*
direct_request_test.py: *C* *L*
dll_path.py: *L*
double_loading.py: *L*
duplicate.py: *L*
echo_args.jam: *C* *L*
empty.jam: *C* *L*
expansion.py: *L*
explicit.py: *L*
gcc_runtime.py: *L*
tools/build/v2/test/project-test3/lib3/
Jamfile: *C* *L*
tools/build/v2/test/
readme.txt: *C* *L*
svn_tree.py: *L*
tag.py: *L*
test_system.html: *L*
tools/build/v2/tools/
sun.jam: *L*
xsltproc.jam: *L*
|compatibility|
libs/compatibility/
generate_cpp_c_headers.py: *L*
index.html: *L*
|concept_check|
libs/concept_check/
bibliography.htm: *L*
concept_check.htm: *L*
concept_covering.htm: *L*
creating_concepts.htm: *L*
libs/concept_check/doc/
Jamfile.v2: *C* *L*
libs/concept_check/doc/reference/
Assignable.xml: *L*
BidirectionalIterator.xml: *L*
CopyConstructible.xml: *L*
DefaultConstructible.xml: *L*
EqualityComparable.xml: *L*
ForwardIterator.xml: *L*
InputIterator.xml: *L*
LessThanComparable.xml: *L*
OutputIterator.xml: *L*
RandomAccessIterator.xml: *L*
SignedInteger.xml: *L*
concepts.xml: *L*
libs/concept_check/
implementation.htm: *L*
prog_with_concepts.htm: *L*
reference.htm: *L*
using_concept_check.htm: *L*
|conversion|
libs/conversion/
cast.htm: *L*
index.html: *C* *L*
lexical_cast.htm: *L*
libs/conversion/test/
Jamfile.v2: *L*
|detail|
boost/detail/
algorithm.hpp: *L*
endian.hpp: *L*
limits.hpp: *L*
utf8_codecvt_facet.hpp: *L*
|disjoint_sets|
libs/disjoint_sets/
bibliography.html: *L*
disjoint_sets.html: *L*
|doc|
doc/html/
reference.css: *C* *L*
|filesystem|
libs/filesystem/doc/
tr2_proposal.html: *L*
libs/filesystem/src/
utf8_codecvt_facet.hpp: *L*
|format|
libs/format/benchmark/
bench_format.cpp: *C*
results.txt: *C* *L*
libs/format/doc/
choices.html: *L*
format.html: *C*
libs/format/
index.html: *C* *L*
libs/format/test/
Jamfile.v2: *L*
|function|
boost/function/detail/
gen_maybe_include.pl: *L*
|functional|
boost/
functional.hpp: *L*
libs/functional/
binders.html: *L*
function_test.cpp: *L*
function_traits.html: *L*
index.html: *L*
mem_fun.html: *L*
negators.html: *L*
ptr_fun.html: *L*
|inspect|
tools/inspect/build/
Jamfile.v2: *L*
|integer|
libs/integer/
cstdint.htm: *C* *L*
libs/integer/doc/
integer_mask.html: *L*
static_min_max.html: *L*
libs/integer/
index.html: *C* *L*
integer.htm: *L*
integer_traits.html: *C* *L*
|iostreams|
libs/iostreams/doc/
menu.html: *C*
libs/iostreams/test/detail/
utf8_codecvt_facet.hpp: *L*
|lambda|
libs/lambda/doc/
Jamfile.v2: *C* *L*
libs/lambda/doc/detail/
README: *C* *L*
lambda_doc.xsl: *C* *L*
lambda_doc_chunks.xsl: *C* *L*
libs/lambda/test/
Makefile: *C* *L*
|libs|
libs/
expected_results.xml: *C* *L*
maintainers.txt: *C* *L*
platform_maintainers.txt: *C* *L*
|logic|
libs/logic/doc/
Jamfile.v2: *C* *L*
|math|
boost/math/
common_factor_rt.hpp: *L*
|more|
more/
borland_cpp.html: *C* *L*
count_bdy.htm: *L*
discussion_policy.htm: *C*
error_handling.html: *L*
generic_exception_safety.html: *C* *L*
generic_programming.html: *L*
microsoft_vcpp.html: *C* *L*
moderators.html: *C*
regression.html: *C* *L*
report-apr-2006.html: *C* *L*
report-jan-2006.html: *C* *L*
more/writingdoc/
design.html: *L*
index.html: *L*
introduction.html: *L*
structure.html: *L*
more/writingdoc/template/
acknowledgments.html: *L*
bibliography.html: *L*
configuration.html: *L*
definitions.html: *L*
faq.html: *L*
header.html: *L*
index.html: *L*
overview.html: *L*
rationale.html: *L*
|mpl|
libs/mpl/doc/src/refmanual/
ASSERT.rst: *C* *L*
ASSERT_MSG.rst: *C* *L*
ASSERT_NOT.rst: *C* *L*
ASSERT_RELATION.rst: *C* *L*
AUX_LAMBDA_SUPPORT.rst: *C* *L*
Acknowledgements.rst: *C* *L*
Algorithms-Iteration.rst: *C* *L*
Algorithms-Querying.rst: *C* *L*
Algorithms-Runtime.rst: *C* *L*
Algorithms-Transformation.rst: *C* *L*
Algorithms.rst: *C* *L*
AssociativeSequence.rst: *C* *L*
BackExtensibleSequence.rst: *C* *L*
BidirectionalIterator.rst: *C* *L*
BidirectionalSequence.rst: *C* *L*
CFG_NO_HAS_XXX.rst: *C* *L*
CFG_NO_PREPROCESSED.rst: *C* *L*
Categorized.rst: *C* *L*
Data.rst: *C* *L*
ExtensibleAssociativeSeq.rst: *C* *L*
ExtensibleSequence.rst: *C* *L*
ForwardIterator.rst: *C* *L*
ForwardSequence.rst: *C* *L*
FrontExtensibleSequence.rst: *C* *L*
HAS_XXX_TRAIT_DEF.rst: *C* *L*
HAS_XXX_TRAIT_NAMED_DEF.rst: *C* *L*
Inserter.rst: *C* *L*
IntegralConstant.rst: *C* *L*
IntegralSequenceWrapper.rst: *C* *L*
Iterators-Concepts.rst: *C* *L*
Iterators-Metafunctions.rst: *C* *L*
Iterators.rst: *C* *L*
LIMIT_LIST_SIZE.rst: *C* *L*
LIMIT_MAP_SIZE.rst: *C* *L*
LIMIT_METAFUNCTION_ARITY.rst: *C* *L*
LIMIT_SET_SIZE.rst: *C* *L*
LIMIT_UNROLLING.rst: *C* *L*
LIMIT_VECTOR_SIZE.rst: *C* *L*
LambdaExpression.rst: *C* *L*
Macros-Asserts.rst: *C* *L*
Macros-Configuration.rst: *C* *L*
Macros.rst: *C* *L*
Metafunction.rst: *C* *L*
MetafunctionClass.rst: *C* *L*
Metafunctions-Arithmetic.rst: *C* *L*
Metafunctions-Bitwise.rst: *C* *L*
Metafunctions-Comparisons.rst: *C* *L*
Metafunctions-Composition.rst: *C* *L*
Metafunctions-Conditional.rst: *C* *L*
Metafunctions-Invocation.rst: *C* *L*
Metafunctions-Logical.rst: *C* *L*
Metafunctions-Trivial.rst: *C* *L*
Metafunctions-Type.rst: *C* *L*
Metafunctions.rst: *C* *L*
NumericMetafunction.rst: *C* *L*
PlaceholderExpression.rst: *C* *L*
Placeholders.rst: *C* *L*
RandomAccessIterator.rst: *C* *L*
RandomAccessSequence.rst: *C* *L*
ReversibleAlgorithm.rst: *C* *L*
Sequences-Classes.rst: *C* *L*
Sequences-Concepts.rst: *C* *L*
Sequences-Intrinsic.rst: *C* *L*
Sequences-Views.rst: *C* *L*
Sequences.rst: *C* *L*
TagDispatchedMetafunction.rst: *C* *L*
TrivialMetafunction.rst: *C* *L*
VariadicSequence.rst: *C* *L*
accumulate.rst: *C* *L*
advance.rst: *C* *L*
always.rst: *C* *L*
and_.rst: *C* *L*
apply.rst: *C* *L*
apply_wrap.rst: *C* *L*
arg.rst: *C* *L*
at.rst: *C* *L*
at_c.rst: *C* *L*
back.rst: *C* *L*
back_inserter.rst: *C* *L*
begin.rst: *C* *L*
bind.rst: *C* *L*
bitand_.rst: *C* *L*
bitor_.rst: *C* *L*
bitxor_.rst: *C* *L*
bool_.rst: *C* *L*
clear.rst: *C* *L*
contains.rst: *C* *L*
copy.rst: *C* *L*
copy_if.rst: *C* *L*
count.rst: *C* *L*
count_if.rst: *C* *L*
deque.rst: *C* *L*
deref.rst: *C* *L*
distance.rst: *C* *L*
divides.rst: *C* *L*
empty.rst: *C* *L*
empty_base.rst: *C* *L*
empty_sequence.rst: *C* *L*
end.rst: *C* *L*
equal.rst: *C* *L*
equal_to.rst: *C* *L*
erase.rst: *C* *L*
erase_key.rst: *C* *L*
eval_if.rst: *C* *L*
eval_if_c.rst: *C* *L*
filter_view.rst: *C* *L*
find.rst: *C* *L*
find_if.rst: *C* *L*
fold.rst: *C* *L*
for_each.rst: *C* *L*
front.rst: *C* *L*
front_inserter.rst: *C* *L*
greater.rst: *C* *L*
greater_equal.rst: *C* *L*
has_key.rst: *C* *L*
identity.rst: *C* *L*
if_.rst: *C* *L*
if_c.rst: *C* *L*
inherit.rst: *C* *L*
inherit_linearly.rst: *C* *L*
insert.rst: *C* *L*
insert_range.rst: *C* *L*
inserter_.rst: *C* *L*
int_.rst: *C* *L*
integral_c.rst: *C* *L*
is_sequence.rst: *C* *L*
iter_fold.rst: *C* *L*
iter_fold_if.rst: *C* *L*
iterator_category.rst: *C* *L*
iterator_range.rst: *C* *L*
joint_view.rst: *C* *L*
key_type.rst: *C* *L*
lambda.rst: *C* *L*
less.rst: *C* *L*
less_equal.rst: *C* *L*
list.rst: *C* *L*
list_c.rst: *C* *L*
long_.rst: *C* *L*
lower_bound.rst: *C* *L*
map.rst: *C* *L*
max.rst: *C* *L*
max_element.rst: *C* *L*
min.rst: *C* *L*
min_element.rst: *C* *L*
minus.rst: *C* *L*
modulus.rst: *C* *L*
multiplies.rst: *C* *L*
negate.rst: *C* *L*
next.rst: *C* *L*
not_.rst: *C* *L*
not_equal_to.rst: *C* *L*
numeric_cast.rst: *C* *L*
or_.rst: *C* *L*
order.rst: *C* *L*
pair.rst: *C* *L*
partition.rst: *C* *L*
plus.rst: *C* *L*
pop_back.rst: *C* *L*
pop_front.rst: *C* *L*
preface.rst: *C* *L*
prior.rst: *C* *L*
protect.rst: *C* *L*
push_back.rst: *C* *L*
push_front.rst: *C* *L*
quote.rst: *C* *L*
range_c.rst: *C* *L*
refmanual.py: *C* *L*
remove.rst: *C* *L*
remove_if.rst: *C* *L*
replace.rst: *C* *L*
replace_if.rst: *C* *L*
reverse.rst: *C* *L*
reverse_copy.rst: *C* *L*
reverse_copy_if.rst: *C* *L*
reverse_fold.rst: *C* *L*
reverse_iter_fold.rst: *C* *L*
reverse_partition.rst: *C* *L*
reverse_remove.rst: *C* *L*
reverse_remove_if.rst: *C* *L*
reverse_replace.rst: *C* *L*
reverse_replace_if.rst: *C* *L*
reverse_stable_partition.rst: *C* *L*
reverse_transform.rst: *C* *L*
reverse_unique.rst: *C* *L*
sequence_tag.rst: *C* *L*
set.rst: *C* *L*
set_c.rst: *C* *L*
shift_left.rst: *C* *L*
shift_right.rst: *C* *L*
single_view.rst: *C* *L*
size.rst: *C* *L*
size_t.rst: *C* *L*
sizeof_.rst: *C* *L*
sort.rst: *C* *L*
stable_partition.rst: *C* *L*
terminology.rst: *C* *L*
times.rst: *C* *L*
transform.rst: *C* *L*
transform_view.rst: *C* *L*
unique.rst: *C* *L*
unpack_args.rst: *C* *L*
upper_bound.rst: *C* *L*
value_type.rst: *C* *L*
vector.rst: *C* *L*
vector_c.rst: *C* *L*
void_.rst: *C* *L*
zip_view.rst: *C* *L*
libs/mpl/doc/
style.css: *L*
libs/mpl/test/
Jamfile.v2: *C* *L*
|multi_array|
libs/multi_array/doc/
iterator_categories.html: *C* *L*
reference.html: *L*
libs/multi_array/doc/xml/
MultiArray.xml: *C* *L*
const_multi_array_ref.xml: *C* *L*
multi_array.xml: *C* *L*
multi_array_ref.xml: *C* *L*
reference.xml: *L*
libs/multi_array/test/
Jamfile.v2: *L*
|numeric|
boost/numeric/ublas/
banded.hpp: *L*
blas.hpp: *L*
boost/numeric/ublas/detail/
concepts.hpp: *L*
config.hpp: *L*
definitions.hpp: *L*
documentation.hpp: *L*
duff.hpp: *L*
iterator.hpp: *L*
matrix_assign.hpp: *L*
raw.hpp: *L*
temporary.hpp: *L*
vector_assign.hpp: *L*
boost/numeric/ublas/
exception.hpp: *L*
expression_types.hpp: *L*
functional.hpp: *L*
fwd.hpp: *L*
hermitian.hpp: *L*
io.hpp: *L*
lu.hpp: *L*
matrix.hpp: *L*
matrix_expression.hpp: *L*
matrix_proxy.hpp: *L*
matrix_sparse.hpp: *L*
operation.hpp: *L*
operation_blocked.hpp: *L*
operation_sparse.hpp: *L*
storage.hpp: *L*
storage_sparse.hpp: *L*
symmetric.hpp: *L*
traits.hpp: *L*
triangular.hpp: *L*
vector.hpp: *L*
vector_expression.hpp: *L*
vector_of_vector.hpp: *L*
vector_proxy.hpp: *L*
vector_sparse.hpp: *L*
libs/numeric/conversion/test/
Jamfile.v2: *C* *L*
test_helpers.cpp: *C*
test_helpers2.cpp: *C*
test_helpers3.cpp: *C*
traits_test.cpp: *C*
udt_example_0.cpp: *C*
udt_support_test.cpp: *C*
libs/numeric/interval/doc/
checking.htm: *L*
comparisons.htm: *L*
examples.htm: *L*
guide.htm: *L*
includes.htm: *L*
interval.htm: *L*
numbers.htm: *L*
policies.htm: *L*
rounding.htm: *L*
todo.htm: *L*
libs/numeric/ublas/bench1/
bench1.cpp: *L*
bench1.hpp: *L*
bench11.cpp: *L*
bench12.cpp: *L*
bench13.cpp: *L*
libs/numeric/ublas/bench2/
bench2.cpp: *L*
bench2.hpp: *L*
bench21.cpp: *L*
bench22.cpp: *L*
bench23.cpp: *L*
libs/numeric/ublas/bench3/
bench3.cpp: *L*
bench3.hpp: *L*
bench31.cpp: *L*
bench32.cpp: *L*
bench33.cpp: *L*
libs/numeric/ublas/bench4/
bench4.cpp: *L*
bench41.cpp: *L*
bench42.cpp: *L*
bench43.cpp: *L*
libs/numeric/ublas/doc/
Release_notes.txt: *C* *L*
array_adaptor.htm: *C* *L*
banded.htm: *L*
blas.htm: *L*
bounded_array.htm: *C* *L*
container_concept.htm: *L*
doxygen.css: *C* *L*
expression_concept.htm: *L*
hermitian.htm: *L*
index.htm: *L*
iterator_concept.htm: *L*
matrix.htm: *L*
matrix_expression.htm: *L*
matrix_proxy.htm: *L*
matrix_sparse.htm: *L*
operations_overview.htm: *L*
overview.htm: *L*
products.htm: *L*
range.htm: *C* *L*
libs/numeric/ublas/doc/samples/
banded_adaptor.cpp: *L*
banded_matrix.cpp: *L*
bounded_array.cpp: *L*
compressed_matrix.cpp: *L*
compressed_vector.cpp: *L*
coordinate_matrix.cpp: *L*
coordinate_vector.cpp: *L*
hermitian_adaptor.cpp: *L*
hermitian_matrix.cpp: *L*
identity_matrix.cpp: *L*
map_array.cpp: *L*
mapped_matrix.cpp: *L*
mapped_vector.cpp: *L*
matrix.cpp: *L*
matrix_binary.cpp: *L*
matrix_binary_scalar.cpp: *L*
matrix_column.cpp: *L*
matrix_column_project.cpp: *L*
matrix_matrix_binary.cpp: *L*
matrix_matrix_solve.cpp: *L*
matrix_range.cpp: *L*
matrix_range_project.cpp: *L*
matrix_row.cpp: *L*
matrix_row_project.cpp: *L*
matrix_slice.cpp: *L*
matrix_slice_project.cpp: *L*
matrix_unary.cpp: *L*
matrix_vector_binary.cpp: *L*
matrix_vector_range.cpp: *L*
matrix_vector_slice.cpp: *L*
matrix_vector_solve.cpp: *L*
range.cpp: *L*
slice.cpp: *L*
symmetric_adaptor.cpp: *L*
symmetric_matrix.cpp: *L*
triangular_adaptor.cpp: *L*
triangular_matrix.cpp: *L*
unbounded_array.cpp: *L*
unit_vector.cpp: *L*
vector.cpp: *L*
vector_binary.cpp: *L*
vector_binary_outer.cpp: *L*
vector_binary_redux.cpp: *L*
vector_binary_scalar.cpp: *L*
vector_range.cpp: *L*
vector_range_project.cpp: *L*
vector_slice.cpp: *L*
vector_slice_project.cpp: *L*
vector_unary.cpp: *L*
vector_unary_redux.cpp: *L*
zero_matrix.cpp: *L*
zero_vector.cpp: *L*
libs/numeric/ublas/doc/
storage_concept.htm: *C* *L*
storage_sparse.htm: *L*
symmetric.htm: *L*
triangular.htm: *L*
types_overview.htm: *L*
ublas.css: *C* *L*
unbounded_array.htm: *C* *L*
vector.htm: *L*
vector_expression.htm: *L*
vector_proxy.htm: *L*
vector_sparse.htm: *L*
libs/numeric/ublas/test/
README: *C* *L*
concepts.cpp: *L*
test1.cpp: *L*
test1.hpp: *L*
test11.cpp: *L*
test12.cpp: *L*
test13.cpp: *L*
test2.cpp: *L*
test2.hpp: *L*
test21.cpp: *L*
test22.cpp: *L*
test23.cpp: *L*
test3.cpp: *L*
test3.hpp: *L*
test31.cpp: *L*
test32.cpp: *L*
test33.cpp: *L*
test4.cpp: *L*
test4.hpp: *L*
test42.cpp: *L*
test43.cpp: *L*
test5.cpp: *L*
test5.hpp: *L*
test52.cpp: *L*
test53.cpp: *L*
test6.cpp: *L*
test6.hpp: *L*
test62.cpp: *L*
test63.cpp: *L*
test7.cpp: *L*
test7.hpp: *L*
test71.cpp: *L*
test72.cpp: *L*
test73.cpp: *L*
|optional|
libs/optional/test/
Jamfile.v2: *L*
|people|
people/
aleksey_gurtovoy.htm: *C* *L*
andreas_huber.html: *C* *L*
beman_dawes.html: *C* *L*
darin_adler.htm: *C* *L*
daryle_walker.html: *C* *L*
dietmar_kuehl.htm: *C* *L*
doug_gregor.html: *C* *L*
ed_brey.htm: *C* *L*
eric_friedman.htm: *C* *L*
fernando_cacciola.html: *C* *L*
gary_powell.htm: *C* *L*
gennadiy_rozental.htm: *C* *L*
greg_colvin.htm: *C* *L*
hartmut_kaiser.htm: *C* *L*
herve_bronnimann.htm: *C* *L*
howard_hinnant.htm: *C* *L*
hubert_holin.html: *C* *L*
jaakko_jarvi.htm: *C* *L*
jeff_garland.html: *C* *L*
jens_maurer.htm: *C* *L*
jeremy_siek.htm: *C* *L*
joaquin_lopez.htm: *C* *L*
joel_de_guzman.htm: *C* *L*
john_maddock.htm: *C* *L*
jonathan_turkanis.htm: *C* *L*
kevlin_henney.htm: *C* *L*
liequan_lee.htm: *C* *L*
mac_murrett.htm: *C* *L*
mark_rodgers.htm: *C* *L*
mat_marcus.htm: *C* *L*
paul_mensonides.htm: *C* *L*
paul_moore.htm: *C* *L*
pavol_droba.htm: *C* *L*
people.htm: *C* *L*
peter_dimov.htm: *C* *L*
ralf_w_grosse_kunstleve.htm: *C* *L*
rene_rivera.htm: *C* *L*
robert_ramey.htm: *C* *L*
ronald_garcia.htm: *C* *L*
samuel_krempp.htm: *C* *L*
thomas_witt.html: *C* *L*
thorsten_ottosen.html: *C* *L*
vesa_karvonen.htm: *C* *L*
vladimir_prus.htm: *C* *L*
william_kempf.htm: *C* *L*
|pool|
boost/pool/detail/
pool_construct.bat: *L*
pool_construct.sh: *L*
pool_construct_simple.bat: *L*
pool_construct_simple.sh: *L*
libs/pool/
TODO.txt: *C* *L*
libs/pool/doc/
concepts.html: *L*
copyright.html: *L*
libs/pool/doc/implementation/
alignment.html: *L*
ct_gcd_lcm.html: *L*
for.html: *L*
gcd_lcm.html: *L*
guard.html: *L*
mutex.html: *L*
object_pool.html: *L*
pool.html: *L*
pool_alloc.html: *L*
pool_construct.html: *L*
simple_segregated_storage.html: *L*
singleton.html: *L*
singleton_pool.html: *L*
libs/pool/doc/
index.html: *L*
interfaces.html: *L*
libs/pool/doc/interfaces/
object_pool.html: *L*
pool.html: *L*
pool_alloc.html: *L*
simple_segregated_storage.html: *L*
singleton_pool.html: *L*
user_allocator.html: *L*
libs/pool/doc/
pool.css: *L*
|program_options|
boost/program_options/detail/
utf8_codecvt_facet.hpp: *L*
libs/program_options/build/
Jamfile.v2: *C* *L*
libs/program_options/doc/
Jamfile.v2: *C* *L*
acknowledgements.xml: *C* *L*
changes.xml: *C* *L*
design.xml: *C* *L*
glossary.xml: *C* *L*
howto.xml: *C* *L*
overview.xml: *C* *L*
post_review_plan.txt: *C* *L*
todo.txt: *C* *L*
tutorial.xml: *C* *L*
libs/program_options/example/
Jamfile.v2: *C* *L*
libs/program_options/test/
Jamfile.v2: *C* *L*
program_options_size_test.py: *C* *L*
ucs2.txt: *C* *L*
utf8.txt: *C* *L*
winmain.py: *C* *L*
|property_map|
libs/property_map/
LvaluePropertyMap.html: *L*
ReadWritePropertyMap.html: *L*
ReadablePropertyMap.html: *L*
WritablePropertyMap.html: *L*
associative_property_map.html: *L*
const_assoc_property_map.html: *L*
libs/property_map/doc/
dynamic_property_map.html: *C* *L*
dynamic_property_map.rst: *C* *L*
libs/property_map/
example2.cpp: *L*
identity_property_map.html: *L*
iterator_property_map.html: *L*
property_map.html: *L*
vector_property_map.html: *L*
|ptr_container|
libs/ptr_container/doc/
Jamfile.v2: *C* *L*
associative_ptr_container.html: *L*
associative_ptr_container.rst: *L*
comp.sh: *C* *L*
comp_all.sh: *C* *L*
comp_assoc_ptr_container.sh: *C* *L*
comp_conventions.sh: *C* *L*
comp_examples.sh: *C* *L*
comp_faq.sh: *C* *L*
comp_guidelines.sh: *C* *L*
comp_headers.sh: *C* *L*
comp_indirect_fun.sh: *C* *L*
comp_ptr_array.sh: *C* *L*
comp_ptr_container.sh: *C* *L*
comp_ptr_deque.sh: *C* *L*
comp_ptr_list.sh: *C* *L*
comp_ptr_map.sh: *C* *L*
comp_ptr_map_adapter.sh: *C* *L*
comp_ptr_multimap.sh: *C* *L*
comp_ptr_multimap_adapter.sh: *C* *L*
comp_ptr_multiset.sh: *C* *L*
comp_ptr_multiset_adapter.sh: *C* *L*
comp_ptr_sequence_adapter.sh: *C* *L*
comp_ptr_set.sh: *C* *L*
comp_ptr_set_adapter.sh: *C* *L*
comp_ptr_vector.sh: *C* *L*
comp_reference.sh: *C* *L*
comp_rever_ptr_container.sh: *C* *L*
comp_tutorial.sh: *C* *L*
conventions.html: *L*
conventions.rst: *L*
default.css: *L*
examples.rst: *L*
faq.html: *L*
faq.rst: *L*
guidelines.html: *L*
guidelines.rst: *L*
headers.html: *L*
headers.rst: *L*
indirect_fun.html: *L*
indirect_fun.rst: *L*
intro.xml: *C* *L*
ptr_array.html: *L*
ptr_array.rst: *L*
ptr_container.xml: *L*
ptr_deque.html: *L*
ptr_deque.rst: *L*
ptr_list.html: *L*
ptr_list.rst: *L*
ptr_map.html: *L*
ptr_map.rst: *L*
ptr_map_adapter.html: *L*
ptr_map_adapter.rst: *L*
ptr_multimap.html: *L*
ptr_multimap.rst: *L*
ptr_multimap_adapter.html: *L*
ptr_multimap_adapter.rst: *L*
ptr_multiset.html: *L*
ptr_multiset.rst: *L*
ptr_multiset_adapter.html: *L*
ptr_multiset_adapter.rst: *L*
ptr_sequence_adapter.html: *L*
ptr_sequence_adapter.rst: *L*
ptr_set.html: *L*
ptr_set.rst: *L*
ptr_set_adapter.html: *L*
ptr_set_adapter.rst: *L*
ptr_vector.html: *L*
ptr_vector.rst: *L*
reference.html: *L*
reference.rst: *L*
reversible_ptr_container.html: *L*
reversible_ptr_container.rst: *L*
style.css: *C* *L*
todo.txt: *C* *L*
tutorial.html: *L*
tutorial.rst: *L*
libs/ptr_container/test/
Jamfile.v2: *C* *L*
sequence_point.cpp: *C* *L*
|python|
libs/python/doc/
internals.html: *L*
internals.rst: *L*
libs/python/test/
operators_wrapper.cpp: *C* *L*
operators_wrapper.py: *C* *L*
|quickbook|
tools/quickbook/doc/
Jamfile.v2: *C* *L*
tools/quickbook/doc/html/quickbook/
change_log.html: *L*
intro.html: *L*
ref.html: *L*
syntax.html: *L*
tools/quickbook/doc/html/quickbook/syntax/
block.html: *L*
comments.html: *L*
phrase.html: *L*
tools/quickbook/
index.html: *C* *L*
|random|
libs/random/
index.html: *C* *L*
nondet_random.html: *C* *L*
random-concepts.html: *C* *L*
random-distributions.html: *C* *L*
random-generators.html: *C* *L*
random-misc.html: *C* *L*
random-performance.html: *C* *L*
random-variate.html: *C* *L*
libs/random/test/
Jamfile.v2: *C* *L*
libs/random/
wg21-proposal.html: *C* *L*
|range|
libs/range/doc/
boost_range.html: *L*
example.cpp: *C* *L*
examples.html: *L*
faq.html: *L*
headers.html: *L*
history_ack.html: *L*
intro.html: *L*
portability.html: *L*
range.html: *L*
style.css: *C* *L*
style.html: *L*
utility_class.html: *L*
libs/range/test/
TODO: *C* *L*
compat1.cpp: *C* *L*
|rational|
boost/
rational.hpp: *L*
libs/rational/
index.html: *L*
rational.html: *L*
rational_example.cpp: *L*
rational_test.cpp: *L*
|regex|
libs/regex/build/
gcc-shared.mak: *C* *L*
libs/regex/example/timer/
input_script.txt: *C* *L*
|regression|
tools/regression/build/
Jamfile.v2: *C* *L*
tools/regression/detail/
tiny_xml_test.txt: *C* *L*
tools/regression/
index.htm: *C* *L*
run_tests.sh: *C* *L*
tools/regression/test/
test.bat: *C* *L*
tools/regression/xsl_reports/
empty_expected_results.xml: *C* *L*
tools/regression/xsl_reports/runner/
__init__.py: *C* *L*
default.css: *L*
instructions.html: *L*
instructions.rst: *C* *L*
tools/regression/xsl_reports/test/
common.py: *C* *L*
expected_results.xml: *C* *L*
generate_test_results.py: *C* *L*
generate_test_results_v1.py: *C* *L*
restrict_to_library.xsl: *C* *L*
run_notes_regression.py: *C* *L*
run_v1.py: *C* *L*
test.py: *C* *L*
test_boost_wide_report.py: *C* *L*
tools/regression/xsl_reports/
test_results.xsd: *C* *L*
tools/regression/xsl_reports/utils/
__init__.py: *C* *L*
accept_args.py: *C* *L*
char_translation_table.py: *C* *L*
check_existance.py: *C* *L*
checked_system.py: *C* *L*
libxslt.py: *C* *L*
log.py: *C* *L*
makedirs.py: *C* *L*
send_mail.py: *C* *L*
sourceforge.py: *C* *L*
tar.py: *C* *L*
zip.py: *C* *L*
tools/regression/xsl_reports/xsl/v2/
expected_to_1_33_format.xsl: *C* *L*
|release|
tools/release/
utils.py: *C* *L*
|serialization|
libs/serialization/doc/
style.css: *C* *L*
libs/serialization/example/
demo_output.txt: *C* *L*
demo_save.xml: *C* *L*
demofile.txt: *C* *L*
libs/serialization/test/
run_archive_test.bat: *C* *L*
runtest.bat: *C* *L*
runtest.sh: *C* *L*
libs/serialization/vc7ide/
readme.txt: *C* *L*
|smart_ptr|
libs/smart_ptr/
compatibility.htm: *L*
scoped_array.htm: *L*
scoped_ptr.htm: *L*
shared_array.htm: *L*
shared_ptr.htm: *L*
smart_ptr.htm: *L*
smarttests.htm: *L*
weak_ptr.htm: *L*
|test|
boost/test/utils/runtime/cla/detail/
argument_value_usage.hpp: *L*
libs/test/example/
unit_test_example_01.cpp: *C* *L*
libs/test/test/auto-link-test/
run_bjam.bat: *C* *L*
|timer|
libs/timer/
timer.htm: *L*
|tokenizer|
libs/tokenizer/
char_delimiters_separator.htm: *L*
char_separator.htm: *L*
escaped_list_separator.htm: *L*
index.html: *L*
introduc.htm: *L*
offset_separator.htm: *L*
token_iterator.htm: *L*
tokenizer.htm: *L*
tokenizerfunction.htm: *L*
|tr1|
boost/tr1/
tuple.hpp: *C* *L*
|tuple|
libs/tuple/doc/
design_decisions_rationale.html: *L*
tuple_advanced_interface.html: *L*
tuple_users_guide.html: *L*
libs/tuple/test/
README: *C* *L*
|utility|
boost/
shared_container_iterator.hpp: *L*
libs/utility/
Assignable.html: *L*
Collection.html: *L*
CopyConstructible.html: *L*
LessThanComparable.html: *L*
MultiPassInputIterator.html: *L*
OptionalPointee.html: *L*
call_traits.htm: *L*
compressed_pair.htm: *L*
enable_if.html: *L*
generator_iterator.htm: *C* *L*
libs/utility/test/
Jamfile.v2: *L*
libs/utility/
utility.htm: *L*
value_init.htm: *L*
value_init_test.cpp: *C*
value_init_test_fail1.cpp: *C*
value_init_test_fail2.cpp: *C*
value_init_test_fail3.cpp: *C*
|variant|
libs/variant/doc/
Jamfile.v2: *C* *L*
biblio.xml: *C* *L*
design.xml: *C* *L*
introduction.xml: *C* *L*
misc.xml: *C* *L*
libs/variant/doc/reference/
apply_visitor.xml: *C* *L*
bad_visit.xml: *C* *L*
concepts.xml: *C* *L*
get.xml: *C* *L*
recursive_variant.xml: *C* *L*
recursive_wrapper.xml: *C* *L*
reference.xml: *C* *L*
static_visitor.xml: *C* *L*
variant.xml: *C* *L*
variant_fwd.xml: *C* *L*
visitor_ptr.xml: *C* *L*
libs/variant/doc/tutorial/
advanced.xml: *C* *L*
basic.xml: *C* *L*
tutorial.xml: *C* *L*
libs/variant/doc/
variant.xml: *L*
libs/variant/
index.html: *C* *L*
libs/variant/test/
Jamfile.v2: *L*
1
0