aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
2013-07-25complex (pow(const complex<>&, int)): Enable in C++11 mode too.Paolo Carlini1-3/+5
2013-07-25Add documents and comments.Tim Shen1-0/+50
2013-07-24Reimplment matcher using Depth-first search(backtracking).Tim Shen3-2/+103
2013-07-23Implement regex_iterator and regex_token_iterator.Tim Shen4-0/+208
2013-07-21Partially implement regex_search.Tim Shen1-0/+58
2013-07-21Fix.Mike Stump1-1/+1
2013-07-09Implement class regex_traits.Tim Shen8-10/+250
2013-07-05hashtable_policy.h (_ReuseOrAllocNode): Use forward pattern.François Dumont2-2/+2
2013-07-05const_iterator.cc: Tweak, avoid potential undefined behavior.Paolo Carlini4-8/+8
2013-07-04codecvt_members.cc: Fix typo.Veres Lajos4-4/+4
2013-07-01stl_list.h (list<>::insert(iterator, size_type, const value_type&), [...]): A...Paolo Carlini10-8/+53
2013-06-30stl_deque.h (deque<>::insert(iterator, size_type, const value_type&), [...]):...Paolo Carlini11-13/+22
2013-06-29hashtable_policy.h (_Insert_base): Consider hint in insert methods.François Dumont4-2/+461
2013-06-28*: Move inside testsuite/21_strings/basic_string/operations/data/.Paolo Carlini22-0/+0
2013-06-27*: Move inside testsuite/21_strings/basic_string/modifiers/.Paolo Carlini33-0/+0
2013-06-27stl_deque.h (deque<>::insert(iterator, const value_type&), [...]): Adjust C++...Paolo Carlini28-77/+330
2013-06-26typeck2.c (store_init_value): Diagnose a non-constant initializer for in-clas...Jason Merrill1-0/+1
2013-06-26abi_tag.cc: Avoid spurious fails with check-debug.Paolo Carlini4-0/+4
2013-06-25re PR libstdc++/57704 (std::char_traits<char>::lt is not standards-compliant)Paolo Carlini1-0/+37
2013-06-22re PR libstdc++/57674 (wrong distribution for std::binomial_distribution::op...Paolo Carlini1-0/+11
2013-06-21re PR libstdc++/57666 (valarray<T>::operator= in c++11 mode does not adapt to...Paolo Carlini1-0/+37
2013-06-18re PR libstdc++/57641 (std::timed_mutex.try_lock_until() is broken)Jonathan Wakely1-0/+69
2013-06-16re PR libstdc++/57263 (std::set with user-defined allocator - compile error)Jonathan Wakely4-0/+169
2013-06-16shared_mutex: Implement N3659.Jonathan Wakely20-0/+1102
2013-06-14re PR libstdc++/57619 (std::unordered_map and std::unordered_multimap::insert...Paolo Carlini2-0/+102
2013-06-13type_traits (is_function): Support ref-qualified functions.Daniel Kruegler17-35/+117
2013-06-13modified_bessel_func.tcc (__gnu_cxx::__airy_ai(), [...]): Remove.Paolo Carlini1-5/+2
2013-06-13re PR libstdc++/56430 (In __airy: return-statement with a value, in function ...Ed Smith-Rowland1-0/+37
2013-06-11Fix library literals error involving namespace __detail.Ed Smith-Rowland1-0/+7
2013-06-11re PR libstdc++/56019 (max_align_t should be in std namespace)Paolo Carlini2-0/+47
2013-06-10c++config (_GLIBCXX_ABI_TAG_CXX11): Add.Benjamin Kosnik16-2/+418
2013-06-10forced.C: Extend current handling of Linux-based x86 systems to cover all GNU...Thomas Schwinge181-353/+355
2013-06-10mutex (call_once): Remove parentheses to fix error in c++1y and gnu++1y mode.Jonathan Wakely1-9/+13
2013-06-08Simplify and clean up library literals.Ed Smith-Rowland4-16/+0
2013-06-08Implement N3654 - Quoted Strings Library ProposalEd Smith-Rowland2-0/+176
2013-06-08stl_algo.h (is_permutation): Add overloads from N3671.Jonathan Wakely9-14/+638
2013-06-08type-traits (integral_constant::operator()): Implement N3545.Jonathan Wakely4-5/+41
2013-06-05* testsuite/libstdc++-prettyprinters/shared_ptr.cc: Use -O0.Tom Tromey1-1/+1
2013-06-03re PR c++/57419 (Access control doesn't stop referring to a deleted function)Paolo Carlini1-1/+1
2013-06-01Implement N3642 - User-defined Literals for Standard Library TypesEd Smith-Rowland7-3/+243
2013-05-24chrono.cc: If _GLIBCXX_USE_CLOCK_GETTIME_SYSCALL, include unistd.h and sys/sy...Jakub Jelinek1-1/+2
2013-05-21re PR libstdc++/57336 (Cannot INVOKE a reference_wrapper around an abstract t...Jonathan Wakely1-0/+37
2013-05-19tuple (get): Implement N3670.Jonathan Wakely10-0/+305
2013-05-18unique_ptr.h (make_unique): Declare inline.Jonathan Wakely2-3/+3
2013-05-18utility (exchange): Define.Jonathan Wakely1-0/+103
2013-05-18unique_ptr.h (make_unique): Define.Jonathan Wakely3-0/+133
2013-05-15printers.py (Tr1HashtableIterator): Fix rendering of std::tr1 unordered conta...François Dumont1-0/+90
2013-05-10re PR libstdc++/54577 (deque<T>::erase() still takes iterator instead of cons...Paolo Carlini19-56/+214
2013-05-10testsuite_abi.cc (check_version): Add CXXABI_1.3.8.Uros Bizjak1-5/+6
2013-05-07unordered_base.h: New.François Dumont1-1/+1