Support/FileSystem: Implement canonicalize.
[oota-llvm.git] / lib / Support / Windows / PathV2.inc
2011-12-12 Michael J. SpencerSupport/FileSystem: Implement canonicalize.
2011-12-12 Michael J. SpencerSupport/Windows: Cleanup scoped handles.
2011-12-08 Michael J. SpencerSupport/FileSystem: Implement recursive_directory_itera...
2011-08-20 Benjamin KramerPathV2: Handle more reserved filenames on windows.
2011-07-28 Argyrios KyrtzidisAdd an optional 'bool makeAbsolute' in llvm::sys::fs...
2011-03-16 NAKAMURA TakumiWindows/PathV2.inc: [PR8520] Recognize "NUL" as special...
2011-03-07 NAKAMURA TakumiWindows/PathV2.inc: Eliminate redundant condition....
2011-02-04 NAKAMURA TakumiMake Win32's header file name lower for cross build...
2011-01-17 NAKAMURA TakumiWindows/PathV2.inc: For CryptAcquireContext(), CRYPT_VE...
2011-01-17 NAKAMURA TakumiWindows/PathV2.inc: MoveFileEx() can behave like Posix...
2011-01-15 Michael J. SpencerSupport/PathV2: Implement get_magic.
2011-01-05 Michael J. SpencerSupport/Windows/PathV2: Make directory iteration ignore...
2011-01-05 Michael J. SpencerSupport/Windows/PathV2: Fix remove to handle both files...
2010-12-17 Benjamin KramerMissed some StringRefRefs.
2010-12-09 Michael J. SpencerSupport/Windows/PathV2: Fix header comment.
2010-12-09 Michael J. SpencerSupport: Move c_str from SmallVector back to SmallStrin...
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/PathV2: Move current_path from path to fs and...
2010-12-06 Michael J. SpencerSupport/Windows: Make MinGW happy.
2010-12-06 Michael J. SpencerSupport/FileSystem: Add directory_iterator implementation.
2010-12-06 Michael J. SpencerSupport/Windows: Add ScopedHandle and move some clients...
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/Windows/FileSystem: Fix MinGW warnings.
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: Fix MinGW build. It doesn't have...
2010-12-03 Michael J. SpencerAnd I really hate line endings.
2010-12-03 Michael J. SpencerSupport/Windows/FileSystem: Fix MinGW build.
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. SpencerFix line endings.
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/Windows/FileSystem: Remove unneeded toNullTermi...
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.