summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/numeric
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović2022-10-031-1/+1
* libstdc++: Make std::lcm and std::gcd detect overflow [PR105844]Jonathan Wakely2022-06-101-33/+42
* libstdc++: Ensure all feature test macros have type long [PR87193]Jonathan Wakely2022-01-211-3/+3
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* libstdc++: Replace incorrect static assertion in std::reduce [PR95833]Jonathan Wakely2021-06-181-2/+4
* libstdc++: Fix doxygen markup for group close commandsJonathan Wakely2021-04-061-1/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* libstdc++: Minor header cleanup in <numeric>Jonathan Wakely2020-10-051-22/+17
* libstdc++: Optimise GCD algorithmsJonathan Wakely2020-09-031-4/+30
* libstdc++: Fix deleted overload of __absu(bool)Jonathan Wakely2020-08-291-1/+1
* libstdc++: Fix std::gcd and std::lcm for unsigned integers [PR 92978]Jonathan Wakely2020-08-281-41/+42
* libstdc++: P1645R1 constexpr for <numeric> algorithmsPatrick Palka2020-02-261-0/+18
* libstdc++: midpoint should not constrain T is complete (LWG 3200)Jonathan Wakely2020-02-191-2/+2
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* libstdc++: Rework std::copy/copy_backward/move/move_backward/fill/fill_n algosFrançois Dumont2019-12-101-6/+0
* Add C++11 __iterator_category_t template alias.François Dumont2019-10-061-2/+1
* Fix markdown in Doxygen comments for std::reduceJonathan Wakely2019-08-201-2/+2
* Fix non-portable use of std::abs(double) in constexpr functionJonathan Wakely2019-06-251-4/+5
* Fix std::midpoint for denormal valuesJonathan Wakely2019-06-241-11/+25
* Fix value category bugs in std::reduceJonathan Wakely2019-06-191-2/+2
* Implement new serial algorithms from Parallelism TS (P0024R2)Jonathan Wakely2019-06-191-0/+466
* Fix incorrect __cpp_lib_parallel_algorithm macro definitionsJonathan Wakely2019-06-121-1/+1
* Synchronize libstdc++ PSTL with upstream LLVM PSTLThomas Rodgers2019-06-071-2/+2
* Fix std::midpoint(T*, T*) for reversed argumentsJonathan Wakely2019-05-241-1/+1
* Use __and_v<...> instead of __and_<...>::valueJonathan Wakely2019-04-241-4/+3
* Integrate C++17 parallel algorithmsThomas Rodgers2019-03-211-0/+14
* Define midpoint and lerp functions for C++20 (P0811R3)Jonathan Wakely2019-03-051-1/+45
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Fix gcd breakage.Ville Voutilainen2017-11-151-1/+1
* Implement LWG 2733 and LWG 2759Ville Voutilainen2017-11-141-8/+12
* PR libstdc++/79433 no #error for including headers with wrong -stdJonathan Wakely2017-09-121-1/+4
* re PR libstdc++/81064 (Inline namespace regression)François Dumont2017-07-231-7/+3
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* LWG 2733, LWG 2759 reject bool in gcd and lcmJonathan Wakely2016-10-101-4/+10
* Define std::gcd and std::lcm for C++17Jonathan Wakely2016-10-031-0/+79
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-021-1/+1
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-031-1/+1
* PR libstdc++/22634, DR 539 [Ready]Paolo Carlini2009-12-111-1/+0
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-091-13/+8
* doxygroups.cc: Move algorithm groups into algorithmfwd.h.Benjamin Kosnik2009-02-191-1/+10
* Add parallel mode.Johannes Singler2007-09-111-0/+4
* acinclude.m4 (GLIBCXX_ENABLE_CHEADERS): Add c_global.Benjamin Kosnik2007-03-041-4/+4
* PR libstdc++/28080 (partial)Paolo Carlini2007-02-261-2/+1
* Makefile.am (std_headers_rename): Remove.Benjamin Kosnik2006-12-071-0/+71
* Makefile.am (std_headers): Update list with new names.Phil Edwards2002-01-121-75/+0
* Makefile.am (std_headers): Remove cXXX from list.Benjamin Kosnik2002-01-041-6/+44