Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 15 (100.0%) | 10444 (100.0%) | 696.2 |
aboeckma | 2 (13.3%) | 10116 (96.9%) | 5058.0 |
westram | 13 (86.7%) | 328 (3.1%) | 25.2 |
* use {{{-W -Wall}}} in FASTTREE + fix warnings.
15 lines of code changed in 2 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:
* allow conditional build of OPENMP version of {{{FastTree}}}
- tweak preprocessor: allow to {{{#define}}} via CLI.
- globally define whether OPENMP shall be used
* export to submakefiles.
* disable under OSX
- capability to build OPENMP binary depends on compiler
- LLVM/Clang 3.7 required
- forward {{{USE_OPENMP}}} into preprocessor.
- in fasttree.menu: when not defined {{{USE_OPENMP}}} -> skip MP option from GUI + hardcode binary.
- conditionally build OPENMP binary depending on {{{USE_OPENMP}}}.
8 lines of code changed in 1 file:
* also build OPENMP version of {{{FastTree}}}
- add selector for single/multi processor version to GUI.
- store used version in tree comment.
- svn/git-ignore MP binary
9 lines of code changed in 1 file:
* upgrade {{{FastTree}}} to version 2.1.11
- cleanup: define flags and use make variables.
- specify fasttree version in help.
- update changelog.
272 lines of code changed in 2 files:
* do not generate a local binary.
* instead directly build installed binary in $ARBHOME/bin.
5 lines of code changed in 1 file:
* reintegrates 'mix' into 'trunk'
* prepare arb for hybrid svn/git use (central svn + local git)
* adds: log:branches/mix@17631:17633
1 lines of code changed in 1 file:
* CC/CXX used by arb
- overwrite defaults after copying them into A_CC/A_CXX
- fix all errors (triggered by above change)
* remove fallbacks (probcons; MUSCLE; FASTTREE)
* set CC/CXX from A_CC/A_CXX (MrBAYES; PHYML20130708)
1 lines of code changed in 1 file:
* reintegrates 'fix' into 'trunk'
- implements: #158
- fixes: #386, #463, #459
* adds:
- log:branches/fix@11579:11625
11 lines of code changed in 1 file:
* get rid of boring warnings in PROBCONS, MrBAYES and FASTTREE
4 lines of code changed in 1 file:
* UTF8 -> ASCII
1 lines of code changed in 1 file:
Added fasttree2 source (no menu, yet)
10116 lines of code changed in 2 files: