[root]/PERL_SCRIPTS/test
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
westram | 18 (100.0%) | 239 (100.0%) | 13.2 |
* full update from child 'fix' into 'trunk'
- fixes undefined variables in makefiles
- fixes perl tests
* adds: log:branches/fix@17599:17617
5 lines of code changed in 2 files:
* reintegrates 'cover' into 'trunk'
- fixes compilation with COVERAGE
* ARB perl module failed to load (since [13739])
* linking executables broken (apparently since [14038])
* adds: log:branches/cover@16213:16222
1 lines of code changed in 1 file:
* fix #628
- use main cflags/lflags in PERL2ARB (not cross_cflags/cross_lflags)
- use content of environment variable EXECLIBS to dynalink to asan/ubsan libs
* reactivate test of perlscripts (reverts part of [12998])
* add '-Wno-unused-parameter' for perl module (cant fix macro XS)
0 lines of code changed in 1 file:
* reintegrates 'sanitize' into 'trunk'
* adds:
- log:branches/sanitize@13023:13076
2 lines of code changed in 1 file:
* reintegrates 'gcc' into 'trunk'
- implements #569 (!AddressSanitizer)
* adds:
- log:branches/gcc@12995,12997:13000,13004,13007:13009,13015,13017:13018
5 lines of code changed in 1 file:
* export 'LINUX' and 'REDHAT' to submakefiles
* use ifeq instead of ifdef (completes [11804])
1 lines of code changed in 1 file:
* ignored PERL2ARB interface as referrer (to detect functions that are only used from perl)
- moved several functions to static scope or removed them (partly reverted by [13155])
- for some functions it's ok to be only used from perl (e.g. macro support functions). Added comments there!
* there is still some dead code in there, e.g.
- read-security is implemented, but unused (and unwanted)
1 lines of code changed in 1 file:
* repaired compile-tests for delivered perl-macros and -scripts
- was broken by [6318]
- now tests whether Lint/LintSubs is installed
* if not installed -> accept failure
* if installed -> fail compilation if scripts do not compile
- test whether Bioperl is installed
* if not installed -> accept failure on scripts in BIOPERL folder
* if installed -> fail compilation if scripts there do not compile
67 lines of code changed in 5 files:
* changed compile warning
1 lines of code changed in 1 file:
* also test-compile macros in lib/macros
7 lines of code changed in 1 file:
* test perl scripts only if perllib updated since last test
19 lines of code changed in 1 file:
* test-compile perl scripts
130 lines of code changed in 2 files: