summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Process.h
Commit message (Expand)AuthorAge
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Remove system_error.h.Rafael Espindola2014-06-12
* [C+11] Add 'override' keyword to methods in the support library.Craig Topper2014-03-04
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-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
* Removing unused functionality.Aaron Ballman2013-08-16
* sys::process::get_id() now returns the process ID instead of a process handle...Aaron Ballman2013-06-08
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Add time getters to the process interface for requesting the elapsedChandler Carruth2013-01-04
* Go ahead and get rid of the old page size interface and convert all theChandler Carruth2012-12-31
* 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
* Begin sketching out the process interface.Chandler Carruth2012-12-31
* Start sketching out a roadmap for better subprocess management in theChandler Carruth2012-12-31
* Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar2012-07-20
* [Support] Add sys::Process::GetRandomNumber().Daniel Dunbar2012-05-05
* 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
* Now to chant the magical incantation that will exorcise the System libraryCharles Davis2010-11-29
* Merge System into Support.Michael J. Spencer2010-11-29