aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
2015-09-10* testsuite/util/testsuite_allocator.h (PointerBase::operator[]): Add.Jonathan Wakely1-0/+1
2015-09-101.cc: Verify the string contents.Jonathan Wakely1-0/+2
2015-09-07Relax Debug Mode assertions on operator-> for smart pointers.Jonathan Wakely1-0/+13
2015-09-07Rename shadowed variable in libstdc++ test.Jonathan Wakely1-4/+4
2015-09-07Enable timed mutex unlock tests on darwin.Jonathan Wakely2-2/+2
2015-09-04Add portable timed_mutex and recursive_timed_mutex.Jonathan Wakely33-33/+0
2015-09-04Add C++11 header <cuchar>.Edward Smith-Rowland2-0/+9
2015-09-03Make std::experimental::not_fn SFINAE-friendly.Jonathan Wakely1-2/+30
2015-09-03Add concept checks to std::next and std::prev.Jonathan Wakely2-0/+84
2015-09-03libstdc++: Run tests on RTEMSSebastian Huber204-394/+394
2015-08-28re PR libstdc++/67362 (std::regex("((.)", std::regex_constants::basic) throws)Tim Shen1-0/+42
2015-08-27re PR libstdc++/67374 (std::cbegin can't call valarray range access functions)Jonathan Wakely2-0/+39
2015-08-26Ensure std::generate_canonical doesn't return 1.Edward Smith-Rowland1-0/+57
2015-08-26Only set std::enable_shared_from_this member once.Jonathan Wakely3-0/+114
2015-08-25re PR libstdc++/60519 (Debug mode should check comparators for irreflexivity)François Dumont3-0/+160
2015-08-25Revert my change to commit with PR reference again.François Dumont3-160/+0
2015-08-24formatter.h (_Debug_msg_id::__msg_irreflexive_ordering): New enum entry.François Dumont3-0/+160
2015-08-24re PR libstdc++/65049 (Undefined behaviour with std::char_traits<char>)Jonathan Wakely4-0/+192
2015-08-24re PR libstdc++/67309 (Error compiling with -std=c++11 and -fsingle-precision...Jonathan Wakely2-1/+23
2015-08-20libstdc++/67294 Don't run timed mutex tests on DarwinJonathan Wakely2-4/+4
2015-08-20any (__any_caster): Define at namespace scope so the name is visible to name ...Jonathan Wakely1-1/+1
2015-08-18re PR c++/67216 (false is still a null pointer constant)Jonathan Wakely1-2/+2
2015-08-14any (any::operator=(const any&)): Move check for self-assignment.Jonathan Wakely2-2/+54
2015-08-14array: Add feature-test macro.Jonathan Wakely1-1/+1
2015-08-13neg.s: Remove.Ville Voutilainen2-1/+0
2015-08-13Implement std::experimental::fundamentals_v2::make_array and std::experimenta...Ville Voutilainen4-0/+76
2015-08-132.cc: New.Jonathan Wakely6-0/+258
2015-08-09Implement N4279, Improved insertion interface for unique-key maps.Ville Voutilainen4-0/+1213
2015-08-08Implement N4089 Safe conversions in unique_ptr<T[]> (LWG 2118) and N4366 LWG ...Ville Voutilainen7-29/+98
2015-08-05constexpr.cc: Remove redundant -save-temps option.Nikolai Bozhenov6-6/+6
2015-07-30current_path.cc: Use canonical paths for comparisons.Jonathan Wakely1-3/+3
2015-07-30any (any::operator=(const any&)): Check for self-assignment.Jonathan Wakely2-1/+42
2015-07-29re PR libstdc++/66829 (FAIL: 23_containers/multiset/modifiers/erase/dr130-lin...Jonathan Wakely1-1/+1
2015-07-29* testsuite/24_iterators/container_access.cc: New.Jonathan Wakely1-0/+89
2015-07-29re PR libstdc++/60970 (Support std::hash with enum types (LWG 2148))Ville Voutilainen1-0/+36
2015-07-29re PR libstdc++/67015 ("^[a-z0-9][a-z0-9-]*$", std::regex::extended is miscom...Tim Shen1-0/+57
2015-07-24libstdc++-v3/fragment.am (AM_CPPFLAGS): Add CPPFLAGSMichael Haubenwallner1-1/+1
2015-07-16stl_algobase.h (__miter_base): Move...François Dumont1-0/+44
2015-07-13re PR libstdc++/66855 (codecvt wrong endianness in UTF-16 conversions)Jonathan Wakely1-0/+52
2015-07-13c++config (_GLIBCXX_NOEXCEPT_IF): Define.Jonathan Wakely14-153/+182
2015-07-05hashtable.h (_Hashtable<>::__rehash_policy): Do not rehash container.François Dumont1-14/+20
2015-07-03Implement std::experimental::fundamentals_v2::propagate_const.Ville Voutilainen17-0/+652
2015-07-01alloc_traits.h (__alloctr_rebind): Remove.Jonathan Wakely2-1/+5
2015-07-01ptr_traits.h (__ptrtr_elt_type, [...]): RemoveJonathan Wakely2-2/+19
2015-07-01Implement N4502, the C++ Detection Idiom.Jonathan Wakely1-0/+85
2015-06-30Implement N4387, "Improving pair and tuple", and LWG 2367.Ville Voutilainen5-3/+481
2015-06-26Implement N4258 (Cleaning-up noexcept in the Library rev 3)Jonathan Wakely15-28/+83
2015-06-24get_neg.cc: Adjust dg-error line numbers.Paolo Carlini2-4/+4
2015-06-23array: Include <array>.François Dumont2-4/+4
2015-06-221.cc: Use non-negative rho argument.Jonathan Wakely1-1/+1