summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows/Path.inc
Commit message (Expand)AuthorAgeFilesLines
* [Support] Add docs for 'openFileFor{Write,Read}'Brian Gesiak2018-05-111-6/+6
* [support] Revert the changes made to Path.inc for the default Windows code pageAaron Smith2018-04-181-11/+5
* Windows needs the current codepage instead of utf8 sometimesAaron Smith2018-04-071-28/+50
* [Support] Add WriteThroughMemoryBuffer.Zachary Turner2018-03-081-1/+1
* Call FlushFileBuffers on output files.Zachary Turner2018-02-151-1/+15
* Delete temp file if rename fails.Rafael Espindola2017-12-051-5/+17
* Use FILE_FLAG_DELETE_ON_CLOSE for TempFile on windows.Rafael Espindola2017-11-281-3/+58
* Add an F_Delete flag.Rafael Espindola2017-11-281-0/+2
* move static function. NFCRafael Espindola2017-11-211-26/+24
* Split a rename_handle out of rename on windows.Rafael Espindola2017-11-211-3/+13
* Reorder static functions. NFC.Rafael Espindola2017-11-181-38/+35
* Split realPathFromHandle in two.Rafael Espindola2017-11-181-13/+17
* Fix some undefined beahvior in FileMapping.Zachary Turner2017-11-161-2/+2
* [support] allocate exact size required for mapping in Support/Windws/Path.incBob Haarman2017-11-101-2/+2
* [support] remove tautological comparison in Support/Windows/Path.incBob Haarman2017-10-271-4/+0
* Work around lack of Wine support for SetFileInformationByHandle harderHans Wennborg2017-10-121-2/+7
* Support: Work around missing SetFileInformationByHandle on WineHans Wennborg2017-10-111-0/+11
* WIN32_FIND_DATA -> WIN32_FIND_DATAW.Peter Collingbourne2017-10-111-1/+1
* Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...Peter Collingbourne2017-10-101-21/+40
* Support: On Windows, use CreateFileW to delete files in sys::fs::remove().Peter Collingbourne2017-10-101-16/+19
* Fix after r315079Adrian McCarthy2017-10-091-1/+1
* Support: Rewrite Windows implementation of sys::fs::rename to be more POSIXy.Peter Collingbourne2017-10-061-47/+108
* [support] mapped_file_region: and fix the windows code tooRoman Lebedev2017-09-271-2/+2
* Untabify.NAKAMURA Takumi2017-08-281-1/+1
* [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
OpenPOWER on IntegriCloud