* include/experimental/bits/shared_ptr.h: Tweak comments.
[gcc.git] / libstdc++-v3 / testsuite /
2015-11-13 Fan YouImplement std::experimental::shared_ptr with array...
2015-11-13 Fan YouImplement C++ LFTSv1 polymorphic memory resources
2015-11-12 Jonathan WakelyExtend valid values of iostream bitmask types
2015-11-12 Ville VoutilainenImplement D0013R2, logical type traits.
2015-11-11 Jonathan WakelyLoop in std::this_thread sleep functions
2015-11-11 Ville VoutilainenLWG 2510, make the default constructors of library...
2015-11-11 Jonathan Wakelyre PR libstdc++/64651 (std::rethrow_exception not found...
2015-11-10 Jonathan WakelyFix return type of heterogeneous find for sets
2015-11-06 Kai Tietz* testsuite/26_numerics/complex/requirements/constexpr.cc
2015-11-06 David Malcolmlibstdc++v3: Explicitly disable carets and colorization...
2015-11-03 Ville VoutilainenMake the default constructors of tuple and pair conditi...
2015-10-25 Jonathan WakelyImplement C++17 std::invoke and LWG DR 2219
2015-10-24 Jonathan WakelyReturn deferred future if thread cannot be run
2015-10-16 Aurelio RemondaShrink std::random_shuffle test to pass on simulators
2015-10-15 Szabolcs Nagymark libstdc++ tests unsupported if they fail with...
2015-10-05 Ville Voutilainenre PR c++/67844 (Cannot make tuple of class with templa...
2015-10-02 Jonathan WakelyFix testsuite failures with --disable-wchar_t
2015-10-02 Jonathan Wakelyminimal.cc: Minor tweaks to match narrow char version.
2015-10-02 Jonathan WakelyFix tests that fail with old std::string
2015-10-02 Jonathan WakelyAllow Filesystem TS to compile without wchar_t
2015-10-02 Jonathan Wakelytestsuite_fs.h (nonexistent_path): Use less generic...
2015-09-29 Jonathan WakelyLeave errno unchanged by successful std::stoi etc
2015-09-29 Jonathan WakelyPR libstdc++/67583 Fix invalid sputn calls in tests
2015-09-25 Ville VoutilainenAvoid creating dangling references in case of nested...
2015-09-24 Jonathan WakelyLeave moved-from std::deque in a valid state
2015-09-23 Jonathan WakelyFix semantics of Filesystem TS directory iterators
2015-09-23 Jonathan WakelyFix filesystem::create_directories() function
2015-09-17 Jonathan WakelyHandle alignment in __atomic_is_lock_free
2015-09-17 Jonathan WakelyRemove non-deterministic part of canonical() test
2015-09-16 Jonathan WakelyImplement filesystem::canonical() without realpath
2015-09-11 John MarinoFix invalid UTF-8 in wchar_t tests.
2015-09-11 Jonathan WakelyRationalise PCH headers and 17_intro/headers tests.
2015-09-11 Jonathan WakelyImplement N4258 noexcept for std::basic_string.
2015-09-11 Jonathan WakelyAllocator-extended constructors for container adaptors.
2015-09-10 Jonathan Wakely* testsuite/util/testsuite_allocator.h (PointerBase...
2015-09-10 Jonathan Wakely1.cc: Verify the string contents.
2015-09-07 Jonathan WakelyRelax Debug Mode assertions on operator-> for smart...
2015-09-07 Jonathan WakelyRename shadowed variable in libstdc++ test.
2015-09-07 Jonathan WakelyEnable timed mutex unlock tests on darwin.
2015-09-04 Jonathan WakelyAdd portable timed_mutex and recursive_timed_mutex.
2015-09-04 Edward Smith-RowlandAdd C++11 header <cuchar>.
2015-09-03 Jonathan WakelyMake std::experimental::not_fn SFINAE-friendly.
2015-09-03 Jonathan WakelyAdd concept checks to std::next and std::prev.
2015-09-03 Sebastian Huberlibstdc++: Run tests on RTEMS
2015-08-28 Tim Shenre PR libstdc++/67362 (std::regex("((.)", std::regex_co...
2015-08-27 Jonathan Wakelyre PR libstdc++/67374 (std::cbegin can't call valarray...
2015-08-26 Edward Smith-RowlandEnsure std::generate_canonical doesn't return 1.
2015-08-26 Jonathan WakelyOnly set std::enable_shared_from_this member once.
2015-08-25 François Dumontre PR libstdc++/60519 (Debug mode should check comparat...
2015-08-25 François DumontRevert my change to commit with PR reference again.
2015-08-24 François Dumontformatter.h (_Debug_msg_id::__msg_irreflexive_ordering...
2015-08-24 Jonathan Wakelyre PR libstdc++/65049 (Undefined behaviour with std...
2015-08-24 Jonathan Wakelyre PR libstdc++/67309 (Error compiling with -std=c...
2015-08-20 Jonathan Wakelylibstdc++/67294 Don't run timed mutex tests on Darwin
2015-08-20 Jonathan Wakelyany (__any_caster): Define at namespace scope so the...
2015-08-18 Jonathan Wakelyre PR c++/67216 (false is still a null pointer constant)
2015-08-14 Jonathan Wakelyany (any::operator=(const any&)): Move check for self...
2015-08-14 Jonathan Wakelyarray: Add feature-test macro.
2015-08-13 Ville Voutilainenneg.s: Remove.
2015-08-13 Ville VoutilainenImplement std::experimental::fundamentals_v2::make_arra...
2015-08-13 Jonathan Wakely2.cc: New.
2015-08-08 Ville VoutilainenImplement N4279, Improved insertion interface for uniqu...
2015-08-08 Ville VoutilainenImplement N4089 Safe conversions in unique_ptr<T[]...
2015-08-05 Nikolai Bozhenovconstexpr.cc: Remove redundant -save-temps option.
2015-07-30 Jonathan Wakelycurrent_path.cc: Use canonical paths for comparisons.
2015-07-30 Jonathan Wakelyany (any::operator=(const any&)): Check for self-assign...
2015-07-29 Jonathan Wakelyre PR libstdc++/66829 (FAIL: 23_containers/multiset...
2015-07-29 Jonathan Wakely* testsuite/24_iterators/container_access.cc: New.
2015-07-29 Ville Voutilainenre PR libstdc++/60970 (Support std::hash with enum...
2015-07-29 Tim Shenre PR libstdc++/67015 ("^[a-z0-9][a-z0-9-]*$", std...
2015-07-24 Michael Haubenwallnerlibstdc++-v3/fragment.am (AM_CPPFLAGS): Add CPPFLAGS
2015-07-16 François Dumontstl_algobase.h (__miter_base): Move...
2015-07-13 Jonathan Wakelyre PR libstdc++/66855 (codecvt wrong endianness in...
2015-07-13 Jonathan Wakelyc++config (_GLIBCXX_NOEXCEPT_IF): Define.
2015-07-05 François Dumonthashtable.h (_Hashtable<>::__rehash_policy): Do not...
2015-07-03 Ville VoutilainenImplement std::experimental::fundamentals_v2::propagate...
2015-07-01 Jonathan Wakelyalloc_traits.h (__alloctr_rebind): Remove.
2015-07-01 Jonathan Wakelyptr_traits.h (__ptrtr_elt_type, [...]): Remove
2015-07-01 Jonathan WakelyImplement N4502, the C++ Detection Idiom.
2015-06-30 Ville VoutilainenImplement N4387, "Improving pair and tuple", and LWG...
2015-06-26 Jonathan WakelyImplement N4258 (Cleaning-up noexcept in the Library...
2015-06-24 Paolo Carliniget_neg.cc: Adjust dg-error line numbers.
2015-06-23 François Dumontarray: Include <array>.
2015-06-22 Jonathan Wakely1.cc: Use non-negative rho argument.
2015-06-17 Jonathan WakelyC++11 allocator support for std::list.
2015-06-17 Jonathan Wakelyforward_list.h (forward_list::_M_get_Node_allocator...
2015-06-16 Jonathan Wakelylist.tcc (list::operator=(const list&), [...]): Use...
2015-06-12 Ramana RadhakrishnanUse atomics in guard.cc.
2015-06-11 Jonathan Wakelytuple (__is_tuple_like_impl): Disambiguate array in...
2015-06-08 Jonathan Wakelyre PR libstdc++/66441 (wstring_convert not working...
2015-06-08 Jonathan Wakelyre PR libstdc++/66417 (std::codecvt_utf16<char32_t...
2015-06-07 François Dumontstl_tree.h (_Rb_tree<>::__is_transparent<>): Move to...
2015-06-05 Jonathan Wakelystatus_cxx2017.xml: Update status tables.
2015-06-05 Jonathan Wakelyshared_mutex (__shared_mutex_pthread, [...]): New helpe...
2015-06-05 Ville VoutilainenAdd __is_nothrow_swappable and take it into use.
2015-06-03 François Dumont2015-06-03 François Dumont fdumont@gcc.gnu.org>
2015-06-02 Renlin Li[libstdc++-v3]Add _GLIBCXX_HAVE_LIMIT_FSIZE to guard...
2015-06-01 Jonathan Wakelylibstdc++.exp (libstdc++_init): Unset LANGUAGE environm...
2015-05-29 François Dumont2015-05-29 François Dumont fdumont@gcc.gnu.org>
2015-05-29 Jonathan Wakelyfuture (__async_result_of): New alias template.
next