Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 55 (100.0%) | 5355 (100.0%) | 97.3 |
oldcode | 13 (23.6%) | 4960 (92.6%) | 381.5 |
westram | 37 (67.3%) | 309 (5.8%) | 8.3 |
meierh | 1 (1.8%) | 68 (1.3%) | 68.0 |
yadhu | 1 (1.8%) | 13 (0.2%) | 13.0 |
epruesse | 1 (1.8%) | 3 (0.1%) | 3.0 |
boehnel | 2 (3.6%) | 2 (0.0%) | 1.0 |
* reintegrates 'gde' into 'trunk'
* adds: log:branches/gde@19460:19479
93 lines of code changed in 8 files:
* introduce {{{onlyC_flags}}}
- flags used for C compilation only.
- similar to {{{cxxflags}}} (references added).
- pass down onlyC_flags into AxML, CLUSTAL, CLUSTALW, FASTDNAML, FASTTREE, GL, MrBAYES, PHYLIP, PHYML*, RAxML, SINA(unused), SOURCE_TOOLS, SUPPORT, TOOLS, TREEGEN + TREEPUZZLE.
- set flags to {{{-Werror-implicit-function-declaration}}}
* error is only effective in a small part of these modules.
* TODO: need to activate warnings -> will activate the error as well.
2 lines of code changed in 1 file:
* fix use of {{{gets()}}} (globally):
- provide a drop-in replacement for {{{gets()}}}
* only requires to specify buffersize.
- use {{{gets_noOverflow()}}} in READSEQ, SUPPORT, CLUSTAL + CLUSTALW.
* adapt {{{getstr()}}}
30 lines of code changed in 4 files:
- remove executable flag
0 lines of code changed in 11 files:
* reintegrates 'vectorize' into 'trunk'
- adds vectorization check for gcc 4.9.x / NDEBUG compile
* adds:
- log:branches/vectorize@13428:13442
1 lines of code changed in 1 file:
fix common typos reported by lintian
- splitted -> split (irregular verb)
- ressources -> resources
- explicitely -> explicitly
3 lines of code changed in 1 file:
* renamed include variables
1 lines of code changed in 1 file:
- renamed
* ACC -> A_CC
* CPP -> A_CXX (misleading atm, since it contains c++flags)
2 lines of code changed in 1 file:
- effect of [9574] (comments only)
1 lines of code changed in 1 file:
* compiler-messages (merges [6848] [6849] [6850] [6851] [6853] [6855] [6856] [6860] from refactor)
- errors get listed before warnings
- pipe all compilations through postcompile filter
- optionally filter warnings and/or stop at 1st error (controllable by POST_COMPILE in ARB Makefile)
- no warnings for ptpan (too many; version in trunk is outdated)
1 lines of code changed in 1 file:
* fixed spelling of 'occurrence'
1 lines of code changed in 1 file:
removing some format warnings
2 lines of code changed in 2 files:
- added 'clean'
5 lines of code changed in 1 file:
fixed and reformatted dependencies (using fix_depends.pl)
20 lines of code changed in 1 file:
- updated dependencies for all Makefiles
- rewrote dependency generation code. Only real changes
propagate into Makefiles - so it does no longer hurt to
call 'make depends' in ARB directory!
24 lines of code changed in 1 file:
*** empty log message ***
9 lines of code changed in 1 file:
makefile dependency generation fixed for GDE
13 lines of code changed in 1 file:
Most changes are made due to activating more warnings for the c++ compiler (linux)
25 lines of code changed in 1 file:
*** empty log message ***
33 lines of code changed in 1 file:
haralds checkin
68 lines of code changed in 1 file:
Updated dependencies
61 lines of code changed in 1 file:
Initial revision
4960 lines of code changed in 13 files: