- Nov 25, 2018
-
-
Robert Foss authored
Signed-off-by: Robert Foss <robert.foss@collabora.com>
-
- Nov 07, 2018
-
-
Joel Rosdahl authored
-
Joel Rosdahl authored
-
-
- Oct 25, 2018
-
-
Joel Rosdahl authored
This allows for removing the -Wno-double-promotion and -Wno-float-conversion options which are not available for the clang version currently used for “make analyze”.
-
Joel Rosdahl authored
-
Joel Rosdahl authored
- Extracted parse/format/verify functions into a separate confitems.c file. - The *_lookup.c files are now compilation units of their own instead of being included inside conf.c. This feels cleaner, and also relieves cppcheck from having to check dirty, autogenerated code.
-
Joel Rosdahl authored
It’s not worth the effort to write leak-free code for test failure code paths.
-
Joel Rosdahl authored
-
- Oct 24, 2018
-
-
Joel Rosdahl authored
-
Joel Rosdahl authored
-
Joel Rosdahl authored
- Build with more warnings. - Added an extra build with clang. - Build with -Werror to actually catch the errors.
-
Joel Rosdahl authored
-
- Oct 21, 2018
-
-
Joel Rosdahl authored
-
Anders F Björklund authored
no previous prototype for function 'unify_hash'
-
Anders F Björklund authored
Both strdup and format are returning "char *"
-
- Oct 16, 2018
-
-
Joel Rosdahl authored
This silences some compilers’ warnings about ignoring return value of fwrite. There’s not much we can do if they fail, and it’s also not important enough to e.g. call failed() for the debug logs.
-
Joel Rosdahl authored
-
Joel Rosdahl authored
-
- Oct 15, 2018
-
-
Joel Rosdahl authored
-
Joel Rosdahl authored
-
Joel Rosdahl authored
-
Joel Rosdahl authored
-
Joel Rosdahl authored
-
Joel Rosdahl authored
This seems to make scan-build happy.
-
- Oct 14, 2018
-
-
Joel Rosdahl authored
-
Joel Rosdahl authored
-
Joel Rosdahl authored
-
Anders F Björklund authored
Adopted from AM_SILENT_RULES, default to no
-
Joel Rosdahl authored
-
Joel Rosdahl authored
-
Gabriel Scherer authored
We print exactly the value of the configuration setting, rather than a full item pair "(origin) key = value" as --print-config does. This is useful for scripting. For example, $(ccache -k cache_dir) gives the cache directory path.
-
Gabriel Scherer authored
-
Gabriel Scherer authored
-
Joel Rosdahl authored
We’re copying a known amount of bytes; strncpy is almost never the right solution.
-
- Oct 13, 2018
-
-
Joel Rosdahl authored
It’s of no use to get warnings for 3pp code.
-
Rafael Kitover authored
Add -Wno-error=implicit-fallthrough, if the compiler supports it, to dev.mk so that zlib will compile with -Werror. Disable -Wdeprecated-declarations in the mkstemp() shim in util.c so that it compiles with -Werror. Stop assuming that mkstemp() is broken on cygwin, I could not find any documentation for this. Fix a couple of erroneous checks in zlib that assume cygwin is the same as win32.
-
- Oct 07, 2018
-
-
Joel Rosdahl authored
-
Joel Rosdahl authored
Need to dump log buffer as the last exit function to not lose any logs. Also, made sure to print the final result log line even if the log mode isn’t enabled.
-
Joel Rosdahl authored
-