aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Windows/Process.inc
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-0/+13
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-27/+4
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-17/+84
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-6/+11
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-8/+6
* Update to LLVM 3.5a.Stephen Hines2014-04-241-4/+20
* Windows: Avoiding resizing, use uninitialized data() insteadDavid Majnemer2013-10-071-4/+5
* Windows/Process.inc: Fix for +Asserts. &Buf[0] is not guaranteed if size is z...NAKAMURA Takumi2013-10-071-1/+1
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-071-11/+51
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-061-52/+12
* Windows: Add support for unicode command linesDavid Majnemer2013-10-061-12/+52
* Support ANSI escape code on WindowsNico Rieck2013-09-111-1/+13
* Add getenv() wrapper that works on multibyte environment variable.Rui Ueyama2013-09-101-0/+30
* Support/Process: Add comments about PageSize and AllocationGranularity on Cyg...NAKAMURA Takumi2013-09-041-0/+2
* Removing unused functionality.Aaron Ballman2013-08-161-10/+0
* Updating function comments; no functional changes intended.Aaron Ballman2013-08-161-5/+12
* sys::process::get_id() now returns the process ID instead of a process handle...Aaron Ballman2013-06-081-1/+1
* Fix an obvious typo spotted by Reid Kleckner, and breaking windows builds.Chandler Carruth2013-01-041-1/+1
* Add time getters to the process interface for requesting the elapsedChandler Carruth2013-01-041-13/+38
* Flesh out a page size accessor in the new API.Chandler Carruth2012-12-311-8/+6
* Remove an unused function in the old Process interface.Chandler Carruth2012-12-311-8/+0
* Switch this code to a more idiomatic double using namespace directive.Chandler Carruth2012-12-311-3/+1
* Begin sketching out the process interface.Chandler Carruth2012-12-311-0/+6
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* Try to unbreak the windows build.Benjamin Kramer2012-07-201-1/+1
* Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar2012-07-201-4/+8
* Remove tabs.Bill Wendling2012-07-191-1/+1
* Reapply 'Add reverseColor to raw_ostream'.Benjamin Kramer2012-04-161-0/+32
* Revert r154800 which breaks windows builders.Argyrios Kyrtzidis2012-04-161-33/+0
* Add reverseColor to raw_ostream.Argyrios Kyrtzidis2012-04-161-0/+33
* Remove SetWorkingDirectory from the Process interface. Nothing in LLVMChandler Carruth2012-01-151-4/+0
* sys::Process: Add a SetWorkingDirectory method.Daniel Dunbar2011-09-231-0/+5
* Merge System into Support.Michael J. Spencer2010-11-291-0/+222