]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2020-05-24  Joel RosdahlUse STDERR_FILENO/STDOUT_FILENO constants
2020-05-24  Joel RosdahlClean up
2020-05-20  Joel RosdahlHandle all Intel “-xCODE” compiler options correctly
2020-05-20  Joel RosdahlImprove temp file handling
2020-05-20  Joel RosdahlAdd test case for merging stderr from preprocessor...
2020-05-20  Joel RosdahlUse std::ios_base::openmode as the third Util::write_fi...
2020-05-20  Joel RosdahlRefactor signal handling and process exit code
2020-05-20  Joel RosdahlC++-ify unlink wrapper functions
2020-05-20  Joel RosdahlRevert "Merge catch2_tests into unittest’s main"
2020-05-20  Joel RosdahlUse raw string literals for version and usage texts
2020-05-20  Joel RosdahlDefault to zstd compression level 1
2020-05-20  Joel RosdahlAdd and use win32_error_message function
2020-05-20  Joel RosdahlRemove overengineered win32 gethostname fallback code
2020-05-15  Joel RosdahlAdd unit test for config key tables consistency
2020-05-15  Joel RosdahlRefactor away temp_dir()
2020-05-15  Joel RosdahlExtract internal tracing stuff to a separate file
2020-05-13  Joel RosdahlRemove unit test comments that are hard to keep up...
2020-05-13  Joel RosdahlRemove now obsolete unittest utils
2020-05-13  Joel RosdahlConvert create_file usage to Util::write_file
2020-05-13  Joel RosdahlMerge catch2_tests into unittest’s main
2020-05-13  Joel RosdahlC++-ify argprocessing test suite
2020-05-13  Joel RosdahlRemove last traces of the old unittest framework
2020-05-13  Joel RosdahlAdd TestContext to test cases that create local files
2020-05-13  Joel RosdahlImplement TestUtil::TestContext
2020-05-13  Joel RosdahlImplement Util::wipe_path
2020-05-12  Joel RosdahlUse Util::traverse in Util::clean_up_internal_tempdir
2020-05-12  Joel RosdahlUse Util::traverse in Util::get_level_1_files
2020-05-12  Joel RosdahlImplement Util::traverse
2020-05-12  Joel RosdahlUse using instead of typedef
2020-05-12  Joel RosdahlConvert legacy_util test suite to Catch2
2020-05-12  Joel RosdahlConvert hashutil test suite to Catch2
2020-05-12  Joel RosdahlConvert hash test suite to Catch2
2020-05-12  Joel RosdahlConvert compopt test suite to Catch2
2020-05-12  Joel RosdahlConvert argument_processing test suite to Catch2
2020-05-08  Joel RosdahlRemove obsolete ScopeGuard
2020-05-08  Joel RosdahlUpgrade string-view-lite to 1.4.0
2020-05-08  Joel RosdahlGuess compiler using substring search again
2020-05-08  Joel RosdahlRemove now obsolete from_cstr function
2020-05-08  Joel RosdahlC++-ify get_result_name_from_cpp
2020-05-08  Joel RosdahlSpeed up check-syntax rule
2020-05-08  Joel RosdahlFix typo in manifest_get log message
2020-05-08  Olle LiljenzinSupport clang options for compiling with sampled profil...
2020-05-07  Joel RosdahlRemove legacy args API
2020-05-07  Joel RosdahlRemove last usage of legacy args->argv wrapper
2020-05-07  Joel RosdahlRemove last usage of legacy args_strip function
2020-05-07  Joel RosdahlRemove last usage of legacy args_set function
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)
next