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