]> git.ipfire.org Git - thirdparty/ccache.git/history
thirdparty/ccache.git
21 hours ago  Joel RosdahlMerge pull request #1598 from mstorsjo/ci-arm master
21 hours ago  Martin Storsjöci: Add jobs for building binaries for Windows and... 1598/head
21 hours ago  Martin Storsjöci: Add a toolchain file for (cross) compilation for...
21 hours ago  Martin Storsjöci: Run build_and_test on Linux on ARM too
21 hours ago  Martin Storsjöci: Run the Windows VS2022 ARM64 MSBuild tests on actua...
21 hours ago  Martin Storsjöci: Extend the msys2 testing to the "clangarm64" enviro...
21 hours ago  Martin Storsjöci: Use pacboy to simplify installation of msys2 packages
21 hours ago  Martin Storsjöci: Stop manually installing Ninja on Linux and macOS
27 hours ago  Joel Rosdahlrefactor: Use TRY_ASSIGN and TRY
30 hours ago  Joel Rosdahlfix: Properly make unique temporary name in TRY_ASSIGN
30 hours ago  Joel Rosdahlrefactor: Extract macros for creating unique variable...
2 days ago  Joel Rosdahlci: Declare downloaded zstd as EXCLUDE_FROM_ALL
3 days ago  Joel Rosdahlbuild: Remove obsolete variable in FindZstd.cmake
3 days ago  Joel Rosdahlchore: Make code buildable with tl-expected 1.2.0
3 days ago  Joel Rosdahlbump: Upgrade to tl-expected 1.2.0
3 days ago  Joel Rosdahlenhance: Add TRY_ASSIGN macro
3 days ago  Joel Rosdahlenhance: Improve TRY macro
3 days ago  Joel Rosdahlrefactor: Simplify EINTR check for waitpid
3 days ago  Joel Rosdahlfeat: Don't log failure when removing output file in...
3 days ago  Joel Rosdahlrefactor: Rename local variable in macro to avoid clashes
3 days ago  Joel Rosdahlchore: Remove redundant logging of error
4 days ago  Joel Rosdahlci: Avoid using windows-latest runner image
13 days ago  Joel Rosdahlfix: Expand system-dependent -m{arch,cpu,tune}=native...
13 days ago  Joel Rosdahlrefactor: Extract command execution code from hashutil...
13 days ago  Joel Rosdahlfeat: Improve logging in execute* functions
13 days ago  Joel Rosdahlchore: Simplify Windows-specific hacks for shell script...
13 days ago  Joel Rosdahlrefactor: Improve variable name in win32execute
2025-07-23  Joel Rosdahlchore: Remove dead code in hash_command_output
2025-07-23  Joel Rosdahlrefactor: Move Args to util namespace
2025-07-22  Joel Rosdahlenhance: Add Args initializer list constructor
2025-07-22  Joel Rosdahlchore: Add build-ccache-with-itself script
2025-07-21  Joel Rosdahlchore: Finalize renaming of namespaces to lowercase
2025-07-21  Joel Rosdahlfix: Keep original order of compiler arguments
2025-07-21  Joel Rosdahlchore: Remove ability to avoid 2nd call to preprocessor...
2025-07-21  Joel Rosdahlchore: Improve code style
2025-07-21  Joel Rosdahlchore: Bump to Clang-Format 18
2025-07-21  Joel Rosdahldocs: Mention mitigation for direct mode caveat
2025-07-17  senhtryfix: Fix bug in support for Clang to compile CUDA code...
2025-07-17  Joel Rosdahlchore: Remove ubuntu-20.04 Dockerfile as its CMake...
2025-07-17  Joel Rosdahlbuild: Drop minimum CMake version to 3.18
2025-07-15  Joel Rosdahlfix: Include MSVC variables INCLUDE and EXTERNAL_INCLUD...
2025-07-14  Maksym Sobolyevci: Small GH actions cleanup (#1602)
2025-07-14  Maksym SobolyevLink libatomic statically when STATIC_LINK is set ...
2025-07-14  Joel Rosdahlbuild: Avoid warning from downloaded zstd's CMake scripts
2025-07-14  Joel Rosdahlbuild: Use FetchContent_MakeAvailable instead of FetchC...
2025-07-14  Joel Rosdahlbuild: Require CMake 3.22 or newer
2025-07-09  Morten Engelhardt... feat: Embed manifest to enable long paths on Windows...
2025-06-26  Joel Rosdahltest: Add test for tricky preprocessed cache hit case
2025-06-26  Joel Rosdahlfeat: Improve logging for manifest lookup
2025-06-09  Joel Rosdahlbuild: Use bundled fmt if DEPS=DOWNLOAD as documented
2025-06-09  Joel Rosdahlfeat: Log URLs requested by http backend
2025-06-08  Joel Rosdahlfix: Detect cc/c++ hard link to clang/clang++ before...
2025-05-30  Joel Rosdahlci: Remove jobs for soon to be removed windows-2019...
2025-05-29  Joel Rosdahlchore: Tweak Clang CUDA code slightly
2025-05-29  Joel Rosdahlchore: Fix source file headers
2025-05-29  Joel Rosdahlchore: Clean up and modernize dockerfiles
2025-05-29  R43Qi8krCfeat: Support -x cu and -x cuda in Clang CUDA mode...
2025-05-25  Gregor Jasnyci: Use CodeQL v3 (#1592)
2025-05-25  R43Qi8krCfeat: Add support for Clang compiling CUDA code (#1577)
2025-05-03  Joel Rosdahlchore: Update NEWS
2025-05-01  Joel Rosdahlci: Disable testing for Windows MSYS2 mingw64 clang
2025-05-01  Joel Rosdahlbuild: Adapt to doctest 2.4.12
2025-04-23  Joel Rosdahlfix: Don't swallow -Xpreprocessor -fopenmp
2025-04-23  Joel Rosdahlbump: Upgrade to hiredis 1.3.0
2025-04-23  Joel Rosdahlbump: Upgrade to BLAKE3 1.8.2
2025-04-23  Joel Rosdahlchore: Split util::split_once into util::split_once...
2025-04-19  Joel Rosdahlchore: Clean up profiling_gcc_10+ test suite
2025-04-19  Joel Rosdahltest: Silence benign compiler warning in the profiling_...
2025-04-19  Joel Rosdahlchore: Fix some Clang-Tidy warnings
2025-04-01  Joel Rosdahlchore: Build with -Wextra-semi/-Wextra-semi-stmt and...
2025-03-31  Joel Rosdahlfeat: Log which result entry matched in manifest
2025-03-30  Joel Rosdahlchore: Log usage of cmd_args temporary file earlier
2025-03-30  Joel Rosdahlfeat: Improve logging of process exit
2025-03-30  Joel Rosdahlfeat: Log mtime for removed files in internal tempdir
2025-03-30  Joel Rosdahlrefactor: Extract timestamp format to util::format_iso8...
2025-03-22  Joel Rosdahlchore: Update NEWS
2025-03-22  Joel Rosdahlchore: Update NEWS
2025-03-22  Joel Rosdahlfix: Reset signal mask and defaults when executing...
2025-03-18  Joel Rosdahlbump: Upgrade to cpp-httplib 0.20.0
2025-03-17  Joel Rosdahlchore: Update NEWS
2025-03-15  Joel Rosdahlfix: Fix log file locking on Windows
2025-03-09  Joel Rosdahlchore: Prepare for release v4.11
2025-03-09  Joel Rosdahlchore: Update authors
2025-03-09  Joel Rosdahlchore: Update NEWS
2025-03-09  Joel Rosdahltest: Remove centos-7 Dockerfile
2025-03-09  Joel Rosdahltest: Add alma-8 Dockerfile
2025-03-05  kzlarfeat: Add knowledge about options related to react...
2025-03-03  Joel Rosdahltest: Add debian-12 to test-all-systems
2025-03-03  Maksym Sobolyevtest: Refresh dockerfiles and add Debian 12 (#1538)
2025-03-02  Joel Rosdahlrefactor: Remove redundant args_info parameter from...
2025-03-01  Joel Rosdahldocs: Add space after CMake -D option
2025-02-27  Joel Rosdahlbump: Upgrade to xxhash 1.5.7
2025-02-27  Joel Rosdahlbump: Upgrade to xxhash 0.8.3
2025-02-27  Joel Rosdahlbump: Upgrade to fmt 11.1.4
2025-02-27  Joel Rosdahlbump: Upgrade to blake3 1.6.1
2025-02-27  Joel Rosdahlbump: Upgrade to cpp-httplib 0.19.0
2025-02-27  Joel Rosdahlrefactor: Simplify nested ifs
2025-02-27  Icarus Sparry (work)feat: Add knowledge about --offload-compress (#1571)
2025-02-27  Oded Sfix: Rename raw files correctly for >2 cache levels
2025-02-10  Joel Rosdahlci: Test more Clang versions available in ubuntu-24
next