]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2019-09-12  Joel RosdahlClarify 3.7.4 news items 467/head
2019-09-12  Joel RosdahlPrepare for v3.7.4
2019-09-12  Joel RosdahlUpdate NEWS
2019-09-12  Joel RosdahlSupport GCC 9’s -gz=[type] option
2019-09-07  Joel RosdahlUpdate NEWS
2019-09-07  Joel RosdahlAdd missing include guard
2019-09-06  Joel RosdahlSort function definitions
2019-09-05  Joel RosdahlSet sysconfdir to /etc when dist checking
2019-09-05  Joel RosdahlDon’t fail on error when dist checking
2019-09-05  Joel RosdahlMerge dist checks for using libzstd/libb2 from the...
2019-09-05  Joel RosdahlSort .gitignore
2019-09-05  Joel RosdahlDon’t error out if a libzstd/libb2 Makefile doesn’t...
2019-09-05  Joel RosdahlAdd missing fmt headers to dist archive
2019-09-05  Joel RosdahlAdd progress bar for -x/--show-compression
2019-09-05  Joel RosdahlAdd progress bar for -c/--cleanup and -C/--clear
2019-09-05  Joel RosdahlConstify file_size
2019-09-05  Joel RosdahlAdd util::for_each_level_1_subdir function
2019-09-05  Joel RosdahlAdd util::get_level_1_files function
2019-09-05  Joel RosdahlAdd ProgressBar class
2019-09-05  Joel RosdahlAdd util::ends_with
2019-09-05  Joel RosdahlFix include so that Cppcheck finds it
2019-09-05  Joel RosdahlRemove no longer matched Cppcheck suppression
2019-09-05  Joel RosdahlFix Cppcheck warning about always false value
2019-09-05  Joel RosdahlMake legacy_suites a constant
2019-09-05  Joel RosdahlRemove left-over statement
2019-09-05  Joel RosdahlAdd util::create_dir, replacing create_parent_dirs...
2019-09-05  Joel RosdahlImprove documentation of util::read_file/write_file
2019-09-05  Joel RosdahlAdd util::dir_name
2019-09-05  Joel RosdahlAdd util::base_name
2019-09-05  Joel RosdahlExtract Catch2 main to a separate object file
2019-09-05  Joel RosdahlC++-ify create_cachedir_tag
2019-09-05  Joel RosdahlDon’t fail if CACHEDIR.TAG can’t be created
2019-09-05  Joel RosdahlReplace third party hashtable with std::unordered_map
2019-09-05  Joel RosdahlFix code style
2019-09-05  Harsh ShandilyaIgnore archives and directories for libb2 and libzstd...
2019-09-05  Harsh Shandilyaconfigure: Update libzstd to 1.4.3 (#458)
2019-08-28  Cristian AdamWin32: make_relative_path also accept /c/users (#455) 470/head
2019-08-17  Joel Rosdahldoc: Add references to configuration items
2019-08-17  Joel Rosdahldoc: Add anchors to configuration items
2019-08-17  Joel Rosdahldoc: Mention that XXH64 is used for checksumming
2019-08-17  Joel Rosdahldoc: Remove note about hard links caveats from feature...
2019-08-17  Joel RosdahlPrepare for v3.7.3
2019-08-17  Joel RosdahlUpdate NEWS
2019-08-17  Joel RosdahlAdd missing include guard
2019-08-16  Joel RosdahlFix typo in NEWS
2019-08-16  Joel RosdahlDon’t pass -Wno-error to the preprocessor
2019-08-15  Joel RosdahlUpdate news with a high-level summary of changes in...
2019-08-15  Joel RosdahlUse std::min/std::max instead of MIN/MAX macros
2019-08-15  Joel RosdahlBump to CUDA 10.1.243 for Ubuntu 16.04
2019-08-15  Joel RosdahlFix “(readonly)” part of “ccache -s”
2019-08-14  Joel RosdahlC++-ify configuration handling
2019-08-14  Joel RosdahlClean up header includes
2019-08-14  Joel RosdahlRemove snprintf replacements
2019-08-14  Joel RosdahlAdd some C++-ified utility functions
2019-08-14  Joel RosdahlRename test suite util to legacy_util
2019-08-14  Joel RosdahlRemove autogenerated suites.hpp
2019-08-14  Joel RosdahlAdd Catch2 2.9.1
2019-08-14  Joel RosdahlAdd AtomicFile class for updating a file with rename...
2019-08-14  Joel RosdahlUpdate next version to 4.0
2019-08-14  Joel RosdahlBump to zstd 1.4.2
2019-08-14  Joel RosdahlAdd a subset of fmt 5.3.0
2019-08-14  Joel RosdahlRun clang-format on all code to follow the new code...
2019-08-14  Joel RosdahlDescribe new code style and switch from Uncrustify...
2019-08-14  Joel RosdahlUse #pragma once for guarding headers
2019-08-14  Joel RosdahlSort list
2019-08-14  Joel RosdahlC++-ify source code
2019-08-02  Joel RosdahlAdd x_ prefix to basename and dirname
2019-08-02  Joel RosdahlRemove unused autoconf checks for ar, cpp and ranlib
2019-08-02  Joel RosdahlUpgrade to use scan-build-7 for the Clang static analyzer
2019-08-02  Joel RosdahlRefer to autogen.sh correctly in autogen.sh
2019-08-02  Joel RosdahlFix comparison with the “cu” language
2019-08-02  Joel RosdahlRevert "Add back support for the “cuda” language"
2019-08-02  Joel RosdahlAdd back support for the “cuda” language
2019-07-31  Joel RosdahlRemove .ic extension and cuda/cuda-output languages
2019-07-31  Alexander Korsunskytest/suites/nvcc.bash: Test -x cu and -dc options
2019-07-31  Alexander KorsunskyWhen compiling CUDA code, recognize -dc as compilation...
2019-07-31  Alexander KorsunskyAdd cu language as an alias to cuda
2019-07-29  Anders BjörklundFix gperf generation when running on MSYS2 (#448)
2019-07-28  Anders BjörklundAdded remaining changes to make tests run on MSYS ...
2019-07-23  Joel RosdahlChange from http to https for some URLs
2019-07-23  Joel RosdahlMention libb2 dependency in installation instructions
2019-07-22  Joel RosdahlDocument BLAKE2b and clean up after #445
2019-07-22  Anders F BjörklundOnly set flags for cross, breaks native build
2019-07-22  Anders F BjörklundMake sure to pass flags to travis shell commands
2019-07-22  Anders F BjörklundEnable building static local libb2 for non-native
2019-07-22  Anders F BjörklundGenerated files are in builddir, not srcdir
2019-07-22  Anders F BjörklundUpgrade travis docker to xenial, add libb2-dev
2019-07-22  Anders F BjörklundMove libb2 source code to src/third_party
2019-07-22  Anders F BjörklundOnly disable optimizations when cross-compiling
2019-07-22  Anders F BjörklundFix travis build by helping clang and cross
2019-07-22  Anders F BjörklundAdd option to build static libb2 from source
2019-07-22  Anders F BjörklundAdd libb2-dev to Travis linux dependencies
2019-07-22  Anders F BjörklundUse BLAKE2b checksum instead of bundled MD4
2019-07-21  Joel RosdahlBump to zstd 1.4.1
2019-07-21  Joel RosdahlMove third party source code to src/third_party
2019-07-21  Ivan VolnovFix CCACHE_MAXSIZE with filesystem compression (#444)
2019-07-19  Joel RosdahlPrepare for v3.7.2
2019-07-19  Joel RosdahlUpdate NEWS
2019-07-19  Joel RosdahlDon’t pass -Werror and compilation-only options to...
2019-07-19  Joel RosdahlRename stripped_args to common_args
next