]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2023-07-18  Joel Rosdahlrefactor: Move Util::unlink_* to util
2023-07-18  Joel Rosdahlrefactor: Let util::rename return std::error_code
2023-07-18  Joel Rosdahlrefactor: Move Util::is_ccache_executable to ccache
2023-07-18  Joel Rosdahlchore: Clean up config.h
2023-07-18  Joel Rosdahlrefactor: Move Util::localtime to util
2023-07-18  Joel Rosdahlchore: Improve code style
2023-07-18  Joel Rosdahlrefactor: Move Util::is_precompiled_header to argprocessing
2023-07-18  Joel Rosdahlrefactor: Move Util::to_lowercase to util
2023-07-18  Joel Rosdahlchore: Add note about using util::rename instead of...
2023-07-18  Joel Rosdahlrefactor: Use std::filesystem::current_path
2023-07-18  Joel Rosdahlrefactor: Improve std::filesystem wrappers
2023-07-18  Joel Rosdahlrefactor: Use std::filesystem::remove_all
2023-07-18  Joel Rosdahlchore: Improve util::format_argv_for_logging
2023-07-18  Joel Rosdahlrefactor: Move Util::format_argv_for_logging to util
2023-07-18  Joel Rosdahlrefactor: Move Util::get_{actual,apparent}_cwd to util
2023-07-18  Joel Rosdahlrefactor: Use std::filesystem::create_director{ies,y}
2023-07-18  Joel Rosdahlrefactor: Move Util::split_into_* to util
2023-07-18  Joel Rosdahlrefactor: Move Util::size_change_kibibyte to LocalStorage
2023-07-15  Joel Rosdahlrefactor: Move Util::set_cloexec_flag to util
2023-07-15  Joel Rosdahlrefactor: Create util::filesystem wrappers returning...
2023-07-15  Joel Rosdahlrefactor: Move Util::fallocate to util
2023-07-15  Joel Rosdahlchore: Fix grammar in comment
2023-07-15  Joel Rosdahlrefactor: Move UmaskScope to util
2023-07-15  Joel Rosdahlrefactor: Move Util::{g,s}et_umask to util
2023-07-14  Joel Rosdahlrefactor: Use fs alias for std::filesystem
2023-07-14  Joel Rosdahlfix: Pass error code to fs::temp_directory_path as...
2023-07-14  Joel Rosdahlrefactor: Move Util::parse_duration to util
2023-07-14  Joel Rosdahlrefactor: Use std::filesystem::current_path
2023-07-14  Joel Rosdahlrefactor: Use std::filesystem::canonical
2023-07-13  Joel Rosdahlrefactor: Use std::filesystem::temp_directory_path
2023-07-12  Joel Rosdahlchore: Tweak code style
2023-07-12  Joel Rosdahlbump: Upgrade to hiredis 1.2.0
2023-07-12  Tadej Novakfeat: Support multiple -Xarch_* arguments matching...
2023-07-12  Joel Rosdahlrefactor: Move Util::rename to util
2023-07-12  Joel Rosdahlrefactor: Use fs::read_symlink instead of custom implem...
2023-07-12  Joel Rosdahlrefactor: Get rid of asprintf usage and Windows compati...
2023-07-12  Joel Rosdahlrefactor: Use fs::create_hard_link instead of custom...
2023-07-12  Joel Rosdahlrefactor: Move copy_file to util
2023-07-12  Joel Rosdahlrefactor: Move clone_hard_link_or_copy_file to local...
2023-07-12  Joel Rosdahlrefactor: Move environment utility functions to util
2023-07-12  Joel Rosdahlrefactor: Move functions for endian conversion to util
2023-07-12  Joel Rosdahlrefactor: Move data type conversion utilities to util
2023-07-12  Joel Rosdahlrefactor: Improve InodeCache::get signature
2023-07-12  Joel Rosdahlchore: Remove now unused Hash::HashType distinction
2023-07-12  Joel Rosdahlrefactor: Use nonstd::span for data+size in more places
2023-07-12  Joel Rosdahlrefactor: Use std::array for hash digests instead of...
2023-07-12  Joel Rosdahlrefactor: Improve format_base16/format_base32hex implem...
2023-07-12  Joel Rosdahlrefactor: Move format_base16/format_base32hex to util
2023-07-07  Joel Rosdahlchore: Add missing #include statements
2023-07-07  Joel Rosdahlbump: Upgrade to BLAKE3 1.4.1
2023-07-06  Joel Rosdahlchore: Tweak code style
2023-07-06  Andreas Reischuckfeat: Kill Windows compiler subprocess when ccache...
2023-07-02  Joel Rosdahlfeat: Support escaping dollar signs in configuration...
2023-07-02  Joel Rosdahlfeat: Support environment variables in all configuratio...
2023-07-02  Joel Rosdahlchore: Remove stray -warnings-as-errors entry in .clang...
2023-07-02  Joel Rosdahlchore: Improve log message for nonexistent header file...
2023-07-02  Joel Rosdahlchore: Make some constructors explicit
2023-07-02  cupufeat: Expand environment variables in debug_dir configu...
2023-06-29  Andrew Hardinfix: Improve nvcc handling of -Xcompiler and --Werror...
2023-06-29  Jiri Hörnerfix: Improve MSVC .rsp file parsing (#1303)
2023-06-21  Joel Rosdahlfeat: Let ignore_options/CCACHE_IGNOREOPTIONS also...
2023-06-21  Joel Rosdahlchore: Update typos configuration
2023-06-21  huangqinjinfeat: Don't hash /Fd, /FS or /MP (#1298)
2023-06-15  Joel Rosdahlchore: Fix bad markup in NEWS.adoc
2023-06-12  Joel Rosdahlchore: Update authors v4.8.2
2023-06-12  Joel Rosdahlchore: Update NEWS
2023-06-12  Joel Rosdahlchore: Update .mailmap
2023-06-10  Joel Rosdahlbump: Upgrade to cpp-httplib 0.12.6
2023-06-09  Joel Rosdahlbump: Upgrade to BLAKE3 1.4.0
2023-06-07  Gregor Jasnyrefactor: Use std::size to compute array size (#1297)
2023-06-07  Gregor Jasnybuild: Fix Xcode build of zstd (#1296)
2023-06-07  huangqinjinfix: Keep the order of MSVC showIncludes output (#1295)
2023-06-07  Joel Rosdahlfix: Don't pass -v to the preprocessor
2023-06-06  Joel RosdahlMerge pull request #1290 from rkitover/cmake-fixes
2023-06-06  Rafael Kitoverchore: Add basic CMakeSettings.json for VS IDE 1290/head
2023-06-06  Rafael Kitoverfix: Quiet cmake warning for extracted timestamps
2023-06-06  Rafael Kitoverchore: Re-enable 64 bit msbuild ci jobs
2023-06-06  Rafael Kitoverfix: Disable masm on msbuild for blake3 with VS
2023-06-06  Rafael Kitoverbump: Update blake3 1.3.1 -> 71a2646
2023-05-31  Joel Rosdahldocs: Clarify --evict-older-than semantics
2023-05-24  Joel Rosdahlfix: Support Windows drive letter in file URLs for...
2023-05-23  Joel Rosdahlfix: Make --trim-max-size accept 0 for no limit
2023-05-22  Joel Rosdahltest: Simplify util::read_file_part test again
2023-05-22  Joel Rosdahlbuild: Enable _GLIBCXX_ASSERTIONS in debug build mode
2023-05-22  Joel Rosdahlfix: Fix undefined behavior in util::read_file_part...
2023-05-22  Sam Jamestest: Fix typo (missing line continuation) (#1287)
2023-05-19  Joel Rosdahlchore: Update authors v4.8.1
2023-05-19  Joel Rosdahlchore: Update NEWS
2023-05-14  Joel Rosdahlbump: Upgrade to cpp-httplib 0.12.3
2023-05-07  Joel Rosdahltest: Fix test failure in GitHub CI mingw64 jobs
2023-05-06  Joel Rosdahldoc: Add remote file storage example with URL-encoded...
2023-04-22  Joel Rosdahlbump: Upgrade to doctest 2.4.11
2023-04-19  Joel Rosdahlchore: Suppress clang-tidy warnings we don't want to fix
2023-04-19  Joel Rosdahlrefactor: Improve calculate_result_and_manifest_key...
2023-04-19  Joel Rosdahlrefactor: Use constructor member initializer lists
2023-04-19  Joel Rosdahlrefactor: Use std::unique_ptr for data in util::Bytes
2023-04-19  Joel Rosdahlchore: Sort .clang-tidy check list
2023-04-19  Joel Rosdahlchore: Add comments for all statistics counters
2023-04-19  Joel Rosdahlrefactor: Extract MSVC debug option logic to a function
2023-04-19  Stephan Rohmenfix: Limit MSVC debug flag detection to documented...
next