index
:
delta/ccache.git
3.1-maint
3.2-maint
3.3-maint
3.4-maint
3.5-maint
3.7-maint
4.5-maint
4.6-maint
4.7-maint
baserock/build-essential
baserock/http-ccache
baserock/http-ccache-morph
baserock/jonathan/no-system-zlib
baserock/liw/kinnison-ccache-fix
baserock/morph
baserock/samthursfield/build-essential-2
baserock/samthursfield/build-essential-2-rebase
dev/aggregation
dev/memcached
maint
master
github.com: ccache/ccache
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
execute.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor: Use FMT macro to format exception messages
Joel Rosdahl
2022-08-24
1
-3
/
+3
*
refactor: Use util::{read_fd,read_file,write_file} functions
Joel Rosdahl
2022-08-15
1
-1
/
+2
*
chore: Fix spelling
Joel Rosdahl
2022-06-10
1
-1
/
+1
*
feat: Support masquerading as a compiler via copy or hard link
Joel Rosdahl
2022-06-10
1
-48
/
+46
*
fix(win32execute): Handle space in paths when using response file (#1080)
Sergey Semushin
2022-05-26
1
-1
/
+1
*
chore: Replace nonstd::string_view with std::string_view
Joel Rosdahl
2022-05-23
1
-3
/
+1
*
Move exceptions.hpp to core
Joel Rosdahl
2021-07-20
1
-2
/
+3
*
Remove redundant _utils suffix for util headers
Joel Rosdahl
2021-07-19
1
-1
/
+1
*
Remove system.hpp, including what’s needed instead
Joel Rosdahl
2021-07-07
1
-1
/
+10
*
Add util::split_path_list function and remove PATH_DELIM macro
Joel Rosdahl
2021-07-06
1
-1
/
+1
*
Move is_absolute_path to util
Joel Rosdahl
2021-07-04
1
-1
/
+3
*
Clean up slightly after ea433578
Joel Rosdahl
2021-03-26
1
-10
/
+11
*
win32: Fix handling of long command lines (#816)
Aleksander Salwa
2021-03-20
1
-14
/
+45
*
Detect errors in fmt::format format strings at compile time
Joel Rosdahl
2020-10-23
1
-3
/
+4
*
Detect errors in log strings at compile time
Joel Rosdahl
2020-10-23
1
-4
/
+3
*
Add ASSERT and DEBUG_ASSERT macros
Joel Rosdahl
2020-09-21
1
-1
/
+1
*
Handle waitpid interruption and add missing string header (#669)
Gregor Jasny
2020-09-21
1
-1
/
+6
*
Rename FatalError class to Fatal
Joel Rosdahl
2020-08-22
1
-2
/
+2
*
Replace fatal function with throwing FatalError exception explicitly
Joel Rosdahl
2020-08-03
1
-2
/
+2
*
Convert cc_log calls to Logging::log
Joel Rosdahl
2020-08-03
1
-5
/
+5
*
C++-ify logging routines
Joel Rosdahl
2020-08-03
1
-2
/
+3
*
Remove unnecessary x_exit function
Joel Rosdahl
2020-07-31
1
-2
/
+2
*
Convert FATAL macro to a function
Joel Rosdahl
2020-07-31
1
-2
/
+2
*
Remove superfluous includes of ccache.hpp
Joel Rosdahl
2020-07-30
1
-1
/
+0
*
C++-ify, and clean up usage of, add_exe_ext_if_no_to_fullpath
Joel Rosdahl
2020-07-29
1
-43
/
+17
*
C++-ify win32argvtos
Joel Rosdahl
2020-07-29
1
-75
/
+5
*
Rename win32compat to Win32Util
Joel Rosdahl
2020-07-29
1
-3
/
+2
*
C++-ify execute functions
Joel Rosdahl
2020-07-29
1
-22
/
+21
*
Convert fatal() function to macro that forwards to fmt::format
Joel Rosdahl
2020-07-28
1
-2
/
+2
*
C++-ify {copy,write}_fd
Joel Rosdahl
2020-07-28
1
-3
/
+1
*
Introduce and use TemporaryFile class
Joel Rosdahl
2020-07-25
1
-15
/
+14
*
Avoid some format/free usage
Joel Rosdahl
2020-07-17
1
-16
/
+34
*
C++-ify format_command and print_command and move to where used
Joel Rosdahl
2020-07-17
1
-33
/
+0
*
C++-ify win32getshell
Joel Rosdahl
2020-07-13
1
-10
/
+8
*
Use STDERR_FILENO/STDOUT_FILENO constants
Joel Rosdahl
2020-05-24
1
-2
/
+2
*
Refactor signal handling and process exit code
Joel Rosdahl
2020-05-20
1
-6
/
+9
*
C++-ify unlink wrapper functions
Joel Rosdahl
2020-05-20
1
-1
/
+1
*
Add and use win32_error_message function
Joel Rosdahl
2020-05-20
1
-28
/
+9
*
Don’t construct std::string from nullptr
Joel Rosdahl
2020-04-27
1
-1
/
+1
*
Adapt find_executable() to use split_into_strings()
Thomas Otto
2020-04-16
1
-24
/
+16
*
Make win32getshell() return std::string
Joel Rosdahl
2020-04-16
1
-6
/
+9
*
Improve const-ness of parameters related to argv
Joel Rosdahl
2020-04-05
1
-9
/
+12
*
Low hanging fruits of some auto fixable improvements via clang-tidy (#545)
Alexander Lanin
2020-02-25
1
-4
/
+4
*
C++-ify is_absolute_path
Joel Rosdahl
2020-02-23
1
-1
/
+1
*
Use find_executable_in_path to find executable in hash_command_output
Joel Rosdahl
2020-02-22
1
-5
/
+5
*
Const-ify context parameters where appropriate
Joel Rosdahl
2020-02-16
1
-1
/
+1
*
Context: move g_config
Thomas Otto
2020-02-16
1
-2
/
+3
*
Implement Util::real_path, replacing legacy x_realpath
Joel Rosdahl
2020-02-15
1
-9
/
+5
*
Move logging into separate file (#532)
Thomas Otto
2020-02-08
1
-0
/
+1
*
Split ccache.hpp into per-.cpp file headers
Joel Rosdahl
2020-01-22
1
-1
/
+9
[next]