]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2024-06-26  Joel Rosdahlbuild: Bundle Fmt again
2024-06-21  Joel Rosdahltest: Improve CCACHE_PREFIX test to catch regression...
2024-06-21  Joel Rosdahldocs: Clarify that --set-config writes to the configura...
2024-06-21  Joel Rosdahlbuild: Search for libcpp-httplib before libhttplib
2024-06-21  Romain Geissler... fix: Fix prefix command lookup from PATH (#1474)
2024-06-08  Sam Jamesbuild: Find CppHttplib named libhttplib.so as well...
2024-05-31  Joel Rosdahlchore: Fix blake3.h pattern in .clang-format after...
2024-05-31  Joel Rosdahlchore: Include fedora-40 in test-all-systems and remove...
2024-05-31  Carlo Cabrerabuild: Fix detection and usage of system blake3 (#1464)
2024-05-31  Gregor Jasnychore: Remove Xcode assembly workaround for zstd (...
2024-05-29  Joel Rosdahlchore: Update authors v4.10
2024-05-29  Joel Rosdahlchore: Update NEWS
2024-05-29  Joel Rosdahlci: Disable Ubuntu 24.04 builds temporarily
2024-05-29  Joel Rosdahlbuild: Fix zstd build for older CMake versions
2024-05-29  Joel Rosdahlchore: Juggle some include headers
2024-05-28  Silver Zacharabuild: Fix MSVC /Zc:preprocessor warning (#1461)
2024-05-28  Silver Zacharachore: Remove unused headers (#1460)
2024-05-27  Joel Rosdahlrefactor: Use tl::expected for process_args return...
2024-05-27  Joel Rosdahlchore: Fix some Cppcheck warnings
2024-05-27  Joel Rosdahlchore: Remove obsolete os_path helper in test_storage_l...
2024-05-27  Silver Zacharachore: Improve cast and avoid repeating types (#1459)
2024-05-26  Byoungchan Leefeat: Add argument handling for Emscripten's --em-confi...
2024-05-21  Joel Rosdahlbuild: Fix setting of DEPS=LOCAL if FETCHCONTENT_FULLY_...
2024-05-21  Joel Rosdahlchore: Fix spelling
2024-05-21  Brendan Shanksperf: Use posix_spawn for executing compiler check...
2024-05-17  Joel Rosdahlrefactor: Simplify code
2024-05-17  Joel Rosdahlci: Add GCC 14 build
2024-05-17  Joel Rosdahlci: Use ubuntu-24.04 for GCC 13
2024-05-17  Silver Zacharafeat: Add --print-version option (#1454)
2024-05-17  Silver Zacharafix: Remove TAKES_ARG for /Fp and /Yu MSVC options...
2024-05-15  Silver Zacharafix: Handle -Yc without -Fp and -Fo for msvc (#1450)
2024-05-15  Silver Zacharafix: Handle -Yc without filepath for msvc (#1448)
2024-05-12  Jiri Slabyfeat: Add support for -fdump-ipa-clones (#1449)
2024-05-08  Joel Rosdahlfix: Force run_second_cpp=true when generating profilin...
2024-05-06  Joel Rosdahlfix: Hash "apparent real path" of object file when...
2024-05-06  Joel Rosdahltest: Improve verbose printing of test names
2024-05-06  Joel Rosdahlrefactor: Add more Hash::hash overloads
2024-05-05  Joel Rosdahldocs: Improve documentation of gcno_cwd sloppiness
2024-05-05  Joel Rosdahlfix: Handle -fdiagnostics-color for Clang again
2024-05-04  Joel Rosdahlchore: Clean up comment and debug log string
2024-05-02  Joel Rosdahltest: Improve printing of test suite
2024-05-01  Joel Rosdahlchore: Fix typo
2024-05-01  Joel Rosdahlchore: Add Andrew Stubbs to typos ignore list
2024-04-28  Joel Rosdahlchore: Remove unnecessary depend_extra_args
2024-04-28  Joel Rosdahltest: Improve verbose printing of test names
2024-04-27  Joel Rosdahlfeat: Support -Xpreprocessor -fopenmp in direct mode
2024-04-27  Joel Rosdahlrefactor: fs::path-ify some functions
2024-04-27  Joel Rosdahlbump: Update to nonstd-span 0.11.0
2024-04-27  Joel Rosdahlbump: Update to zstd 1.5.6
2024-04-27  Joel Rosdahlrefactor: Improve util::copy_file implementation
2024-04-27  Joel Rosdahlrefactor: Improve dependency file parsing
2024-04-27  Joel Rosdahlci: Improve MSYS2 job names
2024-04-27  Joel Rosdahlbuild: Improve handling of dependencies (#1429)
2024-04-27  Joel Rosdahlbuild: Add support for using system blake3 1429/head
2024-04-27  Joel Rosdahlrefactor: Implement AVX2 runtime detection instead...
2024-04-27  Joel Rosdahlbuild: Avoid bundling xxhash
2024-04-27  Joel Rosdahlbuild: Extract win32-compatibility stuff to a separate...
2024-04-27  Joel Rosdahlbuild: Let blake3 be a separate target not depended...
2024-04-27  Joel Rosdahlbuild: Improve build of bundled cxxurl third party...
2024-04-27  Joel Rosdahlbuild: Add support for using system tl-expected
2024-04-27  Joel Rosdahlbuild: Add support for using system nonstd-span
2024-04-27  Joel Rosdahlbuild: Add support for using system cpp-httplib
2024-04-27  Joel Rosdahlbuild: Remove bundled getopt_long implementation
2024-04-27  Joel Rosdahlbuild: Avoid bundling fmt
2024-04-27  Joel Rosdahlbuild: Avoid bundling doctest
2024-04-27  Joel Rosdahlbuild: Add add_header_only_library function
2024-04-27  Joel Rosdahlbuild: Improve handling of hiredis and zstd dependencies
2024-04-26  Raihaan Shouhellperf: Use native file copy on Windows (#1431)
2024-04-22  Raihaan Shouhellci: Add Windows arm64 build (#1433)
2024-04-15  Raihaan Shouhellci: Update macOS images used (#1432)
2024-04-14  Raihaan Shouhellperf: Use copyfile(3) on apple systems (#1430)
2024-04-14  Raihaan Shouhellfeat: Add sloppiness for .incbin handling (#1423)
2024-04-13  Raihaan Shouhellperf: Use sendfile(2) for file copying (#1427)
2024-04-13  Raihaan Shouhellbump: Upgrade to blake3 1.5.1 (#1428)
2024-04-13  Raihaan Shouhellci: Disable building test on macOS binaries (#1426)
2024-04-10  Joel Rosdahlchore: Fix path to build-in-docker
2024-04-09  Joel Rosdahlfeat: Clear manifest on recache
2024-04-06  Joel Rosdahlchore: Suppress false positive typos
2024-04-06  Joel Rosdahlchore: Sort list
2024-04-01  Joel Rosdahltest: Don't leave fs_test.tmp* files after InodeCache...
2024-03-30  Joel Rosdahlchore: Add fedora-40 dockerfile
2024-03-30  Joel Rosdahlchore: Fix typo in LICENSE.adoc
2024-03-24  Joel Rosdahlbuild: Move add_compile_flag_if_supported to Utils...
2024-03-24  Joel Rosdahlci: Sort package list
2024-03-24  Joel Rosdahlchore: Remove redundant copy of DEF_WRAP_1_R
2024-03-24  Joel Rosdahlchore: Remove unsupported ubuntu-18.04 build from misc...
2024-03-24  Joel Rosdahlchore: Make it possible to run misc/build-in-docker...
2024-03-24  Joel Rosdahlchore: Fix build parallelism in ci/build again
2024-03-24  Joel Rosdahlchore: Start docker containers with --init
2024-03-24  Joel Rosdahlchore: Fix grammar
2024-03-24  Joel Rosdahlrefactor: Use {read,write}_file for MSYS2 code paths...
2024-03-24  Joel Rosdahlenhance: Implement O_EXCL mode for util::write_file
2024-03-24  Joel Rosdahlrefactor: Let util::read_file stat fd on POSIX as well
2024-03-24  Joel Rosdahlenhance: Teach DirEntry how to stat a file descriptor
2024-03-23  Kreijstalfix: Adapt util::LockFile to MSYS2 (#1416)
2024-03-23  Joel Rosdahlperf: Optimize file reading on Windows (#1418)
2024-03-20  Clemens WasserOptimize read_file size_hint on Windows 1418/head
2024-03-20  Clemens WasserRead file in do_hash_file as Bytes
2024-03-17  Joel Rosdahlfix: Don't use Windows lockfile implementation on MSYS2
2024-03-17  Joel Rosdahlbuild: Use Windows BLAKE3 implementation on MSYS2
next