Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 2 | -181/+0 |
| | | | | llvm-svn: 224658 | ||||
* | Found six (nmostly) identical files named 'test_allocator.h' in the libcxx ↵ | Marshall Clow | 2013-12-03 | 1 | -1/+1 |
| | | | | | | test suite. Moved one to /support, made it a superset, and removed all but one of the others, and iupdated all the includes. Left the odd one (thread/futures/test_allocator.h) for later. llvm-svn: 196174 | ||||
* | Move <dynarray> into include/experimental, and into the std::experimental ↵ | Marshall Clow | 2013-11-13 | 2 | -10/+14 |
| | | | | | | namespace, since it's not part of C++14, but of an upcoming TS llvm-svn: 194614 | ||||
* | Initial implementation of <dynarray>. No allocator support pending ↵ | Marshall Clow | 2013-09-13 | 2 | -0/+177 |
resolution of LWG #2235; no stack allocation pending compiler support llvm-svn: 190697 |