]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2020-09-03  Joel RosdahlClarify naming conventions for enum and enum class...
2020-09-02  Joel RosdahlFix test errors with GCC 4.4
2020-09-02  Alexander LaninAdd Visual Studio build directory to .gitignore (#650)
2020-09-02  Joel RosdahlSet _FILE_OFFSET_BITS to 64
2020-09-02  Joel RosdahlAdd clang-format off/on for SIZEOF_INT
2020-09-01  Joel RosdahlImprove test cases that use objdump
2020-09-01  Joel RosdahlImprove error message from expect_(not_)contains
2020-09-01  Joel RosdahlFix debug_prefix_map failure with old objdump versions
2020-08-31  Joel RosdahlClean up inode_cache suite probe code
2020-08-31  Deepak YadavSkip inode_cache tests if temporary_dir is on NFS ...
2020-08-31  Alexander LaninMerge address and UB sanitizer (#647)
2020-08-31  Joel RosdahlImprove handling of ccache version in the source releas...
2020-08-31  Joel RosdahlUse GCC for building packages
2020-08-31  Joel RosdahlUse Ninja when building source and binary packages
2020-08-31  Joel RosdahlUse proper names for source and binary packages
2020-08-30  Joel RosdahlGenerate tar.xz binary packages for non-Windows
2020-08-30  Joel RosdahlGenerate both tar.gz and tar.xz source packages
2020-08-30  Joel RosdahlRemove superfluous setting of CPACK_CMAKE_GENERATOR
2020-08-30  Joel RosdahlRemove superfluous setting of CMAKE_DEBUG_POSTFIX
2020-08-28  Joel RosdahlReset environment variables before running test suite...
2020-08-28  Joel RosdahlRefactor Config::default_temporary_dir
2020-08-28  Joel RosdahlComment out unused parameter name instead of using...
2020-08-28  Joel RosdahlTreat Clang-Format discrepancies as errors
2020-08-28  Joel RosdahlFix code formatting
2020-08-27  Rafael KitoverSupport building on MSVC (#632)
2020-08-27  Joel RosdahlSupport passing level 0 to “ccache -X” to use default...
2020-08-27  Joel RosdahlLet “ccache -X” print before/after statistics
2020-08-27  Joel RosdahlImprove layout of “ccache -x” statistics
2020-08-27  Joel RosdahlMake Util::format_human_readable_size format kB
2020-08-27  Alexander LaninFix asm compiler detection (#644)
2020-08-27  Alexander LaninFix override usage (#640)
2020-08-25  Thomas OttoUpdate comments, remove references to old global variab...
2020-08-25  Thomas OttoUtil::unlink_tmp: Log with correct errno (#636)
2020-08-25  Joel Rosdahlbuild.yaml: Improve naming of build jobs
2020-08-25  Joel Rosdahlbuild.yaml: Collect testdir from either build or .
2020-08-24  Joel Rosdahlbuild.yaml: Use build type CI by default
2020-08-23  Joel RosdahlAdd CMake build type “CI” like “RelWithDebInfo” but...
2020-08-23  Joel RosdahlRemove Travis build and related scripts
2020-08-23  Joel Rosdahlbuild.yaml: Consistently use extra indentation level...
2020-08-23  Joel Rosdahlbuild.yaml: Add Clang-Format step
2020-08-22  Joel Rosdahlbuild.yaml: Pass EXTRA_CMAKE_BUILD_FLAGS to “Build...
2020-08-22  Joel RosdahlRename BUILDEXTRAFLAGS to EXTRA_CMAKE_BUILD_FLAGS
2020-08-22  Joel Rosdahlbuild.yaml: Sort environment variable lists
2020-08-22  Joel Rosdahltest: Apply missing renaming of expect_* functions
2020-08-22  Joel Rosdahlbuild.yaml: Don’t use flow style YAML
2020-08-22  Joel Rosdahlbuild.yaml: Remove redundant “shell: bash” configuration
2020-08-22  Joel Rosdahlbuild.yaml: Produce .tar.xz instead of .zip
2020-08-22  Joel Rosdahlbuild.yaml: Correct name of directory with test results
2020-08-22  Joel Rosdahlbuild.yaml: Build pull requests for other branches...
2020-08-22  Joel Rosdahlbuild.yaml: Tweak whitespace, quotes and capitalization
2020-08-22  Joel Rosdahlbuild.yaml: Make installation of CUDA actually work
2020-08-22  Joel RosdahlRename cmake_build.yml to build.yaml
2020-08-22  Alexander LaninAdd GitHub actions (#621)
2020-08-22  Joel RosdahlDon’t install cmake-format
2020-08-22  Joel RosdahlRename FatalError class to Fatal
2020-08-22  Joel RosdahlRename CCachePackConfig.cmake to CcachePackConfig.cmake
2020-08-22  Joel Rosdahltest: Improve names of expect_* functions
2020-08-12  Joel RosdahlREADME.md: Fix and improve links to installation instru...
2020-08-12  Joel RosdahlAdd new absolute_paths_in_stderr (CCACHE_ABSSTDERR...
2020-08-11  Joel RosdahlUtil::send_to_stderr: Refactor to take Context parameter
2020-08-11  Joel RosdahlMake testdir/failed symlink correct
2020-08-09  Joel RosdahlAvoid reading outside input in expand_environment_variables
2020-08-09  Joel RosdahlUse XDG base directories by default
2020-08-07  Joel RosdahlUpgrade to fmt 7.0.3
2020-08-07  Joel RosdahlAdd -d/--directory option
2020-08-06  Joel RosdahlAdd --checksum-file option for debugging/evaluating...
2020-08-06  Joel RosdahlAdd and use Util::read_fd helper function
2020-08-06  Joel RosdahlRemove unused typedefs
2020-08-06  Joel RosdahlPretty-print binary data in .ccache-input-text files
2020-08-06  Joel RosdahlUpgrade to zstd 1.4.5
2020-08-06  Joel RosdahlUse nullptr instead of NULL
2020-08-06  Joel RosdahlRemove superfluous include of cstdint/stdint.h
2020-08-06  Joel RosdahlImprove name of add_extra_arg function
2020-08-06  Joel RosdahlUpgrade to BLAKE3 0.3.6
2020-08-06  Joel RosdahlImprove building via Docker
2020-08-06  Joel RosdahlUpgrade to fmt 7.0.2
2020-08-06  Joel Rosdahlcolor_diagnostics test: Fix race conditions on some...
2020-08-06  Joel RosdahlCCACHE_PREFIX test: Fix failure for GCC <4.9
2020-08-06  Joel Rosdahlci/build: Make it possible to specify CC for tests
2020-08-06  Joel RosdahlDon’t look up or store tmp stderr files in i-node cache
2020-08-06  Joel RosdahlDon’t depend on which(1) to detect commands
2020-08-06  Joel RosdahlOnly define clone_file when it’s supported
2020-08-06  Joel RosdahlImprove Clang modules test suite
2020-08-06  Joel RosdahlRemove unnecessary compiler behavior test in modules...
2020-08-04  Joel RosdahlWork around missing std::is_trivially_copyable in GCC < 5
2020-08-04  Joel RosdahlRetrieve non-const pointer to std::string data without...
2020-08-04  Joel RosdahlReplace failed function with throwing Failure exception...
2020-08-04  Joel RosdahlClean up system.hpp
2020-08-04  Joel RosdahlClean up ccache.hpp
2020-08-04  Joel RosdahlFix comment to match reality regarding process_preproce...
2020-08-03  Joel RosdahlLet Error constructor forward arguments to fmt::format
2020-08-03  Joel RosdahlReplace fatal function with throwing FatalError excepti...
2020-08-03  Joel RosdahlUse fmt::print instead of (f)printf
2020-08-03  Joel RosdahlRemove superfluous .c_str() calls
2020-08-03  Joel RosdahlC++-ify path_max
2020-08-03  Joel RosdahlConvert cc_log calls to Logging::log
2020-08-03  Joel RosdahlC++-ify logging routines
2020-08-01  Joel RosdahlAdd missing “Util::” test case prefix
2020-08-01  Joel RosdahlMove logging.cpp’s print_command to Util
2020-08-01  Joel RosdahlLet CCACHE_UMASK apply only to files/directories in...
next