| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted ↵ | Marshall Clow | 2016-11-14 | 1 | -0/+4 |
| | | | | | | | last week in Issaquah llvm-svn: 286858 | ||||
| * | Implement LCM and GCD for C++17. Same code as for Library Fundamentals TS. | Marshall Clow | 2016-07-26 | 1 | -0/+62 |
| | | | | | llvm-svn: 276751 | ||||
| * | [libcxx] Fix use of operator comma where the types can be user defined | Eric Fiselier | 2014-10-27 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | Summary: An evil user might overload operator comma. Use a void cast to make sure any user overload is not selected. Modify all the test iterators to define operator comma. Reviewers: danalbert, mclow.lists Reviewed By: mclow.lists Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D5929 llvm-svn: 220706 | ||||
| * | Zhihao Yuan noted that a move assignment operation was missing from ↵ | Howard Hinnant | 2013-08-22 | 1 | -2/+2 |
| | | | | | | | std::adjacent_difference. Fixed. llvm-svn: 189036 | ||||
| * | More windows port work by Ruben Van Boxem | Howard Hinnant | 2011-10-22 | 1 | -3/+3 |
| | | | | | llvm-svn: 142732 | ||||
| * | Windows support by Ruben Van Boxem. | Howard Hinnant | 2011-10-17 | 1 | -0/+2 |
| | | | | | llvm-svn: 142235 | ||||
| * | license change | Howard Hinnant | 2010-11-16 | 1 | -2/+2 |
| | | | | | llvm-svn: 119395 | ||||
| * | [numeric.iota] | Howard Hinnant | 2010-05-26 | 1 | -0/+12 |
| | | | | | llvm-svn: 104719 | ||||
| * | Wiped out some non-ascii characters that snuck into the copyright. | Howard Hinnant | 2010-05-11 | 1 | -1/+1 |
| | | | | | llvm-svn: 103516 | ||||
| * | libcxx initial import | Howard Hinnant | 2010-05-11 | 1 | -0/+183 |
| llvm-svn: 103490 | |||||

