Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove <experimental/numeric>; use <numeric> instead. See https://libcxx.llvm... | Marshall Clow | 2018-02-01 | 16 | -604/+0 |
* | [libcxx] [test] Untabify, NFC. | Stephan T. Lavavej | 2017-07-29 | 1 | -2/+2 |
* | Fix a bug I introduced in the tests for experimental::lcm and experimental::gcd. | Marshall Clow | 2017-02-10 | 2 | -3/+3 |
* | Make lcm/gcd work better in edge cases. Fixes a UBSAN failure. | Marshall Clow | 2017-02-10 | 2 | -0/+15 |
* | Implement LWG2733: [fund.ts.v2] gcd / lcm and bool. We already did tbis for ... | Marshall Clow | 2017-01-24 | 8 | -0/+200 |
* | Fix unused parameters and variables | Eric Fiselier | 2016-12-23 | 2 | -2/+2 |
* | [libcxx] [test] D27027: Strip trailing whitespace. | Stephan T. Lavavej | 2016-11-23 | 5 | -5/+5 |
* | Implement LCM and GCD for Library Fundamentals. Reviewed as https://reviews.l... | Marshall Clow | 2016-07-26 | 8 | -0/+389 |