Avoid unstructured procfs on Solaris
[gcc.git] / libstdc++-v3 /
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-26 Jonathan Wakelytry_emplace and insert_or_assign for Debug Mode.
2015-08-26 Jonathan Wakelylibstdc++/66902 Make _S_debug_messages static.
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-20 Jonathan WakelyMakefile.am: Ensure gdb.py is installed for libstdc...
2015-08-19 Paolo Carlinicmath: Fix typo in comment.
2015-08-19 Paolo Carlinicmath: Revert fix for libstdc++/58625...
2015-08-18 Jonathan Wakelyre PR c++/67216 (false is still a null pointer constant)
2015-08-18 Jonathan Wakely* include/bits/ptr_traits.h: Include <bits/move.h>...
2015-08-18 Jonathan Wakelyre PR libstdc++/67066 (libstdc++-v3/src/filesystem...
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 Wakelyalloc_traits.h: Add feature-test macro.
2015-08-13 Jonathan Wakely2.cc: New.
2015-08-13 Eelis van der Weegenshared_mutex (shared_mutex::unlock()): Fix typo.
2015-08-12 Caroline TiceFix warnings when bootstrapping on darwin with vtable...
2015-08-12 Jonathan Wakelyappendix_contributing.xml: Update patch email policy.
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-08-03 Jonathan Wakelyre PR libstdc++/67078 (FAIL: 24_iterators/container_acc...
2015-07-30 Jonathan Wakelycurrent_path.cc: Use canonical paths for comparisons.
2015-07-30 Tim Shenregex_automaton.h (_State_base, _State<>): Remove _Trai...
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 Voutilainenrange_access.h: Change class to typename in every template.
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 Jonathan Wakely* include/bits/atomic_futex.h [_GLIBCXX_HAVE_LINUX_FUTEX]
2015-07-24 Michael Haubenwallnerlibstdc++-v3/fragment.am (AM_CPPFLAGS): Add CPPFLAGS
2015-07-23 DJ Deloriefunctional_hash.h: Add specializations for __intN types.
2015-07-20 Jason Merrill* include/bits/c++config: Fix abi_tag in special modes.
2015-07-19 Jonathan Wakelystatus_cxx2017.xml: Fix URL for N4279.
2015-07-17 Jonathan Wakelystatus_cxx2011.xml: Add caveats for native_handle.
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-13 John Marinoos_defines.h (_GLIBCXX_USE_C99_CHECK, [...]): Define.
2015-07-05 François Dumonthashtable.h (_Hashtable<>::__rehash_policy): Do not...
2015-07-03 Jonathan Wakelystatus_cxx2017.xml: Update status table.
2015-07-03 Ville VoutilainenImplement std::experimental::fundamentals_v2::propagate...
2015-07-02 Jonathan Wakelyacinclude.m4 (GLIBCXX_DEFAULT_ABI): Change valid argume...
2015-07-02 Uros Bizjakguard.cc (__test_and_acquire): Use __p after __atomic_l...
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 Jonathan WakelyMakefile.am (stamp-pdf-doxygen): Grep for LaTeX errors...
2015-06-30 Jonathan Wakely* include/bits/stl_pair.h: Replace class keyword with...
2015-06-30 Ville VoutilainenImplement N4387, "Improving pair and tuple", and LWG...
2015-06-30 Jonathan Wakely* configure: Regenerate.
2015-06-29 François Dumontstl_iterator_base_types.h (_Iter_base): Limit definitio...
2015-06-26 Jonathan WakelyImplement N4258 (Cleaning-up noexcept in the Library...
2015-06-26 Jonathan Wakelystl_bvector.h (vector<bool>::vector()): Add noexcept.
2015-06-25 Jonathan Wakely* include/bits/locale_conv.h (__do_str_codecvt): Set...
2015-06-24 François Dumontbasic_string.h (basic_string<>::front()): Add !empty...
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-22 Jonathan Wakelylist (__gnu_debug::list): Use allocator-aware _Safe_con...
2015-06-22 Jonathan Wakelylocale_conv.h (__do_str_codecvt): Handle empty range.
2015-06-22 Jonathan Wakelyre PR libstdc++/64657 (Support iterators with overloade...
2015-06-17 Jonathan WakelyC++11 allocator support for std::list.
2015-06-17 Jonathan Wakelyforward_list.h (_Fwd_list_base(const _Node_alloc_type...
2015-06-17 Jonathan Wakelyforward_list.h (forward_list::_M_get_Node_allocator...
2015-06-17 Jonathan Wakelyalloc_traits.h (__alloc_traits::_S_nothrow_swap())...
2015-06-16 Jonathan Wakely* include/bits/allocated_ptr.h (__allocated_ptr): Use...
2015-06-16 Jonathan Wakelylist.tcc (list::operator=(const list&), [...]): Use...
2015-06-16 Jonathan Wakelyre PR libstdc++/65393 (std::thread shared_ptr inefficiency)
2015-06-12 Jonathan Wakely* include/precompiled/stdc++.h: Include <codecvt> and...
2015-06-12 Jonathan WakelyFix whitespace in changelog.
2015-06-12 Jonathan Wakelyre PR libstdc++/66464 (codecvt_utf16 max_length returni...
2015-06-12 Ramana RadhakrishnanUse atomics in guard.cc / remove special casing in...
2015-06-12 Ramana RadhakrishnanUse atomics in guard.cc / remove special casing in...
2015-06-12 Ramana RadhakrishnanUse atomics in guard.cc.
2015-06-11 Jonathan Wakelytuple (__is_tuple_like_impl): Disambiguate array in...
2015-06-09 Jonathan Wakelyre PR libstdc++/66030 ([5.1.0] std::codecvt_byname...
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 Jonathan WakelyFix date of ChangeLog entry.
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 Jonathan Wakelyabi.xml: Document versioning for 5.1.0 release.
2015-06-02 Jonathan Wakelylwg-active.html: Update to R93.
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-31 Jonathan Wakelyre PR libstdc++/66354 ([UBSAN] stl_algobase.h:708:7...
2015-05-30 Jonathan Wakelystl_algobase.h (__equal<true>::equal): Check length...
next