summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows/Path.inc
Commit message (Expand)AuthorAgeFilesLines
...
* [Support, Windows] Handle long paths with unix separatorsPirama Arumuga Nainar2017-08-211-4/+7
* [Support] Use FILE_SHARE_DELETE to fix RemoveFileOnSignal on WindowsReid Kleckner2017-08-041-3/+4
* [Support] Remove getPathFromOpenFD, it was unusedReid Kleckner2017-08-041-36/+0
* [Support] Fill the file_status struct with link count.Zachary Turner2017-03-201-1/+6
* [Support] Support both Windows and Posix paths on both platforms.Zachary Turner2017-03-161-1/+1
* [Support] Add support for getting file system permissions on Windows and impl...James Henderson2017-03-161-7/+40
* Reverting r297617 because it broke some bots:Aaron Ballman2017-03-131-52/+19
* Add support for getting file system permissions and implement sys::fs::permis...Aaron Ballman2017-03-131-19/+52
* [Support] Don't return an error if realPath fails.Zachary Turner2017-03-101-3/+2
* Add llvm::sys::fs::real_path.Zachary Turner2017-03-101-15/+98
* [Support] Add llvm::sys::fs::remove_directories.Zachary Turner2017-03-081-2/+31
* [Support] Add the option to not follow symlinks on stat.Zachary Turner2017-03-071-17/+8
* [Support] Add a function to check if a file resides locally.Zachary Turner2017-02-211-0/+74
* [Support] Add sys::fs::set_current_path() (aka chdir)Pavel Labath2017-01-241-0/+12
* [ThinLTO] Add an API to trigger file-based API for returning objects to the l...Mehdi Amini2016-12-141-0/+4
* Remove TimeValue usage from llvm/SupportPavel Labath2016-10-241-22/+12
* Switch to using an API that handles non-ASCII paths appropriately on Windows.Aaron Ballman2016-06-211-10/+11
* Fix a relatively nasty bug with fs::getPathFromOpenFD() on Windows. The GetFi...Aaron Ballman2016-06-201-4/+13
* In openFileForRead, attempt to fetch the actual name of the file on disk -- i...Taewook Oh2016-06-131-1/+45
* Revert commit r271704, a patch that enables warnings for non-portable #includ...Taewook Oh2016-06-041-45/+1
* In openFileForRead, attempt to fetch the actual name of the file on disk -- i...Taewook Oh2016-06-031-1/+45
* 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
OpenPOWER on IntegriCloud