aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/util
AgeCommit message (Expand)AuthorFilesLines
2015-05-26locale_conv.h: Fix copyright years.Jonathan Wakely1-1/+1
2015-05-20* testsuite/util/testsuite_fs.h (nonexistent_path): Don't use tempnam.Jonathan Wakely1-10/+5
2015-05-15ops.cc (stat_type): Define alias for struct stat and use throughout the file.Jonathan Wakely1-0/+31
2015-05-13alloc_traits.h (_S_max_size): Implement LWG 2466.Jonathan Wakely1-1/+1
2015-05-05c.opt (Wterminate): New.Jason Merrill1-1/+1
2015-04-30Implement N4100 File System TSJonathan Wakely1-0/+67
2015-04-29re PR libstdc++/64657 (Support iterators with overloaded operator-comma)Jonathan Wakely1-3/+20
2015-04-27Add support for std::uncaught_exceptions.Ville Voutilainen1-1/+2
2015-01-08re PR libstdc++/60132 (C++11: lack of is_trivially_copy_constructible)Jonathan Wakely1-1/+1
2015-01-05Update copyright years.Jakub Jelinek116-116/+116
2014-12-19New std::string implementation.Jonathan Wakely2-1/+11
2014-11-18re PR libstdc++/43622 (Incomplete C++ library support for __float128)Marc Glisse1-3/+6
2014-11-11re PR libstdc++/61107 (stl_algo.h: std::__inplace_stable_partition() doesn't ...François Dumont1-0/+69
2014-11-04* testsuite/util/testsuite_allocator.h (operator==): Fix recursion.Jonathan Wakely1-1/+1
2014-10-21prog_bar.cc: Qualify size_t.Joern Rennecke3-7/+7
2014-10-07testsuite_counter_type.h (counter_type::operator<(const counter_type&)): Upda...François Dumont1-1/+4
2014-10-01type_traits: Add is_final<> type trait for C++14.Edward Smith-Rowland1-0/+4
2014-07-292014-07-29 François Dumont <fdumont@gcc.gnu.org>François Dumont1-154/+188
2014-07-08allocated_ptr.h (__allocated_ptr::operator=): Add missing return.Jonathan Wakely1-3/+3
2014-06-272014-06-27 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-181/+154
2014-06-26Fix a comment.François Dumont1-1/+1
2014-06-262014-06-26 François Dumont <fdumont@gcc.gnu.org>François Dumont1-154/+181
2014-06-10re PR libstdc++/61390 (error in nested template parameter in ext/pb_ds header...Jonathan Wakely1-1/+1
2014-05-09gnu.ver (GLIBCXX_3.4.20): Correct regex_error export.Jonathan Wakely1-1/+2
2014-05-06macros.h [...]: Add parameter to pass the 2 instances to check allocator equa...François Dumont1-9/+3
2014-04-25re PR libstdc++/60958 (Initialization of arrays in tr1/regex ill-formed or wi...Jonathan Wakely1-2/+2
2014-04-25testsuite_abi.cc (check_version): Update for CXXABI_1.3.9.Marc Glisse1-1/+2
2014-04-15container.cc: Do not use uninitialized members in mem-initializers.Jonathan Wakely1-1/+2
2014-01-29alloc_traits.h (allocator_traits::_S_allocate): Do not use varargs when argum...Jonathan Wakely1-0/+100
2014-01-22PR libstdc++/58764 (again)Jonathan Wakely1-1/+1
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford115-115/+115
2013-12-06testsuite_tr1.h (test_category, [...]): constexpr in c++11 mode.Paolo Carlini1-27/+29
2013-11-21Implement __gnu_cxx::hypergeometric_distribution.Edward Smith-Rowland1-0/+19
2013-11-15build_hacking.xml: Fix documentation typos.Ondřej Bílka3-4/+4
2013-11-15stl_map.h (map): Implement C++11 allocator-aware container requirements.Jonathan Wakely1-5/+5
2013-10-26regex.h: Remove unnecessary friends.Tim Shen1-1/+2
2013-10-23testsuite_containergen.h: New.Chris Jefferson2-0/+101
2013-10-20regex.h: Remove virtual class _Automaton.Tim Shen1-2/+2
2013-10-06regex.h: (regex_token_iterator<>::regex_token_iterator): Fix compile error.Tim Shen1-0/+175
2013-09-21Print additional info when various out-of-range conditions are detected.Paul Pluzhnikov1-16/+6
2013-08-01re PR libstdc++/57779 (vector insert fails to diagnose iterators pointing int...François Dumont1-1/+29
2013-07-29atomic (compare_exchange_weak, [...]): Add call to __cmpexch_failure_order.Nathan Froyd1-0/+17
2013-06-27stl_deque.h (deque<>::insert(iterator, const value_type&), [...]): Adjust C++...Paolo Carlini1-65/+9
2013-06-16re PR libstdc++/57263 (std::set with user-defined allocator - compile error)Jonathan Wakely1-0/+31
2013-06-10c++config (_GLIBCXX_ABI_TAG_CXX11): Add.Benjamin Kosnik2-0/+110
2013-06-10forced.C: Extend current handling of Linux-based x86 systems to cover all GNU...Thomas Schwinge1-1/+1
2013-06-08stl_algo.h (is_permutation): Add overloads from N3671.Jonathan Wakely1-5/+5
2013-05-24chrono.cc: If _GLIBCXX_USE_CLOCK_GETTIME_SYSCALL, include unistd.h and sys/sy...Jakub Jelinek1-1/+2
2013-05-10re PR libstdc++/54577 (deque<T>::erase() still takes iterator instead of cons...Paolo Carlini1-44/+4
2013-05-10testsuite_abi.cc (check_version): Add CXXABI_1.3.8.Uros Bizjak1-5/+6