aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-16PR libstdc++/86537 remove less<shared_ptr<T>> partial specializationJonathan Wakely4-20/+78
2018-07-16S/390: libstdc++: 64 and 32 bit baseline updateAndreas Krebbel4-0/+42
2018-07-06functions.h (__gnu_debug::__check_string): Move...François Dumont5-769/+871
2018-07-06PR libstdc++/84928 use std::move in <numeric> algorithmsJonathan Wakely6-8/+480
2018-07-06Simplify linker script patterns for std::exception_ptrJonathan Wakely2-8/+6
2018-07-06P0935R0 Eradicating unnecessarily explicit default constructorsJonathan Wakely8-11/+269
2018-07-06* include/std/variant (__accepted_index): Use void_t.Jonathan Wakely2-3/+7
2018-07-05PR libstdc++/85831 define move constructors and operators for exceptionsJonathan Wakely6-22/+115
2018-07-05Add xfail-if to some tests that fail with COW stringsJonathan Wakely4-1/+11
2018-07-05PR libstdc++/58265 add noexcept to basic_string::assign(basic_string&&)Jonathan Wakely4-2/+16
2018-07-05PR libstdc++/58265 implement LWG 2063 for COW stringsJonathan Wakely7-4/+40
2018-07-05Fix my yesterday ChangeLog entry.François Dumont1-1/+2
2018-07-04P0646R1 Improving the Return Value of Erase-Like Algorithms IJonathan Wakely10-30/+394
2018-07-04P0458R2 Checking for Existence of an Element in Associative ContainersJonathan Wakely16-20/+607
2018-07-04re PR libstdc++/86272 (__gnu_debug::string uses undefined __glibcxx_check_ins...François Dumont8-34/+85
2018-07-04Define "random_device" effective targetJonathan Wakely7-0/+45
2018-07-04Fix std::__rotl and std::__rotrJonathan Wakely2-2/+7
2018-07-04PR libstdc++/86398 fix std::is_trivially_constructible regressionJonathan Wakely5-74/+100
2018-07-04Optimize std::rotl and std::rotr, add test for std::popcountJonathan Wakely3-7/+117
2018-07-03P0556R3 Integral power-of-2 operations, P0553R2 Bit operationsJonathan Wakely15-0/+1525
2018-07-03Remove redundant #if conditionalJonathan Wakely2-5/+7
2018-07-03stl_algobase.h (__niter_wrap): New.François Dumont4-6/+56
2018-07-02P0758R1 Implicit conversion traitsJonathan Wakely7-5/+291
2018-07-02P0887R1 The identity metafunctionJonathan Wakely5-0/+173
2018-07-02Optimize std::sub_match comparisons using string_view-like typeJonathan Wakely6-139/+489
2018-06-29Add whitespace to some dejagnu directives in libstdc++ testsJonathan Wakely3-2/+8
2018-06-27stl_vector.h (struct _Vector_base<>::_Vector_impl_data): New.François Dumont5-43/+225
2018-06-27Add std::__is_byte<std::byte> specializationJonathan Wakely2-0/+14
2018-06-27Declare some explicit instantiations for strings in Debug ModeJonathan Wakely2-4/+10
2018-06-26sample-2.cc: Add TLS DejaGNU directives.David Edelsohn3-0/+10
2018-06-26Add missing noexcept on definition to match declarationJonathan Wakely2-1/+6
2018-06-25PR libstdc++/86112 fix printers for Python 2.6Jonathan Wakely2-1/+6