summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows/Path.inc
Commit message (Expand)AuthorAgeFilesLines
* llvm-ar: Fix MinGW compilationHans Wennborg2020-02-281-1/+1
* Win: handle \\?\UNC\ prefix in realPathFromHandle (PR43204)Hans Wennborg2019-09-051-6/+12
* [Support] Improve readNativeFile(Slice) interfacePavel Labath2019-08-221-49/+26
* Filesystem/Windows: fix inconsistency in readNativeFileSlice APIPavel Labath2019-08-191-2/+2
* [llvm-objcopy] Don't change permissions of non-regular output filesFangrui Song2019-07-111-2/+6
* [Support] Move llvm::MemoryBuffer to sys::fs::file_tReid Kleckner2019-07-101-7/+75
* [Support] Add fs::getUmask() function and change fs::setPermissionsAlex Brachet2019-06-281-1/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Support] Fix FileNameLength passed to SetFileInformationByHandleShoaib Meenai2018-12-131-1/+1
* [FileSystem] Add expand_tilde functionJonas Devlieghere2018-11-131-0/+11
* Only call FlushFileBuffers() when writing executables on WindowsAlexandre Ganea2018-11-051-1/+22
* 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
OpenPOWER on IntegriCloud