aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2018-08-08Fix Docbook markup for table entryJonathan Wakely3-2/+5
2018-08-08Add missing <experimental/numeric> header to docsJonathan Wakely3-5/+9
2018-08-08PR libstdc++/86597 directory_entry observers should clear error_codeJonathan Wakely3-1/+85
2018-08-07PR libstdc++/86874 fix std::variant::swap regressionJonathan Wakely3-35/+89
2018-08-07PR libstdc++/86861 Meet precondition for Solaris memalignJonathan Wakely2-9/+29
2018-08-07Define monotonic_buffer_resource members out-of-lineJonathan Wakely4-74/+119
2018-08-05stl_iterator.h: Fix comment.François Dumont2-1/+5
2018-08-03Add workaround for non-unique errno values on AIXJonathan Wakely3-1/+47
2018-08-01Add -D_GLIBCXX_ASSERTIONS to DEBUG_FLAGSJonathan Wakely4-6/+13
2018-08-01Use steady_clock to implement condition_variable::wait_forMike Crowe2-2/+7
2018-08-01Report early wakeup of condition_variable::wait_until as no_timeoutMike Crowe3-1/+68
2018-08-01PR libstdc++/60555 std::system_category() should recognise POSIX errno valuesJonathan Wakely4-0/+411
2018-07-31PR libstdc++/86751 default assignment operators for std::pairJonathan Wakely5-8/+164
2018-07-31Don't unconditionally define feature test macros in <version>Jonathan Wakely5-38/+53
2018-07-31Improve libstdc++ docs w.r.t newer C++ standardsJonathan Wakely8-98/+377
2018-07-31Replace safe bool idiom with explicit operator boolJonathan Wakely2-0/+10
2018-07-30PR libstdc++/86734 make reverse_iterator::operator-> more robustJonathan Wakely4-1/+155
2018-07-30Add workaround for aligned_alloc bug on AIXJonathan Wakely3-0/+131
2018-07-26* 30_threads/condition_variable_any/cond.cc: New test.Marek Polacek2-0/+39
2018-07-26* src/c++98/locale_init.cc: Fix #ifdef condition.Marek Polacek2-1/+5
2018-07-26Add missing dg-require-cstdint directives to testsJonathan Wakely65-6/+157
2018-07-26Remove dg-require-cstdint directive from testsJonathan Wakely146-145/+174
2018-07-26Remove dg-require-cstdint directive from testsJonathan Wakely129-128/+143
2018-07-26Remove dg-require-cstdint directive from testsJonathan Wakely52-54/+72
2018-07-26Add missing checks for _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely3-3/+17
2018-07-26Modify some library internals to work without <stdint.h>Jonathan Wakely3-22/+23
2018-07-26Remove char16_t and char32_t dependency on <stdint.h>Jonathan Wakely14-53/+67
2018-07-26Remove <chrono> dependency on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely23-64/+97
2018-07-26xfail experimental/memory_resource/new_delete_resource.cc on 32-bit Solaris/x...Rainer Orth2-0/+7
2018-07-26optimize std::vector move assignmentMarc Glisse2-4/+21
2018-07-26PR libstdc++/86676 another alignment fix for testJonathan Wakely2-1/+7
2018-07-25PR libstdc++/86676 Do not assume stack buffer is alignedJonathan Wakely2-2/+8
2018-07-25Add missing header for std::max_align_tJonathan Wakely2-1/+4
2018-07-25Add new src/c++17 directory to list in acinclude.m4Jonathan Wakely4-3/+7
2018-07-25Move std::unique_lock definition to a separate headerJonathan Wakely7-195/+268
2018-07-24Add initial version of C++17 <memory_resource> headerJonathan Wakely24-16/+2584
2018-07-24PR libstdc++/86658 fix __niter_wrap to not copy invalid iteratorsJonathan Wakely3-1/+42
2018-07-24Minor refactoring in <bit> headerJonathan Wakely2-45/+48
2018-07-24Reorder conditions in uses-allocator construction helperJonathan Wakely5-4/+18
2018-07-24Make __resource_adaptor_imp usable with C++17 memory_resourceJonathan Wakely2-55/+81
2018-07-24PR libstdc++/70966 fix lifetime bug for default resourceJonathan Wakely2-6/+16
2018-07-23PR libstdc++/70940 optimize pmr::resource_adaptor for allocators using mallocJonathan Wakely3-20/+94
2018-07-20PR libstdc++/86595 add missing noexceptJonathan Wakely2-2/+13
2018-07-20Use default visibility to work around clang -fvisibility-inlines-hidden bugFangrui Song2-1/+6
2018-07-20PR libstdc++/86603 Move __cpp_lib_list_remove_return_type macroJonathan Wakely2-1/+6
2018-07-19Simplify the base characteristics for some type traitsJonathan Wakely3-58/+93
2018-07-19Use __builtin_memmove for trivially copyable typesGlen Joseph Fernandes3-2/+47
2018-07-17PR libstdc++/86450 use -Wabi=2 and simplify -Werror useJonathan Wakely17-91/+55
2018-07-17Remove unused explicit instantiation of __bind_simpleJonathan Wakely2-79/+12
2018-07-16* scripts/create_testsuite_files: Fix typo in comment.Jonathan Wakely2-1/+3