Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix PR#202520 - predicate called too many times in list::remove_if. Add ↵ | Marshall Clow | 2014-08-04 | 1 | -1/+7 |
| | | | | | | tests for list, forward_list, and the std::remove_if algorithm llvm-svn: 214736 | ||||
* | Move common header files into a 'support' directory; make 'testit' include ↵ | Marshall Clow | 2013-01-05 | 4 | -4/+4 |
| | | | | | | -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files llvm-svn: 171594 | ||||
* | ...and then there was one. Only one copy of 'iterators.h' in the test tree ↵ | Marshall Clow | 2013-01-04 | 4 | -4/+4 |
| | | | | | | for libc++ llvm-svn: 171479 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 4 | -8/+8 |
| | | | | llvm-svn: 119395 | ||||
* | Changed __config to react to all of clang's currently documented has_feature ↵ | Howard Hinnant | 2010-09-04 | 2 | -10/+10 |
| | | | | | | flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. llvm-svn: 113086 | ||||
* | Fixing whitespace problems | Howard Hinnant | 2010-08-22 | 4 | -15/+15 |
| | | | | llvm-svn: 111753 | ||||
* | Wiped out some non-ascii characters that snuck into the copyright. | Howard Hinnant | 2010-05-11 | 4 | -4/+4 |
| | | | | llvm-svn: 103516 | ||||
* | libcxx initial import | Howard Hinnant | 2010-05-11 | 4 | -0/+318 |
llvm-svn: 103490 |