]> git.ipfire.org Git - thirdparty/ccache.git/history - CMakeLists.txt
fix: Make Stat::same_inode_as consider error code
[thirdparty/ccache.git] / CMakeLists.txt
2022-04-03  Rafael Kitoverfix: Add ASM and ASM_MASM to project() languages (...
2022-03-26  Joel Rosdahlfix: Prefer CMake find module for hiredis package
2022-03-26  Cristian Adamfix: Prefer CMake find module for zstd package (#1030)
2022-02-07  Joel Rosdahlfeat: Remove automatic enabling of ccache for ccache...
2021-08-29  Joel RosdahlMerge pull request #918 from gjasny/ipo
2021-08-29  Gregor Jasnyfeat(cmake): Disable IPO for mingw 918/head
2021-08-29  Gregor Jasnyfeat(cmake): Use standard linker for LTO scenarios
2021-07-31  Joel Rosdahlbuild: Only probe for faster linker in dev build mode...
2021-07-31  Joel Rosdahlbuild: Allow overriding CCACHE_DEV_MODE on command...
2021-07-28  Joel Rosdahlbuild: Remove “_lib” suffix from ccache_lib and third_p...
2021-07-25  Joel RosdahlAdd support for downloading hiredis from Internet
2021-07-10  Anders BjörklundAdd optional Redis secondary storage backend (#875)
2021-07-07  Joel RosdahlRemove system.hpp, including what’s needed instead
2021-07-06  Joel RosdahlMerge pull request #881 from gjasny/use-url-class
2021-07-06  Gregor JasnyRequire CMake 3.10 (#885)
2021-07-05  Gregor JasnyFix CMake feature detection (#883)
2021-06-19  Joel RosdahlRequire C++14-compatible compiler to build ccache
2021-06-19  Joel RosdahlRemove Ubuntu 16.04/Clang 3.8 build
2021-05-03  Petr ŠtetiarCMake: make build of documentation optional (#842)
2021-04-05  Joel RosdahlUse Clang-Format executable from muttleyxd/clang-tools...
2021-03-27  Joel RosdahlProbe for working faster linker
2021-01-25  Stuart HendersonDisable inode cache on OSes without pthread_mutexattr_s...
2021-01-19  Erik FlodinBlake3 build (#781)
2021-01-17  Alexander LaninFaster compile times (#759)
2020-12-06  Joel RosdahlReintroduce dev mode and disable problematic build...
2020-11-29  Orgad ShanehMinGW: Default to static linking (#732)
2020-10-30  Orgad ShanehMinGW: Fix static linkage with libgcc and libstdc+...
2020-10-30  Joel RosdahlClean up CMakeLists.txt
2020-10-26  Alexander LaninCI: List all configurations explicitly (#690)
2020-10-23  Joel RosdahlTweak formulations and fix spelling in CMakeLists.txt
2020-10-23  Joel RosdahlDetect errors in log strings at compile time
2020-10-23  Alexander LaninFail gracefully on ancient compilers (#702)
2020-10-07  Joel RosdahlAdd option for enabling interprocedural (link time...
2020-10-05  Joel RosdahlUse STATUS instead of NOTICE for CMake messages
2020-08-27  Rafael KitoverSupport building on MSVC (#632)
2020-08-27  Alexander LaninFix asm compiler detection (#644)
2020-08-23  Joel RosdahlAdd CMake build type “CI” like “RelWithDebInfo” but...
2020-08-22  Joel RosdahlRename CCachePackConfig.cmake to CcachePackConfig.cmake
2020-08-06  Joel RosdahlImprove building via Docker
2020-06-23  Joel RosdahlClean up scripts related to code formatting
2020-06-23  Joel RosdahlRename USE_LIBZSTD_FROM_INTERNET to ZSTD_FROM_INTERNET
2020-06-23  Joel RosdahlBuild InodeCache.cpp only when inode cache is supported
2020-06-18  Joel RosdahlFix location of secondary configuration
2020-06-18  Erik JohanssonReplace BLAKE2b with BLAKE3 (#519)
2020-06-17  Joel RosdahlClean up CMake configuration
2020-06-17  Joel RosdahlDon’t update author list when generating documentation
2020-06-14  Alexander LaninSwitch to CMake (#573)