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