]> ruderich.org/simon Gitweb - blhc/blhc.git/history - bin/blhc
Improve documentation about --pie/--bindnow autodetection.
[blhc/blhc.git] / bin / blhc
2012-03-19 Simon RuderichImprove documentation about --pie/--bindnow autodetection.
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 RuderichUse /x to make regex more readable.
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 RuderichRemove argument $cc_regex of is_non_verbose_build().
2012-03-17 Simon RuderichMove constants/variables before functions.
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 RuderichFix typo in linker command regex.
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-15 Simon RuderichFix indentation, whitespace only change.
2012-03-15 Simon RuderichUse non-capturing groups where possible.
2012-03-15 Simon RuderichCorrectly detect verbose CMake builds.
2012-03-15 Simon RuderichStore regex for compiler commands in a global variable.
2012-03-15 Simon RuderichFix false positive with file names containg "cc".
2012-03-15 Simon RuderichDetect non-verbose build logs.
2012-03-15 Simon RuderichIgnore more "./configure" false positives.
2012-03-15 Simon RuderichAlso support -fpic in -fPIE/-fPIC conflict detection.
2012-03-15 Simon RuderichAccept libraries with version numbers before ".so".
2012-03-15 Simon RuderichFix indentation.
2012-03-15 Simon RuderichAccept libraries which end with a character (e.g. ...
2012-03-14 Simon RuderichImprove linker command detection to handle line breaks...
2012-03-14 Simon RuderichDocument linker command detection regex.
2012-03-14 Simon RuderichImprove linker command detection.
2012-03-13 Simon RuderichIgnore false positive in ./configure summary.
2012-03-13 Simon RuderichCorrectly handle files with "c++" in their name.
2012-03-13 Simon RuderichSupport versioned libraries (e.g. test.so.1.0.0).
2012-03-13 Simon RuderichImprove detection of linker commands.
2012-03-12 Simon Ruderichbin/blhc: Another fix for libtool --mode=link.
2012-03-11 Simon Ruderichbin/blhc: Improve regex for libtool --mode=link (and...
2012-03-10 Simon RuderichFirst working version.
2012-03-10 Simon RuderichInitial commit, skeleton only.