aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++
AgeCommit message (Expand)AuthorFilesLines
2021-04-15libstdc++: Move atomic functions to libsupc++ [PR 96657]Jonathan Wakely2-7/+15
2021-04-06libstdc++: Fix doxygen markup for group close commandsJonathan Wakely5-5/+7
2021-03-25libstdc++: Declare malloc for freestandingJonathan Wakely1-0/+4
2021-03-10libstdc++: Implement LWG 3530 for concept-constrained comparisonsJonathan Wakely1-1/+6
2021-02-23PR c++/99074 - crash in dynamic_cast<>() on null pointerMartin Sebor1-0/+3
2021-02-11libstdc++: Fix versioned namespace buildJonathan Wakely2-5/+9
2021-01-04Update copyright years.Jakub Jelinek83-83/+83
2020-12-16libstdc++: Add C++ runtime support for new 128-bit long double formatJonathan Wakely1-1/+5
2020-11-09libstdc++: Use 'inline' consistently in std::exception_ptr [PR 97729]Jonathan Wakely1-9/+0
2020-11-07libsupc++: Make the destructor parameter to `__cxa_thread_atexit()` use the `...Liu Hao2-4/+18
2020-11-05libstdc++: Fix multiple definitions of std::exception_ptr functions [PR 97729]Jonathan Wakely2-43/+33
2020-10-28libstdc++: Add comment to nothrow new explaining catch (...)Jonathan Wakely1-3/+7
2020-10-26libstdc++: Fix declarations of memalign etc. for freestanding [PR 97570]Jonathan Wakely1-1/+1
2020-10-12PR c++/97201 - ICE in -Warray-bounds writing to result of operator new(0)Martin Sebor1-6/+6
2020-10-08libstdc++: Fix non-reserved names in headersJonathan Wakely1-8/+9
2020-10-06libstdc++: Inline std::exception_ptr members [PR 90295]Jonathan Wakely2-52/+83
2020-09-26libstdc++: Use __libc_single_threaded to optimise atomics [PR 96817]Jonathan Wakely1-7/+40
2020-09-25libstdc++: Remove redundant -std=gnu++1z flags from makefileJonathan Wakely2-44/+0
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