Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Support/PathV2: Remove the error_code return type from all functions in the path | Michael J. Spencer | 2010-12-07 | 1 | -3/+3 | |
| | | | | | | | namespace. None of them return anything except for success anyway. These will be converted to returning their result soon. llvm-svn: 121109 | |||||
* | Support/Unix/PathV2: Return the real error from realpath instead of any error | Michael J. Spencer | 2010-12-07 | 1 | -1/+2 | |
| | | | | | | that close or unlink set. llvm-svn: 121094 | |||||
* | Support/Unix/PathV2: Use 0770 instead of 0700 when creating a directory. ↵ | Michael J. Spencer | 2010-12-07 | 1 | -1/+1 | |
| | | | | | | | | Also use the standard macros instead of octal notation. llvm-svn: 121093 | |||||
* | Support/PathV2: Use SmallVector::clear instead of set_size. | Michael J. Spencer | 2010-12-07 | 1 | -2/+2 | |
| | | | | llvm-svn: 121092 | |||||
* | Support/PathV2: Clarify and correct documentation. | Michael J. Spencer | 2010-12-07 | 1 | -0/+5 | |
| | | | | llvm-svn: 121091 | |||||
* | Support/PathV2: Move current_path from path to fs and fix the Unix ↵ | Michael J. Spencer | 2010-12-07 | 1 | -11/+13 | |
| | | | | | | | | implementation. Unix bug spotted by Dan Gohman. llvm-svn: 121090 | |||||
* | Support/PathV2: Remove redundant calls to make_error_code. | Michael J. Spencer | 2010-12-04 | 1 | -21/+21 | |
| | | | | llvm-svn: 120913 | |||||
* | Support/FileSystem: Add status implementation. | Michael J. Spencer | 2010-12-04 | 1 | -0/+32 | |
| | | | | llvm-svn: 120870 | |||||
* | Support/FileSystem: Add file_size implementation. | Michael J. Spencer | 2010-12-04 | 1 | -0/+14 | |
| | | | | llvm-svn: 120867 | |||||
* | Support/FileSystem: Add equivalent implementation. | Michael J. Spencer | 2010-12-03 | 1 | -0/+25 | |
| | | | | llvm-svn: 120827 | |||||
* | Support/FileSystem: Add resize_file implementation. | Michael J. Spencer | 2010-12-03 | 1 | -0/+10 | |
| | | | | llvm-svn: 120819 | |||||
* | Support/FileSystem: Add rename implementation. | Michael J. Spencer | 2010-12-03 | 1 | -0/+13 | |
| | | | | llvm-svn: 120818 | |||||
* | Support/FileSystem: Add remove implementation. | Michael J. Spencer | 2010-12-03 | 1 | -0/+14 | |
| | | | | llvm-svn: 120817 | |||||
* | Support/FileSystem: Add create_symlink implementation. | Michael J. Spencer | 2010-12-03 | 1 | -0/+13 | |
| | | | | llvm-svn: 120800 | |||||
* | Support/FileSystem: Add create_hard_link implementation. | Michael J. Spencer | 2010-12-03 | 1 | -0/+13 | |
| | | | | llvm-svn: 120792 | |||||
* | Support/FileSystem: Add create_director{y,ies} implementations. | Michael J. Spencer | 2010-12-03 | 1 | -0/+14 | |
| | | | | llvm-svn: 120790 | |||||
* | Support/FileSystem: Add unique_file and exists implementations. | Michael J. Spencer | 2010-12-03 | 1 | -2/+129 | |
| | | | | llvm-svn: 120776 | |||||
* | Support/FileSystem: Fix copy_file implementation to use ↵ | Michael J. Spencer | 2010-12-01 | 1 | -2/+2 | |
| | | | | | | | | toNullTerminatedStringRef instead of toStringRef. The file system APIs need c strings. llvm-svn: 120601 | |||||
* | Support/FileSystem: Add copy_file implementation. Not tests yet because the | Michael J. Spencer | 2010-12-01 | 1 | -0/+92 | |
| | | | | | | file creation APIs aren't implemented. llvm-svn: 120593 | |||||
* | Support: Add PathV2 implementation. | Michael J. Spencer | 2010-11-29 | 1 | -0/+39 | |
llvm-svn: 120329 |