]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2019-01-02  Joel RosdahlMerge branch 'master' into depend_mode 301/head
2019-01-02  Joel RosdahlFix getopt_long.c compilation warning in an easier way
2019-01-02  Joel RosdahlMerge branch '3.5-maint'
2019-01-02  Joel RosdahlAdd NEWS for v3.5.1 v3.5.1
2019-01-02  Joel RosdahlUpdate copyright years
2019-01-02  Anders BjörklundAdd missing getopt_long.c source file to dist (#341)
2018-12-10  Joel RosdahlUpdate NEWS
2018-12-10  Joel RosdahlAdd test case for clang_index_store sloppiness
2018-12-10  Joel RosdahlTweak code style and manual after 6e1916c7
2018-12-10  jonnyyuSkip '-index-store-path' when building with Xcode ...
2018-12-09  Joel RosdahlSort .mailcap
2018-12-09  Joel RosdahlUpdate NEWS
2018-12-09  Joel RosdahlAdd jonnyyu’s email address to .mailcap
2018-12-09  Joel RosdahlTweak test case to test changes in a68ccd96
2018-12-09  jonnyyuHandle several levels of nonexistent directories in...
2018-12-03  Joel RosdahlAdd compile_commands.json to .gitignore
2018-12-03  Anders BjörklundAdd target for running clang-tidy on ccache (#316)
2018-12-03  Joel RosdahlUpdate NEWS
2018-12-03  Joel RosdahlClarify the reasoning behind the “file_macro” sloppines...
2018-12-03  Joel RosdahlFix code style
2018-12-03  Anders BjörklundHandle bug where clang doesn't unlink output file ...
2018-12-02  Joel GalensonSupport multiple -fsanitize-blacklist arguments (#330)
2018-11-07  Joel RosdahlUpdate NEWS
2018-11-07  Joel RosdahlTweak code style
2018-11-07  Michał MirosławSupport gcc-8 -ffile-prefix-map
2018-10-25  Joel RosdahlUse double for limit_multiple
2018-10-25  Joel RosdahlFix constness of struct stats_info message member
2018-10-25  Joel RosdahlRefactor conf item lookup code
2018-10-25  Joel RosdahlIgnore cppcheck “Resource leak” warnings in test code
2018-10-25  Joel RosdahlInclude error/warning ID in cppcheck output
2018-10-24  Joel RosdahlUse sizeof instead of repeating buffer size
2018-10-24  Joel RosdahlDon’t pass CFLAGS to the linker
2018-10-24  Joel RosdahlImprove distcheck
2018-10-24  Joel RosdahlAlways enable “more warnings” in dev mode
2018-10-21  Joel RosdahlSort list
2018-10-21  Anders F BjörklundFix missing header include / prototype
2018-10-21  Anders F BjörklundFix const-correctness of the config formatter
2018-10-16  Joel RosdahlIgnore return value from fwrite when writing debug log
2018-10-16  Joel RosdahlRemove unused return value from cc_dump_log_buffer
2018-10-16  Joel RosdahlAdd Xavier René-Corail to .mailcap
2018-10-15  Joel RosdahlPrepare for v3.5 v3.5
2018-10-15  Joel RosdahlAdd -Wno-implicit-fallthrough for zlib build in non...
2018-10-15  Joel RosdahlAdd some more silent make rules
2018-10-15  Joel RosdahlRemove obsolete cppcheck suppression
2018-10-15  Joel RosdahlMake cppcheck find config.h
2018-10-15  Joel RosdahlAdd assert in language_is_preprocessed
2018-10-14  Joel RosdahlUpdate NEWS
2018-10-14  Joel RosdahlTweak silent make rule printouts
2018-10-14  Joel RosdahlDefault to silent make rules unconditionally
2018-10-14  Anders F BjörklundAdd configure option for silent make rules
2018-10-14  Joel RosdahlSort commandline option list
2018-10-14  Joel RosdahlFix alignment and indentation
2018-10-14  Gabriel SchererNew command-line option -k/--get-config prints the...
2018-10-14  Gabriel SchererUse the per-item printers in conf_print_items
2018-10-14  Gabriel SchererAdd a confitem field for entry printing, and a printer...
2018-10-14  Joel RosdahlUse memcpy instead of strncpy in append_log
2018-10-13  Joel RosdahlPass -Wno-implicit-fallthrough when compiling bundled...
2018-10-13  Rafael KitoverMinor fixes for cygwin/msys2
2018-10-07  Joel RosdahlClean up includes
2018-10-07  Joel RosdahlFix bugs in debug mode logging
2018-10-07  Joel RosdahlFix debug mode bug in cc_log_argv
2018-10-07  Joel RosdahlRefactor debug mode code
2018-10-02  Xavier RENE... Add LGTM.com code quality badges
2018-10-02  Joel RosdahlFix Clang warning “declaration shadows a local variable”
2018-10-02  Joel RosdahlMove ATTR_NORETURN function declarations closer to...
2018-10-02  Joel RosdahlRemove superfluous “extern” function declarations from...
2018-10-02  Joel RosdahlMerge remote-tracking branch 'afbjorklund/everything'
2018-10-02  Joel RosdahlUpdate NEWS
2018-10-02  Rafael KitoverFix configure arg --without-bundled-zlib
2018-10-02  Joel RosdahlUpdate uncrustify config and run uncrustify version...
2018-10-02  Joel RosdahlRemove bogus out-of-memory check in reformat()
2018-10-02  Joel RosdahlUpdate NEWS
2018-10-02  Joel RosdahlImprove debug mode documentation
2018-10-02  Joel RosdahlImprove debug log filenames
2018-09-29  Joel RosdahlMerge remote-tracking branch 'afbjorklund/hash_debug...
2018-09-23  Joel RosdahlUpdate NEWS
2018-09-23  Joel RosdahlImprove documentation of file_stat_matches_ctime
2018-09-23  Anders F BjörklundAdd option to disable ctime check for manifest
2018-09-16  Anders F BjörklundMake configure work with older clang versions 315/head
2018-09-16  Anders F BjörklundAdd option for enabling more compiler warnings
2018-09-16  Anders F BjörklundAdd configure support for detecting clang
2018-09-16  Anders F BjörklundAvoid bad function cast by using temporary
2018-09-16  Anders F BjörklundProper use of const qualifier char* strings
2018-09-16  Anders F BjörklundRemoved locally shadowed global variables
2018-09-16  Anders F BjörklundDon't use undefined macros, use ifdef instead
2018-09-16  Anders F BjörklundAdd noreturn to functions that don't return
2018-09-16  Anders F BjörklundAdd missing extern prototypes, or make static
2018-09-16  Anders F BjörklundDon't use reserved id macros in the headers
2018-09-16  Anders F BjörklundOnly compile getopt_long.c when needed
2018-09-16  Anders F BjörklundAddress issues found by lgtm.com alerts 314/head
2018-09-02  Thomas Ottotest: Fix various Solaris shell issues
2018-09-02  Joel RosdahlMerge branch '3.4-maint'
2018-09-02  Joel RosdahlPrepare for v3.4.3 3.4-maint v3.4.3
2018-09-02  Joel RosdahlUpdate NEWS
2018-09-02  Anders F BjörklundUpgrade zlib to 1.2.11
2018-08-27  Anders F BjörklundRegister debug_end as an exit function instead 279/head
2018-08-25  Anders F BjörklundAdd documentation to manual, for depend mode
2018-08-25  Anders F BjörklundDon't use compiler error/status, but disable
2018-08-25  Anders F BjörklundMake depend paths relative earlier for depend mode
2018-08-25  Anders F BjörklundStill use the same filesystem, if not depend mode
next