]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2020-04-05  Joel RosdahlImprove const-ness of parameters related to argv
2020-03-29  Joel RosdahlAdd .git-blame-ignore-revs
2020-03-29  Joel RosdahlPrepare for v3.7.9
2020-03-25  Joel RosdahlRemove obsolete src/lockfile.cpp
2020-03-25  Joel RosdahlLet run-clang-format always exit with success in non...
2020-03-24  Thomas OttoMake check_format exit with the appropriate status...
2020-03-22  Joel RosdahlImprove name of tmp file in x_unlink
2020-03-22  Joel RosdahlDisable hard link mode when the output object file...
2020-03-22  Joel RosdahlRemove superfluous unlink before rename
2020-03-18  Joel Rosdahlconfigure: Error out if failing to download libzstd...
2020-03-18  Joel RosdahlAlign entries in dev.mk.in
2020-03-18  Joel RosdahlPrepare for v3.7.8
2020-03-18  Joel Rosdahlwin32: Log epoch timestamp if localtime_r fails
2020-03-18  Joel Rosdahldoc: Clarify include_file_ctime sloppiness in the Perfo...
2020-03-10  Thomas OttoCacheEntryReader: Fix return type (#554)
2020-03-10  Joel RosdahlUse tmp_unlink to remove temporary file in use_relative...
2020-03-10  Joel RosdahlC++-ify lockfile routines
2020-03-10  Joel RosdahlSimplify lock breaking
2020-03-10  Joel RosdahlRewrite the Windows version of the lockfile routines
2020-03-03  Joel RosdahlCap time to sleep to 10 ms when failing to acquire...
2020-03-01  Joel RosdahlRewrite absolute input path to relative
2020-03-01  Joel RosdahlLet development version be BRANCH.SHORTHASH
2020-03-01  Thomas OttoConvert counters to a class (#548)
2020-03-01  Thomas OttoConvert the single ofstream use to fwrite (#552)
2020-03-01  Erik JohanssonRead/write optimizations (#551)
2020-03-01  Erik JohanssonAvoid duplicate stat calls (#550)
2020-02-25  Joel RosdahlFix empty <obj>.ccache-log in debug mode without log_fi...
2020-02-25  Joel RosdahlAdd notes about intentional use of CCACHE_DEBUG in...
2020-02-25  Thomas OttoRestore test suite debug output where needed (#546)
2020-02-25  Alexander LaninLow hanging fruits of some auto fixable improvements...
2020-02-24  Joel RosdahlMerge pull request #544 from erijo/out-of-tree-commands
2020-02-23  Erik JohanssonFix four minor cppcheck warnings 544/head
2020-02-23  Erik JohanssonPass std::string instead of .c_str()
2020-02-23  Erik JohanssonRemove unused function stats_get_pending
2020-02-23  Erik JohanssonMake cppcheck, format and check_format work in out...
2020-02-23  Joel RosdahlRemove leftover debug settings in test suites
2020-02-23  Joel RosdahlDon’t use realpath(3) for normalization when computing...
2020-02-23  Joel RosdahlImprove basedir calculation on Windows
2020-02-23  Joel RosdahlLet Util::get_apparent_cwd return a normalized CWD
2020-02-23  Joel RosdahlAdd Stat::same_inode_as method
2020-02-23  Joel RosdahlAdd default Stat constructor
2020-02-23  Joel RosdahlC++-ify make_relative_path
2020-02-23  Joel RosdahlC++-ify get_relative_path
2020-02-23  Joel RosdahlC++-ify common_dir_prefix_length
2020-02-23  Joel RosdahlImplement Util::normalize_absolute_path
2020-02-23  Joel RosdahlMake Util::is_absolute_path work with MSYS/Cygwin/POSIX...
2020-02-23  Joel RosdahlC++-ify is_absolute_path
2020-02-23  Joel RosdahlSort test cases
2020-02-23  Joel RosdahlMove basedir tests to the basedir test suite
2020-02-22  Joel RosdahlAdd pch test suite probe for seemingly broken compiler...
2020-02-22  Joel RosdahlConst-ify Context& parameters where possible
2020-02-22  Joel RosdahlSimplify setting of ctx.args_info.profile_dir default...
2020-02-22  Joel RosdahlConvert stats_update(x) + failed() to failed(x) in...
2020-02-22  Joel RosdahlUse find_executable_in_path to find executable in hash_...
2020-02-22  Joel RosdahlMake failure to run compiler_check command a soft error
2020-02-22  Joel RosdahlRename cc_process_args to process_args
2020-02-22  Joel RosdahlConvert stats_update(x) + failed() to failed(x) in...
2020-02-22  Joel RosdahlConvert most stats_update(x) + failed() to failed(x)
2020-02-22  Joel RosdahlDon’t increment STATS_COMPILER on fatal error
2020-02-22  Joel RosdahlMake it possible to run failed() and not execute the...
2020-02-22  Joel RosdahlRemove leftover cc_reset declaration
2020-02-22  Joel RosdahlMerge pull request #543 from totph/ctx5
2020-02-17  Thomas OttoTurn lock_staleness_limit into a constant 543/head
2020-02-17  Thomas OttoContext: move counters
2020-02-17  Thomas OttoContext: move ignore_headers_len, remove cc_reset()
2020-02-17  Thomas OttoContext: move included_pch_file and convert to std...
2020-02-17  Thomas OttoContext: move guessed_compiler
2020-02-17  Thomas OttoConvert guessed_compiler into an enum class
2020-02-17  Thomas OttoContext: move manifest_stats_file and convert to std...
2020-02-17  Thomas OttoContext: move cpp_stderr and convert to std::string
2020-02-17  Thomas OttoContext: move i_tmpfile and converted to std::string
2020-02-17  Thomas OttoContext: move has_absolute_include_headers
2020-02-17  Thomas OttoContext: move g_included_files
2020-02-17  Thomas OttoContext: move time_of_compilation, adapt manifest
2020-02-17  Thomas OttoContext: move manifest_path and converted to std::string
2020-02-17  Thomas OttoContext: move (cached_)result_name/result_path
2020-02-17  Thomas OttoContext: move arch_args
2020-02-17  Thomas OttoContext: move output_is_precompiled_header
2020-02-17  Thomas OttoPartially revert const-ification of context parameters
2020-02-16  Joel RosdahlImprove functions related to CWD
2020-02-16  Joel RosdahlSimplify (non-)freeing of orig_args on failure
2020-02-16  Joel RosdahlSimplify string creation from string_view
2020-02-16  Joel RosdahlRemove now redundant resetting of config
2020-02-16  Joel RosdahlConst-ify context parameters where appropriate
2020-02-16  Joel RosdahlMerge pull request #542 from totph/ctx4
2020-02-16  Thomas OttoContext: move orig_args 542/head
2020-02-16  Thomas OttoContext: convert stats_file to an std::string
2020-02-16  Thomas OttoContext: move stats_file
2020-02-16  Thomas OttoContext: move g_config
2020-02-15  Joel RosdahlImplement Util::read_link, replacing legacy x_readlink
2020-02-15  Joel RosdahlImplement Util::real_path, replacing legacy x_realpath
2020-02-15  Joel RosdahlMerge pull request #541 from totph/ctx3
2020-02-13  Thomas OttoContext: move using_precompiled_header 541/head
2020-02-13  Thomas OttoContext: move profile_use/profile_generate
2020-02-13  Thomas OttoContext: move direct_i_file
2020-02-13  Thomas OttoContext: move profile_dir
2020-02-13  Thomas OttoContext: move profile_arcs
2020-02-13  Thomas OttoContext: move seen_split_dwarf
2020-02-13  Thomas OttoContext: move generating_diagnostics
2020-02-13  Thomas OttoContext: move generating_stackusage
next