summaryrefslogtreecommitdiff
path: root/include/numeric
AgeCommit message (Expand)Author
2017-06-23Implement inclusive_scan/transform_inclusive_scan for C++17.Marshall Clow
2017-06-14Implement the non-parallel versions of reduce and transform_reduce for C++17Marshall Clow
2017-06-10Implement the non-parallel versions of exclusive_scan and transform_exclusive...Marshall Clow
2017-05-31[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier
2017-05-09Fix GCC 7 test failures.Eric Fiselier
2017-02-10Make lcm/gcd work better in edge cases. Fixes a UBSAN failure.Marshall Clow
2017-02-08Add missing include in <numeric>Eric Fiselier
2016-11-14Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last...Marshall Clow
2016-07-26Implement LCM and GCD for C++17. Same code as for Library Fundamentals TS.Marshall Clow
2014-10-27[libcxx] Fix use of operator comma where the types can be user definedEric Fiselier
2013-08-22Zhihao Yuan noted that a move assignment operation was missing from std::adja...Howard Hinnant
2011-10-22More windows port work by Ruben Van BoxemHoward Hinnant
2011-10-17Windows support by Ruben Van Boxem.Howard Hinnant
2010-11-16license changeHoward Hinnant
2010-05-26[numeric.iota]Howard Hinnant
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant