aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Support/ProgramTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-0/+50
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+50
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-15/+45
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+0
* Add non-blocking Wait() for launched processesTareq A. Siraj2013-10-011-0/+103
* Fixed typo in CreateProcessTrailingSlash testTareq A. Siraj2013-09-201-1/+1
* Remove unused includes.Rafael Espindola2013-06-261-1/+0
* Port GetMainExecutable over to PathV2.Rafael Espindola2013-06-261-2/+4
* Avoid using PathV1.h in Program.h.Rafael Espindola2013-06-131-6/+7
* Remove the program class.Rafael Espindola2013-06-121-3/+3
* Try to fix ProgramTest on FreeBSDReid Kleckner2013-04-301-3/+4
* Don't forward declare environ on WindowsReid Kleckner2013-04-241-4/+2
* Un-revert the environ copy in ProgramTest after fixing it on OS XReid Kleckner2013-04-231-2/+29
* Revert "Add a missing reference on a std::vector<> out param"Michael Gottesman2013-04-221-17/+2
* Add a missing reference on a std::vector<> out paramReid Kleckner2013-04-221-1/+1
* [Support] Propagate the environment into the test child processReid Kleckner2013-04-221-2/+17
* [Support] Fix argv string escape bug on WindowsReid Kleckner2013-04-221-0/+63