]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2019-01-03  Anders F BjörklundFix clang warning with older compiler versions 343/head
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-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-23  Joel RosdahlMerge branch '3.4-maint'
2018-08-23  Joel RosdahlUpdate NEWS
2018-08-23  Anders F BjörklundBail out on compiler option -save-temps=obj
2018-08-19  Joel RosdahlFix minor memory leak introduced in dde3543c
2018-08-19  Joel RosdahlFix “clang analyze” false positive
2018-08-18  Joel RosdahlUpdate NEWS
2018-08-18  Mike Gulickprocess_preprocessed_file: Move gnu_getcwd() out of...
2018-08-18  Joel RosdahlMerge branch '3.4-maint'
2018-08-18  Anders F BjörklundMake sure to install gperf for analyze
2018-08-14  Joel RosdahlUpdate NEWS
2018-08-14  Anders F BjörklundAdd handling of separate -target parameter
2018-08-14  Joel RosdahlUpdate NEWS
2018-08-14  Anders F BjörklundAdd a Vagrantfile for testing on FreeBSD
2018-08-14  Anders F BjörklundCompiler "cc" might still be the same as "clang"
2018-08-14  Anders F BjörklundAdd FreeBSD compatibility to test suites
2018-08-14  Anders F BjörklundAdd patch for X/Open, from FreeBSD ports
2018-08-14  Joel RosdahlBail out on too hard clang option “-MJ”
2018-08-12  Anders F BjörklundAvoid using strcat and small realloc
2018-08-12  Anders F BjörklundRename helper functions, as suggested in review
2018-08-12  Anders F BjörklundSave debug file streams, instead of reopening
2018-08-12  Anders F BjörklundAdd section markers, to the text file
2018-08-12  Anders F BjörklundRename hash_debug, add matching end function
2018-08-12  Anders F BjörklundImprove documentation with example file names
2018-08-12  Anders F BjörklundOutput log to debug, even without a logfile
2018-08-11  Anders F BjörklundAvoid some shellcheck excludes that do make sense
next