aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2018-08-22re PR libstdc++/68222 (_Safe_iterator provides operators the wrapped iterator...François Dumont1-0/+145
2018-08-22PR libstdc++/77854 document size_type for containersJonathan Wakely1-0/+7
2018-08-21P0646R1 Improving the Return Value of Erase-Like Algorithms IFrançois Dumont1-0/+26
2018-08-21* testsuite/18_support/new_nothrow.cc: XFAIL on AIX.David Edelsohn1-0/+4
2018-08-21Remove redundant { dg-do run } directives in testsJonathan Wakely1-0/+9
2018-08-20PR libstdc++/86963 Remove use of __tuple_base in std::tupleJonathan Wakely1-0/+14
2018-08-20Refactor std::optional SFINAE constraintsJonathan Wakely1-0/+13
2018-08-1886658.cc: Use dg-options to define _GLIBCXX_DEBUG.François Dumont1-0/+5
2018-08-17PR libstdc++/86963 Implement LWG 2729 constraints on tuple assignmentJonathan Wakely1-0/+33
2018-08-16Fix warning with -Wsign-compare -Wsystem-headersJonathan Wakely1-0/+3
2018-08-16Avoid deprecation warning with -Wsystem-headersJonathan Wakely1-0/+3
2018-08-16Fix bootstrap with --enable-fully-dynamic-stringJonathan Wakely1-0/+10
2018-08-15Fix experimental::pmr typedefs and add testsJonathan Wakely1-0/+31
2018-08-15Refactor uses-allocator constructionJonathan Wakely1-0/+22
2018-08-15Fix single-threaded build for targets without atomicsJonathan Wakely1-0/+5
2018-08-14PR libstdc++/86954 use non-placement operator deleteJonathan Wakely1-0/+4
2018-08-14Simplify overflow checks in duration literalsJonathan Wakely1-0/+3
2018-08-14PR libstdc++/86846 Alternative to pointer-width atomicsJonathan Wakely1-0/+6
2018-08-14PR libstdc++/85343 overload __throw_ios_failure to take errnoJonathan Wakely1-0/+15
2018-08-14Rope iterators: don't retain pointers when copiedJeremy Sawicki1-0/+9
2018-08-13PR libstdc++/45093 avoid warnings for _M_destroy_nodeJonathan Wakely1-0/+4
2018-08-13Minor optimisations in operator new(size_t, align_val_t)Jonathan Wakely1-0/+4
2018-08-13Add <bit> and <version> to freestanding headersJonathan Wakely1-0/+4
2018-08-13Revert "libstdc++-v3: Have aligned_alloc() on Newlib"Jonathan Wakely1-0/+10
2018-08-10PR libstdc++/68210 adjust operator new and delete for LWG 206Jonathan Wakely1-0/+28
2018-08-10Fix formatting in ChangeLogJonathan Wakely1-2/+3
2018-08-10Remove not needed __builtin_expect due to malloc predictor.Martin Liska1-0/+7
2018-08-10libstdc++-v3: Have aligned_alloc() on NewlibSebastian Huber1-0/+7
2018-08-10Define aliases for containers using polymorphic_allocatorJonathan Wakely1-0/+34
2018-08-082018-08-08 François Dumont <fdumont@gcc.gnu.org>François Dumont1-0/+14
2018-08-08Prevent internal aligned_alloc clashing with libc versionJonathan Wakely1-0/+4
2018-08-08Fix Docbook markup for table entryJonathan Wakely1-0/+3
2018-08-08Add missing <experimental/numeric> header to docsJonathan Wakely1-0/+3
2018-08-08PR libstdc++/86597 directory_entry observers should clear error_codeJonathan Wakely1-0/+7
2018-08-07PR libstdc++/86874 fix std::variant::swap regressionJonathan Wakely1-0/+10
2018-08-07PR libstdc++/86861 Meet precondition for Solaris memalignJonathan Wakely1-0/+10
2018-08-07Define monotonic_buffer_resource members out-of-lineJonathan Wakely1-0/+16
2018-08-05stl_iterator.h: Fix comment.François Dumont1-0/+4
2018-08-03Add workaround for non-unique errno values on AIXJonathan Wakely1-0/+8
2018-08-01Add -D_GLIBCXX_ASSERTIONS to DEBUG_FLAGSJonathan Wakely1-0/+7
2018-08-01Use steady_clock to implement condition_variable::wait_forMike Crowe1-0/+4
2018-08-01Report early wakeup of condition_variable::wait_until as no_timeoutMike Crowe1-0/+8
2018-08-01PR libstdc++/60555 std::system_category() should recognise POSIX errno valuesJonathan Wakely1-0/+10
2018-07-31PR libstdc++/86751 default assignment operators for std::pairJonathan Wakely1-0/+10
2018-07-31Don't unconditionally define feature test macros in <version>Jonathan Wakely1-0/+18
2018-07-31Improve libstdc++ docs w.r.t newer C++ standardsJonathan Wakely1-0/+5
2018-07-31Replace safe bool idiom with explicit operator boolJonathan Wakely1-0/+6
2018-07-30PR libstdc++/86734 make reverse_iterator::operator-> more robustJonathan Wakely1-0/+7
2018-07-30Add workaround for aligned_alloc bug on AIXJonathan Wakely1-0/+6
2018-07-26* 30_threads/condition_variable_any/cond.cc: New test.Marek Polacek1-0/+4