aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Windows/Path.inc
AgeCommit message (Expand)AuthorFilesLines
2016-06-21Switch to using an API that handles non-ASCII paths appropriately on Windows.Aaron Ballman1-10/+11
2016-06-20Fix a relatively nasty bug with fs::getPathFromOpenFD() on Windows. The GetFi...Aaron Ballman1-4/+13
2016-06-13In openFileForRead, attempt to fetch the actual name of the file on disk -- i...Taewook Oh1-1/+45
2016-06-04Revert commit r271704, a patch that enables warnings for non-portable #includ...Taewook Oh1-45/+1
2016-06-03In openFileForRead, attempt to fetch the actual name of the file on disk -- i...Taewook Oh1-1/+45
2016-05-03Adding period to the end of a comment to test out commit access.Douglas Yung1-1/+1
2016-04-01Fix Windows build (typo in disk_space() implementation)Mehdi Amini1-1/+1
2016-04-01Add disk_space() to llvm::fsMehdi Amini1-0/+13
2016-04-01Revert "Add disk_space() to llvm::fs"Mehdi Amini1-13/+0
2016-03-31Use const ref instead of value for Twine in the disk_space() APIMehdi Amini1-1/+1
2016-03-31Add disk_space() to llvm::fsMehdi Amini1-0/+13
2016-03-31Revert "Add disk_space() to llvm::fs"Mehdi Amini1-13/+0
2016-03-31Add disk_space() to llvm::fsMehdi Amini1-0/+13
2016-03-25Improve the reliability of file renaming in Windows by having the compiler retrySunil Srivastava1-16/+33
2016-03-25Add lastAccessedTime to file_statusMehdi Amini1-8/+22
2016-03-25Revert "Add lastAccessedTime to file_status"Mehdi Amini1-22/+8
2016-03-25Revert "Fix windows build for sys::fs:file_status Access Time added in r264387"Mehdi Amini1-2/+2
2016-03-25Fix windows build for sys::fs:file_status Access Time added in r264387Mehdi Amini1-2/+2
2016-03-25Add lastAccessedTime to file_statusMehdi Amini1-8/+22
2016-01-12Auto-link with ole32.dll to simplify building LLVM.dllReid Kleckner1-0/+1
2015-11-17[Support] Tweak path::system_temp_directory() on Windows.Pawel Bylica1-16/+15
2015-11-06Revert r252366: [Support] Use GetTempDir to get the temporary dir path on Win...Pawel Bylica1-10/+37
2015-11-06[Support] Use GetTempDir to get the temporary dir path on Windows.Pawel Bylica1-37/+10
2015-11-02Use static instead of anonymous namespace for helper functions. NFC.Pawel Bylica1-4/+2
2015-11-02[Support] Extend sys::path with user_cache_directory function.Pawel Bylica1-0/+4
2015-10-18Make a bunch of static arrays const.Craig Topper1-4/+6
2015-10-16Use Windows Vista API to get the user's home directoryPawel Bylica1-7/+11
2015-10-12Fix rename() sometimes failing if another process uses openFileForRead()Greg Bedwell1-10/+28
2015-09-10ScanDirForExecutable on Windows fails to find executables with the "exe" exte...Reid Kleckner1-0/+5
2015-08-06Thread premissions through sys::fs::create_director{y|ies}Frederic Riss1-1/+2
2015-05-04Replace windows_error calls with mapWindowsError.Yaron Keren1-29/+25
2015-04-10[FS] Report errors from llvm::sys::fs::rename on WindowsReid Kleckner1-0/+1
2015-03-18Remove many superfluous SmallString::str() calls.Yaron Keren1-2/+2
2014-12-16Remove the last unnecessary member variable of mapped_file_region. NFC.Rafael Espindola1-11/+6
2014-12-16Convert a member variable to a local variable. NFC.Rafael Espindola1-3/+3
2014-12-16Remove unused member and simplify. NFC.Rafael Espindola1-22/+3
2014-12-12Remove silly left over from the Windows resize_file implementation.Rafael Espindola1-1/+0
2014-12-12Pass a FD to resise_file and add a testcase.Rafael Espindola1-12/+4
2014-12-11Remove a convoluted way of calling close by moving the call to the only caller.Rafael Espindola1-39/+7
2014-12-11Remove dead code. NFC.Rafael Espindola1-48/+0
2014-11-24More long path name support on Windows, this time in program execution.Paul Robinson1-4/+8
2014-11-17silence gcc 4.9.1 warning in /llvm/lib/Support/Windows/Path.inc:564:39:Yaron Keren1-1/+1
2014-11-13Improve long path name support on Windows.Paul Robinson1-38/+66
2014-09-11Misc cleanups to the FileSytem api.Rafael Espindola1-33/+13
2014-09-03Add writeFileWithSystemEncoding to LibLLVMSuppor.Rafael Espindola1-4/+16
2014-08-26Merge TempDir and system_temp_directory.Rafael Espindola1-17/+45
2014-08-08Remove dead code. Fixes pr20544.Rafael Espindola1-5/+0
2014-06-13Finishing touch for the std::error_code transition.Rafael Espindola1-7/+7
2014-06-13Fix build on windows.Rafael Espindola1-84/+89
2014-06-12Replace llvm::error_code with std::error_code.Rafael Espindola1-4/+4