]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2020-05-07  Joel RosdahlRemove last usage of legacy args_remove_first function
2020-05-07  Joel RosdahlRemove last usage of legacy args_pop function
2020-05-07  Joel RosdahlRemove last usage of legacy args_init_from_string function
2020-05-07  Joel RosdahlRemove last usage of legacy args_init_from_gcc_atfile...
2020-05-07  Joel RosdahlRemove last usage of legacy args_init function
2020-05-07  Joel RosdahlRemove last usage of legacy args_extend function
2020-05-07  Joel RosdahlRemove last usage of legacy args_add_prefix function
2020-05-07  Joel RosdahlRemove last usage of legacy args_add function
2020-05-07  Joel RosdahlC++-ify process_args
2020-05-07  Joel RosdahlExtract code for handling dependency environment variab...
2020-05-06  Joel RosdahlC++-ify final parts of process_arg
2020-05-06  Joel RosdahlC++-ify language functions
2020-05-06  Joel RosdahlC++-ify parts of process_arg
2020-05-06  Joel RosdahlC++-ify compopt functions somewhat
2020-05-06  Joel RosdahlRemove obsolete CHECK_DOUBLE_EQ macro
2020-05-06  Joel RosdahlRemove obsolete path_exists function
2020-05-05  Joel RosdahlHandle Intel compiler option “-xHost” correctly
2020-05-05  Joel RosdahlUse args[i] consistently to refer to the argument in...
2020-05-05  Joel RosdahlC++-ify -optf/--options-file processing in process_arg
2020-05-05  Joel RosdahlC++-ify parts of process_arg
2020-05-05  Joel RosdahlImprove Args::from_gcc_atfile
2020-05-05  Joel RosdahlSimplify detect_pch
2020-05-05  Joel RosdahlC++-ify detect_pch
2020-05-05  Joel RosdahlC++-ify ArgumentProcessingState members
2020-05-05  Joel RosdahlImprove ordering of ArgumentProcessingState members
2020-05-05  Joel RosdahlC++-ify ArgsInfo::debug_prefix_maps
2020-05-05  Joel RosdahlC++-ify ArgsInfo::arch_args
2020-05-05  Joel RosdahlC++-ify ArgsInfo::sanitize_blacklists
2020-05-05  Joel RosdahlExtract argument processing code to a separate file
2020-05-04  Joel RosdahlFix build error with --enable-tracing
2020-05-04  Joel RosdahlExtract make_relative_path to Util
2020-05-04  Joel RosdahlDon’t regenerate version.cpp on every build
2020-05-04  Joel RosdahlAdd Args::empty method
2020-05-04  Joel RosdahlLet process_args use orig_args from ctx
2020-05-03  Olle LiljenzinDon't depend on how echo interprets backslash escapes...
2020-05-01  Joel RosdahlFix variable shadowing after d0eb89de
2020-05-01  Joel RosdahlImprove handling of profiling options
2020-04-27  Joel RosdahlWhitelist clang-tidy warning cppcoreguidelines-pro...
2020-04-27  Joel RosdahlDon’t construct std::string from nullptr
2020-04-27  Joel RosdahlUse empty() to check for emptiness
2020-04-27  Joel RosdahlWork around false positive clang-tidy warning about...
2020-04-27  Joel RosdahlRemove redundant .c_str() calls
2020-04-27  Joel RosdahlHandle self-assignment in Args::operator=
2020-04-27  Joel RosdahlAdd noexcept to Args move constructor/operator=
2020-04-26  Joel RosdahlClean up version output test
2020-04-26  Joel RosdahlMention the “always use curly braces” convention in...
2020-04-26  Joel RosdahlFix syntax of src/.clang-tidy
2020-04-26  Joel RosdahlIndent .sh files with 4 spaces
2020-04-26  megateslaDisable hardlink testing on AFS (#584)
2020-04-26  Alexander LaninExtract formatting logic from make (#585)
2020-04-26  Alexander LaninAdd test for human readable version output (#583)
2020-04-21  Joel RosdahlMake update authors script find Co-authored-by that...
2020-04-21  Joel RosdahlClean up update authors script
2020-04-21  Alexander LaninDiverse CMake preparations (#580)
2020-04-21  Joel RosdahlRemove obsolete unittest/test_lockfile.cpp
2020-04-19  Joel RosdahlMove calculation of “result/manifest globals” into...
2020-04-19  Joel RosdahlMake Context a class instead of a struct
2020-04-19  Joel RosdahlRemove unused #include
2020-04-19  Joel RosdahlCall update_manifest_file in do_cache_compilation()
2020-04-19  Joel RosdahlC++-ify Context::result_name
2020-04-18  Joel RosdahlC++-ify Context::ignore_headers
2020-04-18  Joel RosdahlRefactor context initialization code into a new set_up_...
2020-04-18  Joel RosdahlAdd Util::matches_dir_prefix_or_file helper function
2020-04-18  Joel RosdahlAdd cross-platform Util::is_dir_separator helper function
2020-04-17  Joel RosdahlRemove now superfluous cast to (void)
2020-04-17  Joel RosdahlClean up function signatures with (void)
2020-04-17  Joel RosdahlMerge pull request #555 from totph/rm_strtok
2020-04-16  Thomas OttoRemove legacy strtok_r() 555/head
2020-04-16  Thomas OttoAdapt hash_common_info() to use split_into_strings()
2020-04-16  Thomas OttoAdapt *_depfile() functions to use split_into_views...
2020-04-16  Thomas OttoAdapt process_preprocessed_file() to use split_into_str...
2020-04-16  Thomas OttoAdapt hash_command_output() to use split_into_strings()
2020-04-16  Thomas OttoAdapt dependencies_env processing to use split_into_views()
2020-04-16  Thomas OttoAdapt find_executable() to use split_into_strings()
2020-04-16  Joel RosdahlMake win32getshell() return std::string
2020-04-16  Thomas OttoAdapt args_init_from_string() to use split_into_strings()
2020-04-16  Thomas OttoAdapt add_prefix() to use split_into_strings()
2020-04-16  Thomas OttoUtil: Add split_into_views/split_into_strings functions
2020-04-16  Thomas OttoUtil: Don’t include path in error description from...
2020-04-14  Joel RosdahlUpgrade to fmt 6.2.0
2020-04-09  Joel RosdahlImprove order of Travis CI jobs
2020-04-09  Joel RosdahlImprove Travis CI job descriptions
2020-04-09  Joel RosdahlFix typos in 64-bit MinGW Travis CI job
2020-04-07  Joel RosdahlAdd test case for Args::from_gcc_atfile
2020-04-07  Joel RosdahlAdd an Args class with backward compatibility for the...
2020-04-06  Philipp StorzMake ccache build on Solaris 11.4 (#572)
2020-04-06  Alexander LaninEnable check_format and clang-tidy checks in CI (#562)
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
next