summaryrefslogtreecommitdiff
path: root/lib/Support/Windows/Process.inc
Commit message (Expand)AuthorAgeFilesLines
* [Support] env vars with empty values on windowsBen Dunbobbin2017-08-181-2/+3
* Do not pollute the namespace in a header file.Kristof Beyls2017-03-311-1/+0
* Remove TimeValue usage from llvm/SupportPavel Labath2016-10-241-17/+5
* Properly handle short file names on the command line in Windows [TAKE 2]Adrian McCarthy2016-06-201-2/+34
* Revert "Properly handle short file names on the command line in Windows"Adrian McCarthy2016-06-171-27/+2
* Properly handle short file names on the command line in WindowsAdrian McCarthy2016-06-161-2/+27
* [Support] Creation of minidump after compiler crash on WindowsLeny Kholodov2016-05-041-0/+2
* Report Windows error code in a fatal error after a system call.Paul Robinson2015-11-111-2/+9
* Replace windows_error calls with mapWindowsError.Yaron Keren2015-05-041-5/+1
* [raw_ostream] When printing color on Windows, use correct bg color.Zachary Turner2015-02-281-0/+13
* Remove dead code. NFC.Rafael Espindola2014-12-041-27/+4
* Support: Don't call close again if we get EINTRDavid Majnemer2014-10-071-0/+6
* Support: Add a utility to remap std{in,out,err} to /dev/null if closedDavid Majnemer2014-10-061-0/+4
* Windows: Don't wildcard expand /? or -?Hans Wennborg2014-07-241-0/+5
* Perform wildcard expansion in Process::GetArgumentVector on Windows (PR17098)Hans Wennborg2014-07-161-19/+71
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-5/+4
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-1/+1
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-1/+2
* Remove windows_error.Rafael Espindola2014-06-111-0/+4
* Process::GetRandomNumber(): fix insecure RNGAlp Toker2014-06-031-2/+3
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-1/+1
* MemoryBuffer: Use GetNativeSystemInfo()Alp Toker2014-05-191-8/+6
* Remove unnecessary variables.Ahmed Charles2014-03-051-2/+2
* Rename Windows.h to WindowsSupport.h to avoid ambiguityReid Kleckner2014-02-121-1/+1
* Hopefully fixing the MinGW 32 build, which was broken by r200767. Not using r...Aaron Ballman2014-02-111-4/+11
* Try to unbreak the mingw32 build.Benjamin Kramer2014-02-071-1/+1
* Implemented support for Process::GetRandomNumber on Windows.Aaron Ballman2014-02-041-0/+7
* Try to fix the windows build. The comments in other files don't seem toChandler Carruth2014-01-071-4/+5
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-2/+3
* Windows: Avoiding resizing, use uninitialized data() insteadDavid Majnemer2013-10-071-4/+5
* Windows/Process.inc: Fix for +Asserts. &Buf[0] is not guaranteed if size is z...NAKAMURA Takumi2013-10-071-1/+1
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-071-11/+51
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-061-52/+12
* Windows: Add support for unicode command linesDavid Majnemer2013-10-061-12/+52
* Support ANSI escape code on WindowsNico Rieck2013-09-111-1/+13
* Add getenv() wrapper that works on multibyte environment variable.Rui Ueyama2013-09-101-0/+30
* Support/Process: Add comments about PageSize and AllocationGranularity on Cyg...NAKAMURA Takumi2013-09-041-0/+2
* Removing unused functionality.Aaron Ballman2013-08-161-10/+0
* Updating function comments; no functional changes intended.Aaron Ballman2013-08-161-5/+12
* sys::process::get_id() now returns the process ID instead of a process handle...Aaron Ballman2013-06-081-1/+1
* Fix an obvious typo spotted by Reid Kleckner, and breaking windows builds.Chandler Carruth2013-01-041-1/+1
* Add time getters to the process interface for requesting the elapsedChandler Carruth2013-01-041-13/+38
* Flesh out a page size accessor in the new API.Chandler Carruth2012-12-311-8/+6
* Remove an unused function in the old Process interface.Chandler Carruth2012-12-311-8/+0
* Switch this code to a more idiomatic double using namespace directive.Chandler Carruth2012-12-311-3/+1
* Begin sketching out the process interface.Chandler Carruth2012-12-311-0/+6
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* Try to unbreak the windows build.Benjamin Kramer2012-07-201-1/+1
* Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar2012-07-201-4/+8
* Remove tabs.Bill Wendling2012-07-191-1/+1