summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/20_util
Commit message (Expand)AuthorAgeFilesLines
* Rename test file that had incorrect bug numberJonathan Wakely2015-12-211-0/+0
* libstdc++/68995 qualify calls to __callable_functorJonathan Wakely2015-12-211-0/+27
* libstdc++/68276 consistently qualify std::forwardJonathan Wakely2015-12-211-0/+45
* re PR libstdc++/66693 ([C++17] std::tuple_size fails with const std::array)Ville Voutilainen2015-12-215-5/+123
* Fix cv-qualifiers in std::bind invocationJonathan Wakely2015-12-151-0/+53
* Fix std::invoke support for reference_wrappersJonathan Wakely2015-12-112-6/+44
* Fix ambiguity with multiple enable_shared_from_this basesJonathan Wakely2015-12-021-0/+56
* Implement D0013R2, logical type traits.Ville Voutilainen2015-11-126-4/+134
* Make the default constructors of tuple and pair conditionally explicit.Ville Voutilainen2015-11-038-59/+248
* Implement C++17 std::invoke and LWG DR 2219Jonathan Wakely2015-10-252-16/+7
* re PR c++/67844 (Cannot make tuple of class with template constructor)Ville Voutilainen2015-10-052-0/+60
* Avoid creating dangling references in case of nested tuplesVille Voutilainen2015-09-251-0/+60
* Relax Debug Mode assertions on operator-> for smart pointers.Jonathan Wakely2015-09-071-0/+13
* libstdc++: Run tests on RTEMSSebastian Huber2015-09-033-6/+6
* Only set std::enable_shared_from_this member once.Jonathan Wakely2015-08-263-0/+114
* Implement N4089 Safe conversions in unique_ptr<T[]> (LWG 2118) and N4366 LWG ...Ville Voutilainen2015-08-087-29/+98
* constexpr.cc: Remove redundant -save-temps option.Nikolai Bozhenov2015-08-054-4/+4
* re PR libstdc++/60970 (Support std::hash with enum types (LWG 2148))Ville Voutilainen2015-07-291-0/+36
* alloc_traits.h (__alloctr_rebind): Remove.Jonathan Wakely2015-07-011-0/+4
* ptr_traits.h (__ptrtr_elt_type, [...]): RemoveJonathan Wakely2015-07-012-2/+19
* Implement N4387, "Improving pair and tuple", and LWG 2367.Ville Voutilainen2015-06-305-3/+481
* Implement N4258 (Cleaning-up noexcept in the Library rev 3)Jonathan Wakely2015-06-262-3/+69
* Use atomics in guard.cc.Ramana Radhakrishnan2015-06-122-2/+2
* status_cxx2017.xml: Update status tables.Jonathan Wakely2015-06-054-4/+30
* Add __is_nothrow_swappable and take it into use.Ville Voutilainen2015-06-053-0/+131
* re PR libstdc++/66078 (20_util/specialized_algorithms/uninitialized_copy/8085...Jonathan Wakely2015-05-202-3/+58
* shared_ptr_base.h (__shared_count(unique_ptr&&)): Check for nullptr (LWG 2415).Jonathan Wakely2015-05-133-4/+16
* stl_raw_storage_iter.h (raw_storage_iterator::base()): Define (LWG 2454).Jonathan Wakely2015-05-131-0/+36
* alloc_traits.h (_S_max_size): Implement LWG 2466.Jonathan Wakely2015-05-131-1/+12
* synopsis.cc: Add _GLIBCXX14_CONSTEXPR.Jason Merrill2015-05-091-0/+2
* std_c++0x_neg.cc: Add -std=c++98.Jason Merrill2015-05-0911-0/+22
* re PR libstdc++/65978 (missing constexpr on std::forward_as_tuple and std::ti...Jonathan Wakely2015-05-021-15/+19
* memory (pointer_safety, [...]): Define.Jonathan Wakely2015-05-011-0/+43
* re PR libstdc++/65760 (invalid use of incomplete type with std::is_convertibl...Jonathan Wakely2015-04-291-0/+38
* re PR libstdc++/60333 (type_traits make_signed, make_unsigned missing support...Jonathan Wakely2015-04-285-4/+137
* type_traits (void_t): Add.Jonathan Wakely2015-04-281-0/+45
* re PR libstdc++/65499 (Missing "using namespace literals::chrono_literals" in...Jonathan Wakely2015-03-271-0/+26
* re PR libstdc++/65279 (std::scoped_allocator_adaptor is not assignable)Jonathan Wakely2015-03-021-0/+54
* re PR libstdc++/56785 (std::tuple of two elements does not apply empty base c...Jonathan Wakely2015-01-171-0/+32
* re PR libstdc++/64476 (std::uninitialized_copy tests assignability the wrong ...Jonathan Wakely2015-01-091-0/+65
* re PR libstdc++/60132 (C++11: lack of is_trivially_copy_constructible)Jonathan Wakely2015-01-0811-11/+11
* Update copyright years.Jakub Jelinek2015-01-05734-734/+734
* re PR libstdc++/60271 ([DR2369] [C++1y] std::max(initializer_list<T>) cannot ...Ville Voutilainen2014-12-221-0/+77
* re PR libstdc++/58594 (std::make_shared does not accept const types as parame...Jonathan Wakely2014-12-122-2/+37
* re PR libstdc++/63840 (std::function copy constructor deletes an uninitialize...Jonathan Wakely2014-12-011-0/+55
* re PR c++/63959 (G++ misreports volatile int as trivially copyable)Ville Voutilainen2014-11-201-0/+2
* std::shared_ptr atomic operationsJonathan Wakely2014-11-123-0/+133
* Implement resolutions of LWG 2399, 2400 and 2401.Jonathan Wakely2014-11-122-2/+2
* LWG DR 2315. weak_ptr should be movableJonathan Wakely2014-11-122-2/+2
* Add -Wno-deprecated to dg-options.Jonathan Wakely2014-11-127-7/+7