summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows/Path.inc
Commit message (Expand)AuthorAgeFilesLines
* Adding period to the end of a comment to test out commit access.Douglas Yung2016-05-031-1/+1
* Fix Windows build (typo in disk_space() implementation)Mehdi Amini2016-04-011-1/+1
* Add disk_space() to llvm::fsMehdi Amini2016-04-011-0/+13
* Revert "Add disk_space() to llvm::fs"Mehdi Amini2016-04-011-13/+0
* Use const ref instead of value for Twine in the disk_space() APIMehdi Amini2016-03-311-1/+1
* Add disk_space() to llvm::fsMehdi Amini2016-03-311-0/+13
* Revert "Add disk_space() to llvm::fs"Mehdi Amini2016-03-311-13/+0
* Add disk_space() to llvm::fsMehdi Amini2016-03-311-0/+13
* Improve the reliability of file renaming in Windows by having the compiler retrySunil Srivastava2016-03-251-16/+33
* Add lastAccessedTime to file_statusMehdi Amini2016-03-251-8/+22
* Revert "Add lastAccessedTime to file_status"Mehdi Amini2016-03-251-22/+8
* Revert "Fix windows build for sys::fs:file_status Access Time added in r264387"Mehdi Amini2016-03-251-2/+2
* Fix windows build for sys::fs:file_status Access Time added in r264387Mehdi Amini2016-03-251-2/+2
* Add lastAccessedTime to file_statusMehdi Amini2016-03-251-8/+22
* Auto-link with ole32.dll to simplify building LLVM.dllReid Kleckner2016-01-121-0/+1
* [Support] Tweak path::system_temp_directory() on Windows.Pawel Bylica2015-11-171-16/+15
* Revert r252366: [Support] Use GetTempDir to get the temporary dir path on Win...Pawel Bylica2015-11-061-10/+37
* [Support] Use GetTempDir to get the temporary dir path on Windows.Pawel Bylica2015-11-061-37/+10
* Use static instead of anonymous namespace for helper functions. NFC.Pawel Bylica2015-11-021-4/+2
* [Support] Extend sys::path with user_cache_directory function.Pawel Bylica2015-11-021-0/+4
* Make a bunch of static arrays const.Craig Topper2015-10-181-4/+6
* Use Windows Vista API to get the user's home directoryPawel Bylica2015-10-161-7/+11
* Fix rename() sometimes failing if another process uses openFileForRead()Greg Bedwell2015-10-121-10/+28
* ScanDirForExecutable on Windows fails to find executables with the "exe" exte...Reid Kleckner2015-09-101-0/+5
* Thread premissions through sys::fs::create_director{y|ies}Frederic Riss2015-08-061-1/+2
* Replace windows_error calls with mapWindowsError.Yaron Keren2015-05-041-29/+25
* [FS] Report errors from llvm::sys::fs::rename on WindowsReid Kleckner2015-04-101-0/+1
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-181-2/+2
* Remove the last unnecessary member variable of mapped_file_region. NFC.Rafael Espindola2014-12-161-11/+6
* Convert a member variable to a local variable. NFC.Rafael Espindola2014-12-161-3/+3
* Remove unused member and simplify. NFC.Rafael Espindola2014-12-161-22/+3
* Remove silly left over from the Windows resize_file implementation.Rafael Espindola2014-12-121-1/+0
* Pass a FD to resise_file and add a testcase.Rafael Espindola2014-12-121-12/+4
* Remove a convoluted way of calling close by moving the call to the only caller.Rafael Espindola2014-12-111-39/+7
* Remove dead code. NFC.Rafael Espindola2014-12-111-48/+0
* More long path name support on Windows, this time in program execution.Paul Robinson2014-11-241-4/+8
* silence gcc 4.9.1 warning in /llvm/lib/Support/Windows/Path.inc:564:39:Yaron Keren2014-11-171-1/+1
* Improve long path name support on Windows.Paul Robinson2014-11-131-38/+66
* Misc cleanups to the FileSytem api.Rafael Espindola2014-09-111-33/+13
* Add writeFileWithSystemEncoding to LibLLVMSuppor.Rafael Espindola2014-09-031-4/+16
* Merge TempDir and system_temp_directory.Rafael Espindola2014-08-261-17/+45
* Remove dead code. Fixes pr20544.Rafael Espindola2014-08-081-5/+0
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-131-7/+7
* Fix build on windows.Rafael Espindola2014-06-131-84/+89
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-4/+4
* Don't import make_error_code into the llvm namespace.Rafael Espindola2014-06-121-4/+4
* Don't put generic_category in the llvm namespace.Rafael Espindola2014-06-121-2/+2
* Implement get_magic with generic tools and inline it.Rafael Espindola2014-06-111-42/+0
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-8/+9
* Remove windows_error.Rafael Espindola2014-06-111-30/+36
OpenPOWER on IntegriCloud