]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
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
2020-06-23  Joel RosdahlClean up scripts related to code formatting
2020-06-23  Joel RosdahlClean up scripts related to CI and Docker
2020-06-23  Joel RosdahlImprove naming of scripts
2020-06-23  Joel RosdahlClean up build-in-docker script
2020-06-23  Joel RosdahlMove top-level scripts to misc
2020-06-23  Joel RosdahlRename USE_LIBZSTD_FROM_INTERNET to ZSTD_FROM_INTERNET
2020-06-23  Joel RosdahlSimplify code for hashing include file
2020-06-23  Joel RosdahlBuild InodeCache.cpp only when inode cache is supported
2020-06-23  Joel RosdahlBuild win32compat.cpp only on Windows
2020-06-23  Joel RosdahlEnable more clang-tidy rules and implement suggestions
2020-06-23  Joel RosdahlReduce the set of included headers
2020-06-23  Joel RosdahlImplement some suggestions from clang-tidy 10
2020-06-23  Joel RosdahlTweak CMakeLists.txt
2020-06-23  Erik JohanssonRemove stale licenses (#613)
2020-06-23  Erik JohanssonTweak buffer reservation in Util::format_hex
2020-06-22  Alexander LaninDo not report skipped tests as failures on CMake <3...
2020-06-22  Olle LiljenzinReduce number of memory allocations in hashing (#608)
2020-06-22  Joel RosdahlUpdate contribution guidelines related to clang-format...
2020-06-22  Joel RosdahlUpdate authors
2020-06-22  Joel RosdahlUpdate NEWS
2020-06-22  Joel RosdahlRemove win32 GetFileNameFromHandle compatibility function
2020-06-18  Joel RosdahlImprove comment of inode cache version and revert to...
2020-06-18  Joel RosdahlFix numbering of Travis CI jobs
2020-06-18  Joel RosdahlLet “ccache --hash-file” perform raw hashing again
2020-06-18  Joel RosdahlFix bug in hash_binary_file
2020-06-18  Joel RosdahlFix location of secondary configuration
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...
next