]>
ruderich.org/simon Gitweb - blhc/blhc.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Simon Ruderich [Thu, 15 Mar 2012 21:27:13 +0000 (22:27 +0100)]
Ignore more "./configure" false positives.
Simon Ruderich [Thu, 15 Mar 2012 19:59:30 +0000 (20:59 +0100)]
Also support -fpic in -fPIE/-fPIC conflict detection.
Simon Ruderich [Thu, 15 Mar 2012 19:57:30 +0000 (20:57 +0100)]
Accept libraries with version numbers before ".so".
Simon Ruderich [Thu, 15 Mar 2012 17:11:42 +0000 (18:11 +0100)]
Fix indentation.
Simon Ruderich [Thu, 15 Mar 2012 17:10:40 +0000 (18:10 +0100)]
Accept libraries which end with a character (e.g. .so.0d).
Simon Ruderich [Thu, 15 Mar 2012 15:31:38 +0000 (16:31 +0100)]
t: Add another linker test.
Simon Ruderich [Wed, 14 Mar 2012 01:25:11 +0000 (02:25 +0100)]
Improve linker command detection to handle line breaks correctly.
Simon Ruderich [Wed, 14 Mar 2012 01:06:16 +0000 (02:06 +0100)]
Document linker command detection regex.
Simon Ruderich [Wed, 14 Mar 2012 01:03:12 +0000 (02:03 +0100)]
Improve linker command detection.
-llib can be used in non linker commands as well.
Simon Ruderich [Tue, 13 Mar 2012 23:02:48 +0000 (00:02 +0100)]
Ignore false positive in ./configure summary.
Simon Ruderich [Tue, 13 Mar 2012 22:43:48 +0000 (23:43 +0100)]
Correctly handle files with "c++" in their name.
Names like "c++defs.h-t" and "c++defs.h" are used by some build scripts.
Simon Ruderich [Tue, 13 Mar 2012 21:10:13 +0000 (22:10 +0100)]
Support versioned libraries (e.g. test.so.1.0.0).
Simon Ruderich [Tue, 13 Mar 2012 20:46:59 +0000 (21:46 +0100)]
t/tests.t,t/logs/cc: Add test for .cc files.
Simon Ruderich [Tue, 13 Mar 2012 20:44:33 +0000 (21:44 +0100)]
Improve detection of linker commands.
Now -o is checked if it links to a binary (no extension) or a library
(.so or .la).
Also add tests.
Simon Ruderich [Mon, 12 Mar 2012 16:32:47 +0000 (17:32 +0100)]
bin/blhc: Another fix for libtool --mode=link.
Simon Ruderich [Sun, 11 Mar 2012 17:39:09 +0000 (18:39 +0100)]
bin/blhc: Improve regex for libtool --mode=link (and relink).
Also add tests.
Simon Ruderich [Sat, 10 Mar 2012 21:39:59 +0000 (22:39 +0100)]
t: Add tests for "libtool --mode=compile".
Simon Ruderich [Sat, 10 Mar 2012 21:36:59 +0000 (22:36 +0100)]
.gitignore: Ignore META.json and META.yml.
Simon Ruderich [Sat, 10 Mar 2012 21:33:49 +0000 (22:33 +0100)]
t: Add tests for compiler "x86_64-linux-gnu-gcc".
Simon Ruderich [Sat, 10 Mar 2012 21:19:43 +0000 (22:19 +0100)]
First working version.
Also add tests.
Simon Ruderich [Sat, 10 Mar 2012 20:38:13 +0000 (21:38 +0100)]
Initial commit, skeleton only.