summaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Windows/Program.inc
AgeCommit message (Expand)Author
2025-11-10Remove unused standard headers: <string>, <optional>, <numeric>, <tuple> (#16...serge-sans-paille
2025-09-16Fix comment from https://github.com/llvm/llvm-project/pull/158719 (#159157)Hiroshi Yamauchi
2025-09-16Fix ExecuteAndWait with empty environment on Windows (#158719)Hiroshi Yamauchi
2024-03-08[llvm][Support] Add and use errnoAsErrorCode (#84423)Michael Spencer
2024-03-06Reland "[llvm][Support] Add support for executing a detached process (#81708)...Connor Sughrue
2024-02-26Revert "[llvm][Support] Add support for executing a detached process (#81708)"cpsughrue
2024-02-26[llvm][Support] Add support for executing a detached process (#81708)Connor Sughrue
2022-12-22Support: Add polling option to sys::WaitMatt Arsenault
2022-12-14Support: Make Wait's SecondsToWait be std::optional [NFC]Matt Arsenault
2022-12-01Support: Convert Program APIs to std::optionalMatt Arsenault
2022-11-26[Support] Apply clang-format on .inc files. NFC.Alexandre Ganea
2022-03-11Cleanup include: TableGenserge-sans-paille
2022-01-11Support: Avoid SmallVector::set_size() in Windows codeDuncan P. N. Exon Smith
2021-11-05[Support] [Windows] Convert paths to the preferred formMartin Storsjö
2021-04-16[SystemZ][z/OS][Windows] Add new functions that set Text/Binary mode for Stdi...Abhina Sreeskantharajan
2021-04-06[SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste...Abhina Sreeskantharajan
2021-03-25[Support][Windows] Make sure only executables are found by sys::findProgramBy...Markus Böck
2021-01-14Re-land [Support] On Windows, take the affinity mask into accountAlexandre Ganea
2021-01-13Revert "[Support] On Windows, take the affinity mask into account"Alexandre Ganea
2021-01-13[Support] On Windows, take the affinity mask into accountAlexandre Ganea
2021-01-06[llvm] Use llvm::append_range (NFC)Kazu Hirata
2020-07-23[Windows] Fix limit on command line sizeSerge Pavlov
2020-07-22Revert "[Windows] Fix limit on command line size"Serge Pavlov
2020-07-21[Windows] Fix limit on command line sizeSerge Pavlov
2020-06-20[Support] Fix building for mingw on a case sensitive file systemMartin Storsjö
2020-06-17[Support] Get process statistics in ExecuteAndWait and WaitSerge Pavlov
2020-03-19[Support] Improve Windows widenPath and add support for long UNC pathsAndrew Ng
2020-02-28llvm-ar: Fix MinGW compilationHans Wennborg
2020-01-29[Support] Fix implicit std::string conversions on Win32.Benjamin Kramer
2020-01-07Fix issues reported by -Wrange-loop-analysis when building with latest Clang ...Alexandre Ganea
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-06[Windows] Simplify WindowsSupport.hReid Kleckner
2018-09-11[Support] Quote arguments containing \n on WindowsReid Kleckner
2018-06-12Refactor ExecuteAndWait to take StringRefs.Zachary Turner
2018-06-10Attempt 3: Resubmit "[Support] Expose flattenWindowsCommandLine."Zachary Turner
2018-06-10Revert "Resubmit "[Support] Expose flattenWindowsCommandLine.""Zachary Turner
2018-06-10Resubmit "[Support] Expose flattenWindowsCommandLine."Zachary Turner
2018-06-09Revert "[Support] Expose flattenWindowsCommandLine."Zachary Turner
2018-06-09[Support] Expose flattenWindowsCommandLine.Zachary Turner
2018-06-08Clean up some code in Program.Zachary Turner
2018-06-07[FileSystem] Split up the OpenFlags enumeration.Zachary Turner
2018-06-01Move some function declarations out of WindowsSupport.hZachary Turner
2017-09-13Convenience/safety fix for llvm::sys::Execute(And|No)WaitAlexander Kornienko
2017-09-06Minor style fixes in lib/Support/**/Program.(inc|cpp).Alexander Kornienko
2017-03-31Remove more name space pollution from .inc filesKristof Beyls
2016-01-05[Clang/Support/Windows/Unix] Command lines created by clang may exceed the co...Oleg Ranevskyy
2015-11-23Add Windows error code and tidy formatting for system errors.Paul Robinson
2015-10-08Windows: Fixed sys::findProgramByName to work with files containing dot in th...George Rimar
2015-09-10Add .exe check to Execute to fix clang-modernize tests broken in r247358Reid Kleckner