summaryrefslogtreecommitdiffstats
path: root/libcxx/include/numeric
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect handling of move-only types in transform_reduce iter iter iter ...Billy Robert O'Neal III2018-01-051-1/+1
* Automated trailing whitespace removal by VS Code.Billy Robert O'Neal III2018-01-051-18/+18
* Implement inclusive_scan/transform_inclusive_scan for C++17.Marshall Clow2017-06-231-0/+87
* Implement the non-parallel versions of reduce and transform_reduce for C++17Marshall Clow2017-06-141-0/+93
* Implement the non-parallel versions of exclusive_scan and transform_exclusive...Marshall Clow2017-06-101-0/+71
* [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier2017-05-311-0/+5
* Fix GCC 7 test failures.Eric Fiselier2017-05-091-5/+6
* Make lcm/gcd work better in edge cases. Fixes a UBSAN failure.Marshall Clow2017-02-101-12/+17
* Add missing include in <numeric>Eric Fiselier2017-02-081-0/+1
* Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last...Marshall Clow2016-11-141-0/+4
* Implement LCM and GCD for C++17. Same code as for Library Fundamentals TS.Marshall Clow2016-07-261-0/+62
* [libcxx] Fix use of operator comma where the types can be user definedEric Fiselier2014-10-271-7/+7
* Zhihao Yuan noted that a move assignment operation was missing from std::adja...Howard Hinnant2013-08-221-2/+2
* More windows port work by Ruben Van BoxemHoward Hinnant2011-10-221-3/+3
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* license changeHoward Hinnant2010-11-161-2/+2
* [numeric.iota]Howard Hinnant2010-05-261-0/+12
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+183
OpenPOWER on IntegriCloud