summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* re PR libstdc++/66855 (codecvt wrong endianness in UTF-16 conversions)Jonathan Wakely2015-07-133-1/+62
* c++config (_GLIBCXX_NOEXCEPT_IF): Define.Jonathan Wakely2015-07-1348-286/+322
* os_defines.h (_GLIBCXX_USE_C99_CHECK, [...]): Define.John Marino2015-07-132-0/+11
* hashtable.h (_Hashtable<>::__rehash_policy): Do not rehash container.François Dumont2015-07-053-31/+29
* status_cxx2017.xml: Update status table.Jonathan Wakely2015-07-035-14/+21
* Implement std::experimental::fundamentals_v2::propagate_const.Ville Voutilainen2015-07-0321-0/+1214
* acinclude.m4 (GLIBCXX_DEFAULT_ABI): Change valid arguments for --with-default...Jonathan Wakely2015-07-024-16/+28
* guard.cc (__test_and_acquire): Use __p after __atomic_load to avoid unused va...Uros Bizjak2015-07-022-0/+9
* alloc_traits.h (__alloctr_rebind): Remove.Jonathan Wakely2015-07-015-184/+103
* ptr_traits.h (__ptrtr_elt_type, [...]): RemoveJonathan Wakely2015-07-014-86/+89
* Implement N4502, the C++ Detection Idiom.Jonathan Wakely2015-07-015-2/+185
* Makefile.am (stamp-pdf-doxygen): Grep for LaTeX errors in log.Jonathan Wakely2015-06-303-0/+7
* * include/bits/stl_pair.h: Replace class keyword with typename.Jonathan Wakely2015-06-302-23/+27
* Implement N4387, "Improving pair and tuple", and LWG 2367.Ville Voutilainen2015-06-309-74/+1091
* * configure: Regenerate.Jonathan Wakely2015-06-302-1/+5
* stl_iterator_base_types.h (_Iter_base): Limit definition to pre-C++11 mode.François Dumont2015-06-2924-246/+904
* Implement N4258 (Cleaning-up noexcept in the Library rev 3)Jonathan Wakely2015-06-2634-141/+277
* stl_bvector.h (vector<bool>::vector()): Add noexcept.Jonathan Wakely2015-06-266-0/+23
* * include/bits/locale_conv.h (__do_str_codecvt): Set __count.Jonathan Wakely2015-06-252-0/+5
* basic_string.h (basic_string<>::front()): Add !empty debug check.François Dumont2015-06-242-10/+48
* get_neg.cc: Adjust dg-error line numbers.Paolo Carlini2015-06-243-4/+11
* array: Include <array>.François Dumont2015-06-238-21/+58
* 1.cc: Use non-negative rho argument.Jonathan Wakely2015-06-222-1/+4
* list (__gnu_debug::list): Use allocator-aware _Safe_container base.Jonathan Wakely2015-06-223-5/+11
* locale_conv.h (__do_str_codecvt): Handle empty range.Jonathan Wakely2015-06-222-1/+16
* re PR libstdc++/64657 (Support iterators with overloaded operator-comma)Jonathan Wakely2015-06-222-1/+7
* C++11 allocator support for std::list.Jonathan Wakely2015-06-1716-113/+681
* forward_list.h (_Fwd_list_base(const _Node_alloc_type&)): Change parameter to...Jonathan Wakely2015-06-175-25/+52
* forward_list.h (forward_list::_M_get_Node_allocator): Remove unnecessary uses...Jonathan Wakely2015-06-175-15/+58
* alloc_traits.h (__alloc_traits::_S_nothrow_swap()): Use __is_nothrow_swappable.Jonathan Wakely2015-06-172-2/+6
* * include/bits/allocated_ptr.h (__allocated_ptr): Use __addressof.Jonathan Wakely2015-06-162-2/+5
* list.tcc (list::operator=(const list&), [...]): Use __addressof instead of op...Jonathan Wakely2015-06-167-25/+69
* re PR libstdc++/65393 (std::thread shared_ptr inefficiency)Jonathan Wakely2015-06-162-5/+12
* * include/precompiled/stdc++.h: Include <codecvt> and <shared_mutex>.Jonathan Wakely2015-06-122-0/+7
* Fix whitespace in changelog.Jonathan Wakely2015-06-121-16/+16
* re PR libstdc++/66464 (codecvt_utf16 max_length returning incorrect value)Jonathan Wakely2015-06-122-1/+7
* Use atomics in guard.cc / remove special casing in targets.Ramana Radhakrishnan2015-06-124-178/+0
* Use atomics in guard.cc / remove special casing in targets.Ramana Radhakrishnan2015-06-122-11/+11
* Use atomics in guard.cc.Ramana Radhakrishnan2015-06-129-31/+47
* tuple (__is_tuple_like_impl): Disambiguate array in debug and profile modes.Jonathan Wakely2015-06-123-2/+13
* re PR libstdc++/66030 ([5.1.0] std::codecvt_byname missing from libstdc++ DLL)Jonathan Wakely2015-06-092-3/+12
* re PR libstdc++/66441 (wstring_convert not working correctly)Jonathan Wakely2015-06-083-2/+56
* re PR libstdc++/66417 (std::codecvt_utf16<char32_t, 0x10FFFF, std::codecvt_mo...Jonathan Wakely2015-06-083-1/+84
* stl_tree.h (_Rb_tree<>::__is_transparent<>): Move to outer scope and rename t...François Dumont2015-06-0714-87/+873
* status_cxx2017.xml: Update status tables.Jonathan Wakely2015-06-058-6/+216
* shared_mutex (__shared_mutex_pthread, [...]): New helper types implementing t...Jonathan Wakely2015-06-058-170/+533
* Fix date of ChangeLog entry.Jonathan Wakely2015-06-051-1/+1
* Add __is_nothrow_swappable and take it into use.Ville Voutilainen2015-06-0514-29/+234
* 2015-06-03 François Dumont fdumont@gcc.gnu.org>François Dumont2015-06-032-0/+5
* abi.xml: Document versioning for 5.1.0 release.Jonathan Wakely2015-06-023-3/+9