aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/20_util
AgeCommit message (Expand)AuthorFilesLines
2013-10-15Add missing function in 20_util/exchange/1.cc.Diego Novillo1-2/+4
2013-10-0958659.cc: Use VERIFY instead of aborting.Jonathan Wakely1-2/+1
2013-10-09Fix unprototyped abort() introduced in libstdc++/58659.cc testcase.Marcus Shawcroft1-1/+1
2013-10-08re PR libstdc++/58659 (Construction of shared_ptr from unique_ptr mismatches ...Jonathan Wakely2-1/+70
2013-10-02re PR libstdc++/58569 (Compilation error when a class contains multiple std::...Jonathan Wakely1-0/+29
2013-10-02re PR libstdc++/58594 (std::make_shared does not accept const types as parame...Jonathan Wakely1-0/+27
2013-09-27re PR libstdc++/57465 (Failed postcondition for std::function constructed wit...Jonathan Wakely1-0/+31
2013-06-26typeck2.c (store_init_value): Diagnose a non-constant initializer for in-clas...Jason Merrill1-0/+1
2013-06-13type_traits (is_function): Support ref-qualified functions.Daniel Kruegler17-35/+117
2013-06-11Fix library literals error involving namespace __detail.Ed Smith-Rowland1-0/+7
2013-06-10forced.C: Extend current handling of Linux-based x86 systems to cover all GNU...Thomas Schwinge2-4/+4
2013-06-08Simplify and clean up library literals.Ed Smith-Rowland2-8/+0
2013-06-08type-traits (integral_constant::operator()): Implement N3545.Jonathan Wakely4-5/+41
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-Rowland5-3/+146
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-02constexpr_data.cc: Move...Paolo Carlini7-0/+272
2013-05-02type_traits (is_null_pointer): Add.Paolo Carlini6-5/+131
2013-04-28re PR libstdc++/51365 (cannot use final empty class in std::tuple)Jonathan Wakely3-5/+62
2013-04-22re PR c++/48665 (type of const member function)Jason Merrill4-48/+48
2013-04-22type_traits (is_signed): Simplify.Paolo Carlini3-5/+5
2013-04-07Makefile.am: Add ext/aligned_buffer.hJonathan Wakely1-1/+1
2013-04-07functional (_Derives_from_unary_function): Remove.François Dumont5-10/+11
2013-03-16re PR c++/55017 ([DR 1051] [C++11] Rvalue-reference member should cause copy ...Jason Merrill1-1/+2
2013-03-13re PR libstdc++/56609 ([C++11] Several type traits give incorrect results for...Paolo Carlini2-0/+6
2013-03-0955463.cc: Avoid -Wunused warnings.Paolo Carlini1-43/+47
2013-02-20user.cfg.in: Set __cplusplus to 201103L.Benjamin Kosnik1-1/+1
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford531-535/+532
2013-01-08re PR c++/55908 (Problem binding a const member function to a const object)Jonathan Wakely2-4/+38
2013-01-07re PR libstdc++/55847 (mistake bad_weak_ptr::what() message)Jonathan Wakely2-3/+37
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek14-14/+14
2012-12-20functional (_Require): Move to ...Jonathan Wakely17-29/+514
2012-11-28functional (_Mem_fn): Constrain function call operators to avoid ambiguities.Jonathan Wakely3-10/+102
2012-11-26re PR libstdc++/55463 (Result of std::mem_fn doesn't accept rvalues)Jonathan Wakely2-4/+82
2012-11-19typedefs.cc: Check rebind and improve propagate_on_container_move_assignment ...Jonathan Wakely1-2/+7
2012-11-19stl_algo.h (reverse_copy): Update comment per DR 2074.Jonathan Wakely2-4/+50
2012-11-14re PR libstdc++/55320 (Invalid delete with throwing copy-c'tor passed to std:...Jonathan Wakely4-7/+93
2012-11-07array (_GLIBCXX_THROW_OR_ABORT): Move...Paolo Carlini1-2/+1
2012-11-0655123.cc: Remove duplicate include.Jonathan Wakely1-2/+0
2012-11-01range_access.cc: Fix copying permission statement.Jonathan Wakely3-3/+3
2012-10-29re PR libstdc++/55123 ([C++11] Construction of shared_ptr<const T> from uniqu...Jonathan Wakely1-0/+30
2012-10-24type_traits (common_type): Implement LWG 2141.Daniel Kruegler5-68/+61
2012-10-19scoped_allocator (__outermost_alloc_traits): Define.Jonathan Wakely1-0/+308
2012-10-18move.h (move_if_noexcept): Mark constexpr.Benjamin Kosnik6-6/+122
2012-10-15config.gcc: Match arm*-*-linux-* for ARM Linux/GNU.Matthias Klose2-2/+2
2012-10-11sfinae_friendly_1.cc: Update / extend.Daniel Krugler3-27/+50