summaryrefslogtreecommitdiff
path: root/lib/Support/Unix/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 error_code() instead of error_code::succes()Rafael Espindola2014-05-31
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-02
* Fix configure to find arc4random via header files.Todd Fiala2014-02-05
* 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
* Unix/Process.inc: Revert r72332, "Work around a page size issue on Cygwin."NAKAMURA Takumi2013-08-21
* Go through the really awkward dance required to delete the memoryChandler Carruth2013-08-18
* Removing unused functionality.Aaron Ballman2013-08-16
* GCC warns about removing const with a c-style cast.Benjamin Kramer2013-08-13
* Remove all checking for the various terminfo headers (term.h andChandler Carruth2013-08-12
* Target a minimal terminfo library rather than necessarily a full cursesChandler Carruth2013-08-12
* Add support for linking against a curses library when available andChandler Carruth2013-08-07
* Remove MSan hack that is no longer needed.Evgeniy Stepanov2013-06-20
* Workaround an MSan false positive.Evgeniy Stepanov2013-02-14
* Eric thought that Darwin was right to use -1 consistently rather thanChandler Carruth2013-01-05
* Try to suppress the use of clock_gettime on Darwin which apparantlyChandler Carruth2013-01-05
* 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
* Add support for the OpenBSD for Bitrig.Eric Christopher2012-08-06
* Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar2012-07-20
* [Support] Fix sys::GetRandomNumber() to always use a high quality seed.Daniel Dunbar2012-05-08
* Unix/Process.inc: Give more useful random seed to srand. Workaround for PR12743.NAKAMURA Takumi2012-05-06
* Support/Process: Move llvm::sys::Process::GetRandomNumber() from Process.cpp ...NAKAMURA Takumi2012-05-06
* 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
* Fix the build under Debian GNU/Hurd.Sylvestre Ledru2012-04-11
* 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