summaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++
AgeCommit message (Expand)Author
2021-04-15libstdc++: Move atomic functions to libsupc++ [PR 96657]Jonathan Wakely
2021-04-06libstdc++: Fix doxygen markup for group close commandsJonathan Wakely
2021-03-25libstdc++: Declare malloc for freestandingJonathan Wakely
2021-03-10libstdc++: Implement LWG 3530 for concept-constrained comparisonsJonathan Wakely
2021-02-23PR c++/99074 - crash in dynamic_cast<>() on null pointerMartin Sebor
2021-02-11libstdc++: Fix versioned namespace buildJonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-12-16libstdc++: Add C++ runtime support for new 128-bit long double formatJonathan Wakely
2020-11-09libstdc++: Use 'inline' consistently in std::exception_ptr [PR 97729]Jonathan Wakely
2020-11-07libsupc++: Make the destructor parameter to `__cxa_thread_atexit()` use the `...Liu Hao
2020-11-05libstdc++: Fix multiple definitions of std::exception_ptr functions [PR 97729]Jonathan Wakely
2020-10-28libstdc++: Add comment to nothrow new explaining catch (...)Jonathan Wakely
2020-10-26libstdc++: Fix declarations of memalign etc. for freestanding [PR 97570]Jonathan Wakely
2020-10-12PR c++/97201 - ICE in -Warray-bounds writing to result of operator new(0)Martin Sebor
2020-10-08libstdc++: Fix non-reserved names in headersJonathan Wakely
2020-10-06libstdc++: Inline std::exception_ptr members [PR 90295]Jonathan Wakely
2020-09-26libstdc++: Use __libc_single_threaded to optimise atomics [PR 96817]Jonathan Wakely
2020-09-25libstdc++: Remove redundant -std=gnu++1z flags from makefileJonathan Wakely
2020-09-11libstdc++-v3/libsupc++/eh_call.cc: Avoid "set but not used" warningChristophe Lyon
2020-09-11libstdc++-v3/libsupc++/eh_call.cc: Avoid warning with -fno-exceptions.Christophe Lyon
2020-09-02libstdc++: Break header cycle between <new> and <exception>Jonathan Wakely
2020-06-23libstdc++: Regenerate makefilesJonathan Wakely
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