[root]/TREEGEN
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 146 (100.0%) | 2442 (100.0%) | 16.7 |
oldcode | 16 (11.0%) | 1734 (71.0%) | 108.3 |
westram | 127 (87.0%) | 707 (29.0%) | 5.5 |
epruesse | 1 (0.7%) | 1 (0.0%) | 1.0 |
artemov | 2 (1.4%) | 0 (0.0%) | 0.0 |
* 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:
* directly use {{{OBJECTS}}}.
3 lines of code changed in 1 file:
* remove .c rules.
* add .c suffix (in SOURCE_TOOLS).
1 lines of code changed in 1 file:
* select units using {{{wildcard}}}.
1 lines of code changed in 1 file:
* reintegrates 'gcc' into 'trunk'
- mostly cosmetics changes
* adds: log:branches/gcc@16655,16741:16743,16752:16765
116 lines of code changed in 11 files:
* reintegrates 'warnings' into 'trunk'
- fixes compiler warnings (gcc 5.x)
* adds: log:branches/warnings@15468,15471,15473,15477,15481:15483
3 lines of code changed in 1 file:
* reintegrates 'vectorize' into 'trunk'
- adds vectorization check for gcc 4.9.x / NDEBUG compile
* adds:
- log:branches/vectorize@13428:13442
2 lines of code changed in 1 file:
* use cflags before cxxflags
1 lines of code changed in 1 file:
* fixed wrong include variables (CC-CXX-mix). Harmless since includes do not differ atm
1 lines of code changed in 1 file:
* renamed include variables
2 lines of code changed in 1 file:
* made A_CC and A_CXX consistent
- A_CXX previously contained cxxflags
- cxxflags are now passed down and used separately
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:
- document mechanism used by ARB to export variables to submakefiles
- document most important variables
1 lines of code changed in 1 file:
pass down argc/argv to AW_root::AW_root (for GTK)
GTK will pick its parameters (e.g. --g-fatal-warnings) from argv and
remove them, hence argv must not be const and AW_root() should
be called before command line parsing (if possible).
1 lines of code changed in 1 file:
- effect of [9574] (comments only)
1 lines of code changed in 1 file:
- reintegrated branch 'cxx11'
8 lines of code changed in 1 file:
* wrap main for untested (but testable) units
- still untestable
* ptpan (wont change in this branch)
* GENOM (cyclic dependency with GENOM_IMPORT due to Location)
* fix missing lib dependencies
- DIST -> SL/NDS
- STAT -> SL/ITEMS
- AW_NAME -> libAWT (instead of libWINDOW)
1 lines of code changed in 1 file:
merge from dev [7751] [7752]
* updated many old-style typedefs (typedef struct/enum)
3 lines of code changed in 1 file:
merge from dev [7748] [7749] [7750]
* comments (C->C++ style)
* fixed umlauts in TREEGEN
166 lines of code changed in 14 files:
* fixed include wrappers (merges [7006] [7007])
- use gcc-style include-wrappers
- use same convention for local wrappers in TREEGEN as rest of ARB
23 lines of code changed in 8 files:
* 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)
2 lines of code changed in 1 file:
- added library dependency declarations
3 lines of code changed in 1 file:
- removed trailing whitespace
15 lines of code changed in 7 files:
- removed void
9 lines of code changed in 6 files:
- fixed includes
- added MBI headers
- removed unused files
2 lines of code changed in 4 files:
* fixed whitespace (scripted)
4 lines of code changed in 4 files:
Moved a lot of dead code to where it belongs: into the depths of SVN.
I didn't care much: If there was no obvious reason (e.g. some coment explaining why it's still there), it has been deleted
11 lines of code changed in 3 files:
* spellchecked all (phew)
1 lines of code changed in 1 file:
- changed names of linker commands
1 lines of code changed in 1 file:
- depends updated
8 lines of code changed in 1 file:
- removed my own strange defines
36 lines of code changed in 6 files:
- __ATTR__XXX instead of __attribute__
- removed my own strange defines
12 lines of code changed in 1 file:
- proper clean (avoid errors if already cleaned)
1 lines of code changed in 1 file:
- includes fixed (make depends had problems with)
25 lines of code changed in 13 files:
- updated depends
15 lines of code changed in 1 file:
- depends updated
0 lines of code changed in 1 file:
- depends updated
15 lines of code changed in 1 file:
- Erste Anbindung von PGT an ARB
0 lines of code changed in 1 file:
- depends updated
15 lines of code changed in 1 file:
*** empty log message ***
0 lines of code changed in 2 files:
(14 more)