]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/Support/Windows/Program.inc
[cleanup] Re-sort all the #include lines in LLVM using
[opencl/llvm.git] / lib / Support / Windows / Program.inc
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-12-02 Chandler CarruthFix several bugs in r221220's new program finding code.
2014-11-24 Paul RobinsonMore long path name support on Windows, this time in...
2014-11-13 Reid KlecknerAvoid usage of char16_t as MSVC "14" doesn't appear...
2014-11-04 Rafael EspindolaRemove FindProgramByName. NFC.
2014-11-04 Yaron KerenFix Visual C++ warning, Program.inc(85): warning C4018...
2014-11-04 NAKAMURA Takumisys::findProgramByName(): [Win32] Tweak to pass lowerca...
2014-11-04 Michael J. Spencer[Support][Program] Add findProgramByName(Name, Optional...
2014-09-26 Yaron Kerenclang-format of ChangeStdinToBinary & ChangeStdoutToBinary.
2014-09-03 Rafael EspindolaAdd writeFileWithSystemEncoding to LibLLVMSuppor.
2014-08-25 Rafael EspindolaRefactor argument serialization logic when executing...
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-06-12 Rafael EspindolaPrefix generic_category with std::.
2014-05-31 Rafael EspindolaFix windows build.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-02-24 Rafael EspindolaDelete dead code.
2014-02-12 Reid KlecknerRename Windows.h to WindowsSupport.h to avoid ambiguity
2013-10-18 Alp TokerFix initialization order warning in mingw32 build
2013-10-07 David MajnemerWindows: Be more explicit with Win32 APIs
2013-10-07 David MajnemerRevert "Revert "Windows: Add support for unicode comman...
2013-10-06 David MajnemerRevert "Windows: Add support for unicode command lines"
2013-10-06 David MajnemerWindows: Add support for unicode command lines
2013-10-01 Tareq A. SirajAdd non-blocking Wait() for launched processes
2013-08-07 Reid KlecknerAvoid using alloca in Windows/Program.inc
2013-06-14 Rafael EspindolaReplace use of PathV1.h in Program.cpp.
2013-06-14 Rafael EspindolaRemove unused argument.
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 Espindola[Win] Put ChangeStdinToBinary ChangeStdoutToBinary...
2013-06-12 Rafael Espindolas/Void/void.
2013-06-12 Rafael EspindolaAttempt at fixing the windows build.
2013-05-01 Aaron BallmanFixes a buffer overrun where the allocated buffer wasn...
2013-04-22 Reid Kleckner[Support] Fix argv string escape bug on Windows
2013-04-11 Rafael EspindolaAdd a function to check if an argument list is too...
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-12-12 Michael J. SpencerSupport/Windows: Cleanup scoped handles.
2011-11-29 NAKAMURA Takumi[Win32] Catch exceptions (eg. segfault) on waiting...
2011-11-06 Peter CollingbourneReturn only the least significant 8 bits of the exit...
2011-05-21 Andrew TrickHave Program::Wait return -2 for crashed and timeouts...
2011-05-11 Andrew TrickTypo and missing checkin from r131186.
2011-02-09 NAKAMURA TakumiWindows/Program.inc: Eliminate the declaration of SetIn...
2011-02-05 NAKAMURA TakumiWindows/Program.inc: Quote arguments when dubious chara...
2010-11-29 Michael J. SpencerMerge System into Support.