summaryrefslogtreecommitdiff
path: root/lib/Support/Windows/PathV2.inc
Commit message (Expand)AuthorAge
* [Support][FileSystem] Fix open mode in resize_file on Windows.Michael J. Spencer2012-12-03
* Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth2012-11-30
* Fix a -Wparentheses warning in the mingw buildNico Weber2012-09-25
* Properly test the LLVM_USE_RVALUE_REFERENCES macro.Michael J. Spencer2012-08-15
* [PathV2] Add mapped_file_region. Implementation for Windows and POSIX.Michael J. Spencer2012-08-15
* Unbreak the MSVC build: add return to unimplemented functions.Francois Pichet2012-06-20
* Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs ...Nick Kledzik2012-06-20
* Allow unique_file to take a mode for file permissions, but defaultEric Christopher2012-05-11
* Windows/PathV2.inc: Retry rename() for (maximum) 2 seconds.NAKAMURA Takumi2012-05-08
* Change default error_code ctor to a 'named ctor' so it's more self-documenting.David Blaikie2012-02-09
* Revert r146363 to allow buildbots to make forward progress.Chad Rosier2011-12-12
* Support/FileSystem: Implement bool equivalent(file_status A, file_status B);Michael J. Spencer2011-12-12
* Support/FileSystem: Implement canonicalize.Michael J. Spencer2011-12-12
* Support/Windows: Cleanup scoped handles.Michael J. Spencer2011-12-12
* Support/FileSystem: Implement recursive_directory_iterator and makeMichael J. Spencer2011-12-08
* PathV2: Handle more reserved filenames on windows.Benjamin Kramer2011-08-20
* Add an optional 'bool makeAbsolute' in llvm::sys::fs::unique_file function.Argyrios Kyrtzidis2011-07-28
* Windows/PathV2.inc: [PR8520] Recognize "NUL" as special (character) file.NAKAMURA Takumi2011-03-16
* Windows/PathV2.inc: Eliminate redundant condition. DWORD is unsigned.NAKAMURA Takumi2011-03-07
* Make Win32's header file name lower for cross build on case-sensitive filesys...NAKAMURA Takumi2011-02-04
* Windows/PathV2.inc: For CryptAcquireContext(), CRYPT_VERIFYCONTEXT may be spe...NAKAMURA Takumi2011-01-17
* Windows/PathV2.inc: MoveFileEx() can behave like Posix's mv(1) to specify MOV...NAKAMURA Takumi2011-01-17
* Support/PathV2: Implement get_magic.Michael J. Spencer2011-01-15
* Support/Windows/PathV2: Make directory iteration ignore . and ..Michael J. Spencer2011-01-05
* Support/Windows/PathV2: Fix remove to handle both files and directories.Michael J. Spencer2011-01-05
* Missed some StringRefRefs.Benjamin Kramer2010-12-17
* Support/Windows/PathV2: Fix header comment.Michael J. Spencer2010-12-09
* Support: Move c_str from SmallVector back to SmallString and add a free standingMichael J. Spencer2010-12-09
* Support/PathV2: Change most functions in the path namespace to return their workMichael J. Spencer2010-12-07
* Support/PathV2: Remove the error_code return type from all functions in the pathMichael J. Spencer2010-12-07
* Support/PathV2: Move current_path from path to fs and fix the Unix implementa...Michael J. Spencer2010-12-07
* Support/Windows: Make MinGW happy.Michael J. Spencer2010-12-06
* Support/FileSystem: Add directory_iterator implementation.Michael J. Spencer2010-12-06
* Support/Windows: Add ScopedHandle and move some clients over to it.Michael J. Spencer2010-12-06
* Support/PathV2: Remove redundant calls to make_error_code.Michael J. Spencer2010-12-04
* Support/FileSystem: Add status implementation.Michael J. Spencer2010-12-04
* Support/Windows/FileSystem: Fix MinGW warnings.Michael J. Spencer2010-12-04
* Support/FileSystem: Add file_size implementation.Michael J. Spencer2010-12-04
* Support/FileSystem: Add equivalent implementation.Michael J. Spencer2010-12-03
* Support/FileSystem: Fix MinGW build. It doesn't have _chsize_s.Michael J. Spencer2010-12-03
* And I really hate line endings.Michael J. Spencer2010-12-03
* Support/Windows/FileSystem: Fix MinGW build.Michael J. Spencer2010-12-03
* Support/FileSystem: Add resize_file implementation.Michael J. Spencer2010-12-03
* Support/FileSystem: Add rename implementation.Michael J. Spencer2010-12-03
* Support/FileSystem: Add remove implementation.Michael J. Spencer2010-12-03
* Fix line endings.Michael J. Spencer2010-12-03
* Support/FileSystem: Add create_symlink implementation.Michael J. Spencer2010-12-03
* Support/FileSystem: Add create_hard_link implementation.Michael J. Spencer2010-12-03
* Support/FileSystem: Add create_director{y,ies} implementations.Michael J. Spencer2010-12-03
* Support/Windows/FileSystem: Remove unneeded toNullTerminatedStringRef.Michael J. Spencer2010-12-03