Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 59 (100.0%) | 6119 (100.0%) | 103.7 |
oldcode | 11 (18.6%) | 4900 (80.1%) | 445.4 |
westram | 44 (74.6%) | 1063 (17.4%) | 24.1 |
yadhu | 1 (1.7%) | 77 (1.3%) | 77.0 |
meierh | 1 (1.7%) | 77 (1.3%) | 77.0 |
boehnel | 2 (3.4%) | 2 (0.0%) | 1.0 |
* reintegrates 'gde' into 'trunk'
* adds: log:branches/gde@19460:19479
117 lines of code changed in 8 files:
* fix builds of AxML, FASTDNAML + SUPPORT
- mostly fixed by add missing includes.
- had to change code order to avoid otherwise required definition of protytypes in SUPPORT.
444 lines of code changed in 7 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.
1 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()}}}
7 lines of code changed in 2 files:
- remove executable flag
0 lines of code changed in 1 file:
* remove CAP2
- antique
- broken since [11839] (at least)
- nobody complained
1 lines of code changed in 2 files:
* reintegrates 'deb' into 'trunk'
- fixes #215
- performs #489
* adds:
- log:branches/deb@11801:11814
1 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)
1 lines of code changed in 1 file:
- effect of [9574] (comments only)
1 lines of code changed in 1 file:
- merge from stable_5.0 [7758]
13 lines of code changed in 4 files:
* spellchecked all (phew)
1 lines of code changed in 1 file:
* Changed variable transfer to sub-makefiles
- most variables are now exported via environment (using SOURCE_TOOLS/export2sub or AISC/export2sub)
- only variables that contain different values for different sub-makefile-calls are passed by cl (e.g. cflags, MAIN)
- changed flavour of exported variables (recursively expanded -> simply expanded variables). Please use VAR := VALUE in Makefiles (not VAR = VALUE). See http://www.gnu.org/software/make/manual/html_node/Flavors.html#Flavors for details
* removed/fixed all undefined variables in Makefiles (using 'make --warn-undefined-variables')
* changed names of compile-logs generated in GDE subdir
* added target 'xmlin' (broken, print warning)
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'
6 lines of code changed in 1 file:
- fixed ErrorOut calls
16 lines of code changed in 1 file:
fixed and reformatted dependencies (using fix_depends.pl)
4 lines of code changed in 1 file:
renamed error function
1 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!
20 lines of code changed in 1 file:
made depends
0 lines of code changed in 1 file:
Mac OSX patches from Ben Hines
235 lines of code changed in 2 files:
*** empty log message ***
82 lines of code changed in 1 file:
makefile dependency generation fixed for GDE
77 lines of code changed in 1 file:
Most changes are made due to activating more warnings for the c++ compiler (linux)
33 lines of code changed in 1 file:
*** empty log message ***
52 lines of code changed in 1 file:
haralds checkin
77 lines of code changed in 1 file:
Updated dependencies
24 lines of code changed in 1 file:
Initial revision
4900 lines of code changed in 11 files: