aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++
AgeCommit message (Expand)AuthorFilesLines
2020-09-11libstdc++-v3/libsupc++/eh_call.cc: Avoid "set but not used" warningChristophe Lyon1-1/+1
2020-09-11libstdc++-v3/libsupc++/eh_call.cc: Avoid warning with -fno-exceptions.Christophe Lyon1-1/+1
2020-09-02libstdc++: Break header cycle between <new> and <exception>Jonathan Wakely2-3/+4
2020-06-23libstdc++: Regenerate makefilesJonathan Wakely1-0/+1
2020-05-04libstdc++: Fix the return type of __cxa_finalizeFangrui Song1-1/+1
2020-05-04libstdc++: Avoid negating a size_t [pr 94747]Nathan Sidwell1-5/+6
2020-04-20libstdc++: Update __cpp_lib_three_way_comparison macroJonathan Wakely1-2/+14
2020-04-14libstdc++: Fix constraints on std::compare_three_wayJonathan Wakely1-3/+5
2020-04-14libstdc++: Make comparison category comparisons noexcept (PR 94565)Jonathan Wakely1-1/+1
2020-04-09libstdc++: Implement LWG 3324 for [cmp.alg] function objects (LWG 3324)Jonathan Wakely1-20/+29
2020-02-20libstdc++: Remove std::type_info::operator!= for C++20Jonathan Wakely1-0/+3
2020-02-19libstdc++: Simplify std::three_way_comparable_with (LWG 3360)Jonathan Wakely1-6/+4
2020-02-19libstdc++: Simplify std::totally_ordered (LWG 3331)Jonathan Wakely1-14/+0
2020-02-17libstdc++: P1964R2 Wording for boolean-testableJonathan Wakely1-10/+10
2020-02-17libstdc++ P1956R1 On the names of low-level bit manipulation functionsJonathan Wakely1-1/+1
2020-02-07libstdc++: Optimize C++20 comparison category typesJonathan Wakely1-63/+33
2020-01-29libstdc++: Simplify constraints on std::compare_three_wayJonathan Wakely1-9/+3
2020-01-29libstdc++: Make std::compare_three_way check if <=> is valid (PR 93479)Jonathan Wakely1-1/+3
2020-01-24libstdc++: Simplify construction of comparison category typesJonathan Wakely1-28/+11
2020-01-24Add `--with-toolexeclibdir=' configuration optionMaciej W. Rozycki1-0/+1
2020-01-17libstdc++: Fix freestanding build PR 92376)Jonathan Wakely1-0/+15
2020-01-06libstdc++: Define __cpp_lib_three_way_comparison conditionallyJonathan Wakely1-2/+4
2020-01-01Update copyright years.Jakub Jelinek83-83/+83
2019-12-12libstdc++: Simplify std::common_comparison_categoryJonathan Wakely1-31/+22
2019-12-03libstdc++: Implement spaceship for std::pair (P1614R2)Jonathan Wakely1-18/+63
2019-11-13libsupc++: Implement comparison algorithms for C++20Jonathan Wakely1-10/+336
2019-11-08libstdc++: define std::common_comparison_category for C++20Jonathan Wakely1-18/+81
2019-11-07Implement D1959R0, remove weak_equality and strong_equality.Jason Merrill1-134/+2
2019-11-06libstdc++: Add compare_three_way and install <compare> headerJonathan Wakely2-9/+33
2019-11-05Implement C++20 operator<=>.Jason Merrill2-1/+645
2019-10-18PR libstdc++/92143 adjust for OS X aligned_alloc behaviourJonathan Wakely1-2/+3
2019-09-10[ARM/FDPIC v6 06/24] [ARM] FDPIC: Add support for c++ exceptionsChristophe Lyon1-1/+9
2019-07-29PR libstdc++/51333 Define recursive_init_error constructor non-inlineJonathan Wakely2-6/+7
2019-05-31PR libstdc++/90682 allow set_terminate(0) and set_unexpected(0)Jonathan Wakely3-15/+48
2019-05-14Remove obsolete Solaris 10 supportRainer Orth1-6/+0
2019-05-10Improve API docs for <memory> and <new>Jonathan Wakely1-1/+5
2019-05-04Improve API docs for <system_error> headerJonathan Wakely3-0/+19
2019-05-02Miscellaneous API doc improvementsJonathan Wakely1-0/+2
2019-04-23re PR target/89093 (C++ exception handling clobbers d8 VFP register)Ramana Radhakrishnan1-0/+1
2019-03-11PR libstdc++/89629 fix _Hash_bytes for lengths > INT_MAXJonathan Wakely1-1/+1
2019-02-27PR libstdc++/89466 avoid slow xsltproc command in configureJonathan Wakely1-0/+1
2019-02-19P0482R5 char8_t: Standard library supportTom Honermann1-0/+3
2019-02-13PR libstdc++/89345 Only define std::destroying_delete for C++2aJonathan Wakely1-3/+6
2019-01-21Fix after P0600.Ulrich Drepper2-11/+11
2019-01-15Fix missing or incorrect feature test macrosJonathan Wakely1-2/+2
2019-01-01Update copyright years.Jakub Jelinek81-81/+81
2018-11-12Implement P0722R3, destroying operator delete.Jason Merrill1-0/+12
2018-10-31Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers1-82/+176
2018-09-05* libsupc++/cxxabi.h (__cxa_demangle): Clarify doxygen comment.Jonathan Wakely1-2/+3
2018-08-24new(nothrow) is malloc-likeMarc Glisse1-4/+4