Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 22 (100.0%) | 6027 (100.0%) | 273.9 |
westram | 21 (95.5%) | 6023 (99.9%) | 286.8 |
boehnel | 1 (4.5%) | 4 (0.1%) | 4.0 |
* reintegrates 'gde' into 'trunk'
* adds: log:branches/gde@19460:19479
13 lines of code changed in 2 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.
6 lines of code changed in 1 file:
* 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:
* reintegrates 'svalues' into 'trunk'
- implements #614
* adds: log:branches/svalues@17357:17419,17428:17464,17469,17471:17477
1 lines of code changed in 1 file:
* reintegrates 'deb' into 'trunk'
- fixes #215
- performs #489
* adds:
- log:branches/deb@11801:11814
5 lines of code changed in 3 files:
- 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:
* use strchr and strstr from standard lib
2 lines of code changed in 1 file:
- removed undefined variable
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:
"%d -> %ld"
4 lines of code changed in 1 file:
fixed and reformatted dependencies (using fix_depends.pl)
3 lines of code changed in 1 file:
*** empty log message ***
15 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!
14 lines of code changed in 1 file:
*** empty log message ***
0 lines of code changed in 1 file:
builds $ARBHOME/GDEHELP/fastdnaml.help
2 lines of code changed in 1 file:
AxML 1.9
5957 lines of code changed in 3 files: