aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-25Update powerpc64-linux-gnu/baseline_symbols.txtJonathan Wakely2-0/+6
2018-06-25PR libstdc++/86292 fix exception safety of std::vector<InputIterator> constru...Jonathan Wakely3-7/+81
2018-06-25* doc/xml/manual/status_cxx2017.xml: Document N4531 status.Jonathan Wakely2-0/+12
2018-06-25Add experimental::sample and experimental::shuffle from N4531Jonathan Wakely5-23/+206
2018-06-22Fix unexported basic_string symbols for 32-bit targetsJonathan Wakely2-6/+9
2018-06-22PR libstdc++/86280 fix undefined left shift on 32-bit targetsJonathan Wakely2-1/+6
2018-06-222018-06-21 François Dumont <fdumont@gcc.gnu.org>François Dumont1-2/+2
2018-06-22PR libstdc++/86138 prevent implicit instantiation of COW empty repJonathan Wakely4-3/+95
2018-06-21PR libstdc++/83328 add correct basic_string::insert for initializer_listJonathan Wakely10-17/+181
2018-06-21* config/abi/post/x86_64-linux-gnu/baseline_symbols.txt: Update.Jonathan Wakely2-0/+5
2018-06-21PR libstdc++/70940 make pmr::resource_adaptor return aligned memoryJonathan Wakely4-3/+241
2018-06-21PR libstdc++/70940 make pmr::resource_adaptor return aligned memoryJonathan Wakely3-39/+186
2018-06-21debug.h (_Safe_iterator<>(const _Safe_iterator<_MutableIterator,>& __x)): Com...François Dumont2-1/+8
2018-06-20PR libstdc++/70966 make pmr::new_delete_resource() immortalJonathan Wakely3-19/+98
2018-06-20Add testcase accidentally not committed earlierJonathan Wakely2-0/+35