aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford6077-6078/+6078
2014-01-02arc-common.c, [...]: Use the standard form for the copyright notice.Richard Sandiford3-3/+3
2013-12-22chi2_quality.h: Break out from chi2_quality.cc.Hans-Peter Nilsson7-218/+347
2013-12-10value.cc: Add test.Paolo Carlini1-0/+2
2013-12-09re PR libstdc++/59427 (Opening with ios::in | ios::app does not allow appending)Paolo Carlini2-0/+78
2013-12-09chi2_quality.cc: Change -DSAMPLES=30000.Renlin Li1-1/+1
2013-12-08* testsuite/30_threads/async/async.cc: Fix race condition in test.Jonathan Wakely1-15/+10
2013-12-08explicit_instantiation.cc: New.Paolo Carlini73-0/+2676
2013-12-06testsuite_tr1.h (test_category, [...]): constexpr in c++11 mode.Paolo Carlini45-1291/+1150
2013-11-27Fix ext/random/hypergeometric_distribution/operators/values.cc on Solaris 9Rainer Orth1-2/+1
2013-11-27Fix ext/random/hypergeometric_distribution/operators/values.cc on Solaris 9Rainer Orth1-0/+2
2013-11-22Makefile.am (check_DEJAGNU_normal_targets): Add 10.Jakub Jelinek2-10/+14
2013-11-22re PR libstdc++/59247 (Bootstrap fails due to errors in libstdc++ sources wit...Jonathan Wakely1-1/+1
2013-11-22values.cc: Fix further thinkos.Paolo Carlini1-1/+3
2013-11-22values.cc: Fix thinkos.Paolo Carlini1-3/+3
2013-11-21string_view: Rep empty string with unit-length static constexpr string.Edward Smith-Rowland4-14/+16
2013-11-21Implement __gnu_cxx::hypergeometric_distribution.Edward Smith-Rowland9-0/+371
2013-11-20re PR libstdc++/49204 ([C++0x] remaining issues in <future>)Jonathan Wakely2-3/+42
2013-11-19* testsuite/17_intro/static.cc: Ignore AIX TOC reload warnings.David Edelsohn1-0/+5
2013-11-19gnu.ver (_ZNSt11regex_errorC*): Export regex_error constructors.Jonathan Wakely10-63/+13
2013-11-19noexcept.cc: Change to compile-only test.Jonathan Wakely11-168/+67
2013-11-19string_view (_S_max_size): Remove.Paolo Carlini2-14/+0
2013-11-18shared_ptr_base.h (_Sp_counted_base<_S_single>): Use non-atomic operations.Jonathan Wakely2-2/+2
2013-11-1655043.cc (equal): Add missing & on rhs parameter.François Dumont1-4/+11
2013-11-16Implement N3762 string_view: a non-owning reference to a string.Edward Smith-Rowland62-0/+4204
2013-11-15stl_bvector.h (vector<bool>::emplace_back()): LWG 2187: Define.Jonathan Wakely1-0/+51
2013-11-15build_hacking.xml: Fix documentation typos.Ondřej Bílka5-6/+6
2013-11-15stl_map.h (map): Implement C++11 allocator-aware container requirements.Jonathan Wakely45-11/+2435
2013-11-14alloc_traits.h (__allow_copy_cons): Remove.Jonathan Wakely4-103/+0
2013-11-09re PR libstdc++/58982 (std::vector<std::atomic<int>> vai(10); does not compil...Jonathan Wakely6-0/+248
2013-11-05N3655 C++1y TransformationTraits ReduxJonathan Wakely17-81/+427
2013-11-05optional: Use __and_<> and __not_<> in conditions.Jonathan Wakely4-36/+38
2013-11-01enable_special_members.h: New.Michael Brune43-0/+3589
2013-11-01N3421 C++1y Transparent functorsJonathan Wakely1-0/+95
2013-10-31tuple (_Index_tuple, [...]): Move to <utility>.Jonathan Wakely2-0/+89
2013-10-3148631_neg.cc: Tweak dg-prune.Paolo Carlini1-0/+1
2013-10-30pointer_partial_void.cc: Fix and enable VERIFY tests.Jonathan Wakely1-4/+4
2013-10-30shared_ptr (__shared_ptr): Assert non-void pointer.Jonathan Wakely5-4/+67
2013-10-29re PR libstdc++/58839 (dereferencing void* in shared_ptr(unique_ptr&& u) cons...Jonathan Wakely3-0/+127
2013-10-29hashtable.cc (__access_protected_ctor): Define and use new type instead of _H...Jonathan Wakely1-1/+1
2013-10-26regex.h: Remove unnecessary friends.Tim Shen7-147/+193
2013-10-25formatter.h (__check_singular): Add const on iterator reference.François Dumont2-0/+167
2013-10-23testsuite_containergen.h: New.Chris Jefferson6-0/+344
2013-10-23re PR libstdc++/58850 (Conversion error in chrono)Paolo Carlini1-0/+42
2013-10-23contrib.texi ([Fran@,{c}ois Dumont], [...]): New entries.Paolo Carlini1-3/+3
2013-10-23re PR libstdc++/58815 (Casting/Conversion operator for std::decimal not suppo...Paolo Carlini1-0/+35
2013-10-23Implement N3779 - User-defined Literals for std::complex, part 2 of UDL for S...Ed Smith-Rowland2-0/+94
2013-10-20regex.h: Remove virtual class _Automaton.Tim Shen1-2/+2
2013-10-20re PR libstdc++/58800 (std::nth_element segfaults on valid input)Chris Jefferson1-0/+52
2013-10-19re PR libstdc++/58729 (tr2::dynamic_bitset::resize fails)Edward Smith-Rowland1-0/+64