]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2020-06-18  Erik JohanssonReplace BLAKE2b with BLAKE3 (#519)
2020-06-18  Joel RosdahlAdd missing “#pragma once”
2020-06-17  Joel RosdahlAllow the config file to be a symlink
2020-06-17  Joel RosdahlAdd “clang-format off/on” comments for old Clang-Format...
2020-06-17  Joel RosdahlRename buildenv to dockerfiles to make room for build...
2020-06-17  Joel RosdahlClean up CMake configuration
2020-06-17  Joel RosdahlFormat config.h.in with Clang-Format and fix spelling
2020-06-17  Joel RosdahlImprove INSTALL.md after CMake-ification
2020-06-17  Joel RosdahlDon’t update author list when generating documentation
2020-06-17  Joel RosdahlRemove cmake-format check and support
2020-06-17  Alexander LaninDocker: add Alpine to new docker setup (#606)
2020-06-14  Joel RosdahlAdd and use Fd and Finalizer classes
2020-06-14  Joel RosdahlAdd Digest class, replacing struct digest
2020-06-14  Joel RosdahlFix NEWS entry about switching to CMake
2020-06-14  Joel RosdahlFix spelling
2020-06-14  Joel RosdahlPlace temporary test dirs in CMAKE_BINARY_DIR
2020-06-14  Joel RosdahlTell CTest about skipped tests
2020-06-14  Joel RosdahlSupport NVCC’s “--Werror” option
2020-06-14  Joel Rosdahldoc: Improve wording in “Sharing a cache on NFS”
2020-06-14  Deepak YadavImprove documentation about sharing a cache on NFS...
2020-06-14  Alexander LaninSwitch to CMake (#573)
2020-06-14  Joel RosdahlRequire working script command for the color_diagnostic...
2020-06-08  Joel Rosdahlportability: Don’t pass “-r” to sed
2020-06-07  Joel RosdahlMake hard-linked files read-only for safety
2020-06-07  Joel RosdahlMention in manual that only object files are hard-linked
2020-06-07  Joel RosdahlAdd more tests for dependency file content
2020-06-07  Joel RosdahlRemove redundant #includes
2020-06-07  Matt WhitlockAlways cache colored diagnostics and strip color codes...
2020-06-07  Joel RosdahlUpgrade Travis-CI environment to Ubuntu 18.04
2020-06-01  Joel RosdahlFix variable name
2020-06-01  Joel RosdahlAdd missing TestContext instantiation
2020-06-01  Joel RosdahlMention inode cache in NEWS
2020-05-31  Joel RosdahlImprove inode_cache test suite to not truncate CCACHE_L...
2020-05-31  Joel RosdahlFix some trivial code style issues
2020-05-31  Olle LiljenzinAdd inode cache for file hashes (#577)
2020-05-29  Joel RosdahlOnly try to hard link object files to/from the cache
2020-05-29  Joel RosdahlAdd missing O_TRUNC in copy_file and clone_file
2020-05-26  Joel RosdahlMove ThreadPool methods to .cpp file
2020-05-25  Joel RosdahlClean up profiling_clang test suite probing
2020-05-24  Joel RosdahlHandle incapability of determining home directory more...
2020-05-24  Joel RosdahlConvert last usage of putenv
2020-05-24  Joel RosdahlRemove comments with motivation for “clang-format off/on”
2020-05-24  Joel RosdahlFix capitalization of Clang
2020-05-24  Joel RosdahlUse STDERR_FILENO/STDOUT_FILENO constants
2020-05-24  Joel RosdahlClean up
2020-05-20  Joel RosdahlHandle all Intel “-xCODE” compiler options correctly
2020-05-20  Joel RosdahlImprove temp file handling
2020-05-20  Joel RosdahlAdd test case for merging stderr from preprocessor...
2020-05-20  Joel RosdahlUse std::ios_base::openmode as the third Util::write_fi...
2020-05-20  Joel RosdahlRefactor signal handling and process exit code
2020-05-20  Joel RosdahlC++-ify unlink wrapper functions
2020-05-20  Joel RosdahlRevert "Merge catch2_tests into unittest’s main"
2020-05-20  Joel RosdahlUse raw string literals for version and usage texts
2020-05-20  Joel RosdahlDefault to zstd compression level 1
2020-05-20  Joel RosdahlAdd and use win32_error_message function
2020-05-20  Joel RosdahlRemove overengineered win32 gethostname fallback code
2020-05-15  Joel RosdahlAdd unit test for config key tables consistency
2020-05-15  Joel RosdahlRefactor away temp_dir()
2020-05-15  Joel RosdahlExtract internal tracing stuff to a separate file
2020-05-13  Joel RosdahlRemove unit test comments that are hard to keep up...
2020-05-13  Joel RosdahlRemove now obsolete unittest utils
2020-05-13  Joel RosdahlConvert create_file usage to Util::write_file
2020-05-13  Joel RosdahlMerge catch2_tests into unittest’s main
2020-05-13  Joel RosdahlC++-ify argprocessing test suite
2020-05-13  Joel RosdahlRemove last traces of the old unittest framework
2020-05-13  Joel RosdahlAdd TestContext to test cases that create local files
2020-05-13  Joel RosdahlImplement TestUtil::TestContext
2020-05-13  Joel RosdahlImplement Util::wipe_path
2020-05-12  Joel RosdahlUse Util::traverse in Util::clean_up_internal_tempdir
2020-05-12  Joel RosdahlUse Util::traverse in Util::get_level_1_files
2020-05-12  Joel RosdahlImplement Util::traverse
2020-05-12  Joel RosdahlUse using instead of typedef
2020-05-12  Joel RosdahlConvert legacy_util test suite to Catch2
2020-05-12  Joel RosdahlConvert hashutil test suite to Catch2
2020-05-12  Joel RosdahlConvert hash test suite to Catch2
2020-05-12  Joel RosdahlConvert compopt test suite to Catch2
2020-05-12  Joel RosdahlConvert argument_processing test suite to Catch2
2020-05-08  Joel RosdahlRemove obsolete ScopeGuard
2020-05-08  Joel RosdahlUpgrade string-view-lite to 1.4.0
2020-05-08  Joel RosdahlGuess compiler using substring search again
2020-05-08  Joel RosdahlRemove now obsolete from_cstr function
2020-05-08  Joel RosdahlC++-ify get_result_name_from_cpp
2020-05-08  Joel RosdahlSpeed up check-syntax rule
2020-05-08  Joel RosdahlFix typo in manifest_get log message
2020-05-08  Olle LiljenzinSupport clang options for compiling with sampled profil...
2020-05-07  Joel RosdahlRemove legacy args API
2020-05-07  Joel RosdahlRemove last usage of legacy args->argv wrapper
2020-05-07  Joel RosdahlRemove last usage of legacy args_strip function
2020-05-07  Joel RosdahlRemove last usage of legacy args_set function
2020-05-07  Joel RosdahlRemove last usage of legacy args_remove_first function
2020-05-07  Joel RosdahlRemove last usage of legacy args_pop function
2020-05-07  Joel RosdahlRemove last usage of legacy args_init_from_string function
2020-05-07  Joel RosdahlRemove last usage of legacy args_init_from_gcc_atfile...
2020-05-07  Joel RosdahlRemove last usage of legacy args_init function
2020-05-07  Joel RosdahlRemove last usage of legacy args_extend function
2020-05-07  Joel RosdahlRemove last usage of legacy args_add_prefix function
2020-05-07  Joel RosdahlRemove last usage of legacy args_add function
2020-05-07  Joel RosdahlC++-ify process_args
2020-05-07  Joel RosdahlExtract code for handling dependency environment variab...
2020-05-06  Joel RosdahlC++-ify final parts of process_arg
next