]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
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
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
next