aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/numeric
AgeCommit message (Expand)AuthorFilesLines
13 dayslibstdc++: Do not declare namespace ranges in <numeric> unconditionallyJonathan Wakely1-5/+3
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-12-03libstdc++: Fix parallel std::exclusive_scan [PR108236]Jonathan Wakely1-2/+2
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill1-0/+2
2024-06-08libstdc++: Fix std::ranges::iota is not included in numeric [PR108760]Michael Levine1-0/+38
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-17libstdc++: Define C++26 saturation arithmetic functions (P0543R3)Jonathan Wakely1-0/+5
2023-11-16libstdc++: Only declare feature test macros in standard headersJonathan Wakely1-0/+1
2023-08-16libstdc++: Replace all manual FTM definitions and useArsen Arsenović1-22/+13
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-10-03libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović1-1/+1
2022-06-10libstdc++: Make std::lcm and std::gcd detect overflow [PR105844]Jonathan Wakely1-33/+42
2022-01-21libstdc++: Ensure all feature test macros have type long [PR87193]Jonathan Wakely1-3/+3
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-06-18libstdc++: Replace incorrect static assertion in std::reduce [PR95833]Jonathan Wakely1-2/+4
2021-04-06libstdc++: Fix doxygen markup for group close commandsJonathan Wakely1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-10-05libstdc++: Minor header cleanup in <numeric>Jonathan Wakely1-22/+17
2020-09-03libstdc++: Optimise GCD algorithmsJonathan Wakely1-4/+30
2020-08-29libstdc++: Fix deleted overload of __absu(bool)Jonathan Wakely1-1/+1
2020-08-28libstdc++: Fix std::gcd and std::lcm for unsigned integers [PR 92978]Jonathan Wakely1-41/+42
2020-02-26libstdc++: P1645R1 constexpr for <numeric> algorithmsPatrick Palka1-0/+18
2020-02-19libstdc++: midpoint should not constrain T is complete (LWG 3200)Jonathan Wakely1-2/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-10libstdc++: Rework std::copy/copy_backward/move/move_backward/fill/fill_n algosFrançois Dumont1-6/+0
2019-10-06Add C++11 __iterator_category_t template alias.François Dumont1-2/+1
2019-08-20Fix markdown in Doxygen comments for std::reduceJonathan Wakely1-2/+2
2019-06-25Fix non-portable use of std::abs(double) in constexpr functionJonathan Wakely1-4/+5
2019-06-24Fix std::midpoint for denormal valuesJonathan Wakely1-11/+25
2019-06-19Fix value category bugs in std::reduceJonathan Wakely1-2/+2
2019-06-19Implement new serial algorithms from Parallelism TS (P0024R2)Jonathan Wakely1-0/+466
2019-06-12Fix incorrect __cpp_lib_parallel_algorithm macro definitionsJonathan Wakely1-1/+1
2019-06-07Synchronize libstdc++ PSTL with upstream LLVM PSTLThomas Rodgers1-2/+2
2019-05-24Fix std::midpoint(T*, T*) for reversed argumentsJonathan Wakely1-1/+1
2019-04-24Use __and_v<...> instead of __and_<...>::valueJonathan Wakely1-4/+3
2019-03-21Integrate C++17 parallel algorithmsThomas Rodgers1-0/+14
2019-03-05Define midpoint and lerp functions for C++20 (P0811R3)Jonathan Wakely1-1/+45
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-15Fix gcd breakage.Ville Voutilainen1-1/+1
2017-11-14Implement LWG 2733 and LWG 2759Ville Voutilainen1-8/+12
2017-09-12PR libstdc++/79433 no #error for including headers with wrong -stdJonathan Wakely1-1/+4
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont1-7/+3
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-10LWG 2733, LWG 2759 reject bool in gcd and lcmJonathan Wakely1-4/+10
2016-10-03Define std::gcd and std::lcm for C++17Jonathan Wakely1-0/+79
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-1/+1