]> git.ipfire.org Git - thirdparty/ccache.git/history - cmake/GenerateConfigurationFile.cmake
fix: Avoid crash for -arch as last compiler option
[thirdparty/ccache.git] / cmake / GenerateConfigurationFile.cmake
2023-12-16  Joel Rosdahlfeat: Support st_Xtimensec fields in struct stat
2023-07-18  Joel Rosdahlchore: Clean up config.h
2023-07-18  Joel Rosdahlrefactor: Move Util::localtime to util
2023-01-04  Joel Rosdahlchore: Clean up minor things after 95e6375813f7
2022-11-13  Joel Rosdahlfix: Use $XDG_RUNTIME_DIR/ccache-tmp as the default...
2022-09-21  Joel Rosdahlrefactor: Use util::TimePoint for timestamps
2022-08-05  Joel Rosdahlfeat: Improve inode cache robustness
2022-08-04  Joel Rosdahlfix: Only enable inode cache if subsecond stat timestam...
2022-08-04  Joel Rosdahlenhance: Support Stat::{atim,ctim,mtim} on macOS
2022-08-01  Rafael Kitoverfeat: Move Windows config and cache to LOCALAPPDATA...
2022-07-28  Joel Rosdahlchore: Remove unused CMake code
2022-07-04  Joel Rosdahlenhance: Fall back to utimes(2) if utimensat(2) is...
2022-06-08  Joel Rosdahlenhance: Add util::set_timestamps function for setting...
2021-11-23  Luboš Luňákfix: Make AVX2 code work also with MSVC (#963)
2021-08-10  Joel Rosdahlenhance: Detect support for st_atim field in struct...
2021-07-07  Joel RosdahlRemove system.hpp, including what’s needed instead
2021-07-05  Gregor JasnyFix CMake feature detection (#883)
2021-04-28  Olle LiljenzinFix detection of pthread features (#840)
2021-01-25  Stuart HendersonDisable inode cache on OSes without pthread_mutexattr_s...
2020-12-07  Erik FlodinImprove SIMD detection (#735)
2020-12-06  Joel RosdahlRemove legacy “cheap and nasty” mkstemp replacement
2020-11-10  Joel RosdahlFix conditional compilation of robust mutex code in...
2020-10-30  Erik FlodinDisable some AVX features on old Apple clang versions...
2020-10-22  Erik FlodinUse BLAKE3 machinery for detecting AVX2 support (#696)
2020-09-05  Joel RosdahlIntroduce Util::parse_{unsigned,signed} functions
2020-08-27  Rafael KitoverSupport building on MSVC (#632)
2020-07-30  Joel RosdahlAdd Util::localtime, abstracting localtime_r
2020-06-22  Joel RosdahlRemove win32 GetFileNameFromHandle compatibility function
2020-06-14  Alexander LaninSwitch to CMake (#573)