aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
2010-08-14re PR libstdc++/45283 (performance/30_threads/future/polling.cc fails at comp...Jonathan Wakely1-3/+8
2010-08-13dr1189.cc: Move to...Paolo Carlini5-0/+57
2010-08-12c++config (_GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE, [...]): Add.Kostya Serebryany3-4/+4
2010-08-11hashtable.h (_Hashtable<>::erase(const key_type&)): Use std::__addressof.Paolo Carlini1-0/+94
2010-08-11stl_algo.h (shuffle): Change signature consistently with random_shuffle (US 1...Paolo Carlini2-3/+2
2010-08-11re PR libstdc++/42925 ([GB 99] Not possible to compare unique_ptr with 0)Paolo Carlini3-3/+77
2010-08-10shared_ptr_base.h: Remove a few now redundant __glibcxx_function_requires(_Co...Paolo Carlini2-2/+2
2010-08-101.cc: Avoid -Wall warnings.Paolo Carlini2-4/+6
2010-08-10range_access.cc: Avoid -Wall warnings.Paolo Carlini1-1/+1
2010-08-10cons_overflow_neg.cc: Avoid -Wall warnings.Paolo Carlini6-23/+93
2010-08-10re PR libstdc++/45228 ([C++0x] Can't copy-construct "tuple<int,int,int>" from...Paolo Carlini3-1/+81
2010-08-08re PR libstdc++/44963 ([DR 1334] Ambiguous function overload using __gnu_cxx:...Paolo Carlini2-1/+32
2010-08-08cmath: Implement US 136.Paolo Carlini1-0/+92
2010-08-06* include/std/thread: Add deleted thread(thread&).Jason Merrill1-7/+1
2010-08-06tuple (pack_arguments): Rename to forward_as_tuple and simplify, per US 98 an...Paolo Carlini2-12/+12
2010-08-06tuple (begin, end): Remove per GB 87.Paolo Carlini1-33/+0
2010-08-06ratio (ratio_less): Improve, use ratio_divide to avoid more overflows.Paolo Carlini2-3/+15
2010-08-05utility (begin, end): Remove per GB 85.Paolo Carlini1-33/+0
2010-08-05move.h (forward): Update to N3092.Paolo Carlini3-112/+0
2010-07-27[multiple changes]Paolo Carlini22-0/+703
2010-07-27acinclude.m4 ([GLIBCXX_CHECK_STDIO_MACROS]): Remove.Paolo Carlini2-3/+3
2010-07-2614220.cc: XFAIL on Solaris 9/x86, 32-bit Solaris 10/x86 and 64-bit Solaris 10...Rainer Orth5-15/+23
2010-07-11type_traits (is_convertible): Use SFINAE.Paolo Carlini3-5/+5
2010-07-02gc++filt.m4: New file.Rainer Orth2-6/+11
2010-06-29* decl2.c (mark_used): Adjust error for use of deleted function.Jason Merrill34-128/+78
2010-06-29re PR libstdc++/44708 (Enabling -std=c++0x results in ambiguous function over...Paolo Carlini1-0/+31
2010-06-26[multiple changes]Paolo Carlini23-24/+25
2010-06-25Initial regex implementation.Stephen M. Webb79-0/+3732
2010-06-21sol2.h (TARGET_OS_CPP_BUILTINS): Define __STDC_VERSION__=199901L, _XOPEN_SOUR...Rainer Orth1-2/+2
2010-06-18re PR libstdc++/32618 (std::vector calls uneccessary constructors instead of ...Paolo Carlini28-102/+313
2010-06-15libstdc++.exp: Set additional_prunes.Jason Merrill38-49/+56
2010-06-15call.c (convert_like_real): Give "initializing argument of" information for a...Jason Merrill1-5/+0
2010-06-15call.c (print_z_candidates): Do print viable deleted candidates.Jason Merrill3-26/+3
2010-06-11shared_ptr.h (hash<shared_ptr>): Add.Paolo Carlini2-0/+96
2010-06-10tuple (tuple(const tuple&)): Define explicitly-defaulted.Paolo Carlini1-1/+1
2010-06-10re PR libstdc++/44487 ([C++0x] pair of references doesn't work)Paolo Carlini3-2/+104
2010-06-10type_traits (is_nothrow_constructible): Add.Paolo Carlini7-6/+183
2010-06-08type_traits (has_nothrow_assign): Rename to has_nothrow_copy_assign.Paolo Carlini6-0/+246
2010-06-08re PR libstdc++/44417 (make check-target-libstdc++-v3 fails due to undefined ...Paolo Carlini3-9/+6
2010-06-08order_statistics_imp.hpp: Avoid -Wall warnings.Paolo Carlini149-484/+538
2010-06-06re PR libstdc++/40296 ([C++0x] std::exception_ptr comparisons)Jonathan Wakely2-0/+93
2010-06-05[multiple changes]Jonathan Wakely7-14/+214
2010-06-05* testsuite/util/testsuite_abi.h: Work around glibc BZ 9694.Jason Merrill1-0/+2
2010-06-03testsuite_iterators.h: Don't include <cstddef>, don't use NULL, use std::size...Paolo Carlini9-36/+32
2010-06-03c++config (std::size_t, [...]): Provide typedefs.Paolo Carlini129-386/+417
2010-06-02pointer.cc: Fix which tests are run.Jonathan Wakely2-4/+4
2010-05-31re PR libstdc++/43820 (auto_ptr used with incomplete type no longer triggers ...Jonathan Wakely2-0/+82
2010-05-31basic_string.h (front, back): Add.Paolo Carlini3-1/+89
2010-05-28stl_vector.h (vector<>::data): Fix return type in c++0x mode.Paolo Carlini4-4/+4
2010-05-27re PR libstdc++/40497 ([C++0x] troubles with std::next / std::prev declarations)Paolo Carlini1-0/+41