PR libstdc++/88113 use size_type consistently instead of size_t
[gcc.git] / libstdc++-v3 / include /
2018-11-19 François Dumont2018-11-19 François Dumont <fdumont@gcc.gnu.org>
2018-11-19 Ville Voutilainenre PR libstdc++/87855 (std::optional<T> only copy-const...
2018-11-19 Jonathan WakelyPR libstdc++/88084 - Implement LWG 2777
2018-11-18 Michele PezzuttiPR libstdc++/83566 - cyl_bessel_j returns wrong result...
2018-11-17 Jonathan WakelyImplement std::pmr::synchronized_pool_resource
2018-11-11 Hans-Peter Nilssonre PR libstdc++/54005 (Use __atomic_always_lock_free...
2018-11-11 Jonathan WakelyImplement P0318R1 unwrap_ref_decay and unwrap_reference
2018-11-11 Jonathan WakelyImplement P1007R3 std::assume_aligned
2018-11-09 Jonathan WakelyPR libstdc++/87787 fix UBsan error in std::vector
2018-11-06 Jonathan WakelyImplement std::pmr::unsynchronized_pool_resource
2018-11-06 John Bythewayre PR libstdc++/87872 (debug list::splice should not...
2018-10-31 Joseph MyersUpdate GCC to autoconf 2.69, automake 1.15.1 (PR bootst...
2018-10-31 Jonathan WakelyPR libstdc++/87822 fix layout change for nested std...
2018-10-30 Jonathan WakelyPR libstdc++/87809 avoid invalid expressions in excepti...
2018-10-30 Jonathan WakelyPR libstdc++/87784 fix dynamic_bitset::push_back
2018-10-25 Jonathan WakelyPR libstdc++/87749 fix (and optimize) string move const...
2018-10-25 Marc GlisseRelocation (= move+destroy)
2018-10-24 François Dumont2018-10-24 François Dumont <fdumont@gcc.gnu.org>
2018-10-24 François Dumontcstddef: Add versioned namespace.
2018-10-23 Jonathan WakelyPR libstdc++/87704 fix unique_ptr(nullptr_t) constructors
2018-10-19 Jonathan WakelyFix compilation error with _GLIBCXX_PARALLEL
2018-10-19 Jonathan WakelyFix testsuite failures in Debug Mode
2018-10-18 Jonathan WakelyPR libstdc++/87641 correctly initialize accumulator...
2018-10-18 François Dumontrevert: [multiple changes]
2018-10-17 Ville Voutilainenre PR libstdc++/87619 (sizeof(std::variant) can be...
2018-10-16 Jonathan WakelyFix regression in std::random_device default constructor
2018-10-16 Jonathan WakelyFix versioned namespace macros for Networking TS
2018-10-16 Jonathan WakelyUse autoconf to check for features needed by Networking TS
2018-10-16 Jonathan WakelyAdd missing return
2018-10-16 Jonathan WakelyDefine _GLIBCXX_USE_DEV_RANDOM as replacement for _GLIB...
2018-10-15 François Dumontvector (vector<>::cbegin()): Use C++11 direct initializ...
2018-10-12 Jonathan WakelyInitial commit of Networking TS implementation
2018-10-11 Jonathan WakelyPR libstdc++/77691 increase allocation size to at least...
2018-10-11 François Dumont2018-10-11 François Dumont <fdumont@gcc.gnu.org>
2018-10-11 François Dumont2018-10-11 François Dumont <fdumont@gcc.gnu.org>
2018-10-11 Jonathan WakelyMake ext allocators support heterogeneous equality...
2018-10-10 Jonathan WakelyPR libstdc++/87544 limit max_size() to PTRDIFF_MAX...
2018-10-09 François Dumont2018-10-09 François Dumont <fdumont@gcc.gnu.org>
2018-10-09 Jonathan WakelyDefine std::string and related typedefs outside __cxx11...
2018-10-08 Jonathan WakelyPR libstdc++/87538 fix std::not_fn exception specifications
2018-10-08 François Dumontlist (list<>::cbegin()): Use C++11 direct initialization.
2018-10-05 François Dumont2018-10-05 François Dumont <fdumont@gcc.gnu.org>
2018-10-03 François Dumont2018-10-03 François Dumont <fdumont@gcc.gnu.org>
2018-10-02 Marc Glissevector<bool> _M_start and 0 offset
2018-10-02 Jonathan WakelyAvoid redundant runtime checks in std::visit
2018-09-28 François Dumontfunctions.h (__foreign_iterator_aux3(const _Safe_iterat...
2018-09-25 Mike CroweUse steady_clock to implement condition_variable::wait_...
2018-09-25 Jonathan WakelyPR libstdc++/87431 optimise valueless_by_exception()
2018-09-19 Jonathan WakelyDon't use __glibcxx_assert to check class invariants
2018-09-18 Jonathan WakelyFix location of invocable check for unique_ptr deleter
2018-09-13 Jonathan WakelyLimit workaround for Clang bug to __clang_major__ <= 7
2018-09-11 Jonathan WakelyPR libstdc++/87278 restore support for std::make_shared...
2018-09-11 Jonathan WakelyImplement LWG 2905 changes to constrain unique_ptr...
2018-09-03 Jonathan WakelyFix vector::_Temporary_value::_M_ptr
2018-09-03 Jonathan WakelyPR libstdc++/87194 fix range insertion into maps and...
2018-09-03 Jonathan WakelyPR libstdc++/78595 implement insertion into maps in...
2018-09-02 François Dumont2018-09-02 François Dumont <fdumont@gcc.gnu.org>
2018-08-30 Jonathan WakelyAvoid undefined shifts in ceil2 operations
2018-08-30 Jonathan WakelyFix __gnu_cxx::_Pointer_adapter for long long arithmetic
2018-08-24 Jonathan WakelyForward declare debug containers so std::pmr aliases...
2018-08-23 Jonathan WakelyDefine debug mode function for C++98
2018-08-23 Jonathan WakelyFix C++11-ism in C++98 member function
2018-08-23 Jonathan WakelyFix testsuite failures for __gnu_debug::string with...
2018-08-22 Jonathan WakelyPR libstdc++/87061 remove pmr type aliases for COW...
2018-08-22 Jonathan WakelyPR libstdc++/78448 limit vector::max_size and deque...
2018-08-22 François Dumontre PR libstdc++/68222 (_Safe_iterator provides operator...
2018-08-21 François DumontP0646R1 Improving the Return Value of Erase-Like Algori...
2018-08-20 Jonathan WakelyPR libstdc++/86963 Remove use of __tuple_base in std...
2018-08-20 Jonathan WakelyRefactor std::optional SFINAE constraints
2018-08-17 Jonathan WakelyPR libstdc++/86963 Implement LWG 2729 constraints on...
2018-08-16 Jonathan WakelyFix warning with -Wsign-compare -Wsystem-headers
2018-08-16 Jonathan WakelyAvoid deprecation warning with -Wsystem-headers
2018-08-15 Jonathan WakelyFix experimental::pmr typedefs and add tests
2018-08-15 Jonathan WakelyRefactor uses-allocator construction
2018-08-14 Jonathan WakelyPR libstdc++/86954 use non-placement operator delete
2018-08-14 Jonathan WakelySimplify overflow checks in duration literals
2018-08-14 Jonathan WakelyPR libstdc++/85343 overload __throw_ios_failure to...
2018-08-14 Jeremy SawickiRope iterators: don't retain pointers when copied
2018-08-13 Jonathan WakelyPR libstdc++/45093 avoid warnings for _M_destroy_node
2018-08-13 Jonathan WakelyAdd <bit> and <version> to freestanding headers
2018-08-09 Jonathan WakelyDefine aliases for containers using polymorphic_allocator
2018-08-08 François Dumont2018-08-08 François Dumont <fdumont@gcc.gnu.org>
2018-08-08 Jonathan WakelyPR libstdc++/86597 directory_entry observers should...
2018-08-07 Jonathan WakelyPR libstdc++/86874 fix std::variant::swap regression
2018-08-07 Jonathan WakelyDefine monotonic_buffer_resource members out-of-line
2018-08-05 François Dumontstl_iterator.h: Fix comment.
2018-08-01 Mike CroweUse steady_clock to implement condition_variable::wait_for
2018-08-01 Mike CroweReport early wakeup of condition_variable::wait_until...
2018-07-31 Jonathan WakelyPR libstdc++/86751 default assignment operators for...
2018-07-31 Jonathan WakelyDon't unconditionally define feature test macros in...
2018-07-31 Jonathan WakelyReplace safe bool idiom with explicit operator bool
2018-07-30 Jonathan WakelyPR libstdc++/86734 make reverse_iterator::operator...
2018-07-26 Jonathan WakelyAdd missing checks for _GLIBCXX_USE_C99_STDINT_TR1
2018-07-26 Jonathan WakelyModify some library internals to work without <stdint.h>
2018-07-26 Jonathan WakelyRemove char16_t and char32_t dependency on <stdint.h>
2018-07-26 Jonathan WakelyRemove <chrono> dependency on _GLIBCXX_USE_C99_STDINT_TR1
2018-07-26 Marc Glisseoptimize std::vector move assignment
2018-07-25 Jonathan WakelyAdd missing header for std::max_align_t
2018-07-25 Jonathan WakelyMove std::unique_lock definition to a separate header
2018-07-24 Jonathan WakelyAdd initial version of C++17 <memory_resource> header
next