]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
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
2020-02-13  Thomas OttoContext: move generating_coverage
2020-02-13  Joel RosdahlRename clang-format.sh to run-clang-format
2020-02-13  Joel RosdahlBuild static Windows executables
2020-02-13  Joel RosdahlSimplify result_name_from_depfile signature
2020-02-13  Joel RosdahlSimplify Util::{base,dir}_name
2020-02-13  Thomas OttoAdded 'make check_format' to makefile rules (#525)
2020-02-13  Joel RosdahlMerge pull request #538 from totph/ctx2
2020-02-13  Thomas OttoContext: move generating_dependencies 538/head
2020-02-13  Thomas OttoContext: move actual_language
2020-02-13  Thomas OttoContext: move output_dwo
2020-02-13  Thomas OttoContext: move output_dia
2020-02-13  Thomas OttoContext: move output_cu
2020-02-13  Thomas OttoContext: move output_cov
2020-02-13  Thomas OttoContext: move output_dep
2020-02-13  Joel RosdahlTest out-of-tree build in Travis-CI
2020-02-13  Loïc YhuelFix out of tree build (#540)
2020-02-10  Joel RosdahlSimplify code
2020-02-10  Joel RosdahlMake clang-format comments stable across clang-format...
2020-02-10  Joel RosdahlFix formatting
2020-02-10  Thomas OttoContext: move output_obj, adapt dump_debug_log_buffer_e...
2020-02-10  Thomas OttoContext: add ArgsInfo and move input_file
2020-02-10  Thomas OttoContext struct added, returned by initialize()
2020-02-10  Thomas OttoUse Config for init_log()
2020-02-09  Joel RosdahlRemove superfluous “>” in README
2020-02-09  Joel RosdahlMention “Supported platforms, compilers and languages...
2020-02-08  Joel RosdahlImprove the failed() and fatal() mechanisms
2020-02-08  Joel RosdahlRemove declaration of unimplemented warn function
2020-02-08  Joel RosdahlRestore sortedness of Util functions
2020-02-08  Joel RosdahlUse correct spelling of the verb “set up”
2020-02-08  Thomas OttoExtract setup_config() from initialize() (#534)
2020-02-08  Thomas OttoMove logging into separate file (#532)
2020-02-07  Joel RosdahlUse apparent CWD when checking for CWD in preprocessed...
2020-02-07  Joel RosdahlRemove “Description” header from PR and feature issue...
2020-02-07  Cristian AdamWin32: Close reading file for recompression (#535)
2020-02-05  Joel RosdahlRemove one more “=” from the help text
2020-02-05  Joel RosdahlImprove help text and documentation of command line...
2020-02-05  Joel RosdahlImprove error message for “ccache -o=K=V”
2020-02-05  Joel RosdahlLog when starting/stopping recompression
2020-02-05  Joel Rosdahldoc: Remove information that is better to have on the...
2020-02-05  Joel Rosdahldoc: Move description of preprocessor mode before direc...
2020-02-04  Joel RosdahlAdd improvement issue template
2020-02-04  Joel RosdahlImprove issue templates
2020-01-28  Joel RosdahlCompensate for bug in clang-format version 8 and 9
2020-01-28  Joel RosdahlAdd short description of ArgsInfo
2020-01-28  Joel RosdahlSimplify code a bit
next