]> git.ipfire.org Git - thirdparty/ccache.git/commit
Improve temp file handling
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 19 May 2020 18:37:19 +0000 (20:37 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 20 May 2020 18:07:12 +0000 (20:07 +0200)
commit62e5c43270df592f930e0a964db857f7cd4a6ab1
tree688f9e473991cfadecfbf275ae57009da4a4bc00
parenta2032bf14565174390c52d8811de0b86a1402943
Improve temp file handling

- Use Util::create_temp_fd instead of legacy create_tmp_fd.
- Use Context::register_pending_tmp_file instead of unlinking
  explicitly.
- Simplified output of merged stderr from preprocessor and compiler.
src/ccache.cpp