Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement P0253R1: Fixing a design mistake in the searchers interface. | Marshall Clow | 2016-03-08 | 1 | -3/+4 |
| | | | | llvm-svn: 262928 | ||||
* | Implementation of Boyer-Moore and Boyer-Moore-Horspool searchers for the LFTS. | Marshall Clow | 2015-09-08 | 1 | -0/+2 |
| | | | | llvm-svn: 247036 | ||||
* | Finally get the test suite passing in C++03!! | Eric Fiselier | 2015-08-28 | 1 | -2/+2 |
| | | | | | | | | | After months of work there are only 4 tests still failing in C++03. This patch fixes those tests. All of the libc++ builders should be green. llvm-svn: 246275 | ||||
* | Implement the plugin-based version of std::search. There are no searchers ↵ | Marshall Clow | 2015-07-20 | 1 | -0/+43 |
yet; those are coming soon. llvm-svn: 242679 |