Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / lib / Support / Unix / Program.inc
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-13 Rafael EspindolaDon't use std::errc.
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-02-19 Chris BienemanChecking if TARGET_OS_IPHONE is defined isn't good...
2015-01-30 Chris BienemaniOS doesn't have crt_externs.h available, so we fall...
2014-12-02 Chandler CarruthFix several bugs in r221220's new program finding code.
2014-11-04 Rafael EspindolaRemove FindProgramByName. NFC.
2014-11-04 Michael J. Spencer[Support][Program] Add findProgramByName(Name, Optional...
2014-10-27 Rafael EspindolaFix bug where sys::Wait could wait on wrong pid.
2014-09-03 Rafael EspindolaAdd writeFileWithSystemEncoding to LibLLVMSuppor.
2014-08-25 Rafael EspindolaFix bug in llvm::sys::argumentsFitWithinSystemLimits().
2014-06-27 Julien Lerougelldb can interrupt waitpid, so EINTR shouldn't be an...
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-05-31 Rafael EspindolaThere is no std::errc::success, remove the llvm one.
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-02-24 Rafael EspindolaDelete dead code.
2014-01-27 Mark SeabornFix the "#ifndef HAVE_SYS_WAIT_H" code path in Program...
2013-10-08 Rafael EspindolaFix build on Solaris 11.
2013-10-01 Tareq A. SirajAdd non-blocking Wait() for launched processes
2013-07-26 Rafael EspindolaAdd missing 'n'.
2013-07-26 Rafael EspindolaExtend the lifetime of the strings passed to posix_spaw...
2013-06-14 Rafael EspindolaReplace use of PathV1.h in Program.cpp.
2013-06-13 Rafael EspindolaHave sys::FindProgramByName return a std::string.
2013-06-13 Reid Kleckner[Support] Fix handle and memory leak for processes...
2013-06-12 Rafael EspindolaRemove the program class.
2013-04-11 Rafael EspindolaAdd a function to check if an argument list is too...
2013-02-04 Evgeniy StepanovMore MSan/ASan annotations.
2012-12-31 Chandler CarruthRemove an unused method on Program.
2012-12-31 Chandler CarruthRemove an unused method on the Program class.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2011-12-13 Michael J. SpencerSupport/Program: Make Change<stream>ToBinary return...
2011-05-21 Andrew TrickHave Program::Wait return -2 for crashed and timeouts...
2011-05-11 Andrew TrickBugpoint support for miscompilations that result in...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-03-20 Benjamin KramerAvoid initializing posix_spawn_file_actions_t if not...
2011-01-10 Michael J. SpencerSupport/Path: Deprecate PathV1::exists and replace...
2010-11-29 Charles DavisNow to chant the magical incantation that will exorcise...
2010-11-29 Michael J. SpencerMerge System into Support.