Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix initialization of test case array in C++11 | Eric Fiselier | 2016-06-17 | 1 | -1/+3 | |
| | | | | llvm-svn: 273065 | |||||
* | Get filesystem tests passing for single-threaded configurations. | Eric Fiselier | 2016-06-17 | 6 | -14/+3 | |
| | | | | llvm-svn: 273054 | |||||
* | Update status of filesystem issues, and add tests for LWG issue 2683 | Eric Fiselier | 2016-06-17 | 1 | -13/+13 | |
| | | | | llvm-svn: 273051 | |||||
* | Reorder permissions test so they are not dependent on the processes umask | Eric Fiselier | 2016-06-17 | 1 | -4/+4 | |
| | | | | llvm-svn: 273049 | |||||
* | Respect the processes umask in the create_directory test | Eric Fiselier | 2016-06-17 | 1 | -9/+11 | |
| | | | | llvm-svn: 273048 | |||||
* | Add Filesystem TS -- Complete | Eric Fiselier | 2016-06-17 | 38 | -0/+4230 | |
Add the completed std::experimental::filesystem implementation and tests. The implementation supports C++11 or newer. The TS is built as part of 'libc++experimental.a'. Users of the TS need to manually link this library. Building and testing the TS can be disabled using the CMake option '-DLIBCXX_ENABLE_FILESYSTEM=OFF'. Currently 'libc++experimental.a' is not installed by default. To turn on the installation of the library use '-DLIBCXX_INSTALL_EXPERIMENTAL_LIBRARY=ON'. llvm-svn: 273034 |