summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows/Path.inc
Commit message (Expand)AuthorAgeFilesLines
* Remove dead function user_cache_directory()Nico Weber2018-09-181-4/+0
* [Support] sys::fs::directory_entry includes the file_type.Kristina Brooks2018-09-121-38/+42
* [Support] NFC: Allow modifying access/modification times independently in sys...Jordan Rupprecht2018-08-131-3/+5
* [Windows FS] Allow moving files in TempFile::keepJeremy Morse2018-08-031-1/+1
* [dsymutil] Simplify temporary file handling.Jonas Devlieghere2018-07-291-1/+1
* [ThinLTO] Update ThinLTO cache file atimes when on WindowsAndrew Ng2018-07-041-0/+15
* LTO: Keep file handles open for memory mapped files.Peter Collingbourne2018-06-131-71/+26
* Attempt 3: Resubmit "[Support] Expose flattenWindowsCommandLine."Zachary Turner2018-06-101-1/+1
* Revert "Resubmit "[Support] Expose flattenWindowsCommandLine.""Zachary Turner2018-06-101-1/+1
* Resubmit "[Support] Expose flattenWindowsCommandLine."Zachary Turner2018-06-101-1/+1
* Add a file open flag that disables O_CLOEXEC.Zachary Turner2018-06-081-5/+15
* Expose a single global file open function.Zachary Turner2018-06-071-51/+37
* [FileSystem] Split up the OpenFlags enumeration.Zachary Turner2018-06-071-83/+122
* [Support] Add functions that operate on native file handles on Windows.Zachary Turner2018-06-041-30/+49
* Move some function declarations out of WindowsSupport.hZachary Turner2018-06-011-0/+1
* [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
OpenPOWER on IntegriCloud