]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3
Daily bump.
[thirdparty/gcc.git] / libstdc++-v3 /
2018-08-24  Marc Glissenew(nothrow) is malloc-like
2018-08-24  Jonathan WakelyForward declare debug containers so std::pmr aliases...
2018-08-23  Jonathan WakelyFix failure when -fno-rtti test is run in C++17 or...
2018-08-23  Jonathan WakelyDefine debug mode function for C++98
2018-08-23  Jonathan WakelyFix C++98 tests to not use C++11 features.
2018-08-23  Jonathan WakelyFix comments in testsuite script
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-23  Jonathan WakelyRemove C++14-isms from C++11 tests
2018-08-23  Jonathan WakelySkip tests that depend on the cxx11 std::string
2018-08-22  Jonathan WakelyFix tests that fail in C++98 mode
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-22  Jonathan WakelyPR libstdc++/77854 document size_type for containers
2018-08-21  François DumontP0646R1 Improving the Return Value of Erase-Like Algori...
2018-08-21  David Edelsohn* testsuite/18_support/new_nothrow.cc: XFAIL on AIX.
2018-08-21  Jonathan WakelyRemove redundant { dg-do run } directives in tests
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-18  François Dumont86658.cc: Use dg-options to define _GLIBCXX_DEBUG.
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-16  Jonathan WakelyFix bootstrap with --enable-fully-dynamic-string
2018-08-15  Jonathan WakelyFix experimental::pmr typedefs and add tests
2018-08-15  Jonathan WakelyRefactor uses-allocator construction
2018-08-15  Jonathan WakelyFix single-threaded build for targets without atomics
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++/86846 Alternative to pointer-width atomics
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 WakelyMinor optimisations in operator new(size_t, align_val_t)
2018-08-13  Jonathan WakelyAdd <bit> and <version> to freestanding headers
2018-08-13  Jonathan WakelyRevert "libstdc++-v3: Have aligned_alloc() on Newlib"
2018-08-10  Jonathan WakelyPR libstdc++/68210 adjust operator new and delete for...
2018-08-10  Jonathan WakelyFix formatting in ChangeLog
2018-08-10  Martin LiskaRemove not needed __builtin_expect due to malloc predictor.
2018-08-10  Sebastian Huberlibstdc++-v3: Have aligned_alloc() on Newlib
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 WakelyPrevent internal aligned_alloc clashing with libc version
2018-08-08  Jonathan WakelyFix Docbook markup for table entry
2018-08-08  Jonathan WakelyAdd missing <experimental/numeric> header to docs
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 WakelyPR libstdc++/86861 Meet precondition for Solaris memalign
2018-08-07  Jonathan WakelyDefine monotonic_buffer_resource members out-of-line
2018-08-05  François Dumontstl_iterator.h: Fix comment.
2018-08-03  Jonathan WakelyAdd workaround for non-unique errno values on AIX
2018-08-01  Jonathan WakelyAdd -D_GLIBCXX_ASSERTIONS to DEBUG_FLAGS
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-08-01  Jonathan WakelyPR libstdc++/60555 std::system_category() should recogn...
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 WakelyImprove libstdc++ docs w.r.t newer C++ standards
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-30  Jonathan WakelyAdd workaround for aligned_alloc bug on AIX
2018-07-26  Marek Polacek* 30_threads/condition_variable_any/cond.cc: New test.
2018-07-26  Marek Polacek* src/c++98/locale_init.cc: Fix #ifdef condition.
2018-07-26  Jonathan WakelyAdd missing dg-require-cstdint directives to tests
2018-07-26  Jonathan WakelyRemove dg-require-cstdint directive from tests
2018-07-26  Jonathan WakelyRemove dg-require-cstdint directive from tests
2018-07-26  Jonathan WakelyRemove dg-require-cstdint directive from tests
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  Rainer Orthxfail experimental/memory_resource/new_delete_resource...
2018-07-26  Marc Glisseoptimize std::vector move assignment
2018-07-25  Jonathan WakelyPR libstdc++/86676 another alignment fix for test
2018-07-25  Jonathan WakelyPR libstdc++/86676 Do not assume stack buffer is aligned
2018-07-25  Jonathan WakelyAdd missing header for std::max_align_t
2018-07-25  Jonathan WakelyAdd new src/c++17 directory to list in acinclude.m4
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
2018-07-24  Jonathan WakelyPR libstdc++/86658 fix __niter_wrap to not copy invalid...
2018-07-24  Jonathan WakelyMinor refactoring in <bit> header
2018-07-24  Jonathan WakelyReorder conditions in uses-allocator construction helper
2018-07-24  Jonathan WakelyMake __resource_adaptor_imp usable with C++17 memory_re...
2018-07-24  Jonathan WakelyPR libstdc++/70966 fix lifetime bug for default resource
2018-07-23  Jonathan WakelyPR libstdc++/70940 optimize pmr::resource_adaptor for...
2018-07-20  Jonathan WakelyPR libstdc++/86595 add missing noexcept
2018-07-20  Fangrui SongUse default visibility to work around clang -fvisibilit...
2018-07-20  Jonathan WakelyPR libstdc++/86603 Move __cpp_lib_list_remove_return_ty...
2018-07-19  Jonathan WakelySimplify the base characteristics for some type traits
2018-07-19  Glen Joseph FernandesUse __builtin_memmove for trivially copyable types
2018-07-17  Jonathan WakelyPR libstdc++/86450 use -Wabi=2 and simplify -Werror use
2018-07-17  Jonathan WakelyRemove unused explicit instantiation of __bind_simple
2018-07-16  Jonathan Wakely* scripts/create_testsuite_files: Fix typo in comment.
2018-07-16  Jonathan WakelyPR libstdc++/86537 remove less<shared_ptr<T>> partial...
2018-07-16  Andreas KrebbelS/390: libstdc++: 64 and 32 bit baseline update
2018-07-06  François Dumontfunctions.h (__gnu_debug::__check_string): Move...
2018-07-06  Jonathan WakelyPR libstdc++/84928 use std::move in <numeric> algorithms
2018-07-06  Jonathan WakelySimplify linker script patterns for std::exception_ptr
2018-07-06  Jonathan WakelyP0935R0 Eradicating unnecessarily explicit default...
next