Rip out realpath() support. It's expensive, and often a bad idea, and
[oota-llvm.git] / lib / Support / Unix / PathV2.inc
2011-02-09 Douglas GregorRip out realpath() support. It's expensive, and often...
2011-02-09 Cameron ZwarichAttempt to fix the build after r125228.
2011-02-09 Douglas GregorAdd llvm::sys::path::canonical(), which provides the...
2011-01-16 Michael J. SpencerFix rename.
2011-01-15 Michael J. SpencerSupport/PathV2: Implement get_magic.
2011-01-05 Michael J. SpencerSupport/PathV2: Implement directory iteration on POSIX.
2010-12-07 Michael J. SpencerSupport/PathV2: Change most functions in the path names...
2010-12-07 Michael J. SpencerSupport/PathV2: Remove the error_code return type from...
2010-12-07 Michael J. SpencerSupport/Unix/PathV2: Return the real error from realpat...
2010-12-07 Michael J. SpencerSupport/Unix/PathV2: Use 0770 instead of 0700 when...
2010-12-07 Michael J. SpencerSupport/PathV2: Use SmallVector::clear instead of set_size.
2010-12-07 Michael J. SpencerSupport/PathV2: Clarify and correct documentation.
2010-12-07 Michael J. SpencerSupport/PathV2: Move current_path from path to fs and...
2010-12-04 Michael J. SpencerSupport/PathV2: Remove redundant calls to make_error_code.
2010-12-04 Michael J. SpencerSupport/FileSystem: Add status implementation.
2010-12-04 Michael J. SpencerSupport/FileSystem: Add file_size implementation.
2010-12-03 Michael J. SpencerSupport/FileSystem: Add equivalent implementation.
2010-12-03 Michael J. SpencerSupport/FileSystem: Add resize_file implementation.
2010-12-03 Michael J. SpencerSupport/FileSystem: Add rename implementation.
2010-12-03 Michael J. SpencerSupport/FileSystem: Add remove implementation.
2010-12-03 Michael J. SpencerSupport/FileSystem: Add create_symlink implementation.
2010-12-03 Michael J. SpencerSupport/FileSystem: Add create_hard_link implementation.
2010-12-03 Michael J. SpencerSupport/FileSystem: Add create_director{y,ies} implemen...
2010-12-03 Michael J. SpencerSupport/FileSystem: Add unique_file and exists implemen...
2010-12-01 Michael J. SpencerSupport/FileSystem: Fix copy_file implementation to...
2010-12-01 Michael J. SpencerSupport/FileSystem: Add copy_file implementation. Not...
2010-11-29 Michael J. SpencerSupport: Add PathV2 implementation.