summaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++
AgeCommit message (Expand)Author
2020-05-04libstdc++: Fix the return type of __cxa_finalizeFangrui Song
2020-05-04libstdc++: Avoid negating a size_t [pr 94747]Nathan Sidwell
2020-04-20libstdc++: Update __cpp_lib_three_way_comparison macroJonathan Wakely
2020-04-14libstdc++: Fix constraints on std::compare_three_wayJonathan Wakely
2020-04-14libstdc++: Make comparison category comparisons noexcept (PR 94565)Jonathan Wakely
2020-04-09libstdc++: Implement LWG 3324 for [cmp.alg] function objects (LWG 3324)Jonathan Wakely
2020-02-20libstdc++: Remove std::type_info::operator!= for C++20Jonathan Wakely
2020-02-19libstdc++: Simplify std::three_way_comparable_with (LWG 3360)Jonathan Wakely
2020-02-19libstdc++: Simplify std::totally_ordered (LWG 3331)Jonathan Wakely
2020-02-17libstdc++: P1964R2 Wording for boolean-testableJonathan Wakely
2020-02-17libstdc++ P1956R1 On the names of low-level bit manipulation functionsJonathan Wakely
2020-02-07libstdc++: Optimize C++20 comparison category typesJonathan Wakely
2020-01-29libstdc++: Simplify constraints on std::compare_three_wayJonathan Wakely
2020-01-29libstdc++: Make std::compare_three_way check if <=> is valid (PR 93479)Jonathan Wakely
2020-01-24libstdc++: Simplify construction of comparison category typesJonathan Wakely
2020-01-24Add `--with-toolexeclibdir=' configuration optionMaciej W. Rozycki
2020-01-17libstdc++: Fix freestanding build PR 92376)Jonathan Wakely
2020-01-06libstdc++: Define __cpp_lib_three_way_comparison conditionallyJonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-12-12libstdc++: Simplify std::common_comparison_categoryJonathan Wakely
2019-12-03libstdc++: Implement spaceship for std::pair (P1614R2)Jonathan Wakely
2019-11-13libsupc++: Implement comparison algorithms for C++20Jonathan Wakely
2019-11-08libstdc++: define std::common_comparison_category for C++20Jonathan Wakely
2019-11-07Implement D1959R0, remove weak_equality and strong_equality.Jason Merrill
2019-11-06libstdc++: Add compare_three_way and install <compare> headerJonathan Wakely
2019-11-05Implement C++20 operator<=>.Jason Merrill
2019-10-18PR libstdc++/92143 adjust for OS X aligned_alloc behaviourJonathan Wakely
2019-09-10[ARM/FDPIC v6 06/24] [ARM] FDPIC: Add support for c++ exceptionsChristophe Lyon
2019-07-29PR libstdc++/51333 Define recursive_init_error constructor non-inlineJonathan Wakely
2019-05-31PR libstdc++/90682 allow set_terminate(0) and set_unexpected(0)Jonathan Wakely
2019-05-14Remove obsolete Solaris 10 supportRainer Orth
2019-05-10Improve API docs for <memory> and <new>Jonathan Wakely
2019-05-04Improve API docs for <system_error> headerJonathan Wakely
2019-05-02Miscellaneous API doc improvementsJonathan Wakely
2019-04-23re PR target/89093 (C++ exception handling clobbers d8 VFP register)Ramana Radhakrishnan
2019-03-11PR libstdc++/89629 fix _Hash_bytes for lengths > INT_MAXJonathan Wakely
2019-02-27PR libstdc++/89466 avoid slow xsltproc command in configureJonathan Wakely
2019-02-19P0482R5 char8_t: Standard library supportTom Honermann
2019-02-13PR libstdc++/89345 Only define std::destroying_delete for C++2aJonathan Wakely
2019-01-21Fix after P0600.Ulrich Drepper
2019-01-15Fix missing or incorrect feature test macrosJonathan Wakely
2019-01-01Update copyright years.Jakub Jelinek
2018-11-12Implement P0722R3, destroying operator delete.Jason Merrill
2018-10-31Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers
2018-09-05* libsupc++/cxxabi.h (__cxa_demangle): Clarify doxygen comment.Jonathan Wakely
2018-08-24new(nothrow) is malloc-likeMarc Glisse
2018-08-13Minor optimisations in operator new(size_t, align_val_t)Jonathan Wakely
2018-08-10PR libstdc++/68210 adjust operator new and delete for LWG 206Jonathan Wakely
2018-08-10Remove not needed __builtin_expect due to malloc predictor.Martin Liska
2018-08-08Prevent internal aligned_alloc clashing with libc versionJonathan Wakely