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
- 28 participants
- 33382 discussions
Hello,
I have been using boost for quite a while, and I was wondering if
there is any interest (or ongoing development) in a numerical
quadrature library. I have seen some old discussions on the mailing
lists archive, but couldn't tell wether something was still in the
works.
I have coded the embryo of such a template library (for my personal
use) which basically works taking a unary_function and allows the
user (me in that case) to choose between different integration
algorithms (composite trapezoidal, simpson and romberg at the
moment). Performance is good (faster than the kind of implementation
you get from Numerical Recipes in C thanks to good inlining).
I also extended this to work on discrete data sets (such as a
vector<double> obtained from measurements etc...) rather than just
function with analytical expressions. 2D integration of
binary_function's can the previous 1D algorithms using functional's
binder1st, but I haven't done much in that direction to potentially
improve things.
I implemented two backbone classes to do the work but I am still
wondering what the "consensus" calling convention on that kind of
library could be (the choice of using a class was simply to be able
to go back on a previously integrated function and ask for a bit more
precision without having to compute points twice).
Any comments welcome,
All the best,
Franck
15
36
[ Unchanged from Monday ]
Bug count: 93
13 dgregor
10 jsiek
8 vladimir_prus
8 nobody
6 beman_dawes
5 nesotto
5 az_sw_dude
4 shammah
4 samuel_k
4 grafik
3 jbandela
3 djowel
2 jmaurer
2 hubert_holin
2 fcacciola
2 alnsn
2 agurtovoy
1 urzuga
1 turkanis
1 nmusatti
1 mistevens
1 mclow
1 johnmaddock
1 ebf
1 dlwalker
1 daniel_wallin
1 aaron_windsor
Assignee: aaron_windsor <http://sourceforge.net/users/aaron_windsor/>
Summary: top-level configure is broken
Bug #: 1598153
<http://sourceforge.net/tracker/index.php?func=detail&aid=1598153&group_id=7…>
Assignee: agurtovoy <http://sourceforge.net/users/agurtovoy/>
Summary: mpl::remove compile error with gcc 4.1.0
Bug #: 1453180
<http://sourceforge.net/tracker/index.php?func=detail&aid=1453180&group_id=7…>
Assignee: agurtovoy <http://sourceforge.net/users/agurtovoy/>
Summary: documentation mistake
Bug #: 1497329
<http://sourceforge.net/tracker/index.php?func=detail&aid=1497329&group_id=7…>
Assignee: alnsn <http://sourceforge.net/users/alnsn/>
Summary: lexical_cast & pure virtual functions & VC 8 STL
Bug #: 1358600
<http://sourceforge.net/tracker/index.php?func=detail&aid=1358600&group_id=7…>
Assignee: alnsn <http://sourceforge.net/users/alnsn/>
Summary: boost::any - typeid comparison across shared boundaries
Bug #: 1577259
<http://sourceforge.net/tracker/index.php?func=detail&aid=1577259&group_id=7…>
Assignee: az_sw_dude <http://sourceforge.net/users/az_sw_dude/>
Summary: wrong usage of ios_base::narrow
Bug #: 989487
<http://sourceforge.net/tracker/index.php?func=detail&aid=989487&group_id=75…>
Assignee: az_sw_dude <http://sourceforge.net/users/az_sw_dude/>
Summary: date_time type conversion warning
Bug #: 1069225
<http://sourceforge.net/tracker/index.php?func=detail&aid=1069225&group_id=7…>
Assignee: az_sw_dude <http://sourceforge.net/users/az_sw_dude/>
Summary: from_ftime incorrectly processes FILETIME filled with zeros
Bug #: 1471025
<http://sourceforge.net/tracker/index.php?func=detail&aid=1471025&group_id=7…>
Assignee: az_sw_dude <http://sourceforge.net/users/az_sw_dude/>
Summary: operator<< for gregorian::date_duration not found
Bug #: 1498778
<http://sourceforge.net/tracker/index.php?func=detail&aid=1498778&group_id=7…>
Assignee: az_sw_dude <http://sourceforge.net/users/az_sw_dude/>
Summary: Unused argument warnings in serialization code
Bug #: 1600530
<http://sourceforge.net/tracker/index.php?func=detail&aid=1600530&group_id=7…>
Assignee: beman_dawes <http://sourceforge.net/users/beman_dawes/>
Summary: linker error mingw 3.4.5
Bug #: 1426819
<http://sourceforge.net/tracker/index.php?func=detail&aid=1426819&group_id=7…>
Assignee: beman_dawes <http://sourceforge.net/users/beman_dawes/>
Summary: VC8 can't find windows.h even though environment is correct!
Bug #: 1468124
<http://sourceforge.net/tracker/index.php?func=detail&aid=1468124&group_id=7…>
Assignee: beman_dawes <http://sourceforge.net/users/beman_dawes/>
Summary: Log level names wrong in documentation
Bug #: 1475886
<http://sourceforge.net/tracker/index.php?func=detail&aid=1475886&group_id=7…>
Assignee: beman_dawes <http://sourceforge.net/users/beman_dawes/>
Summary: [filesystem] portable_posix_name() may fail on premain call
Bug #: 1509633
<http://sourceforge.net/tracker/index.php?func=detail&aid=1509633&group_id=7…>
Assignee: beman_dawes <http://sourceforge.net/users/beman_dawes/>
Summary: significantly different timer class behaviour on Win and Lin
Bug #: 1520489
<http://sourceforge.net/tracker/index.php?func=detail&aid=1520489&group_id=7…>
Assignee: beman_dawes <http://sourceforge.net/users/beman_dawes/>
Summary: directory_iterator doesn't work with catch
Bug #: 1576175
<http://sourceforge.net/tracker/index.php?func=detail&aid=1576175&group_id=7…>
Assignee: daniel_wallin <http://sourceforge.net/users/daniel_wallin/>
Summary: [Parameter] Docco error section 2.7.2
Bug #: 1378446
<http://sourceforge.net/tracker/index.php?func=detail&aid=1378446&group_id=7…>
Assignee: dgregor <http://sourceforge.net/users/dgregor/>
Summary: LEDA graph adaptors do not handle hidden nodes properly
Bug #: 1168431
<http://sourceforge.net/tracker/index.php?func=detail&aid=1168431&group_id=7…>
Assignee: dgregor <http://sourceforge.net/users/dgregor/>
Summary: random_vertex/random_edge are unnecessarily inefficient
Bug #: 1204684
<http://sourceforge.net/tracker/index.php?func=detail&aid=1204684&group_id=7…>
Assignee: dgregor <http://sourceforge.net/users/dgregor/>
Summary: Document copy_component
Bug #: 1204688
<http://sourceforge.net/tracker/index.php?func=detail&aid=1204688&group_id=7…>
Assignee: dgregor <http://sourceforge.net/users/dgregor/>
Summary: reverse_graph and constness of property maps
Bug #: 1246336
<http://sourceforge.net/tracker/index.php?func=detail&aid=1246336&group_id=7…>
Assignee: dgregor <http://sourceforge.net/users/dgregor/>
Summary: Bundled graph properties
Bug #: 1420498
<http://sourceforge.net/tracker/index.php?func=detail&aid=1420498&group_id=7…>
Assignee: dgregor <http://sourceforge.net/users/dgregor/>
Summary: Dijkstra no_init version should not require VertexListGraph
Bug #: 1540116
<http://sourceforge.net/tracker/index.php?func=detail&aid=1540116&group_id=7…>
Assignee: dgregor <http://sourceforge.net/users/dgregor/>
Summary: GraphViz reader ignores graph properties
Bug #: 1567797
<http://sourceforge.net/tracker/index.php?func=detail&aid=1567797&group_id=7…>
Assignee: dgregor <http://sourceforge.net/users/dgregor/>
Summary: Johnson All-Pairs needs better 'no path' information
Bug #: 1567811
<http://sourceforge.net/tracker/index.php?func=detail&aid=1567811&group_id=7…>
Assignee: dgregor <http://sourceforge.net/users/dgregor/>
Summary: Numbered headers don't work with 'preferred' syntax
Bug #: 1567812
<http://sourceforge.net/tracker/index.php?func=detail&aid=1567812&group_id=7…>
Assignee: dgregor <http://sourceforge.net/users/dgregor/>
Summary: Fruchterman-Reingold grid performance can be improved
Bug #: 1567818
<http://sourceforge.net/tracker/index.php?func=detail&aid=1567818&group_id=7…>
Assignee: dgregor <http://sourceforge.net/users/dgregor/>
Summary: Const correctness violation
Bug #: 1567821
<http://sourceforge.net/tracker/index.php?func=detail&aid=1567821&group_id=7…>
Assignee: dgregor <http://sourceforge.net/users/dgregor/>
Summary: Memory leaks in adjacency_list?
Bug #: 1567828
<http://sourceforge.net/tracker/index.php?func=detail&aid=1567828&group_id=7…>
Assignee: dgregor <http://sourceforge.net/users/dgregor/>
Summary: Memory leaks with signal::connect?
Bug #: 1567829
<http://sourceforge.net/tracker/index.php?func=detail&aid=1567829&group_id=7…>
Assignee: djowel <http://sourceforge.net/users/djowel/>
Summary: Miss ' = ParserT()'
Bug #: 907299
<http://sourceforge.net/tracker/index.php?func=detail&aid=907299&group_id=75…>
Assignee: djowel <http://sourceforge.net/users/djowel/>
Summary: spirit insert_key_actor.hpp
Bug #: 1059936
<http://sourceforge.net/tracker/index.php?func=detail&aid=1059936&group_id=7…>
Assignee: djowel <http://sourceforge.net/users/djowel/>
Summary: crash in boost::spirit::parse
Bug #: 1509978
<http://sourceforge.net/tracker/index.php?func=detail&aid=1509978&group_id=7…>
Assignee: dlwalker <http://sourceforge.net/users/dlwalker/>
Summary: boost/crc.hpp uses non-standard conforming syntax
Bug #: 1478435
<http://sourceforge.net/tracker/index.php?func=detail&aid=1478435&group_id=7…>
Assignee: ebf <http://sourceforge.net/users/ebf/>
Summary: ambiguous overloads in boost::variant source code
Bug #: 1456780
<http://sourceforge.net/tracker/index.php?func=detail&aid=1456780&group_id=7…>
Assignee: fcacciola <http://sourceforge.net/users/fcacciola/>
Summary: Numeric Conversion Documentation minor bug
Bug #: 1480954
<http://sourceforge.net/tracker/index.php?func=detail&aid=1480954&group_id=7…>
Assignee: fcacciola <http://sourceforge.net/users/fcacciola/>
Summary: optional documentation
Bug #: 1587134
<http://sourceforge.net/tracker/index.php?func=detail&aid=1587134&group_id=7…>
Assignee: grafik <http://sourceforge.net/users/grafik/>
Summary: boost jam problem with parallel builds
Bug #: 1234224
<http://sourceforge.net/tracker/index.php?func=detail&aid=1234224&group_id=7…>
Assignee: grafik <http://sourceforge.net/users/grafik/>
Summary: boost.build needs fixes for HP/UX
Bug #: 1395924
<http://sourceforge.net/tracker/index.php?func=detail&aid=1395924&group_id=7…>
Assignee: grafik <http://sourceforge.net/users/grafik/>
Summary: Wrong .bat name in vc-8_0-x86_amd64-tools.jam
Bug #: 1548427
<http://sourceforge.net/tracker/index.php?func=detail&aid=1548427&group_id=7…>
Assignee: grafik <http://sourceforge.net/users/grafik/>
Summary: Generated files '@()' don't work in regular expressions.
Bug #: 1549607
<http://sourceforge.net/tracker/index.php?func=detail&aid=1549607&group_id=7…>
Assignee: hubert_holin <http://sourceforge.net/users/hubert_holin/>
Summary: Cannot compile octonion_test.cpp because of bug in sinc.hpp
Bug #: 751289
<http://sourceforge.net/tracker/index.php?func=detail&aid=751289&group_id=75…>
Assignee: hubert_holin <http://sourceforge.net/users/hubert_holin/>
Summary: octonion documentation bug
Bug #: 1499814
<http://sourceforge.net/tracker/index.php?func=detail&aid=1499814&group_id=7…>
Assignee: jbandela <http://sourceforge.net/users/jbandela/>
Summary: Compiler error for tokenizer on Solaris
Bug #: 976241
<http://sourceforge.net/tracker/index.php?func=detail&aid=976241&group_id=75…>
Assignee: jbandela <http://sourceforge.net/users/jbandela/>
Summary: token_iterator::at_end() result is inversed
Bug #: 1338326
<http://sourceforge.net/tracker/index.php?func=detail&aid=1338326&group_id=7…>
Assignee: jbandela <http://sourceforge.net/users/jbandela/>
Summary: bug in char_separator
Bug #: 1510041
<http://sourceforge.net/tracker/index.php?func=detail&aid=1510041&group_id=7…>
Assignee: jmaurer <http://sourceforge.net/users/jmaurer/>
Summary: Diff in state of mersenne_twister gen between GCC3.41 & CW9
Bug #: 1115124
<http://sourceforge.net/tracker/index.php?func=detail&aid=1115124&group_id=7…>
Assignee: jmaurer <http://sourceforge.net/users/jmaurer/>
Summary: uniform_01 copies engine instead of using a reference
Bug #: 1464566
<http://sourceforge.net/tracker/index.php?func=detail&aid=1464566&group_id=7…>
Assignee: johnmaddock <http://sourceforge.net/users/johnmaddock/>
Summary: Adding boost::is_complex to type_traits.hpp
Bug #: 1315712
<http://sourceforge.net/tracker/index.php?func=detail&aid=1315712&group_id=7…>
Assignee: jsiek <http://sourceforge.net/users/jsiek/>
Summary: invalid result for File Dependency Examp
Bug #: 551110
<http://sourceforge.net/tracker/index.php?func=detail&aid=551110&group_id=75…>
Assignee: jsiek <http://sourceforge.net/users/jsiek/>
Summary: Spelling of Edmonds-Karp-Algorithm
Bug #: 1226292
<http://sourceforge.net/tracker/index.php?func=detail&aid=1226292&group_id=7…>
Assignee: jsiek <http://sourceforge.net/users/jsiek/>
Summary: g++ v3.2.3 inker error for read_graphviz ih boost v1.33.1
Bug #: 1378907
<http://sourceforge.net/tracker/index.php?func=detail&aid=1378907&group_id=7…>
Assignee: jsiek <http://sourceforge.net/users/jsiek/>
Summary: Calling subgraph::global_to_local on a root graph
Bug #: 1444271
<http://sourceforge.net/tracker/index.php?func=detail&aid=1444271&group_id=7…>
Assignee: jsiek <http://sourceforge.net/users/jsiek/>
Summary: Calling subgraph::global_to_local on a root graph
Bug #: 1444293
<http://sourceforge.net/tracker/index.php?func=detail&aid=1444293&group_id=7…>
Assignee: jsiek <http://sourceforge.net/users/jsiek/>
Summary: strange compiling problem for transitive_closure
Bug #: 1489545
<http://sourceforge.net/tracker/index.php?func=detail&aid=1489545&group_id=7…>
Assignee: jsiek <http://sourceforge.net/users/jsiek/>
Summary: 'edmunds_karps'
Bug #: 1497880
<http://sourceforge.net/tracker/index.php?func=detail&aid=1497880&group_id=7…>
Assignee: jsiek <http://sourceforge.net/users/jsiek/>
Summary: boost::none redifinition
Bug #: 1571176
<http://sourceforge.net/tracker/index.php?func=detail&aid=1571176&group_id=7…>
Assignee: jsiek <http://sourceforge.net/users/jsiek/>
Summary: boost::none redifinition
Bug #: 1571188
<http://sourceforge.net/tracker/index.php?func=detail&aid=1571188&group_id=7…>
Assignee: jsiek <http://sourceforge.net/users/jsiek/>
Summary: libs/graph/example/file_dependencies.cpp broken
Bug #: 1596814
<http://sourceforge.net/tracker/index.php?func=detail&aid=1596814&group_id=7…>
Assignee: mclow <http://sourceforge.net/users/mclow/>
Summary: Solaris - once.cpp compile error
Bug #: 549162
<http://sourceforge.net/tracker/index.php?func=detail&aid=549162&group_id=75…>
Assignee: mistevens <http://sourceforge.net/users/mistevens/>
Summary: ublas: bug in mapped_vector_of_mapped_vector
Bug #: 1528178
<http://sourceforge.net/tracker/index.php?func=detail&aid=1528178&group_id=7…>
Assignee: nesotto <http://sourceforge.net/users/nesotto/>
Summary: boost.range and 'const char[]'.
Bug #: 1272315
<http://sourceforge.net/tracker/index.php?func=detail&aid=1272315&group_id=7…>
Assignee: nesotto <http://sourceforge.net/users/nesotto/>
Summary: [Boost.Range]boost::const_begin calls non-qualified 'begin'
Bug #: 1361686
<http://sourceforge.net/tracker/index.php?func=detail&aid=1361686&group_id=7…>
Assignee: nesotto <http://sourceforge.net/users/nesotto/>
Summary: bug in boost::range_detail
Bug #: 1484477
<http://sourceforge.net/tracker/index.php?func=detail&aid=1484477&group_id=7…>
Assignee: nesotto <http://sourceforge.net/users/nesotto/>
Summary: local_time_facet error in VS2005 Win2003
Bug #: 1551784
<http://sourceforge.net/tracker/index.php?func=detail&aid=1551784&group_id=7…>
Assignee: nesotto <http://sourceforge.net/users/nesotto/>
Summary: The ptr_map iterator cannot be dereference to value type
Bug #: 1566672
<http://sourceforge.net/tracker/index.php?func=detail&aid=1566672&group_id=7…>
Assignee: nmusatti <http://sourceforge.net/users/nmusatti/>
Summary: Borland compiler error with Pool, boost::pool_allocator
Bug #: 988124
<http://sourceforge.net/tracker/index.php?func=detail&aid=988124&group_id=75…>
Assignee: nobody
Summary: Shmem serious bugs
Bug #: 1518563
<http://sourceforge.net/tracker/index.php?func=detail&aid=1518563&group_id=7…>
Assignee: nobody
Summary: Changing size of memory-mapped file on Windows
Bug #: 1532684
<http://sourceforge.net/tracker/index.php?func=detail&aid=1532684&group_id=7…>
Assignee: nobody
Summary: 'Bug' in comment
Bug #: 1588359
<http://sourceforge.net/tracker/index.php?func=detail&aid=1588359&group_id=7…>
Assignee: nobody
Summary: program_options find assert fails with multibyte characters
Bug #: 1594324
<http://sourceforge.net/tracker/index.php?func=detail&aid=1594324&group_id=7…>
Assignee: nobody
Summary: Warnings on MSVC 2005
Bug #: 1596577
<http://sourceforge.net/tracker/index.php?func=detail&aid=1596577&group_id=7…>
Assignee: nobody
Summary: gcc-4.2 atomicity.h location
Bug #: 1599422
<http://sourceforge.net/tracker/index.php?func=detail&aid=1599422&group_id=7…>
Assignee: nobody
Summary: Lambda: (_1 + 'y')(string('x')) Doesn't Compile
Bug #: 1602075
<http://sourceforge.net/tracker/index.php?func=detail&aid=1602075&group_id=7…>
Assignee: nobody
Summary: bug in iostreams/copy.hpp line 81
Bug #: 1610369
<http://sourceforge.net/tracker/index.php?func=detail&aid=1610369&group_id=7…>
Assignee: samuel_k <http://sourceforge.net/users/samuel_k/>
Summary: format: assert when parsing invalid pattern
Bug #: 1326132
<http://sourceforge.net/tracker/index.php?func=detail&aid=1326132&group_id=7…>
Assignee: samuel_k <http://sourceforge.net/users/samuel_k/>
Summary: boost::format parse method doesn't work
Bug #: 1439607
<http://sourceforge.net/tracker/index.php?func=detail&aid=1439607&group_id=7…>
Assignee: samuel_k <http://sourceforge.net/users/samuel_k/>
Summary: 64 bit compile warning/error for boost::format
Bug #: 1451470
<http://sourceforge.net/tracker/index.php?func=detail&aid=1451470&group_id=7…>
Assignee: samuel_k <http://sourceforge.net/users/samuel_k/>
Summary: format zero length string msvc-8
Bug #: 1537844
<http://sourceforge.net/tracker/index.php?func=detail&aid=1537844&group_id=7…>
Assignee: shammah <http://sourceforge.net/users/shammah/>
Summary: ct_gcd_lcm.hpp compilation error
Bug #: 558174
<http://sourceforge.net/tracker/index.php?func=detail&aid=558174&group_id=75…>
Assignee: shammah <http://sourceforge.net/users/shammah/>
Summary: pool::purge_memory() does not reset next_size
Bug #: 984124
<http://sourceforge.net/tracker/index.php?func=detail&aid=984124&group_id=75…>
Assignee: shammah <http://sourceforge.net/users/shammah/>
Summary: perfomance: memory cleanup for pool takes too long
Bug #: 995270
<http://sourceforge.net/tracker/index.php?func=detail&aid=995270&group_id=75…>
Assignee: shammah <http://sourceforge.net/users/shammah/>
Summary: boost::pool_allocator breaks with vector of vectors
Bug #: 1179641
<http://sourceforge.net/tracker/index.php?func=detail&aid=1179641&group_id=7…>
Assignee: turkanis <http://sourceforge.net/users/turkanis/>
Summary: problem with boost::iostreams when compiled with Visual C++
Bug #: 1365752
<http://sourceforge.net/tracker/index.php?func=detail&aid=1365752&group_id=7…>
Assignee: urzuga <http://sourceforge.net/users/urzuga/>
Summary: [boost::lambda] Compile error with libstdc++ debug mode
Bug #: 1444052
<http://sourceforge.net/tracker/index.php?func=detail&aid=1444052&group_id=7…>
Assignee: vladimir_prus <http://sourceforge.net/users/vladimir_prus/>
Summary: multitoken broken in program_options 1.33
Bug #: 1266877
<http://sourceforge.net/tracker/index.php?func=detail&aid=1266877&group_id=7…>
Assignee: vladimir_prus <http://sourceforge.net/users/vladimir_prus/>
Summary: Fixes for build on IBM pSeries for AIX and Linux
Bug #: 1446471
<http://sourceforge.net/tracker/index.php?func=detail&aid=1446471&group_id=7…>
Assignee: vladimir_prus <http://sourceforge.net/users/vladimir_prus/>
Summary: Boost Jam, and non english directorys
Bug #: 1480900
<http://sourceforge.net/tracker/index.php?func=detail&aid=1480900&group_id=7…>
Assignee: vladimir_prus <http://sourceforge.net/users/vladimir_prus/>
Summary: program_options: format_paragraph assert fails on long line
Bug #: 1485069
<http://sourceforge.net/tracker/index.php?func=detail&aid=1485069&group_id=7…>
Assignee: vladimir_prus <http://sourceforge.net/users/vladimir_prus/>
Summary: boost 1.33.1 build error
Bug #: 1487256
<http://sourceforge.net/tracker/index.php?func=detail&aid=1487256&group_id=7…>
Assignee: vladimir_prus <http://sourceforge.net/users/vladimir_prus/>
Summary: [program_options] Endless loop with long default arguments
Bug #: 1528399
<http://sourceforge.net/tracker/index.php?func=detail&aid=1528399&group_id=7…>
Assignee: vladimir_prus <http://sourceforge.net/users/vladimir_prus/>
Summary: Parameter reversal in program_options documentation
Bug #: 1574213
<http://sourceforge.net/tracker/index.php?func=detail&aid=1574213&group_id=7…>
Assignee: vladimir_prus <http://sourceforge.net/users/vladimir_prus/>
Summary: Function name error in program_options documentation
Bug #: 1574751
<http://sourceforge.net/tracker/index.php?func=detail&aid=1574751&group_id=7…>
--
-- Marshall
Marshall Clow Idio Software <mailto:marshall@idio.com>
It is by caffeine alone I set my mind in motion.
It is by the beans of Java that thoughts acquire speed,
the hands acquire shaking, the shaking becomes a warning.
It is by caffeine alone I set my mind in motion.
1
0
[ Unchanged from last Wednesday ]
Patch count: 12
3 vladimir_prus
3 nobody
1 turkanis
1 rogeeff
1 rgarcia
1 johnmaddock
1 dlwalker
1 agurtovoy
Assignee: agurtovoy <http://sourceforge.net/users/agurtovoy/>
Summary: Adjusts mpl::pair concept to be compatible with STL pairs
Bug #: 1489713
<http://sourceforge.net/tracker/index.php?func=detail&aid=1489713&group_id=7…>
Assignee: dlwalker <http://sourceforge.net/users/dlwalker/>
Summary: [integer] add support for integers longer than long
Bug #: 1507034
<http://sourceforge.net/tracker/index.php?func=detail&aid=1507034&group_id=7…>
Assignee: johnmaddock <http://sourceforge.net/users/johnmaddock/>
Summary: [config] evc4 port
Bug #: 1489359
<http://sourceforge.net/tracker/index.php?func=detail&aid=1489359&group_id=7…>
Assignee: nobody
Summary: [thread] evc4 port
Bug #: 1498914
<http://sourceforge.net/tracker/index.php?func=detail&aid=1498914&group_id=7…>
Assignee: nobody
Summary: [mpl] evc4 port
Bug #: 1583396
<http://sourceforge.net/tracker/index.php?func=detail&aid=1583396&group_id=7…>
Assignee: nobody
Summary: [test] evc4 issue with SEH support
Bug #: 1583399
<http://sourceforge.net/tracker/index.php?func=detail&aid=1583399&group_id=7…>
Assignee: rgarcia <http://sourceforge.net/users/rgarcia/>
Summary: [concept_check.hpp] remove unused variable warning in msvc
Bug #: 1388901
<http://sourceforge.net/tracker/index.php?func=detail&aid=1388901&group_id=7…>
Assignee: rogeeff <http://sourceforge.net/users/rogeeff/>
Summary: [test] no eh exception handling functions on evc4
Bug #: 1499418
<http://sourceforge.net/tracker/index.php?func=detail&aid=1499418&group_id=7…>
Assignee: turkanis <http://sourceforge.net/users/turkanis/>
Summary: iostreams // file_descriptor::seek BUG on files > 4 GB
Bug #: 1452698
<http://sourceforge.net/tracker/index.php?func=detail&aid=1452698&group_id=7…>
Assignee: vladimir_prus <http://sourceforge.net/users/vladimir_prus/>
Summary: [program_options] static const variable on evc4
Bug #: 1499420
<http://sourceforge.net/tracker/index.php?func=detail&aid=1499420&group_id=7…>
Assignee: vladimir_prus <http://sourceforge.net/users/vladimir_prus/>
Summary: [program_options] putenv on Solaris
Bug #: 1568191
<http://sourceforge.net/tracker/index.php?func=detail&aid=1568191&group_id=7…>
Assignee: vladimir_prus <http://sourceforge.net/users/vladimir_prus/>
Summary: VC80-Compatible String Processing in format_paragraph()
Bug #: 1580068
<http://sourceforge.net/tracker/index.php?func=detail&aid=1580068&group_id=7…>
--
-- Marshall
Marshall Clow Idio Software <mailto:marshall@idio.com>
It is by caffeine alone I set my mind in motion.
It is by the beans of Java that thoughts acquire speed,
the hands acquire shaking, the shaking becomes a warning.
It is by caffeine alone I set my mind in motion.
1
0
[ Sneaking up .... ]
Support count: 49
28 nobody
4 grafik
3 vladimir_prus
3 jsiek
2 turkanis
2 johnmaddock
2 az_sw_dude
1 urzuga
1 speedsnail
1 samuel_k
1 jbandela
1 fcacciola
Assignee: az_sw_dude <http://sourceforge.net/users/az_sw_dude/>
Summary: support new 2007 DST rules for timezone db
Bug #: 1471723
<http://sourceforge.net/tracker/index.php?func=detail&aid=1471723&group_id=7…>
Assignee: az_sw_dude <http://sourceforge.net/users/az_sw_dude/>
Summary: new timezone db file for #1471723 - 2007 DST support
Bug #: 1478619
<http://sourceforge.net/tracker/index.php?func=detail&aid=1478619&group_id=7…>
Assignee: fcacciola <http://sourceforge.net/users/fcacciola/>
Summary: boost::optional<enum> fails with /CLR
Bug #: 973424
<http://sourceforge.net/tracker/index.php?func=detail&aid=973424&group_id=75…>
Assignee: grafik <http://sourceforge.net/users/grafik/>
Summary: Jam Fails to Build
Bug #: 954048
<http://sourceforge.net/tracker/index.php?func=detail&aid=954048&group_id=75…>
Assignee: grafik <http://sourceforge.net/users/grafik/>
Summary: Compiling only needed version
Bug #: 1377001
<http://sourceforge.net/tracker/index.php?func=detail&aid=1377001&group_id=7…>
Assignee: grafik <http://sourceforge.net/users/grafik/>
Summary: libraries won't build
Bug #: 1524001
<http://sourceforge.net/tracker/index.php?func=detail&aid=1524001&group_id=7…>
Assignee: grafik <http://sourceforge.net/users/grafik/>
Summary: Having some trouble building boost
Bug #: 1534701
<http://sourceforge.net/tracker/index.php?func=detail&aid=1534701&group_id=7…>
Assignee: jbandela <http://sourceforge.net/users/jbandela/>
Summary: Visual C++ 'Language Extensions' support
Bug #: 1039338
<http://sourceforge.net/tracker/index.php?func=detail&aid=1039338&group_id=7…>
Assignee: johnmaddock <http://sourceforge.net/users/johnmaddock/>
Summary: Regex
Bug #: 1156957
<http://sourceforge.net/tracker/index.php?func=detail&aid=1156957&group_id=7…>
Assignee: johnmaddock <http://sourceforge.net/users/johnmaddock/>
Summary: regex - perl syntax affects what gets matched
Bug #: 1519824
<http://sourceforge.net/tracker/index.php?func=detail&aid=1519824&group_id=7…>
Assignee: jsiek <http://sourceforge.net/users/jsiek/>
Summary: Boost with Dinkumware C++ Library !?
Bug #: 531963
<http://sourceforge.net/tracker/index.php?func=detail&aid=531963&group_id=75…>
Assignee: jsiek <http://sourceforge.net/users/jsiek/>
Summary: creating my own properties
Bug #: 619615
<http://sourceforge.net/tracker/index.php?func=detail&aid=619615&group_id=75…>
Assignee: jsiek <http://sourceforge.net/users/jsiek/>
Summary: Max Flow Algorithm
Bug #: 1445526
<http://sourceforge.net/tracker/index.php?func=detail&aid=1445526&group_id=7…>
Assignee: nobody
Summary: configure problem with aCC
Bug #: 811040
<http://sourceforge.net/tracker/index.php?func=detail&aid=811040&group_id=75…>
Assignee: nobody
Summary: Problem compiling :/
Bug #: 942349
<http://sourceforge.net/tracker/index.php?func=detail&aid=942349&group_id=75…>
Assignee: nobody
Summary: boost for ARM platform?
Bug #: 957850
<http://sourceforge.net/tracker/index.php?func=detail&aid=957850&group_id=75…>
Assignee: nobody
Summary: problem with debug builds on Solaris
Bug #: 965747
<http://sourceforge.net/tracker/index.php?func=detail&aid=965747&group_id=75…>
Assignee: nobody
Summary: SLOOOWW tokenizer compilation on VC++6.0
Bug #: 969590
<http://sourceforge.net/tracker/index.php?func=detail&aid=969590&group_id=75…>
Assignee: nobody
Summary: BOOST ON WIN CE
Bug #: 1101724
<http://sourceforge.net/tracker/index.php?func=detail&aid=1101724&group_id=7…>
Assignee: nobody
Summary: Error: Template with C linkage
Bug #: 1109438
<http://sourceforge.net/tracker/index.php?func=detail&aid=1109438&group_id=7…>
Assignee: nobody
Summary: Link VC6 to Boost
Bug #: 1118381
<http://sourceforge.net/tracker/index.php?func=detail&aid=1118381&group_id=7…>
Assignee: nobody
Summary: Boost on opteron AMD
Bug #: 1200700
<http://sourceforge.net/tracker/index.php?func=detail&aid=1200700&group_id=7…>
Assignee: nobody
Summary: Linker Problems with VC .NET 2003 / STLPort / Boost
Bug #: 1292345
<http://sourceforge.net/tracker/index.php?func=detail&aid=1292345&group_id=7…>
Assignee: nobody
Summary: Unable to build boost with Dinkumware STL version 4.02
Bug #: 1336312
<http://sourceforge.net/tracker/index.php?func=detail&aid=1336312&group_id=7…>
Assignee: nobody
Summary: Problem running configure for unsupported platform
Bug #: 1339778
<http://sourceforge.net/tracker/index.php?func=detail&aid=1339778&group_id=7…>
Assignee: nobody
Summary: Configuration
Bug #: 1380808
<http://sourceforge.net/tracker/index.php?func=detail&aid=1380808&group_id=7…>
Assignee: nobody
Summary: Embedded python won't compile
Bug #: 1391956
<http://sourceforge.net/tracker/index.php?func=detail&aid=1391956&group_id=7…>
Assignee: nobody
Summary: Building universal binary on MacOSX
Bug #: 1409774
<http://sourceforge.net/tracker/index.php?func=detail&aid=1409774&group_id=7…>
Assignee: nobody
Summary: symbian os
Bug #: 1428189
<http://sourceforge.net/tracker/index.php?func=detail&aid=1428189&group_id=7…>
Assignee: nobody
Summary: Cross compiling boost for Windows CE (ARM) from VS2005
Bug #: 1457763
<http://sourceforge.net/tracker/index.php?func=detail&aid=1457763&group_id=7…>
Assignee: nobody
Summary: compiler is out of heap space in pass 2
Bug #: 1481122
<http://sourceforge.net/tracker/index.php?func=detail&aid=1481122&group_id=7…>
Assignee: nobody
Summary: Boost.Build v2 build script help for evc4
Bug #: 1498919
<http://sourceforge.net/tracker/index.php?func=detail&aid=1498919&group_id=7…>
Assignee: nobody
Summary: Compiling Shmem
Bug #: 1504379
<http://sourceforge.net/tracker/index.php?func=detail&aid=1504379&group_id=7…>
Assignee: nobody
Summary: Bjam build should support attachment of individual build ids
Bug #: 1530168
<http://sourceforge.net/tracker/index.php?func=detail&aid=1530168&group_id=7…>
Assignee: nobody
Summary: Having problems with building boost
Bug #: 1545941
<http://sourceforge.net/tracker/index.php?func=detail&aid=1545941&group_id=7…>
Assignee: nobody
Summary: Building Boost with Open Watcom Compiler
Bug #: 1547257
<http://sourceforge.net/tracker/index.php?func=detail&aid=1547257&group_id=7…>
Assignee: nobody
Summary: '-shared' not supported for linking under MacOS X
Bug #: 1553825
<http://sourceforge.net/tracker/index.php?func=detail&aid=1553825&group_id=7…>
Assignee: nobody
Summary: failing on 6 targets in MacOS X
Bug #: 1572712
<http://sourceforge.net/tracker/index.php?func=detail&aid=1572712&group_id=7…>
Assignee: nobody
Summary: bjam: command not found
Bug #: 1586479
<http://sourceforge.net/tracker/index.php?func=detail&aid=1586479&group_id=7…>
Assignee: nobody
Summary: Problem building boost serialization library
Bug #: 1610347
<http://sourceforge.net/tracker/index.php?func=detail&aid=1610347&group_id=7…>
Assignee: nobody
Summary: Boost on Mac w. CodeWarrior
Bug #: 1610475
<http://sourceforge.net/tracker/index.php?func=detail&aid=1610475&group_id=7…>
Assignee: samuel_k <http://sourceforge.net/users/samuel_k/>
Summary: Boost.Format doesn't work on MSVC with /vd2 compiler option
Bug #: 1545133
<http://sourceforge.net/tracker/index.php?func=detail&aid=1545133&group_id=7…>
Assignee: speedsnail <http://sourceforge.net/users/speedsnail/>
Summary: Multithreaded process pausing but not deadlocking or crashin
Bug #: 1280829
<http://sourceforge.net/tracker/index.php?func=detail&aid=1280829&group_id=7…>
Assignee: turkanis <http://sourceforge.net/users/turkanis/>
Summary: Boost.Iostreams and newline translation
Bug #: 1299123
<http://sourceforge.net/tracker/index.php?func=detail&aid=1299123&group_id=7…>
Assignee: turkanis <http://sourceforge.net/users/turkanis/>
Summary: boost.iostreams file_descriptor and sharing
Bug #: 1445474
<http://sourceforge.net/tracker/index.php?func=detail&aid=1445474&group_id=7…>
Assignee: urzuga <http://sourceforge.net/users/urzuga/>
Summary: lambda vs pure virtual functions
Bug #: 1231445
<http://sourceforge.net/tracker/index.php?func=detail&aid=1231445&group_id=7…>
Assignee: vladimir_prus <http://sourceforge.net/users/vladimir_prus/>
Summary: program_options Can one have options with optional values?
Bug #: 1102652
<http://sourceforge.net/tracker/index.php?func=detail&aid=1102652&group_id=7…>
Assignee: vladimir_prus <http://sourceforge.net/users/vladimir_prus/>
Summary: program_options Can one have options with optional values?
Bug #: 1102664
<http://sourceforge.net/tracker/index.php?func=detail&aid=1102664&group_id=7…>
Assignee: vladimir_prus <http://sourceforge.net/users/vladimir_prus/>
Summary: program_options bug?
Bug #: 1114084
<http://sourceforge.net/tracker/index.php?func=detail&aid=1114084&group_id=7…>
--
-- Marshall
Marshall Clow Idio Software <mailto:marshall@idio.com>
It is by caffeine alone I set my mind in motion.
It is by the beans of Java that thoughts acquire speed,
the hands acquire shaking, the shaking becomes a warning.
It is by caffeine alone I set my mind in motion.
1
0
AMDG
I see no reason to require that a mutex be locked for notify.
If you want to have it locked then you can just do so. Wait is different;
it needs to release the lock first and upon notification reacquire it and
check the predicate.
In Christ,
Steven Watanabe
2
1
Boost Regression test failures
Report time: 2006-12-07T11:12:01Z
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
1127 failures in 53 libraries (30 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 2 failures are from non-broken platforms)
array (0 of 6 failures are from non-broken platforms)
assign (0 of 7 failures are from non-broken platforms)
bind (0 of 20 failures are from non-broken platforms)
concept_check (8 of 11 failures are from non-broken platforms)
config (0 of 4 failures are from non-broken platforms)
conversion (0 of 4 failures are from non-broken platforms)
crc (0 of 1 failures are from non-broken platforms)
date_time (0 of 56 failures are from non-broken platforms)
disjoint_sets (0 of 1 failures are from non-broken platforms)
dynamic_bitset (0 of 4 failures are from non-broken platforms)
filesystem (0 of 6 failures are from non-broken platforms)
foreach (0 of 12 failures are from non-broken platforms)
format (0 of 4 failures are from non-broken platforms)
function (0 of 11 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)
integer (0 of 3 failures are from non-broken platforms)
io (0 of 1 failures are from non-broken platforms)
iostreams (1 of 30 failures are from non-broken platforms)
iterator (0 of 16 failures are from non-broken platforms)
logic (0 of 3 failures are from non-broken platforms)
math (4 of 10 failures are from non-broken platforms)
mpl (0 of 78 failures are from non-broken platforms)
numeric/conversion (1 of 2 failures are from non-broken platforms)
numeric/interval (0 of 12 failures are from non-broken platforms)
optional (0 of 5 failures are from non-broken platforms)
parameter (0 of 13 failures are from non-broken platforms)
pool (0 of 1 failures are from non-broken platforms)
preprocessor (0 of 14 failures are from non-broken platforms)
program_options (0 of 14 failures are from non-broken platforms)
property_map (0 of 2 failures are from non-broken platforms)
random (0 of 1 failures are from non-broken platforms)
range (0 of 9 failures are from non-broken platforms)
rational (0 of 2 failures are from non-broken platforms)
regex (1 of 36 failures are from non-broken platforms)
serialization (6 of 413 failures are from non-broken platforms)
signals (4 of 9 failures are from non-broken platforms)
smart_ptr (0 of 12 failures are from non-broken platforms)
static_assert (0 of 2 failures are from non-broken platforms)
test (2 of 22 failures are from non-broken platforms)
thread (0 of 14 failures are from non-broken platforms)
timer (0 of 1 failures are from non-broken platforms)
tokenizer (0 of 6 failures are from non-broken platforms)
tr1 (0 of 136 failures are from non-broken platforms)
tuple (0 of 2 failures are from non-broken platforms)
type_traits (0 of 50 failures are from non-broken platforms)
utility (1 of 15 failures are from non-broken platforms)
variant (0 of 8 failures are from non-broken platforms)
wave (1)
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*
any_to_ref_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*
|assign|
basic: borland-5.8.2*
email_example: borland-5.8.2*
list_inserter: borland-5.8.2*
list_of_workaround: borland-5.8.2*
my_vector_example: borland-5.8.2*
static_list_of: borland-5.8.2*
std: 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_unary_addr: 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*
mem_fn_rv_test: borland-5.8.2*
mem_fn_test: borland-5.8.2*
mem_fn_void_test: borland-5.8.2*
|concept_check|
class_concept_check_test: borland-5.8.2*
class_concept_fail_expected: borland-5.6.4 borland-5.8.2* msvc-6.5 msvc-6.5 msvc-7.0 qcc-3.3.5_cpp qcc-3.3.5_gpp
concept_check_fail_expected: qcc-3.3.5_cpp qcc-3.3.5_gpp
concept_check_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*
config_test: borland-5.8.2*
|conversion|
cast_test: borland-5.8.2*
implicit_cast: borland-5.8.2*
lexical_cast_test: borland-5.8.2*
numeric_cast_test: borland-5.8.2*
|crc|
crc_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*
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_serialize: borland-5.8.2*
testgreg_serialize_dll: borland-5.8.2*
testgreg_serialize_xml: 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*
testtime_serialize: borland-5.8.2*
testtime_serialize_std_config: borland-5.8.2*
testtime_serialize_xml: borland-5.8.2*
testtime_serialize_xml_std_config: 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*
|disjoint_sets|
disjoint_set_test: 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*
|filesystem|
convenience_test: borland-5.8.2*
fstream_test: borland-5.8.2*
large_file_support_test: borland-5.8.2*
operations_test: borland-5.8.2*
path_test: borland-5.8.2*
simple_ls: 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*
noncopyable: 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*
|format|
format_test1: borland-5.8.2*
format_test2: borland-5.8.2*
format_test3: borland-5.8.2*
format_test_wstring: borland-5.8.2*
|function|
allocator_test: borland-5.8.2*
contains2_test: borland-5.8.2*
contains_test: borland-5.8.2*
function_30: 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*
stateless_test: 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*
|integer|
cstdint_test: borland-5.8.2*
integer_test: borland-5.8.2*
integer_traits_test: borland-5.8.2*
|io|
ios_state_test: borland-5.8.2*
|iostreams|
array_test: borland-5.8.2*
auto_close_test: borland-5.8.2*
buffer_size_test: borland-5.8.2*
code_converter_test: borland-5.8.2*
component_access_test: borland-5.8.2*
compose_test: borland-5.8.2*
copy_test: borland-5.8.2*
counter_test: borland-5.8.2*
direct_adapter_test: borland-5.8.2*
example_test: borland-5.8.2*
file_descriptor_test: borland-5.8.2*
file_test: borland-5.8.2*
filtering_stream_test: borland-5.8.2*
finite_state_filter_test: cw-9.4
flush_test: borland-5.8.2*
invert_test: borland-5.8.2*
line_filter_test: borland-5.8.2*
mapped_file_test: borland-5.8.2*
newline_test: borland-5.8.2*
null_test: borland-5.8.2*
pipeline_test: borland-5.8.2*
positioning_test: borland-5.8.2*
regex_filter_test: borland-5.8.2*
restrict_test: borland-5.8.2*
seekable_file_test: borland-5.8.2*
seekable_filter_test: borland-5.8.2*
stdio_filter_test: borland-5.8.2*
symmetric_filter_test: borland-5.8.2*
tee_test: borland-5.8.2*
wide_stream_test: borland-5.8.2*
|iterator|
concept_tests: borland-5.8.2*
counting_iterator_test: borland-5.8.2*
filter_iterator_test: borland-5.8.2*
indirect_iterator_test: borland-5.8.2*
interoperable: borland-5.8.2*
is_lvalue_iterator: borland-5.8.2*
is_readable_iterator: borland-5.8.2*
iterator_adaptor_cc: borland-5.8.2*
iterator_adaptor_test: borland-5.8.2*
iterator_archetype_cc: borland-5.8.2*
iterator_facade: borland-5.8.2*
iterator_traits_test: borland-5.8.2*
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: borland-5.8.2* borland-5.8.2* msvc-6.5 msvc-7.0 qcc-3.3.5_cpp qcc-3.3.5_gpp
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|
advance: borland-5.8.2*
always: borland-5.8.2*
apply_wrap: borland-5.8.2*
arithmetic: borland-5.8.2*
assert: borland-5.8.2*
at: borland-5.8.2*
back: borland-5.8.2*
bind: borland-5.8.2*
bitwise: borland-5.8.2*
bool: borland-5.8.2*
comparison: borland-5.8.2*
contains: borland-5.8.2*
copy: borland-5.8.2*
copy_if: borland-5.8.2*
count: borland-5.8.2*
count_if: borland-5.8.2*
deque: borland-5.8.2*
distance: borland-5.8.2*
empty: borland-5.8.2*
equal: borland-5.8.2*
erase: borland-5.8.2*
erase_range: borland-5.8.2*
eval_if: borland-5.8.2*
filter_view: borland-5.8.2*
find: borland-5.8.2*
find_if: borland-5.8.2*
fold: borland-5.8.2*
for_each: borland-5.8.2*
front: borland-5.8.2*
identity: borland-5.8.2*
if: borland-5.8.2*
index_of: borland-5.8.2*
inherit: borland-5.8.2*
insert: borland-5.8.2*
insert_range: borland-5.8.2*
int: borland-5.8.2*
integral_c: borland-5.8.2*
is_placeholder: borland-5.8.2*
iterator_tags: borland-5.8.2*
joint_view: borland-5.8.2*
lambda: borland-5.8.2*
lambda_args: borland-5.8.2*
largest_int: borland-5.8.2*
list: borland-5.8.2*
list_c: borland-5.8.2*
logical: borland-5.8.2*
lower_bound: borland-5.8.2*
max_element: borland-5.8.2*
min_max: borland-5.8.2*
msvc_is_class: borland-5.8.2*
next: borland-5.8.2*
no_has_xxx: borland-5.8.2*
numeric_ops: borland-5.8.2*
pair_view: borland-5.8.2*
partition: borland-5.8.2*
pop_front: borland-5.8.2*
push_front: borland-5.8.2*
range_c: borland-5.8.2*
remove: borland-5.8.2*
remove_if: borland-5.8.2*
replace: borland-5.8.2*
replace_if: borland-5.8.2*
reverse: borland-5.8.2*
same_as: borland-5.8.2*
single_view: borland-5.8.2*
size: borland-5.8.2*
size_t: borland-5.8.2*
sizeof: borland-5.8.2*
sort: borland-5.8.2*
stable_partition: borland-5.8.2*
template_arity: borland-5.8.2*
transform: borland-5.8.2*
transform_view: borland-5.8.2*
unique: borland-5.8.2*
unpack_args: borland-5.8.2*
upper_bound: borland-5.8.2*
vector: borland-5.8.2*
vector_c: borland-5.8.2*
|numeric/conversion|
numeric_cast_test: borland-5.8.2*
traits_test: intel-linux-9.0
|numeric/interval|
add: borland-5.8.2*
cmp: borland-5.8.2*
cmp_exn: borland-5.8.2*
cmp_exp: borland-5.8.2*
cmp_lex: borland-5.8.2*
cmp_set: borland-5.8.2*
cmp_tribool: borland-5.8.2*
fmod: borland-5.8.2*
mul: 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*
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*
compose: borland-5.8.2*
deduced: borland-5.8.2*
deduced_dependent_predicate: borland-5.8.2*
earwicker: borland-5.8.2*
efficiency: borland-5.8.2*
macros: borland-5.8.2*
mpl: borland-5.8.2*
ntp: borland-5.8.2*
preprocessor: borland-5.8.2*
singular: borland-5.8.2*
tutorial: borland-5.8.2*
unwrap_cv_reference: borland-5.8.2*
|pool|
test_pool_alloc: borland-5.8.2*
|preprocessor|
arithmetic: borland-5.8.2*
array: borland-5.8.2*
comparison: borland-5.8.2*
control: borland-5.8.2*
debug: borland-5.8.2*
facilities: borland-5.8.2*
iteration: borland-5.8.2*
list: borland-5.8.2*
logical: borland-5.8.2*
repetition: borland-5.8.2*
selection: borland-5.8.2*
seq: borland-5.8.2*
slot: borland-5.8.2*
tuple: borland-5.8.2*
|program_options|
cmdline_test: borland-5.8.2*
cmdline_test_dll: borland-5.8.2*
options_description_test: borland-5.8.2*
options_description_test_dll: borland-5.8.2*
parsers_test: borland-5.8.2*
parsers_test_dll: borland-5.8.2*
positional_options_test: borland-5.8.2*
positional_options_test_dll: borland-5.8.2*
unicode_test: borland-5.8.2*
unicode_test_dll: borland-5.8.2*
variable_map_test: borland-5.8.2*
variable_map_test_dll: borland-5.8.2*
winmain: borland-5.8.2*
winmain_dll: borland-5.8.2*
|property_map|
dynamic_properties_test: borland-5.8.2*
property_map_cc: borland-5.8.2*
|random|
random_demo: borland-5.8.2*
|range|
algorithm_example: borland-5.8.2*
const_ranges: borland-5.8.2*
extension_mechanism: borland-5.8.2*
iterator_pair: borland-5.8.2*
iterator_range: borland-5.8.2*
partial_workaround: borland-5.8.2*
reversible_range: borland-5.8.2*
std_container: borland-5.8.2*
sub_range: borland-5.8.2*
|rational|
rational_example: borland-5.8.2*
rational_test: 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_concept_check: 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_config_info: 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_threaded: msvc-6.5
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_c: borland-5.8.2*
wide_posix_api_check_cpp: borland-5.8.2*
|serialization|
test_array_binary_archive: borland-5.8.2*
test_array_binary_archive_dll: borland-5.8.2*
test_array_text_archive: borland-5.8.2*
test_array_text_archive_dll: borland-5.8.2*
test_array_text_warchive: borland-5.8.2*
test_array_text_warchive_dll: borland-5.8.2*
test_array_xml_archive: borland-5.8.2*
test_array_xml_archive_dll: borland-5.8.2*
test_array_xml_warchive: borland-5.8.2*
test_array_xml_warchive_dll: borland-5.8.2*
test_binary_binary_archive: borland-5.8.2*
test_binary_binary_archive_dll: borland-5.8.2*
test_binary_text_archive: borland-5.8.2*
test_binary_text_archive_dll: borland-5.8.2*
test_binary_text_warchive: borland-5.8.2*
test_binary_text_warchive_dll: borland-5.8.2*
test_binary_xml_archive: borland-5.8.2*
test_binary_xml_archive_dll: borland-5.8.2*
test_binary_xml_warchive: borland-5.8.2*
test_binary_xml_warchive_dll: borland-5.8.2*
test_class_info_save_binary_archive: borland-5.8.2*
test_class_info_save_binary_archive_dll: borland-5.8.2*
test_class_info_save_text_archive: borland-5.8.2*
test_class_info_save_text_archive_dll: borland-5.8.2*
test_class_info_save_text_warchive: borland-5.8.2*
test_class_info_save_text_warchive_dll: borland-5.8.2*
test_class_info_save_xml_archive: borland-5.8.2*
test_class_info_save_xml_archive_dll: borland-5.8.2*
test_class_info_save_xml_warchive: borland-5.8.2*
test_class_info_save_xml_warchive_dll: borland-5.8.2*
test_codecvt_null: borland-5.8.2*
test_const_pass: borland-5.8.2*
test_contained_class_binary_archive: borland-5.8.2*
test_contained_class_binary_archive_dll: borland-5.8.2*
test_contained_class_text_archive: borland-5.8.2*
test_contained_class_text_archive_dll: borland-5.8.2*
test_contained_class_text_warchive: borland-5.8.2*
test_contained_class_text_warchive_dll: borland-5.8.2*
test_contained_class_xml_archive: borland-5.8.2*
test_contained_class_xml_archive_dll: borland-5.8.2*
test_contained_class_xml_warchive: borland-5.8.2*
test_contained_class_xml_warchive_dll: borland-5.8.2*
test_cyclic_ptrs_binary_archive: borland-5.8.2*
test_cyclic_ptrs_binary_archive_dll: borland-5.8.2*
test_cyclic_ptrs_text_archive: borland-5.8.2*
test_cyclic_ptrs_text_archive_dll: borland-5.8.2*
test_cyclic_ptrs_text_warchive: borland-5.8.2*
test_cyclic_ptrs_text_warchive_dll: borland-5.8.2*
test_cyclic_ptrs_xml_archive: borland-5.8.2*
test_cyclic_ptrs_xml_archive_dll: borland-5.8.2*
test_cyclic_ptrs_xml_warchive: borland-5.8.2*
test_cyclic_ptrs_xml_warchive_dll: borland-5.8.2*
test_delete_pointer_binary_archive: borland-5.8.2*
test_delete_pointer_binary_archive_dll: borland-5.8.2*
test_delete_pointer_text_archive: borland-5.8.2*
test_delete_pointer_text_archive_dll: borland-5.8.2*
test_delete_pointer_text_warchive: borland-5.8.2*
test_delete_pointer_text_warchive_dll: borland-5.8.2*
test_delete_pointer_xml_archive: borland-5.8.2*
test_delete_pointer_xml_archive_dll: borland-5.8.2*
test_delete_pointer_xml_warchive: borland-5.8.2*
test_delete_pointer_xml_warchive_dll: borland-5.8.2*
test_demo: borland-5.8.2*
test_demo_auto_ptr: borland-5.8.2*
test_demo_auto_ptr_dll: borland-5.8.2*
test_demo_dll: borland-5.8.2*
test_demo_exception: borland-5.8.2*
test_demo_exception_dll: borland-5.8.2*
test_demo_fast_archive: borland-5.8.2*
test_demo_fast_archive_dll: borland-5.8.2*
test_demo_pimpl: borland-5.8.2*
test_demo_pimpl_dll: borland-5.8.2*
test_demo_polymorphic: borland-5.8.2*
test_demo_polymorphic_dll: borland-5.8.2*
test_demo_portable_archive: borland-5.8.2*
test_demo_portable_archive_dll: borland-5.8.2*
test_demo_shared_ptr: borland-5.8.2*
test_demo_shared_ptr_dll: borland-5.8.2*
test_demo_xml: borland-5.8.2*
test_demo_xml_dll: borland-5.8.2*
test_demo_xml_save: borland-5.8.2*
test_demo_xml_save_dll: borland-5.8.2*
test_deque_binary_archive: borland-5.8.2*
test_deque_binary_archive_dll: borland-5.8.2*
test_deque_text_archive: borland-5.8.2*
test_deque_text_archive_dll: borland-5.8.2*
test_deque_text_warchive: borland-5.8.2*
test_deque_text_warchive_dll: borland-5.8.2*
test_deque_xml_archive: borland-5.8.2*
test_deque_xml_archive_dll: borland-5.8.2*
test_deque_xml_warchive: borland-5.8.2*
test_deque_xml_warchive_dll: borland-5.8.2*
test_derived_binary_archive: borland-5.8.2*
test_derived_binary_archive_dll: borland-5.8.2*
test_derived_class_binary_archive: borland-5.8.2*
test_derived_class_binary_archive_dll: borland-5.8.2*
test_derived_class_ptr_binary_archive: borland-5.8.2*
test_derived_class_ptr_binary_archive_dll: borland-5.8.2*
test_derived_class_ptr_text_archive: borland-5.8.2*
test_derived_class_ptr_text_archive_dll: borland-5.8.2*
test_derived_class_ptr_text_warchive: borland-5.8.2*
test_derived_class_ptr_text_warchive_dll: borland-5.8.2* intel-linux-9.0
test_derived_class_ptr_xml_archive: borland-5.8.2*
test_derived_class_ptr_xml_archive_dll: borland-5.8.2*
test_derived_class_ptr_xml_warchive: borland-5.8.2*
test_derived_class_ptr_xml_warchive_dll: borland-5.8.2*
test_derived_class_text_archive: borland-5.8.2*
test_derived_class_text_archive_dll: borland-5.8.2*
test_derived_class_text_warchive: borland-5.8.2*
test_derived_class_text_warchive_dll: borland-5.8.2*
test_derived_class_xml_archive: borland-5.8.2*
test_derived_class_xml_archive_dll: borland-5.8.2*
test_derived_class_xml_warchive: borland-5.8.2*
test_derived_class_xml_warchive_dll: borland-5.8.2*
test_derived_text_archive: borland-5.8.2*
test_derived_text_archive_dll: borland-5.8.2*
test_derived_text_warchive: borland-5.8.2*
test_derived_text_warchive_dll: borland-5.8.2*
test_derived_xml_archive: borland-5.8.2*
test_derived_xml_archive_dll: borland-5.8.2*
test_derived_xml_warchive: borland-5.8.2*
test_derived_xml_warchive_dll: borland-5.8.2*
test_diamond_binary_archive: borland-5.8.2* intel-linux-9.0
test_diamond_binary_archive_dll: borland-5.8.2*
test_diamond_text_archive: borland-5.8.2*
test_diamond_text_archive_dll: borland-5.8.2*
test_diamond_text_warchive: borland-5.8.2*
test_diamond_text_warchive_dll: borland-5.8.2*
test_diamond_xml_archive: borland-5.8.2*
test_diamond_xml_archive_dll: borland-5.8.2*
test_diamond_xml_warchive: borland-5.8.2*
test_diamond_xml_warchive_dll: borland-5.8.2*
test_exported_binary_archive: borland-5.8.2*
test_exported_binary_archive_dll: borland-5.8.2*
test_exported_text_archive: borland-5.8.2*
test_exported_text_archive_dll: borland-5.8.2*
test_exported_text_warchive: borland-5.8.2*
test_exported_text_warchive_dll: borland-5.8.2*
test_exported_xml_archive: borland-5.8.2*
test_exported_xml_archive_dll: borland-5.8.2*
test_exported_xml_warchive: borland-5.8.2*
test_exported_xml_warchive_dll: borland-5.8.2*
test_inclusion: borland-5.8.2*
test_iterators: borland-5.8.2*
test_iterators_base64: borland-5.8.2*
test_list_binary_archive: borland-5.8.2*
test_list_binary_archive_dll: borland-5.8.2*
test_list_ptrs_binary_archive: borland-5.8.2*
test_list_ptrs_binary_archive_dll: borland-5.8.2*
test_list_ptrs_text_archive: borland-5.8.2*
test_list_ptrs_text_archive_dll: borland-5.8.2*
test_list_ptrs_text_warchive: borland-5.8.2*
test_list_ptrs_text_warchive_dll: borland-5.8.2*
test_list_ptrs_xml_archive: borland-5.8.2*
test_list_ptrs_xml_archive_dll: borland-5.8.2*
test_list_ptrs_xml_warchive: borland-5.8.2*
test_list_ptrs_xml_warchive_dll: borland-5.8.2*
test_list_text_archive: borland-5.8.2* intel-linux-9.0
test_list_text_archive_dll: borland-5.8.2*
test_list_text_warchive: borland-5.8.2*
test_list_text_warchive_dll: borland-5.8.2*
test_list_xml_archive: borland-5.8.2*
test_list_xml_archive_dll: borland-5.8.2*
test_list_xml_warchive: borland-5.8.2*
test_list_xml_warchive_dll: borland-5.8.2*
test_map_binary_archive: borland-5.8.2*
test_map_binary_archive_dll: borland-5.8.2*
test_map_text_archive: borland-5.8.2*
test_map_text_archive_dll: borland-5.8.2*
test_map_text_warchive: borland-5.8.2*
test_map_text_warchive_dll: borland-5.8.2*
test_map_xml_archive: borland-5.8.2*
test_map_xml_archive_dll: borland-5.8.2*
test_map_xml_warchive: borland-5.8.2*
test_map_xml_warchive_dll: borland-5.8.2*
test_mi_binary_archive: borland-5.8.2*
test_mi_binary_archive_dll: borland-5.8.2*
test_mi_text_archive: borland-5.8.2*
test_mi_text_archive_dll: borland-5.8.2*
test_mi_text_warchive: borland-5.8.2*
test_mi_text_warchive_dll: borland-5.8.2*
test_mi_xml_archive: borland-5.8.2*
test_mi_xml_archive_dll: borland-5.8.2*
test_mi_xml_warchive: borland-5.8.2*
test_mi_xml_warchive_dll: borland-5.8.2*
test_mult_archive_types: borland-5.8.2*
test_mult_archive_types_dll: borland-5.8.2*
test_multiple_ptrs_binary_archive: borland-5.8.2*
test_multiple_ptrs_binary_archive_dll: borland-5.8.2*
test_multiple_ptrs_text_archive: borland-5.8.2*
test_multiple_ptrs_text_archive_dll: borland-5.8.2*
test_multiple_ptrs_text_warchive: borland-5.8.2*
test_multiple_ptrs_text_warchive_dll: borland-5.8.2*
test_multiple_ptrs_xml_archive: borland-5.8.2*
test_multiple_ptrs_xml_archive_dll: borland-5.8.2*
test_multiple_ptrs_xml_warchive: borland-5.8.2*
test_multiple_ptrs_xml_warchive_dll: borland-5.8.2*
test_no_rtti_xml_archive_dll: qcc-3.3.5_gpp
test_non_default_ctor2_binary_archive: borland-5.8.2*
test_non_default_ctor2_binary_archive_dll: borland-5.8.2*
test_non_default_ctor2_text_archive: borland-5.8.2*
test_non_default_ctor2_text_archive_dll: borland-5.8.2*
test_non_default_ctor2_text_warchive: borland-5.8.2*
test_non_default_ctor2_text_warchive_dll: borland-5.8.2*
test_non_default_ctor2_xml_archive: borland-5.8.2*
test_non_default_ctor2_xml_archive_dll: borland-5.8.2*
test_non_default_ctor2_xml_warchive: borland-5.8.2*
test_non_default_ctor2_xml_warchive_dll: borland-5.8.2*
test_non_default_ctor_binary_archive: borland-5.8.2*
test_non_default_ctor_binary_archive_dll: borland-5.8.2*
test_non_default_ctor_text_archive: borland-5.8.2*
test_non_default_ctor_text_archive_dll: borland-5.8.2*
test_non_default_ctor_text_warchive: borland-5.8.2*
test_non_default_ctor_text_warchive_dll: borland-5.8.2*
test_non_default_ctor_xml_archive: borland-5.8.2*
test_non_default_ctor_xml_archive_dll: borland-5.8.2*
test_non_default_ctor_xml_warchive: borland-5.8.2*
test_non_default_ctor_xml_warchive_dll: borland-5.8.2*
test_non_intrusive_binary_archive: borland-5.8.2*
test_non_intrusive_binary_archive_dll: borland-5.8.2*
test_non_intrusive_text_archive: borland-5.8.2*
test_non_intrusive_text_archive_dll: borland-5.8.2*
test_non_intrusive_text_warchive: borland-5.8.2*
test_non_intrusive_text_warchive_dll: borland-5.8.2*
test_non_intrusive_xml_archive: borland-5.8.2*
test_non_intrusive_xml_archive_dll: borland-5.8.2*
test_non_intrusive_xml_warchive: borland-5.8.2*
test_non_intrusive_xml_warchive_dll: borland-5.8.2*
test_null_ptr_binary_archive: borland-5.8.2*
test_null_ptr_binary_archive_dll: borland-5.8.2*
test_null_ptr_text_archive: borland-5.8.2*
test_null_ptr_text_archive_dll: borland-5.8.2*
test_null_ptr_text_warchive: borland-5.8.2*
test_null_ptr_text_warchive_dll: borland-5.8.2*
test_null_ptr_xml_archive: borland-5.8.2*
test_null_ptr_xml_archive_dll: borland-5.8.2*
test_null_ptr_xml_warchive: borland-5.8.2*
test_null_ptr_xml_warchive_dll: borland-5.8.2*
test_nvp_binary_archive: borland-5.8.2*
test_nvp_binary_archive_dll: borland-5.8.2*
test_nvp_text_archive: borland-5.8.2*
test_nvp_text_archive_dll: borland-5.8.2*
test_nvp_text_warchive: borland-5.8.2*
test_nvp_text_warchive_dll: borland-5.8.2*
test_nvp_xml_archive: borland-5.8.2*
test_nvp_xml_archive_dll: borland-5.8.2*
test_nvp_xml_warchive: borland-5.8.2*
test_nvp_xml_warchive_dll: borland-5.8.2*
test_object_binary_archive: borland-5.8.2*
test_object_binary_archive_dll: borland-5.8.2*
test_object_text_archive: borland-5.8.2*
test_object_text_archive_dll: borland-5.8.2*
test_object_text_warchive: borland-5.8.2*
test_object_text_warchive_dll: borland-5.8.2*
test_object_xml_archive: borland-5.8.2*
test_object_xml_archive_dll: borland-5.8.2*
test_object_xml_warchive: borland-5.8.2*
test_object_xml_warchive_dll: borland-5.8.2*
test_optional_binary_archive: borland-5.8.2*
test_optional_binary_archive_dll: borland-5.8.2*
test_optional_text_archive: borland-5.8.2*
test_optional_text_archive_dll: borland-5.8.2*
test_optional_text_warchive: borland-5.8.2*
test_optional_text_warchive_dll: borland-5.8.2*
test_optional_xml_archive: borland-5.8.2*
test_optional_xml_archive_dll: borland-5.8.2*
test_optional_xml_warchive: borland-5.8.2*
test_optional_xml_warchive_dll: borland-5.8.2*
test_polymorphic_binary_archive: borland-5.8.2*
test_polymorphic_binary_archive_dll: borland-5.8.2*
test_polymorphic_text_archive: borland-5.8.2*
test_polymorphic_text_archive_dll: borland-5.8.2*
test_polymorphic_text_warchive: borland-5.8.2*
test_polymorphic_text_warchive_dll: borland-5.8.2*
test_polymorphic_xml_archive: borland-5.8.2*
test_polymorphic_xml_archive_dll: borland-5.8.2*
test_polymorphic_xml_warchive: borland-5.8.2*
test_polymorphic_xml_warchive_dll: borland-5.8.2*
test_primitive_binary_archive: borland-5.8.2*
test_primitive_binary_archive_dll: borland-5.8.2*
test_primitive_text_archive: borland-5.8.2*
test_primitive_text_archive_dll: borland-5.8.2*
test_primitive_text_warchive: borland-5.8.2*
test_primitive_text_warchive_dll: borland-5.8.2*
test_primitive_xml_archive: borland-5.8.2*
test_primitive_xml_archive_dll: borland-5.8.2*
test_primitive_xml_warchive: borland-5.8.2*
test_primitive_xml_warchive_dll: borland-5.8.2*
test_private_ctor: borland-5.8.2*
test_private_ctor_dll: borland-5.8.2*
test_recursion_binary_archive: borland-5.8.2*
test_recursion_binary_archive_dll: borland-5.8.2*
test_recursion_text_archive: borland-5.8.2*
test_recursion_text_archive_dll: borland-5.8.2*
test_recursion_text_warchive: borland-5.8.2*
test_recursion_text_warchive_dll: borland-5.8.2*
test_recursion_xml_archive: borland-5.8.2*
test_recursion_xml_archive_dll: borland-5.8.2*
test_recursion_xml_warchive: borland-5.8.2*
test_recursion_xml_warchive_dll: borland-5.8.2*
test_registered_binary_archive: borland-5.8.2*
test_registered_binary_archive_dll: borland-5.8.2*
test_registered_text_archive: borland-5.8.2*
test_registered_text_archive_dll: borland-5.8.2*
test_registered_text_warchive: borland-5.8.2*
test_registered_text_warchive_dll: borland-5.8.2*
test_registered_xml_archive: borland-5.8.2*
test_registered_xml_archive_dll: borland-5.8.2*
test_registered_xml_warchive: borland-5.8.2*
test_registered_xml_warchive_dll: borland-5.8.2*
test_reset_object_address: borland-5.8.2* msvc-7.0
test_reset_object_address_dll: borland-5.8.2* msvc-7.0
test_set_binary_archive: borland-5.8.2*
test_set_binary_archive_dll: borland-5.8.2*
test_set_text_archive: borland-5.8.2*
test_set_text_archive_dll: borland-5.8.2*
test_set_text_warchive: borland-5.8.2*
test_set_text_warchive_dll: borland-5.8.2*
test_set_xml_archive: borland-5.8.2*
test_set_xml_archive_dll: borland-5.8.2*
test_set_xml_warchive: borland-5.8.2*
test_set_xml_warchive_dll: borland-5.8.2*
test_shared_ptr_132_binary_archive: borland-5.8.2*
test_shared_ptr_132_binary_archive_dll: borland-5.8.2*
test_shared_ptr_132_text_archive: borland-5.8.2*
test_shared_ptr_132_text_archive_dll: borland-5.8.2*
test_shared_ptr_132_text_warchive: borland-5.8.2*
test_shared_ptr_132_text_warchive_dll: borland-5.8.2*
test_shared_ptr_132_xml_archive: borland-5.8.2*
test_shared_ptr_132_xml_archive_dll: borland-5.8.2*
test_shared_ptr_132_xml_warchive: borland-5.8.2*
test_shared_ptr_132_xml_warchive_dll: borland-5.8.2*
test_shared_ptr_binary_archive: borland-5.8.2*
test_shared_ptr_binary_archive_dll: borland-5.8.2*
test_shared_ptr_text_archive: borland-5.8.2*
test_shared_ptr_text_archive_dll: borland-5.8.2*
test_shared_ptr_text_warchive: borland-5.8.2*
test_shared_ptr_text_warchive_dll: borland-5.8.2*
test_shared_ptr_xml_archive: borland-5.8.2*
test_shared_ptr_xml_archive_dll: borland-5.8.2*
test_shared_ptr_xml_warchive: borland-5.8.2*
test_shared_ptr_xml_warchive_dll: borland-5.8.2*
test_simple_class_binary_archive: borland-5.8.2*
test_simple_class_binary_archive_dll: borland-5.8.2*
test_simple_class_ptr_binary_archive: borland-5.8.2*
test_simple_class_ptr_binary_archive_dll: borland-5.8.2*
test_simple_class_ptr_text_archive: borland-5.8.2*
test_simple_class_ptr_text_archive_dll: borland-5.8.2*
test_simple_class_ptr_text_warchive: borland-5.8.2*
test_simple_class_ptr_text_warchive_dll: borland-5.8.2*
test_simple_class_ptr_xml_archive: borland-5.8.2*
test_simple_class_ptr_xml_archive_dll: borland-5.8.2*
test_simple_class_ptr_xml_warchive: borland-5.8.2*
test_simple_class_ptr_xml_warchive_dll: borland-5.8.2*
test_simple_class_text_archive: borland-5.8.2*
test_simple_class_text_archive_dll: borland-5.8.2*
test_simple_class_text_warchive: borland-5.8.2*
test_simple_class_text_warchive_dll: borland-5.8.2*
test_simple_class_xml_archive: borland-5.8.2*
test_simple_class_xml_archive_dll: borland-5.8.2*
test_simple_class_xml_warchive: borland-5.8.2*
test_simple_class_xml_warchive_dll: borland-5.8.2*
test_smart_cast: borland-5.8.2*
test_split_binary_archive: borland-5.8.2*
test_split_binary_archive_dll: borland-5.8.2*
test_split_text_archive: borland-5.8.2*
test_split_text_archive_dll: borland-5.8.2*
test_split_text_warchive: borland-5.8.2*
test_split_text_warchive_dll: borland-5.8.2*
test_split_xml_archive: borland-5.8.2*
test_split_xml_archive_dll: borland-5.8.2*
test_split_xml_warchive: borland-5.8.2*
test_split_xml_warchive_dll: borland-5.8.2*
test_static_warning: borland-5.8.2*
test_tracking_binary_archive: borland-5.8.2*
test_tracking_binary_archive_dll: borland-5.8.2*
test_tracking_text_archive: borland-5.8.2*
test_tracking_text_archive_dll: borland-5.8.2*
test_tracking_text_warchive: borland-5.8.2*
test_tracking_text_warchive_dll: borland-5.8.2*
test_tracking_xml_archive: borland-5.8.2*
test_tracking_xml_archive_dll: borland-5.8.2*
test_tracking_xml_warchive: borland-5.8.2*
test_tracking_xml_warchive_dll: borland-5.8.2*
test_traits_pass: borland-5.8.2*
test_unregistered_binary_archive: borland-5.8.2*
test_unregistered_binary_archive_dll: borland-5.8.2*
test_unregistered_text_archive: borland-5.8.2*
test_unregistered_text_archive_dll: borland-5.8.2*
test_unregistered_text_warchive: borland-5.8.2*
test_unregistered_text_warchive_dll: borland-5.8.2*
test_unregistered_xml_archive: borland-5.8.2*
test_unregistered_xml_archive_dll: borland-5.8.2*
test_unregistered_xml_warchive: borland-5.8.2*
test_unregistered_xml_warchive_dll: borland-5.8.2*
test_utf8_codecvt: borland-5.8.2*
test_vector_binary_archive: borland-5.8.2*
test_vector_binary_archive_dll: borland-5.8.2*
test_vector_text_archive: borland-5.8.2*
test_vector_text_archive_dll: borland-5.8.2*
test_vector_text_warchive: borland-5.8.2*
test_vector_text_warchive_dll: borland-5.8.2*
test_vector_xml_archive: borland-5.8.2*
test_vector_xml_archive_dll: borland-5.8.2*
test_vector_xml_warchive: borland-5.8.2*
test_vector_xml_warchive_dll: borland-5.8.2*
test_void_cast: borland-5.8.2*
test_void_cast_dll: borland-5.8.2*
|signals|
dead_slot_test: borland-5.8.2*
deletion_test: borland-5.8.2* msvc-6.5
ordering_test: borland-5.8.2* msvc-6.5
signal_n_test: borland-5.8.2* msvc-6.5
trackable_test: borland-5.8.2* msvc-6.5
|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*
pointer_to_other_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*
|static_assert|
static_assert_example_2: borland-5.8.2*
static_assert_example_3: borland-5.8.2*
|test|
algorithms_test: borland-5.8.2*
basic_cstring_test: borland-5.8.2*
boost_check_equal_str: borland-5.8.2*
class_properties_test: borland-5.8.2*
custom_exception_test: borland-5.8.2*
errors_handling_test: borland-5.8.2*
fixed_mapping_test: borland-5.8.2*
foreach_test: borland-5.8.2*
ifstream_line_iterator_test: borland-5.8.2*
minimal_test: borland-5.8.2*
online_test: borland-5.8.2*
output_test_stream_test: borland-5.8.2*
parameterized_test_test: borland-5.8.2*
prg_exec_fail1: borland-5.8.2*
prg_exec_fail2: borland-5.8.2* darwin-4.0.1
prg_exec_fail3: borland-5.8.2* cw-9.4
prg_exec_fail4: borland-5.8.2*
result_report_test: borland-5.8.2*
test_case_template_test: borland-5.8.2*
test_tools_test: borland-5.8.2*
|thread|
test_barrier: borland-5.8.2*
test_barrier_lib: borland-5.8.2*
test_condition: borland-5.8.2*
test_condition_lib: borland-5.8.2*
test_mutex: borland-5.8.2*
test_mutex_lib: borland-5.8.2*
test_once: borland-5.8.2*
test_once_lib: borland-5.8.2*
test_thread: borland-5.8.2*
test_thread_lib: borland-5.8.2*
test_tss: borland-5.8.2*
test_tss_lib: borland-5.8.2*
test_xtime: borland-5.8.2*
test_xtime_lib: borland-5.8.2*
|timer|
timer_test: borland-5.8.2*
|tokenizer|
examples: borland-5.8.2*
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|
std_test_array: borland-5.8.2*
std_test_array_tricky: borland-5.8.2*
std_test_bind: borland-5.8.2*
std_test_bind_header: borland-5.8.2*
std_test_complex_header: borland-5.8.2*
std_test_function_header: borland-5.8.2*
std_test_hash: borland-5.8.2*
std_test_hash_header: borland-5.8.2*
std_test_integral_const_header: borland-5.8.2*
std_test_mem_fn_header: borland-5.8.2*
std_test_mpl_header: borland-5.8.2*
std_test_ref_header: borland-5.8.2*
std_test_reference_wrapper: borland-5.8.2*
std_test_regex: borland-5.8.2*
std_test_result_of_header: borland-5.8.2*
std_test_shared_array_header: borland-5.8.2*
std_test_shared_ptr_header: borland-5.8.2*
std_test_shd_this_header: borland-5.8.2*
std_test_tr1_include: borland-5.8.2*
std_test_type_traits_header: borland-5.8.2*
std_test_weak_ptr_header: borland-5.8.2*
test_algorithm_std_header: borland-5.8.2*
test_array: borland-5.8.2*
test_array_tricky: borland-5.8.2*
test_bind: borland-5.8.2*
test_bind_header: borland-5.8.2*
test_bitset_std_header: borland-5.8.2*
test_complex_header: borland-5.8.2*
test_complex_std_header: borland-5.8.2*
test_deque_std_header: borland-5.8.2*
test_exception_std_header: borland-5.8.2*
test_fstream_std_header: borland-5.8.2*
test_function_header: borland-5.8.2*
test_functional_std_header: borland-5.8.2*
test_hash: borland-5.8.2*
test_hash_header: borland-5.8.2*
test_integral_const_header: borland-5.8.2*
test_iomanip_std_header: borland-5.8.2*
test_ios_std_header: borland-5.8.2*
test_iostream_std_header: borland-5.8.2*
test_istream_std_header: borland-5.8.2*
test_iterator_std_header: borland-5.8.2*
test_limits_std_header: borland-5.8.2*
test_list_std_header: borland-5.8.2*
test_locale_std_header: borland-5.8.2*
test_map_std_header: borland-5.8.2*
test_mem_fn_header: borland-5.8.2*
test_memory_std_header: borland-5.8.2*
test_mpl_header: borland-5.8.2*
test_new_std_header: borland-5.8.2*
test_numeric_std_header: borland-5.8.2*
test_ostream_std_header: borland-5.8.2*
test_queue_std_header: borland-5.8.2*
test_ref_header: borland-5.8.2*
test_reference_wrapper: borland-5.8.2*
test_regex: borland-5.8.2*
test_result_of_header: borland-5.8.2*
test_set_std_header: borland-5.8.2*
test_shared_array_header: borland-5.8.2*
test_shared_ptr_header: borland-5.8.2*
test_shd_this_header: borland-5.8.2*
test_sstream_std_header: borland-5.8.2*
test_stack_std_header: borland-5.8.2*
test_stdexcept_std_header: borland-5.8.2*
test_streambuf_std_header: borland-5.8.2*
test_string_std_header: borland-5.8.2*
test_strstream_std_header: borland-5.8.2*
test_tr1_include: borland-5.8.2*
test_type_traits_header: borland-5.8.2*
test_typeinfo_std_header: borland-5.8.2*
test_utility_std_header: borland-5.8.2*
test_valarray_std_header: borland-5.8.2*
test_vector_std_header: borland-5.8.2*
test_weak_ptr_header: borland-5.8.2*
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_tr1_array_pass: borland-5.8.2*
tr1_has_tr1_bind_pass: borland-5.8.2*
tr1_has_tr1_cx_over_pass: borland-5.8.2*
tr1_has_tr1_cx_trig_pass: borland-5.8.2*
tr1_has_tr1_function_pass: borland-5.8.2*
tr1_has_tr1_hash_pass: borland-5.8.2*
tr1_has_tr1_mem_fn_pass: borland-5.8.2*
tr1_has_tr1_random_pass: borland-5.8.2*
tr1_has_tr1_ref_wrap_pass: borland-5.8.2*
tr1_has_tr1_regex_pass: borland-5.8.2*
tr1_has_tr1_result_of_pass: borland-5.8.2*
tr1_has_tr1_shared_ptr_pass: borland-5.8.2*
tr1_has_tr1_tt_pass: borland-5.8.2*
tr1_has_tr1_tuple_pass: borland-5.8.2*
tr1_has_tr1_un_map_pass: borland-5.8.2*
tr1_has_tr1_un_set_pass: borland-5.8.2*
tr1_has_tr1_utility_pass: 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*
|tuple|
io_test: borland-5.8.2*
tuple_test_bench: 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*
compressed_pair_test: borland-5.8.2*
current_function_test: borland-5.8.2*
iterators_test: borland-5.8.2*
next_prior_test: borland-5.8.2*
operators_test: borland-5.8.2* gcc-3.4.5_linux_x86_64
ref_ct_test: borland-5.8.2*
ref_test: borland-5.8.2*
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*
|wave|
testwave: intel-linux-9.0
|xpressive|
test3u: qcc-3.3.5_cpp
3
3
Hi,
It's already a matter of "tradition" that all database discussions here
have something to do with SOCI. ;-)
To confirm this "tradition", I would like to announce that the new
version (2.2.0) of the SOCI library is available for download:
http://soci.sourceforge.net/
This new version provides:
1. Two new backends:
- ODBC (tested with MS SQL Server)
- Firebird
2. Complete build system for both Unix/Linux (autotools) and Windows
(solution files for MSVC++).
3. STL-compatible iterators:
Rowset<string> rs = (sql.prepare << "select name from persons");
copy(rs.begin(), rs.end(), ostream_iterator<string>(cout, "\n"));
4. Stream-like interface for easier dynamic binding and field extraction
from rows:
Row r;
sql << "select name, age, salary from persons where ...", into(r);
string name;
int age, salary;
r >> name >> age >> salary;
5. The comprehensive set of common tests for all supported database servers.
6. Some performance improvements for PostgreSQL.
7. Better docs.
8. Various fixes and tweaks.
I would like to stress that the ODBC support was our important milestone
that now allows us to claim a quite extensive coverage of existing
database technologies. With this in mind, SOCI becomes even more serious
and our roadmap for the nearest future is to bring the library to the
state that will make it a valid candidate for inclusion into Boost. We
will therefore welcome your guidance and suggestions w.r.t. Boost
compliance.
Note that up to this release, the library was deliberately developed
without any external dependencies, so there are obviously wide areas
where Boost might be applied within the library itself (example:
intrusive pointers to manage some refcounted objects). This is easy.
The more difficult part is the library interface and its general philosophy.
We welcome your feedback.
--
Maciej Sobczak : http://www.msobczak.com/
Programming : http://www.msobczak.com/prog/
15
39
Re: [boost] SOCI 2.2.0 - The C++ Database Access Library
by james.jones@firstinvestors.com 07 Dec '06
by james.jones@firstinvestors.com 07 Dec '06
07 Dec '06
From: Austin Bingham <abingham(a)arlut.utexas.edu>
> Whatever we pick, I think we should avoid any name that isn't pretty
> immediately clear on a quick scan. With a few exceptions (i.e. Spirit),
> you can quickly tell what a boost library does based solely on it's name.
> So, while "database" gives a pretty good clue as to the library's purpose,
> "bdbc" or "dba" are less informative. As the list of boost libraries
> grows, I think it behooves us to avoid obfuscation and, thus, confusion.
Upon reflection, I think you're right. In which case I change my vote to "database_access". This really isn't too long compared to existing Boost libraries (e.g., "compressed_pair", "special_functions", "program_options") and it gives a clearer picture of what the library is about.
-
James Jones Administrative Data Mgmt.
Webmaster 375 Raritan Center Pkwy, Suite A
Data Architect Edison, NJ 08837
1
0
So I've been attempting to get Boost.MPI running on OSX and have run
into a few problems; I'm not sure what the fundamental issue is, but
any input would be welcomed...
1) In order to get LAM-MPI 7.1.2 to compile and run correctly, I need
to configure it with --with-memory-manager=none. With this, the
cxxhello example program compiles properly and runs as expected:
lamboot
mpirun -np 4 cxxhello
gives
Hello World! I am 0 of 4
Hello World! I am 3 of 4
Hello World! I am 1 of 4
Hello World! I am 2 of 4
However, if I then try to compile the Boost.MPI example program
mpic++ hello_world.cpp -I/usr/local/include -L/usr/local/lib -
lboost_mpi-1_35 -lmpi -lboost_serialization-1_35
I get a bunch of linker warnings:
/usr/bin/ld: warning suggest use of -bind_at_load, as lazy binding
may result in errors or different symbols being used
symbol _create_scalable_zone used from dynamic library /usr/lib/gcc/
powerpc-apple-darwin8/4.0.1/../../../libdl.dylib(scalable_malloc.So)
not from earlier dynamic library /usr/local/lib/libmpi.0.dylib
(scalable_malloc.o)
symbol _malloc_freezedry used from dynamic library /usr/lib/gcc/
powerpc-apple-darwin8/4.0.1/../../../libdl.dylib(scalable_malloc.So)
not from earlier dynamic library /usr/local/lib/libmpi.0.dylib
(scalable_malloc.o)
symbol _malloc_jumpstart used from dynamic library /usr/lib/gcc/
powerpc-apple-darwin8/4.0.1/../../../libdl.dylib(scalable_malloc.So)
not from earlier dynamic library /usr/local/lib/libmpi.0.dylib
(scalable_malloc.o)
symbol _scalable_zone_info used from dynamic library /usr/lib/gcc/
powerpc-apple-darwin8/4.0.1/../../../libdl.dylib(scalable_malloc.So)
not from earlier dynamic library /usr/local/lib/libmpi.0.dylib
(scalable_malloc.o)
symbol _scalable_zone_statistics used from dynamic library /usr/lib/
gcc/powerpc-apple-darwin8/4.0.1/../../../libdl.dylib
(scalable_malloc.So) not from earlier dynamic library /usr/local/lib/
libmpi.0.dylib(scalable_malloc.o)
symbol _szone_check_counter used from dynamic library /usr/lib/gcc/
powerpc-apple-darwin8/4.0.1/../../../libdl.dylib(scalable_malloc.So)
not from earlier dynamic library /usr/local/lib/libmpi.0.dylib
(scalable_malloc.o)
symbol _szone_check_modulo used from dynamic library /usr/lib/gcc/
powerpc-apple-darwin8/4.0.1/../../../libdl.dylib(scalable_malloc.So)
not from earlier dynamic library /usr/local/lib/libmpi.0.dylib
(scalable_malloc.o)
symbol _szone_check_start used from dynamic library /usr/lib/gcc/
powerpc-apple-darwin8/4.0.1/../../../libdl.dylib(scalable_malloc.So)
not from earlier dynamic library /usr/local/lib/libmpi.0.dylib
(scalable_malloc.o)
The program still compiles and links, but when I try to run it:
lamboot
mpirun -np 4 hello_world
it prints
Hello, world!
and then hangs...
Any suggestions?
Also, Open-MPI appears to compile without shenanigans on OSX - has
anyone tried to use Boost.MPI with Open-MPI?
Thanks,
Matthias
----------------------------------------------------------------
Matthias Schabel, Ph.D.
Assistant Professor, Department of Radiology
Utah Center for Advanced Imaging Research
729 Arapeen Drive
Salt Lake City, UT 84108
801-587-9413 (work)
801-585-3592 (fax)
801-706-5760 (cell)
801-484-0811 (home)
matthias at stanfordalumni dot org
----------------------------------------------------------------
2
1
I had a look into multi_array's implementation and i can see a number of
opportunities to improve the efficiency multi_array perhaps by quite a lot
with only very minor changes.
Why are we not taking advantage of the fact that that
allocation/de-allocation is separate from construction/destruction? i see in
a number of places that multi_array is redundantly default constructing
elements (like in multi_array::allocate_space) and then copying new elements
into the array for example in multi_array i see a lot of:
allocate_space(); // allocate memory then default construct
std::copy(rhs.begin(),rhs.end(),this->begin());
instead why not just do an in-place copy construction from the outset,
something like:
allocate_space(); // a new version which only allocates memory, no
construction
std::uninitialized_copy(rhs.begin(), rhs.end(), this->begin());
When i create a multi_array i want to be able to "reserve" the shape of a
multi_array and then incrementally add new elements via in-place copy
construction or even better using in-place factories.
We do not even need to explicitly store the size if we take advantage of
uninitialized and initialized elements, just like how modern implementations
of std::vector do.
Another minor thing is to apply the empty member/base optimizations
(EMO/EBO) for allocator types which are empty in size.
So i would like to know the rationale for these, since i need something like
multi_array i may just make the adjustments myself.
_________________________________________________________________
Windows Live Messenger has arrived. Click here to download it for free!
http://imagine-msn.com/messenger/launch80/?locale=en-gb
3
2