aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/ProgramTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-11-24More long path name support on Windows, this time in program execution.Paul Robinson1-0/+50
2014-09-03Add writeFileWithSystemEncoding to LibLLVMSuppor.Rafael Espindola1-0/+50
2014-06-08[C++11] Use 'nullptr'.Craig Topper1-18/+18
2014-05-31Fix the behavior of ExecuteAndWait with a non-zero timeout.Peter Collingbourne1-0/+30
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-1/+0
2013-10-01Add non-blocking Wait() for launched processesTareq A. Siraj1-0/+103
2013-09-20Fixed typo in CreateProcessTrailingSlash testTareq A. Siraj1-1/+1
2013-06-26Remove unused includes.Rafael Espindola1-1/+0
2013-06-26Port GetMainExecutable over to PathV2.Rafael Espindola1-2/+4
2013-06-13Avoid using PathV1.h in Program.h.Rafael Espindola1-6/+7
2013-06-12Remove the program class.Rafael Espindola1-3/+3
2013-04-30Try to fix ProgramTest on FreeBSDReid Kleckner1-3/+4
2013-04-24Don't forward declare environ on WindowsReid Kleckner1-4/+2
2013-04-23Un-revert the environ copy in ProgramTest after fixing it on OS XReid Kleckner1-2/+29
2013-04-22Revert "Add a missing reference on a std::vector<> out param"Michael Gottesman1-17/+2
2013-04-22Add a missing reference on a std::vector<> out paramReid Kleckner1-1/+1
2013-04-22[Support] Propagate the environment into the test child processReid Kleckner1-2/+17
2013-04-22[Support] Fix argv string escape bug on WindowsReid Kleckner1-0/+63