summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows/WindowsSupport.h
Commit message (Expand)AuthorAgeFilesLines
* llvm-ar: Fix MinGW compilationHans Wennborg2020-02-281-243/+0
* Reland "[Support] Add a way to run a function on a detached thread""Sam McCall2019-10-231-0/+8
* Revert "[Support] Add a way to run a function on a detached thread"Sam McCall2019-10-231-8/+0
* [Support] Add a way to run a function on a detached threadSam McCall2019-10-231-0/+8
* Move endian constant from Host.h to SwapByteOrder.h, prune includeReid Kleckner2019-10-191-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Windows] Simplify WindowsSupport.hReid Kleckner2018-11-061-82/+11
* Silence deprecation warning for GetVersionEx with clang-clReid Kleckner2018-11-061-0/+7
* [Support] Fix `warning: unknown pragma ignored` for mingw targetMartin Storsjo2018-11-061-0/+4
* Only call FlushFileBuffers() when writing executables on WindowsAlexandre Ganea2018-11-051-0/+35
* Move some function declarations out of WindowsSupport.hZachary Turner2018-06-011-14/+0
* Rename sys::Process::GetArgumentVector -> sys::windows::GetCommandLineArgumentsRui Ueyama2018-04-171-0/+6
* Windows needs the current codepage instead of utf8 sometimesAaron Smith2018-04-071-0/+2
* Fix one place where I missed a commented requirement for a particularChandler Carruth2017-06-061-1/+3
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Removed FIXME from include ordering commentSimon Pilgrim2016-10-241-1/+1
* Fix windows builds by swapping windows.h and wincrypt.h ordering.Simon Pilgrim2016-10-241-1/+1
* Remove TimeValue usage from llvm/SupportPavel Labath2016-10-241-3/+37
* Explicitly specify the ANSI version of these Win32 APIs. While these are seem...Aaron Ballman2016-06-231-5/+5
* [Support] Creation of minidump after compiler crash on WindowsLeny Kholodov2016-05-041-0/+17
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* Avoid the deprecated GetVersionEx APIReid Kleckner2016-01-111-9/+18
* Use ::GetVersionEx directly rather than the Win8.1 SDK helpersReid Kleckner2016-01-111-6/+4
* Do not define NOGDI. Mingw defines LOGFONTW type in wingdi.h and the mingwYunzhong Gao2016-01-061-1/+0
* Another attempt at fixing the i686-mingw32-RA-on-linux buildbot. I am gettingYunzhong Gao2016-01-061-4/+2
* Another attempt at fixing the i686-mingw32-RA-on-linux buildbot.Yunzhong Gao2016-01-061-2/+3
* Hopefully fix a mingw32 buildbot (i686-mingw32-RA-on-linux) which does not haveYunzhong Gao2016-01-061-1/+5
* Fixing PR25717: fatal IO error writing large outputs to console on Windows.Yunzhong Gao2016-01-061-0/+16
* Add Windows error code and tidy formatting for system errors.Paul Robinson2015-11-231-4/+8
* Require Windows API of version 6.1 (Windows 7).Pawel Bylica2015-10-151-3/+3
* Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma...Aaron Ballman2015-02-151-1/+1
* Add missing include guards to WindowsSupport.h.Yaron Keren2015-01-211-0/+5
* More long path name support on Windows, this time in program execution.Paul Robinson2014-11-241-0/+6
* Add writeFileWithSystemEncoding to LibLLVMSuppor.Rafael Espindola2014-09-031-0/+3
* Trying to fix the windows build.Rafael Espindola2014-06-121-4/+3
* Remove system_error.h.Rafael Espindola2014-06-121-1/+1
* Rename Windows.h to WindowsSupport.h to avoid ambiguityReid Kleckner2014-02-121-0/+172
OpenPOWER on IntegriCloud