]> ruderich.org/simon Gitweb - blhc/blhc.git/history - t/logs
Release 0.10
[blhc/blhc.git] / t / logs /
2019-10-06 Simon RuderichFix false positive in libtool detection with quoted...
2019-09-07 Simon RuderichFix false positive in non-verbose check for cython...
2019-08-31 Simon RuderichFix format CFLAGS for Ada/Fortran with some build logs
2019-08-24 Simon RuderichFix false positive in non-verbose check for python...
2019-08-24 Mathieu ParentFix architecture detection with recent dpkg-buildpackag...
2018-05-20 Simon RuderichDon't treat hexdumps which contain "cc" as compiler...
2018-05-10 Simon RuderichDetect overwrite of -fstack-protector
2018-05-10 Simon RuderichDetect restore of -D_FORTIFY_SOURCE=2
2018-03-01 Simon RuderichUse proper look back for non-verbose detection for...
2017-08-17 Simon RuderichAdd --debian to handle PIE flags like buildd mode
2017-07-23 Simon RuderichDon't report missing PIE flags in buildd mode if GCC...
2017-07-23 Simon RuderichImprove Fortran support, also for Open MPI (mpifort)
2017-07-23 Simon RuderichHandle Open MPI mpicc/mpicxx compiler wrappers
2016-09-10 Simon RuderichFix another Ada false positive for format flags
2016-08-25 Simon RuderichFix false positive in "gcc > file"
2016-06-05 Simon RuderichImprove non-verbose detection for parallel builds
2016-06-05 Simon RuderichFix false positives for comment lines
2015-09-15 Simon Ruderichfix false positive in `rm` lines
2015-09-15 Simon Ruderichfix false positive with `gcc -v`
2015-09-15 Simon Ruderichfix false positive in "libtool: link: g++ -include...
2015-09-11 Simon Ruderichsync architecture specific hardening support with dpkg...
2014-08-13 Simon Ruderichdon't check for source fortification in debug lines
2014-08-13 Simon Ruderichcheck for -fstack-protector-strong
2014-07-05 Simon Rudericht: add test case for last commit
2013-08-14 Simon RuderichConsider lines with -O0 or -Og debug builds.
2013-08-14 Simon Rudericht/logs/libtool: Fix file extension for C++ compile.
2013-08-14 Simon RuderichBetter handling of libtool commands.
2013-08-14 Simon RuderichFix non-verbose compiler commands spanning multiple...
2013-08-14 Simon RuderichFix false positive when "compiling" python files.
2013-08-14 Simon RuderichFix buildd architecture detection.
2013-08-14 Simon RuderichFix detection of build dependencies for buildd logs.
2013-08-14 Simon Rudericht/logs/buildd-architecture-old: Rename to dpkg-buildpac...
2013-06-02 Simon RuderichHandle another case of Qt's `moc`.
2013-05-28 Simon RuderichAdd test for possible false-negative in configure check.
2013-05-28 Simon RuderichFix false positive in configure output if $CC contains...
2013-02-28 Simon RuderichFix false positive in kismet's build log.
2012-10-04 Simon RuderichHandle more cases of `moc-qt4` and support `moc-qt5`.
2012-09-29 Simon RuderichDetect architecture in old buildd logs which add an...
2012-09-24 Simon RuderichFix build dependency related checks for pbuilder build...
2012-09-24 Simon RuderichAlso accept --param ssp-buffer-size=4.
2012-09-16 Simon RuderichAccept -Wformat=2 because it implies -Wformat.
2012-07-07 Simon RuderichIgnore missing -Wformat -Werror=format-security for...
2012-06-25 Simon RuderichIgnore false positives from CC=gcc.
2012-06-25 Simon RuderichHandle compiled headers (.h.gch).
2012-05-27 Simon RuderichDetect overwrite of -D_FORTIFY_SOURCE=2 with -U_FORTIFY...
2012-05-27 Simon RuderichDetect overwrite of -D_FORTIFY_SOURCE=2 through 0 or 1.
2012-05-11 Simon RuderichIgnore false positives from moc-qt4.
2012-04-30 Simon RuderichAdd --ignore-arch-flag and --ignore-arch-line.
2012-04-30 Simon RuderichFix --ignore-flag with -fPIE.
2012-04-28 Simon RuderichRemove -Wformat-security from expected CFLAGS.
2012-04-11 Simon RuderichAlso use buildd's "Architecture" header to detect archi...
2012-04-11 Simon Rudericht: Add another non-verbose test.
2012-04-11 Simon RuderichDon't recognize options which contain compiler names...
2012-04-10 Simon RuderichAdd --ignore-flag and --ignore-line options.
2012-04-10 Simon RuderichAdd more tests.
2012-04-10 Simon RuderichFix preprocessor handling of .s and .S/.sx file extensions.
2012-04-09 Simon RuderichPrevent / in extension in file extension regex.
2012-04-08 Simon Ruderich"Compiling" with no filename is not a non-verbose build.
2012-04-08 Simon RuderichHandle dependency generation flags (-M/-MM/-MD/-MMD).
2012-03-31 Simon RuderichCheck for CMake version which obeyed CPPFLAGS.
2012-03-29 Simon RuderichDetect more C++ non-verbose builds.
2012-03-29 Simon RuderichIgnore compiler lines with no files with extensions.
2012-03-26 Simon RuderichPrint tag messages including statistics in buildd mode.
2012-03-26 Simon RuderichIgnore ', " and ) at the end of the line.
2012-03-26 Simon RuderichUse hashes instead of regexps to check file extensions.
2012-03-24 Simon RuderichHandle false positive from make.
2012-03-22 Simon RuderichHandle "configure:"/"Configure:" false positives.
2012-03-22 Simon RuderichRemove unnecessary check for "Depends:".
2012-03-22 Simon RuderichIgnore compiler when used as file suffixes.
2012-03-22 Simon RuderichDetect i486-gnu-gcc as compiler.
2012-03-22 Simon RuderichDon't perform any tests if hardening-wrapper is used.
2012-03-22 Simon RuderichIgnore unimportant lines at the end of the buildd log.
2012-03-21 Simon RuderichAccept `dpkg-buildflags --get *FLAGS` as valid hardenin...
2012-03-21 Simon RuderichDon't split on ; in quotes.
2012-03-21 Simon RuderichDetect compile type (preprocess, compile, link) correctly.
2012-03-20 Simon RuderichHandle more configure false positives.
2012-03-20 Simon RuderichDetect LINK non-verbose builds.
2012-03-19 Simon RuderichFirst work on --buildd.
2012-03-19 Simon RuderichDetect more CXX non-verbose builds.
2012-03-18 Simon RuderichIgnore buildd's Depends: output.
2012-03-18 Simon RuderichImprove compiler regex to be more compatible.
2012-03-18 Simon RuderichHandle another configure false positive.
2012-03-17 Simon RuderichAlso support colored non-verbose builds on armhf and...
2012-03-17 Simon RuderichSupport colored non-verbose build systems.
2012-03-17 Simon RuderichHandle another configure false positive.
2012-03-17 Simon RuderichCorrectly detect linking for CGI binaries (e.g. test...
2012-03-17 Simon RuderichHandle another configure false positive.
2012-03-17 Simon RuderichImprove line continuation to handle ignored lines corre...
2012-03-17 Simon RuderichAlso accept -O3, not only -O2.
2012-03-17 Simon RuderichSupport architectures which can't use all hardening...
2012-03-17 Simon Rudericht/logs/configure: Add another configure output.
2012-03-17 Simon RuderichIgnore unimportant lines at the beginning of the log.
2012-03-16 Simon RuderichSupport verbose builds which use "Compiling filename...
2012-03-16 Simon RuderichSupport non-verbose messages in verbose build for other...
2012-03-16 Simon Rudericht: Add linker test with -o at the end of the line.
2012-03-16 Simon Rudericht: Add tests for x86_64-linux-gnu-g++.
2012-03-16 Simon RuderichSupport filenames which contain "~".
2012-03-16 Simon RuderichAdd support for versioned gcc version (e.g. gcc-4.6).
2012-03-16 Simon Rudericht/logs/verbose-build: Add possible false positive.
2012-03-15 Simon RuderichCorrectly detect verbose CMake builds.
next