Age | Commit message (Expand) | Author | Files | Lines |
2015-07-01 | alloc_traits.h (__alloctr_rebind): Remove. | Jonathan Wakely | 2 | -183/+86 |
2015-07-01 | ptr_traits.h (__ptrtr_elt_type, [...]): Remove | Jonathan Wakely | 1 | -84/+60 |
2015-07-01 | Implement N4502, the C++ Detection Idiom. | Jonathan Wakely | 2 | -0/+88 |
2015-06-30 | * include/bits/stl_pair.h: Replace class keyword with typename. | Jonathan Wakely | 1 | -23/+23 |
2015-06-30 | Implement N4387, "Improving pair and tuple", and LWG 2367. | Ville Voutilainen | 3 | -71/+579 |
2015-06-29 | stl_iterator_base_types.h (_Iter_base): Limit definition to pre-C++11 mode. | François Dumont | 23 | -246/+844 |
2015-06-26 | Implement N4258 (Cleaning-up noexcept in the Library rev 3) | Jonathan Wakely | 17 | -113/+104 |
2015-06-26 | stl_bvector.h (vector<bool>::vector()): Add noexcept. | Jonathan Wakely | 5 | -0/+15 |
2015-06-25 | * include/bits/locale_conv.h (__do_str_codecvt): Set __count. | Jonathan Wakely | 1 | -0/+1 |
2015-06-24 | basic_string.h (basic_string<>::front()): Add !empty debug check. | François Dumont | 1 | -10/+41 |
2015-06-23 | array: Include <array>. | François Dumont | 5 | -17/+38 |
2015-06-22 | list (__gnu_debug::list): Use allocator-aware _Safe_container base. | Jonathan Wakely | 2 | -5/+6 |
2015-06-22 | locale_conv.h (__do_str_codecvt): Handle empty range. | Jonathan Wakely | 1 | -1/+11 |
2015-06-22 | re PR libstdc++/64657 (Support iterators with overloaded operator-comma) | Jonathan Wakely | 1 | -1/+1 |
2015-06-17 | C++11 allocator support for std::list. | Jonathan Wakely | 4 | -107/+170 |
2015-06-17 | forward_list.h (_Fwd_list_base(const _Node_alloc_type&)): Change parameter to... | Jonathan Wakely | 4 | -25/+34 |
2015-06-17 | forward_list.h (forward_list::_M_get_Node_allocator): Remove unnecessary uses... | Jonathan Wakely | 3 | -15/+16 |
2015-06-17 | alloc_traits.h (__alloc_traits::_S_nothrow_swap()): Use __is_nothrow_swappable. | Jonathan Wakely | 1 | -2/+1 |
2015-06-16 | * include/bits/allocated_ptr.h (__allocated_ptr): Use __addressof. | Jonathan Wakely | 1 | -2/+3 |
2015-06-16 | list.tcc (list::operator=(const list&), [...]): Use __addressof instead of op... | Jonathan Wakely | 5 | -25/+26 |
2015-06-12 | * include/precompiled/stdc++.h: Include <codecvt> and <shared_mutex>. | Jonathan Wakely | 1 | -0/+5 |
2015-06-12 | Use atomics in guard.cc. | Ramana Radhakrishnan | 3 | -10/+6 |
2015-06-12 | tuple (__is_tuple_like_impl): Disambiguate array in debug and profile modes. | Jonathan Wakely | 1 | -1/+1 |
2015-06-08 | re PR libstdc++/66441 (wstring_convert not working correctly) | Jonathan Wakely | 1 | -2/+2 |
2015-06-07 | stl_tree.h (_Rb_tree<>::__is_transparent<>): Move to outer scope and rename t... | François Dumont | 9 | -20/+767 |
2015-06-05 | status_cxx2017.xml: Update status tables. | Jonathan Wakely | 1 | -0/+6 |
2015-06-05 | shared_mutex (__shared_mutex_pthread, [...]): New helper types implementing t... | Jonathan Wakely | 1 | -170/+250 |
2015-06-05 | Add __is_nothrow_swappable and take it into use. | Ville Voutilainen | 10 | -29/+79 |
2015-05-31 | re PR libstdc++/66354 ([UBSAN] stl_algobase.h:708:7: runtime error: null poin... | Jonathan Wakely | 1 | -2/+2 |
2015-05-30 | stl_algobase.h (__equal<true>::equal): Check length instead of checking for n... | Jonathan Wakely | 1 | -13/+6 |
2015-05-29 | 2015-05-29 François Dumont fdumont@gcc.gnu.org> | François Dumont | 15 | -116/+196 |
2015-05-29 | future (__async_result_of): New alias template. | Jonathan Wakely | 1 | -11/+17 |
2015-05-29 | re PR libstdc++/66327 (-fsanitize=nonnull-attribute errors in stl_algobase.h) | Jonathan Wakely | 1 | -3/+12 |
2015-05-28 | re PR libstdc++/65352 (array<T,0>::begin()/end() etc. forms a null reference ... | Jonathan Wakely | 2 | -4/+4 |
2015-05-28 | re PR libstdc++/65352 (array<T,0>::begin()/end() etc. forms a null reference ... | Jonathan Wakely | 1 | -2/+10 |
2015-05-27 | stl_tree.h (_Rb_tree::_M_end()): Return _Base_ptr instead of downcasting. | Jonathan Wakely | 1 | -77/+64 |
2015-05-27 | re PR libstdc++/66017 (Undefined behaviour in std::set<long long>) | Jonathan Wakely | 2 | -18/+49 |
2015-05-26 | locale_conv.h: Fix copyright years. | Jonathan Wakely | 2 | -2/+2 |
2015-05-23 | 2015-05-23 François Dumont fdumont@gcc.gnu.org> | François Dumont | 1 | -2/+2 |
2015-05-20 | formatter.h (_GLIBCXX_TYPEID): New macro to simplify usage of typeid. | François Dumont | 1 | -95/+75 |
2015-05-20 | 2015-05-20 François Dumont <fdumont@gcc.gnu.org> | François Dumont | 3 | -21/+27 |
2015-05-20 | re PR libstdc++/66078 (20_util/specialized_algorithms/uninitialized_copy/8085... | Jonathan Wakely | 1 | -0/+9 |
2015-05-19 | stl_list.h (_M_resize_pos(size_type&)): Declare. | Jonathan Wakely | 2 | -22/+68 |
2015-05-17 | unordered_map.h (unordered_map, [...]): Add missing constructors. | François Dumont | 6 | -64/+450 |
2015-05-14 | re PR libstdc++/66055 (hash containers missing required reserving constructors) | Nathan Myers | 2 | -0/+41 |
2015-05-13 | shared_ptr_base.h (__shared_count(unique_ptr&&)): Check for nullptr (LWG 2415). | Jonathan Wakely | 1 | -0/+5 |
2015-05-13 | stl_raw_storage_iter.h (raw_storage_iterator::base()): Define (LWG 2454). | Jonathan Wakely | 1 | -0/+4 |
2015-05-13 | future (packaged_task(allocator_arg_t, const A&, F&&): Remove explicit (LWG 2... | Jonathan Wakely | 1 | -1/+1 |
2015-05-13 | basic_string.h (basic_string::basic_string()): Make noexcept conditional on a... | Jonathan Wakely | 1 | -1/+4 |
2015-05-13 | * include/std/complex (polar): Check for negative rho (LWG 2459). | Jonathan Wakely | 1 | -1/+4 |