summaryrefslogtreecommitdiff
path: root/lib/Support/Windows/Process.inc
Commit message (Expand)AuthorAge
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-11
* Remove windows_error.Rafael Espindola2014-06-11
* Process::GetRandomNumber(): fix insecure RNGAlp Toker2014-06-03
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-31
* MemoryBuffer: Use GetNativeSystemInfo()Alp Toker2014-05-19
* Remove unnecessary variables.Ahmed Charles2014-03-05
* Rename Windows.h to WindowsSupport.h to avoid ambiguityReid Kleckner2014-02-12
* Hopefully fixing the MinGW 32 build, which was broken by r200767. Not using r...Aaron Ballman2014-02-11
* Try to unbreak the mingw32 build.Benjamin Kramer2014-02-07
* Implemented support for Process::GetRandomNumber on Windows.Aaron Ballman2014-02-04
* Try to fix the windows build. The comments in other files don't seem toChandler Carruth2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Windows: Avoiding resizing, use uninitialized data() insteadDavid Majnemer2013-10-07
* Windows/Process.inc: Fix for +Asserts. &Buf[0] is not guaranteed if size is z...NAKAMURA Takumi2013-10-07
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-07
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-06
* Windows: Add support for unicode command linesDavid Majnemer2013-10-06
* Support ANSI escape code on WindowsNico Rieck2013-09-11
* Add getenv() wrapper that works on multibyte environment variable.Rui Ueyama2013-09-10
* Support/Process: Add comments about PageSize and AllocationGranularity on Cyg...NAKAMURA Takumi2013-09-04
* Removing unused functionality.Aaron Ballman2013-08-16
* Updating function comments; no functional changes intended.Aaron Ballman2013-08-16
* sys::process::get_id() now returns the process ID instead of a process handle...Aaron Ballman2013-06-08
* Fix an obvious typo spotted by Reid Kleckner, and breaking windows builds.Chandler Carruth2013-01-04
* Add time getters to the process interface for requesting the elapsedChandler Carruth2013-01-04
* Flesh out a page size accessor in the new API.Chandler Carruth2012-12-31
* Remove an unused function in the old Process interface.Chandler Carruth2012-12-31
* Switch this code to a more idiomatic double using namespace directive.Chandler Carruth2012-12-31
* Begin sketching out the process interface.Chandler Carruth2012-12-31
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Try to unbreak the windows build.Benjamin Kramer2012-07-20
* Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar2012-07-20
* Remove tabs.Bill Wendling2012-07-19
* Reapply 'Add reverseColor to raw_ostream'.Benjamin Kramer2012-04-16
* Revert r154800 which breaks windows builders.Argyrios Kyrtzidis2012-04-16
* Add reverseColor to raw_ostream.Argyrios Kyrtzidis2012-04-16
* Remove SetWorkingDirectory from the Process interface. Nothing in LLVMChandler Carruth2012-01-15
* sys::Process: Add a SetWorkingDirectory method.Daniel Dunbar2011-09-23
* Merge System into Support.Michael J. Spencer2010-11-29