1. 70a8aae Fix incorrect handling of move-only types in transform_reduce iter iter iter init, and add test. by Billy Robert O'Neal III · 7 years ago
  2. b68e9c1 Automated trailing whitespace removal by VS Code. by Billy Robert O'Neal III · 7 years ago
  3. 3477ae4 Implement inclusive_scan/transform_inclusive_scan for C++17. by Marshall Clow · 7 years ago
  4. 0175dfd Implement the non-parallel versions of reduce and transform_reduce for C++17 by Marshall Clow · 7 years ago
  5. fb97c44 Implement the non-parallel versions of exclusive_scan and transform_exclusive_scan. Reviewed as https://reviews.llvm.org/D34038. by Marshall Clow · 7 years ago
  6. 018a3d5 [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows by Eric Fiselier · 7 years ago
  7. 9197008 Fix GCC 7 test failures. by Eric Fiselier · 7 years ago
  8. ebf66a3 Make lcm/gcd work better in edge cases. Fixes a UBSAN failure. by Marshall Clow · 8 years ago
  9. 34da9b5 Add missing include in <numeric> by Eric Fiselier · 8 years ago
  10. db7fa11 Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last week in Issaquah by Marshall Clow · 8 years ago
  11. 1c1e91d Implement LCM and GCD for C++17. Same code as for Library Fundamentals TS. by Marshall Clow · 8 years ago
  12. b991975 [libcxx] Fix use of operator comma where the types can be user defined by Eric Fiselier · 10 years ago
  13. 1c44f51 Zhihao Yuan noted that a move assignment operation was missing from std::adjacent_difference. Fixed. by Howard Hinnant · 11 years ago
  14. 78b6828 More windows port work by Ruben Van Boxem by Howard Hinnant · 13 years ago
  15. 08e1747 Windows support by Ruben Van Boxem. by Howard Hinnant · 13 years ago
  16. b64f8b0 license change by Howard Hinnant · 14 years ago
  17. ebef745 [numeric.iota] by Howard Hinnant · 14 years ago
  18. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 14 years ago
  19. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago