aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Windows/PathV2.inc
AgeCommit message (Expand)Author
2013-03-15[Support][Path][Windows] Fix dangling else. Don't call CloseHandle when Close...Michael J. Spencer
2013-03-14[Support] Fix lifetime of file descriptors when using MemoryBuffer.Michael J. Spencer
2013-03-12[Support][Path] Don't inf loop if creating the parent directory fails.Michael J. Spencer
2012-12-03[Support][FileSystem] Fix open mode in resize_file on Windows.Michael J. Spencer
2012-11-30Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth
2012-09-25Fix a -Wparentheses warning in the mingw buildNico Weber
2012-08-15Properly test the LLVM_USE_RVALUE_REFERENCES macro.Michael J. Spencer
2012-08-15[PathV2] Add mapped_file_region. Implementation for Windows and POSIX.Michael J. Spencer
2012-06-20Unbreak the MSVC build: add return to unimplemented functions.Francois Pichet
2012-06-20Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs ...Nick Kledzik
2012-05-11Allow unique_file to take a mode for file permissions, but defaultEric Christopher
2012-05-08Windows/PathV2.inc: Retry rename() for (maximum) 2 seconds.NAKAMURA Takumi
2012-02-09Change default error_code ctor to a 'named ctor' so it's more self-documenting.David Blaikie
2011-12-12Revert r146363 to allow buildbots to make forward progress.Chad Rosier
2011-12-12Support/FileSystem: Implement bool equivalent(file_status A, file_status B);Michael J. Spencer
2011-12-12Support/FileSystem: Implement canonicalize.Michael J. Spencer
2011-12-12Support/Windows: Cleanup scoped handles.Michael J. Spencer
2011-12-08Support/FileSystem: Implement recursive_directory_iterator and makeMichael J. Spencer
2011-08-20PathV2: Handle more reserved filenames on windows.Benjamin Kramer
2011-07-28Add an optional 'bool makeAbsolute' in llvm::sys::fs::unique_file function.Argyrios Kyrtzidis
2011-03-16Windows/PathV2.inc: [PR8520] Recognize "NUL" as special (character) file.NAKAMURA Takumi
2011-03-07Windows/PathV2.inc: Eliminate redundant condition. DWORD is unsigned.NAKAMURA Takumi
2011-02-04Make Win32's header file name lower for cross build on case-sensitive filesys...NAKAMURA Takumi
2011-01-17Windows/PathV2.inc: For CryptAcquireContext(), CRYPT_VERIFYCONTEXT may be spe...NAKAMURA Takumi
2011-01-17Windows/PathV2.inc: MoveFileEx() can behave like Posix's mv(1) to specify MOV...NAKAMURA Takumi
2011-01-15Support/PathV2: Implement get_magic.Michael J. Spencer
2011-01-05Support/Windows/PathV2: Make directory iteration ignore . and ..Michael J. Spencer
2011-01-05Support/Windows/PathV2: Fix remove to handle both files and directories.Michael J. Spencer
2010-12-17Missed some StringRefRefs.Benjamin Kramer
2010-12-09Support/Windows/PathV2: Fix header comment.Michael J. Spencer
2010-12-09Support: Move c_str from SmallVector back to SmallString and add a free standingMichael 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/PathV2: Move current_path from path to fs and fix the Unix implementa...Michael J. Spencer
2010-12-06Support/Windows: Make MinGW happy.Michael J. Spencer
2010-12-06Support/FileSystem: Add directory_iterator implementation.Michael J. Spencer
2010-12-06Support/Windows: Add ScopedHandle and move some clients over to it.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/Windows/FileSystem: Fix MinGW warnings.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: Fix MinGW build. It doesn't have _chsize_s.Michael J. Spencer
2010-12-03And I really hate line endings.Michael J. Spencer
2010-12-03Support/Windows/FileSystem: Fix MinGW build.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-03Fix line endings.Michael J. Spencer
2010-12-03Support/FileSystem: Add create_symlink implementation.Michael J. Spencer