Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove dead code. NFC. | Rafael Espindola | 2014-12-04 | 1 | -20/+0 |
* | Cleaning up static initializers in TimeValue. | Chris Bieneman | 2014-08-29 | 1 | -6/+6 |
* | Silence a warning: | Chandler Carruth | 2014-02-04 | 1 | -1/+1 |
* | Implemented support for Process::GetRandomNumber on Windows. | Aaron Ballman | 2014-02-04 | 1 | -0/+7 |
* | unittests/Support/ProcessTest.cpp: Don't use "windows.h". Use <windows.h> ins... | NAKAMURA Takumi | 2013-12-25 | 1 | -1/+1 |
* | Try to unbreak mingw32 buildbot. | Rui Ueyama | 2013-09-10 | 1 | -2/+2 |
* | Add getenv() wrapper that works on multibyte environment variable. | Rui Ueyama | 2013-09-10 | 1 | -0/+28 |
* | sys::process::get_id() now returns the process ID instead of a process handle... | Aaron Ballman | 2013-06-08 | 1 | -1/+1 |
* | Add time getters to the process interface for requesting the elapsed | Chandler Carruth | 2013-01-04 | 1 | -0/+7 |
* | Flesh out a page size accessor in the new API. | Chandler Carruth | 2012-12-31 | 1 | -0/+2 |
* | Begin sketching out the process interface. | Chandler Carruth | 2012-12-31 | 1 | -0/+33 |