aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Unix/PathV2.inc
AgeCommit message (Expand)Author
2011-02-09Rip out realpath() support. It's expensive, and often a bad idea, andDouglas Gregor
2011-02-09Attempt to fix the build after r125228.Cameron Zwarich
2011-02-09Add llvm::sys::path::canonical(), which provides the canonicalizedDouglas Gregor
2011-01-16Fix rename.Michael J. Spencer
2011-01-15Support/PathV2: Implement get_magic.Michael J. Spencer
2011-01-05Support/PathV2: Implement directory iteration on POSIX.Michael J. Spencer
2010-12-07Support/PathV2: Change most functions in the path namespace to return their workMichael J. Spencer
2010-12-07Support/PathV2: Remove the error_code return type from all functions in the pathMichael J. Spencer
2010-12-07Support/Unix/PathV2: Return the real error from realpath instead of any errorMichael J. Spencer
2010-12-07Support/Unix/PathV2: Use 0770 instead of 0700 when creating a directory. Also...Michael J. Spencer
2010-12-07Support/PathV2: Use SmallVector::clear instead of set_size.Michael J. Spencer
2010-12-07Support/PathV2: Clarify and correct documentation.Michael J. Spencer
2010-12-07Support/PathV2: Move current_path from path to fs and fix the Unix implementa...Michael J. Spencer
2010-12-04Support/PathV2: Remove redundant calls to make_error_code.Michael J. Spencer
2010-12-04Support/FileSystem: Add status implementation.Michael J. Spencer
2010-12-04Support/FileSystem: Add file_size implementation.Michael J. Spencer
2010-12-03Support/FileSystem: Add equivalent implementation.Michael J. Spencer
2010-12-03Support/FileSystem: Add resize_file implementation.Michael J. Spencer
2010-12-03Support/FileSystem: Add rename implementation.Michael J. Spencer
2010-12-03Support/FileSystem: Add remove implementation.Michael J. Spencer
2010-12-03Support/FileSystem: Add create_symlink implementation.Michael J. Spencer
2010-12-03Support/FileSystem: Add create_hard_link implementation.Michael J. Spencer
2010-12-03Support/FileSystem: Add create_director{y,ies} implementations.Michael J. Spencer
2010-12-03Support/FileSystem: Add unique_file and exists implementations.Michael J. Spencer
2010-12-01Support/FileSystem: Fix copy_file implementation to use toNullTerminatedStrin...Michael J. Spencer
2010-12-01Support/FileSystem: Add copy_file implementation. Not tests yet because theMichael J. Spencer
2010-11-29Support: Add PathV2 implementation.Michael J. Spencer