summaryrefslogtreecommitdiff
path: root/src/execute.hpp
Commit message (Expand)AuthorAgeFilesLines
* feat: Support masquerading as a compiler via copy or hard linkJoel Rosdahl2022-06-101-6/+8
* Remove system.hpp, including what’s needed insteadJoel Rosdahl2021-07-071-3/+1
* win32: Fix handling of long command lines (#816)Aleksander Salwa2021-03-201-6/+3
* C++-ify, and clean up usage of, add_exe_ext_if_no_to_fullpathJoel Rosdahl2020-07-291-4/+0
* C++-ify win32argvtosJoel Rosdahl2020-07-291-2/+1
* C++-ify execute functionsJoel Rosdahl2020-07-291-5/+10
* Introduce and use TemporaryFile classJoel Rosdahl2020-07-251-1/+3
* C++-ify format_command and print_command and move to where usedJoel Rosdahl2020-07-171-3/+0
* Make Context a class instead of a structJoel Rosdahl2020-04-191-1/+1
* Adapt find_executable() to use split_into_strings()Thomas Otto2020-04-161-4/+4
* Make win32getshell() return std::stringJoel Rosdahl2020-04-161-0/+16
* Improve const-ness of parameters related to argvJoel Rosdahl2020-04-051-2/+2
* Use find_executable_in_path to find executable in hash_command_outputJoel Rosdahl2020-02-221-0/+4
* Const-ify context parameters where appropriateJoel Rosdahl2020-02-161-1/+2
* Context: move g_configThomas Otto2020-02-161-1/+3
* Split ccache.hpp into per-.cpp file headersJoel Rosdahl2020-01-221-0/+26