aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Windows/PathV2.inc
Commit message (Expand)AuthorAgeFilesLines
* Rename PathV2 to just Path now that it is the only one.Rafael Espindola2013-06-261-1092/+0
* Port GetMainExecutable over to PathV2.Rafael Espindola2013-06-261-0/+7
* make getLastModificationTime const. Move it with the other getters.Rafael Espindola2013-06-201-1/+1
* Add a setLastModificationAndAccessTime to PathV2.Rafael Espindola2013-06-201-0/+11
* Add support for getting the last modification time from a file_status.Rafael Espindola2013-06-201-0/+10
* Rename fs::GetUniqueID to fs::getUniqueID to match the style guide.Rafael Espindola2013-06-201-1/+1
* Modified the implementation of fs::GetUniqueID on Windows such that it actual...Aaron Ballman2013-06-191-9/+14
* Add a can_write function to PathV2.Rafael Espindola2013-06-181-0/+12
* Add a GetUniqueID that will replace the uniqueID of PathV1.h.Rafael Espindola2013-06-181-0/+14
* Replace use of PathV1.h in Program.cpp.Rafael Espindola2013-06-141-0/+11
* [Support][Path][Windows] Fix dangling else. Don't call CloseHandle when Close...Michael J. Spencer2013-03-151-10/+10
* [Support] Fix lifetime of file descriptors when using MemoryBuffer.Michael J. Spencer2013-03-141-14/+23
* [Support][Path] Don't inf loop if creating the parent directory fails.Michael J. Spencer2013-03-121-1/+7
* [Support][FileSystem] Fix open mode in resize_file on Windows.Michael J. Spencer2012-12-031-1/+1
* Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth2012-11-301-1/+1
* Fix a -Wparentheses warning in the mingw buildNico Weber2012-09-251-1/+1
* Properly test the LLVM_USE_RVALUE_REFERENCES macro.Michael J. Spencer2012-08-151-1/+1
* [PathV2] Add mapped_file_region. Implementation for Windows and POSIX.Michael J. Spencer2012-08-151-0/+199
* Unbreak the MSVC build: add return to unimplemented functions.Francois Pichet2012-06-201-0/+2
* Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs ...Nick Kledzik2012-06-201-0/+46
* Allow unique_file to take a mode for file permissions, but defaultEric Christopher2012-05-111-2/+4
* Windows/PathV2.inc: Retry rename() for (maximum) 2 seconds.NAKAMURA Takumi2012-05-081-4/+14
* Change default error_code ctor to a 'named ctor' so it's more self-documenting.David Blaikie2012-02-091-21/+21
* Revert r146363 to allow buildbots to make forward progress.Chad Rosier2011-12-121-38/+0
* Support/FileSystem: Implement bool equivalent(file_status A, file_status B);Michael J. Spencer2011-12-121-62/+38
* Support/FileSystem: Implement canonicalize.Michael J. Spencer2011-12-121-0/+38
* Support/Windows: Cleanup scoped handles.Michael J. Spencer2011-12-121-17/+6
* Support/FileSystem: Implement recursive_directory_iterator and makeMichael J. Spencer2011-12-081-6/+7
* PathV2: Handle more reserved filenames on windows.Benjamin Kramer2011-08-201-2/+24
* Add an optional 'bool makeAbsolute' in llvm::sys::fs::unique_file function.Argyrios Kyrtzidis2011-07-281-11/+14
* Windows/PathV2.inc: [PR8520] Recognize "NUL" as special (character) file.NAKAMURA Takumi2011-03-161-1/+8
* Windows/PathV2.inc: Eliminate redundant condition. DWORD is unsigned.NAKAMURA Takumi2011-03-071-1/+1
* Make Win32's header file name lower for cross build on case-sensitive filesys...NAKAMURA Takumi2011-02-041-1/+1
* Windows/PathV2.inc: For CryptAcquireContext(), CRYPT_VERIFYCONTEXT may be spe...NAKAMURA Takumi2011-01-171-1/+1
* Windows/PathV2.inc: MoveFileEx() can behave like Posix's mv(1) to specify MOV...NAKAMURA Takumi2011-01-171-1/+2
* Support/PathV2: Implement get_magic.Michael J. Spencer2011-01-151-0/+42
* Support/Windows/PathV2: Make directory iteration ignore . and ..Michael J. Spencer2011-01-051-4/+24
* Support/Windows/PathV2: Fix remove to handle both files and directories.Michael J. Spencer2011-01-051-7/+21
* Missed some StringRefRefs.Benjamin Kramer2010-12-171-4/+2
* Support/Windows/PathV2: Fix header comment.Michael J. Spencer2010-12-091-1/+1
* Support: Move c_str from SmallVector back to SmallString and add a free standingMichael J. Spencer2010-12-091-1/+1
* Support/PathV2: Change most functions in the path namespace to return their workMichael J. Spencer2010-12-071-2/+1
* Support/PathV2: Remove the error_code return type from all functions in the pathMichael J. Spencer2010-12-071-2/+2
* Support/PathV2: Move current_path from path to fs and fix the Unix implementa...Michael J. Spencer2010-12-071-5/+1
* Support/Windows: Make MinGW happy.Michael J. Spencer2010-12-061-1/+1
* Support/FileSystem: Add directory_iterator implementation.Michael J. Spencer2010-12-061-0/+77
* Support/Windows: Add ScopedHandle and move some clients over to it.Michael J. Spencer2010-12-061-10/+10
* Support/PathV2: Remove redundant calls to make_error_code.Michael J. Spencer2010-12-041-49/+48
* Support/FileSystem: Add status implementation.Michael J. Spencer2010-12-041-0/+48
* Support/Windows/FileSystem: Fix MinGW warnings.Michael J. Spencer2010-12-041-6/+6