]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2020-07-29  Joel RosdahlC++-ify execute functions
2020-07-28  Joel RosdahlTweak function comment
2020-07-28  Joel RosdahlRemove obsolete struct pending_tmp_file declaration
2020-07-28  Joel RosdahlConvert fatal() function to macro that forwards to...
2020-07-28  Joel RosdahlC++-ify {copy,write}_fd
2020-07-28  Joel RosdahlAdd .mailmap entry for Arne Hasselbring
2020-07-28  Joel RosdahlFix comments to match reality
2020-07-28  Joel RosdahlRemove now unused legacy format function
2020-07-28  Joel RosdahlRemove last usages of the legacy format function
2020-07-28  Joel RosdahlC++-ify same_executable_name
2020-07-28  Joel RosdahlUse more natural order of ColorDiagnostics enum values
2020-07-28  Joel RosdahlRemove now unused legacy x_strdup function
2020-07-28  Joel RosdahlC++-ify {clone,copy,move}_file
2020-07-28  Joel RosdahlFix build with Clang 10
2020-07-28  Joel RosdahlRemove now unused legacy x_strndup function
2020-07-28  Joel RosdahlC++-ify parsing of ccache options
2020-07-28  Joel RosdahlRemove now unused legacy reformat function
2020-07-28  Joel RosdahlC++-ify parse_size_with_suffix
2020-07-28  Joel RosdahlC++-ify subst_env_in_string
2020-07-27  Joel RosdahlAdd missing curly braces
2020-07-26  Joel RosdahlSimplify and clean up parse_duration_with_suffix_to_seconds
2020-07-26  Joel RosdahlMove and convert parse_unsigned to Util::parse_uint32
2020-07-26  Joel RosdahlKeep argument lists and function implementations sorted
2020-07-26  Joel RosdahlImprove documentation of --evict-older-than
2020-07-26  Joel RosdahlC++-ify stats functions
2020-07-26  Joel RosdahlC++-ify format_{human_readable_size,parsable_size_with_...
2020-07-26  Sumit JamgadeAdd --evict-older-than (#605)
2020-07-25  Joel RosdahlLet ResultRetriever collect and operate on the full...
2020-07-25  Joel RosdahlSimplify and clean up tests
2020-07-25  Joel RosdahlMove “rewrite dependency target” decision from ArgsInfo...
2020-07-25  ahasselbringHandle clang PCHs (#539) (#624)
2020-07-25  Deepak YadavShare cache for different object file names with -MD...
2020-07-25  Joel RosdahlRemove now unused legacy functions related to temporary...
2020-07-25  Joel RosdahlIntroduce and use TemporaryFile class
2020-07-25  Joel RosdahlAdd CI job that verifies -DENABLE_TRACING
2020-07-25  Joel RosdahlMake -DENABLE_TRACING work again
2020-07-24  Joel RosdahlRemove now unused legacy create_tmp_file
2020-07-24  Joel RosdahlLook for the correct phrase when detecting unsupported...
2020-07-24  Joel RosdahlMake it possible to keep the test directory when runnin...
2020-07-24  Joel RosdahlRemove test directory for skipped test suite
2020-07-21  Joel RosdahlUpdate NEWS
2020-07-21  Joel RosdahlUse apostrophes and citation marks in NEWS.adoc consist...
2020-07-21  Joel RosdahlAllow (require) argument to -Werror for NVCC
2020-07-21  Joel RosdahlAdd knowledge about -fprofile-{correction,reorder-funct...
2020-07-19  Joel RosdahlHandle EINTR properly in Result::Writer::write_embedded...
2020-07-17  Joel RosdahlAvoid some format/free usage
2020-07-17  Joel RosdahlRemove no longer needed cleanup of CACHEDIR.TAG in...
2020-07-17  Joel RosdahlRemove now unused legacy util functions
2020-07-17  Joel RosdahlRemove usage of x_strdup
2020-07-17  Joel RosdahlUse Util::dir_name instead of legacy dir_name function
2020-07-17  Joel RosdahlUse Util::read_file instead of legacy read_file function
2020-07-17  Joel RosdahlAdd size_hint parameter to Util::read_file
2020-07-17  Joel RosdahlLet Util::write_file default to binary mode
2020-07-17  Joel RosdahlUse Util::read_file instead of legacy read_text_file
2020-07-17  Joel RosdahlC++-ify format_command and print_command and move to...
2020-07-17  Joel RosdahlC++-ify logging routines
2020-07-17  Joel RosdahlUse File wrapper for static log file object
2020-07-14  Joel RosdahlCreate test directories in testdir and remove it on...
2020-07-14  Joel RosdahlProbe assembler for supported -m* flags
2020-07-13  Joel RosdahlImprove instructions on how to install libzstd
2020-07-13  Joel RosdahlUpdate Travis-CI badge URL to travis-ci.com
2020-07-13  Joel RosdahlRemove now unused get_extension function
2020-07-13  Joel RosdahlC++-ify win32getshell
2020-07-13  Joel RosdahlMake Util::to_lowercase work on nonstd::string_view
2020-07-13  Joel RosdahlOnly dump log buffer in cc_dump_debug_log_buffer if...
2020-07-13  Joel RosdahlMake is_precompiled_header handle the empty string
2020-07-13  Joel RosdahlRemove dependency on std::regex
2020-07-09  Joel RosdahlImprove -x/--show-compression output
2020-07-09  Joel RosdahlHandle EINTR correctly in copy_fd
2020-07-09  Joel RosdahlRemove more short read optimization from #551
2020-07-09  Joel RosdahlC++-ify struct hash
2020-07-09  Joel RosdahlSimplify code somewhat
2020-07-09  Ryan EgesdahlAdd ability to ignore specified compiler options when...
2020-07-08  Joel RosdahlMake “misc/format-files --check” exit with error code...
2020-07-08  Joel RosdahlSwitch to doctest from Catch2 for tests
2020-07-08  Joel RosdahlRemove short read optimization from #551
2020-07-07  Joel RosdahlImprove .clang-tidy HeaderFilterRegex patterns
2020-07-07  Joel RosdahlMake Result::write_embedded_file_entry static
2020-07-07  Joel RosdahlRemove unneeded include in unittest/TestUtil.hpp
2020-07-06  Joel RosdahlSimplify ResultRetriever somewhat
2020-07-06  Joel RosdahlAdd “--extract-result” option
2020-07-06  Joel RosdahlRefactor result code into a Result::Reader/Writer classes
2020-07-06  Joel RosdahlExtract send_cached_stderr into Util::send_to_stderr
2020-07-06  Joel RosdahlExtract copy_raw_file into Util::clone_hard_link_or_cop...
2020-07-06  Joel RosdahlFix Clang-Tidy inconsistent-declaration-parameter-name...
2020-07-05  Joel RosdahlDocument --dump-result
2020-07-05  Joel RosdahlAlign command line option list in manual with help...
2020-07-05  Joel RosdahlTweak ci/build script
2020-07-05  Joel RosdahlUse a known and set TERM variable to stabilize color_di...
2020-07-05  Joel RosdahlSkip “Directory is not hashed if using -gz[=zlib]”...
2020-07-05  Joel RosdahlEnable verbose output from “test/run” if VERBOSE is set
2020-07-05  Joel RosdahlSort environment variables passed to docker container
2020-07-05  Joel RosdahlPass arguments to ci/build to ctest
2020-07-05  Joel RosdahlRemove redundant docker image tag suffix
2020-07-05  Alexander LaninRun compilation and tests with multiple threads (#610)
2020-06-24  Joel RosdahlFix color_diagnostics test failure if CCACHE_DIR is...
2020-06-23  Joel RosdahlMake one of the CI jobs build in release mode
2020-06-23  Joel RosdahlClean up INSTALL.md
2020-06-23  Joel RosdahlRename producttest to test
2020-06-23  Joel RosdahlRename generated Version.cpp to version.cpp
next