]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
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
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
next