summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* Improve libstdc++ docs w.r.t newer C++ standardsJonathan Wakely2018-07-318-98/+377
* Replace safe bool idiom with explicit operator boolJonathan Wakely2018-07-312-0/+10
* PR libstdc++/86734 make reverse_iterator::operator-> more robustJonathan Wakely2018-07-304-1/+155
* Add workaround for aligned_alloc bug on AIXJonathan Wakely2018-07-303-0/+131
* * 30_threads/condition_variable_any/cond.cc: New test.Marek Polacek2018-07-262-0/+39
* * src/c++98/locale_init.cc: Fix #ifdef condition.Marek Polacek2018-07-262-1/+5
* Add missing dg-require-cstdint directives to testsJonathan Wakely2018-07-2665-6/+157
* Remove dg-require-cstdint directive from testsJonathan Wakely2018-07-26146-145/+174
* Remove dg-require-cstdint directive from testsJonathan Wakely2018-07-26129-128/+143
* Remove dg-require-cstdint directive from testsJonathan Wakely2018-07-2652-54/+72
* Add missing checks for _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely2018-07-263-3/+17
* Modify some library internals to work without <stdint.h>Jonathan Wakely2018-07-263-22/+23
* Remove char16_t and char32_t dependency on <stdint.h>Jonathan Wakely2018-07-2614-53/+67
* Remove <chrono> dependency on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely2018-07-2623-64/+97
* xfail experimental/memory_resource/new_delete_resource.cc on 32-bit Solaris/x...Rainer Orth2018-07-262-0/+7
* optimize std::vector move assignmentMarc Glisse2018-07-262-4/+21
* PR libstdc++/86676 another alignment fix for testJonathan Wakely2018-07-262-1/+7
* PR libstdc++/86676 Do not assume stack buffer is alignedJonathan Wakely2018-07-252-2/+8
* Add missing header for std::max_align_tJonathan Wakely2018-07-252-1/+4
* Add new src/c++17 directory to list in acinclude.m4Jonathan Wakely2018-07-254-3/+7
* Move std::unique_lock definition to a separate headerJonathan Wakely2018-07-257-195/+268
* Add initial version of C++17 <memory_resource> headerJonathan Wakely2018-07-2424-16/+2584
* PR libstdc++/86658 fix __niter_wrap to not copy invalid iteratorsJonathan Wakely2018-07-243-1/+42
* Minor refactoring in <bit> headerJonathan Wakely2018-07-242-45/+48
* Reorder conditions in uses-allocator construction helperJonathan Wakely2018-07-245-4/+18
* Make __resource_adaptor_imp usable with C++17 memory_resourceJonathan Wakely2018-07-242-55/+81
* PR libstdc++/70966 fix lifetime bug for default resourceJonathan Wakely2018-07-242-6/+16
* PR libstdc++/70940 optimize pmr::resource_adaptor for allocators using mallocJonathan Wakely2018-07-233-20/+94
* PR libstdc++/86595 add missing noexceptJonathan Wakely2018-07-202-2/+13
* Use default visibility to work around clang -fvisibility-inlines-hidden bugFangrui Song2018-07-202-1/+6
* PR libstdc++/86603 Move __cpp_lib_list_remove_return_type macroJonathan Wakely2018-07-202-1/+6
* Simplify the base characteristics for some type traitsJonathan Wakely2018-07-193-58/+93
* Use __builtin_memmove for trivially copyable typesGlen Joseph Fernandes2018-07-193-2/+47
* PR libstdc++/86450 use -Wabi=2 and simplify -Werror useJonathan Wakely2018-07-1717-91/+55
* Remove unused explicit instantiation of __bind_simpleJonathan Wakely2018-07-172-79/+12
* * scripts/create_testsuite_files: Fix typo in comment.Jonathan Wakely2018-07-162-1/+3
* PR libstdc++/86537 remove less<shared_ptr<T>> partial specializationJonathan Wakely2018-07-164-20/+78
* S/390: libstdc++: 64 and 32 bit baseline updateAndreas Krebbel2018-07-164-0/+42
* functions.h (__gnu_debug::__check_string): Move...François Dumont2018-07-065-769/+871
* PR libstdc++/84928 use std::move in <numeric> algorithmsJonathan Wakely2018-07-066-8/+480
* Simplify linker script patterns for std::exception_ptrJonathan Wakely2018-07-062-8/+6
* P0935R0 Eradicating unnecessarily explicit default constructorsJonathan Wakely2018-07-068-11/+269
* * include/std/variant (__accepted_index): Use void_t.Jonathan Wakely2018-07-062-3/+7
* PR libstdc++/85831 define move constructors and operators for exceptionsJonathan Wakely2018-07-056-22/+115
* Add xfail-if to some tests that fail with COW stringsJonathan Wakely2018-07-054-1/+11
* PR libstdc++/58265 add noexcept to basic_string::assign(basic_string&&)Jonathan Wakely2018-07-054-2/+16
* PR libstdc++/58265 implement LWG 2063 for COW stringsJonathan Wakely2018-07-057-4/+40
* Fix my yesterday ChangeLog entry.François Dumont2018-07-051-1/+2
* P0646R1 Improving the Return Value of Erase-Like Algorithms IJonathan Wakely2018-07-0410-30/+394
* P0458R2 Checking for Existence of an Element in Associative ContainersJonathan Wakely2018-07-0416-20/+607