]> ruderich.org/simon Gitweb - blhc/blhc.git/history - bin/blhc
Release 0.03.
[blhc/blhc.git] / bin / blhc
2012-05-27 Simon RuderichRelease 0.03. 0.03
2012-05-27 Simon RuderichDetect overwrite of -D_FORTIFY_SOURCE=2 with -U_FORTIFY...
2012-05-27 Simon RuderichFix --ignore-flag -D_FORTIFY_SOURCE=2.
2012-05-27 Simon RuderichImprove source comment.
2012-05-27 Simon RuderichDetect overwrite of -D_FORTIFY_SOURCE=2 through 0 or 1.
2012-05-17 Simon RuderichClarify that no output means no flags are missing.
2012-05-11 Simon RuderichWrap overlong line.
2012-05-11 Simon RuderichIgnore false positives from moc-qt4.
2012-05-11 Simon RuderichMinor cleanup of POD SYNOPSIS.
2012-04-30 Simon RuderichFix indentation.
2012-04-30 Simon RuderichAdd --ignore-arch-flag and --ignore-arch-line.
2012-04-30 Simon RuderichFix --ignore-flag with -fPIE.
2012-04-29 Simon RuderichRemove unnecessary output in die.
2012-04-29 Simon RuderichDocument exit code for invalid CMake version in POD.
2012-04-29 Simon RuderichDocument I-invalid-cmake-usage buildd tag in POD.
2012-04-29 Simon RuderichFix missing arguments for =item in POD.
2012-04-29 Simon RuderichChange "no-compiler-commands", "invalid-cmake-used...
2012-04-29 Simon RuderichMove all buildd tag names in a hash.
2012-04-28 Simon RuderichRelease 0.02. 0.02
2012-04-28 Simon RuderichFix --help, --version.
2012-04-28 Simon RuderichRemove -Wformat-security from expected CFLAGS.
2012-04-13 Simon RuderichMinor cleanup thanks to Perl::Critic. 0.01
2012-04-11 Simon RuderichAlso use buildd's "Architecture" header to detect archi...
2012-04-11 Simon RuderichAdd --ignore-arch option.
2012-04-11 Simon RuderichChange !~ to not =~ for consistency.
2012-04-11 Simon RuderichLine continuation (\) allows no spaces after \.
2012-04-11 Simon RuderichUse index() where possible.
2012-04-11 Simon RuderichDon't recognize options which contain compiler names...
2012-04-11 Simon RuderichDocument $cc_regex;
2012-04-11 Simon RuderichRemove unnecessary capture groups.
2012-04-10 Simon RuderichUpdate Pod documentation.
2012-04-10 Simon RuderichFix indentation.
2012-04-10 Simon RuderichAdd --ignore-flag and --ignore-line options.
2012-04-10 Simon RuderichRewrap comments.
2012-04-10 Simon RuderichFix indentation.
2012-04-10 Simon RuderichRemove unnecessary if.
2012-04-10 Simon RuderichFix typo in file extension for Objective-C++ code.
2012-04-10 Simon RuderichFix preprocessor handling of .s and .S/.sx file extensions.
2012-04-09 Simon RuderichAbort with an error if no files are given.
2012-04-09 Simon RuderichUpdate documentation for --buildd.
2012-04-09 Simon RuderichUse references to flag arrays to reduce code duplication.
2012-04-09 Simon RuderichDon't use Term::ANSIColor in buildd mode.
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-04-08 Simon RuderichRemove duplication when creating %extension.
2012-04-08 Simon RuderichFix indentation.
2012-04-08 Simon RuderichRemove unnecessary capture groups.
2012-04-06 Simon RuderichPrint file name when multiple files are checked.
2012-04-06 Simon RuderichFix architecture detection when checking multiple files.
2012-03-31 Simon RuderichAdd missing \b when checking for dpkg-dev.
2012-03-31 Simon RuderichCheck for CMake version which obeyed CPPFLAGS.
2012-03-31 Simon RuderichStore exit codes in %exit_code.
2012-03-29 Simon RuderichDetect more C++ non-verbose builds.
2012-03-29 Simon RuderichWhitespace only change.
2012-03-29 Simon RuderichIgnore compiler lines with no files with extensions.
2012-03-29 Simon RuderichAlso ignore PIE flags when -shared is used.
2012-03-27 Simon RuderichUse tag W-no-compiler-commands in buildd mode.
2012-03-26 Simon RuderichUse I<> for arguments in POD.
2012-03-26 Simon RuderichList argument for --arch in POD.
2012-03-26 Jari AaltoDon't list available options in SYNOPSIS.
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 RuderichBe more liberal in non-verbose file name checks.
2012-03-26 Simon RuderichUse default CFLAGS for CXXFLAGS too.
2012-03-26 Simon RuderichPrecompile flag regexps.
2012-03-26 Simon RuderichUse simpler regex to catch compiler commands.
2012-03-26 Simon RuderichUse dedicated loop to ignore beginning of the log file.
2012-03-26 Simon RuderichRewrap comments.
2012-03-26 Simon RuderichFix indentation.
2012-03-26 Simon RuderichSupport multiple log files as arguments.
2012-03-26 Simon RuderichWhitespace only change.
2012-03-26 Simon RuderichStrip trailing whitspace only when necessary.
2012-03-26 Simon RuderichCall Term::ANSIColor::colorstrip() only when necessary.
2012-03-26 Simon RuderichUse /o in regexps where possible.
2012-03-26 Simon RuderichUse hashes instead of regexps to check file extensions.
2012-03-25 Simon RuderichDifferentiate between CFLAGS and CPPFLAGS.
2012-03-24 Simon RuderichFix --arch, missing '=s' in GetOptions().
2012-03-24 Simon RuderichHandle false positive from make.
2012-03-24 Simon RuderichSort options in POD.
2012-03-24 Jari AaltoIndent exit codes in the POD with only 4 spaces.
2012-03-24 Jari AaltoMention log file in synopsis. Use "[options]" for possi...
2012-03-24 Simon RuderichDon't color output by default, add --color option.
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 RuderichRemove unnecessary loop.
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-20 Simon RuderichMinor cleanup.
2012-03-20 Simon RuderichSome source comment fixes.
2012-03-20 Simon Ruderich\s includes \n, no need for $ in a few regexps.
2012-03-19 Simon RuderichFirst work on --buildd.
2012-03-19 Simon RuderichImprove documentation about --pie/--bindnow autodetection.
next