[root]/READSEQ
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 53 (100.0%) | 5643 (100.0%) | 106.4 |
oldcode | 5 (9.4%) | 3530 (62.6%) | 706.0 |
westram | 45 (84.9%) | 2059 (36.5%) | 45.7 |
boehnel | 2 (3.8%) | 42 (0.7%) | 21.0 |
meierh | 1 (1.9%) | 12 (0.2%) | 12.0 |
* get rid of {{{tmpnam()}}}.
18 lines of code changed in 2 files:
* fix a bug (and silence {{{-Wparentheses}}}).
* fix other warnings
22 lines of code changed in 2 files:
* keep {{{-W -Wall}}} in READSEQ => build does fail due to implicit-function-declaration.
* include {{{stdlib.h}}} for missing prototypes => fixes build error.
2 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:
* 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()}}}
12 lines of code changed in 2 files:
* eliminate trailing whitespace from Makefiles.
1 lines of code changed in 1 file:
* remove .c rules.
* add .c suffix (in SOURCE_TOOLS).
1 lines of code changed in 1 file:
* fix warnings caused by converted documentation
- conversion of html docs
* remove lynx-"<HR/>"-output (arb-help-converter tries to add that to paragraphs)
* add empty line after "generated from" message
- manual reflow of one problematic section in {{{READSEQ/Formats}}}
42 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
1 lines of code changed in 1 file:
* export 'LINUX' and 'REDHAT' to submakefiles
* use ifeq instead of ifdef (completes [11804])
1 lines of code changed in 1 file:
* reintegrates 'fix' into 'trunk'
- implements: #158
- fixes: #386, #463, #459
* adds:
- log:branches/fix@11579:11625
10 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:
* reintegrates 'help' into 'trunk':
* adds:
- log:branches/help@10647:10841
- log:branches/helptest@10704:10720
85 lines of code changed in 3 files:
- effect of [9574] (comments only)
1 lines of code changed in 1 file:
* guided by clang static checker:
- fix or at least comment many assigned but never used values
2 lines of code changed in 1 file:
typos
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 hard readable '} else {'
2 lines of code changed in 1 file:
- koala 32bit does not like homegrown getline(); renamed to GetLine()
34 lines of code changed in 1 file:
* removed manual hyphenations from original docs
2 lines of code changed in 1 file:
* no warnings in READSEQ
3 lines of code changed in 1 file:
- TAB-Ex
8 lines of code changed in 1 file:
removing some format warnings
9 lines of code changed in 1 file:
- removed register keywords
5 lines of code changed in 1 file:
removed some compiler warnings
33 lines of code changed in 1 file:
- added 'clean'
9 lines of code changed in 1 file:
- removed broken chars
1 lines of code changed in 1 file:
additional files that came with READSEQ
1671 lines of code changed in 4 files:
fixed and reformatted dependencies (using fix_depends.pl)
3 lines of code changed in 1 file:
- fixed mostly cosmetic diffs to latest READSEQ release
52 lines of code changed in 1 file:
- fixed NEXUS format export (missing,gap,interleave)
- fixed mostly cosmetic diffs to latest READSEQ release
7 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!
15 lines of code changed in 1 file:
disabled compiler warnings
17 lines of code changed in 1 file:
changed assert macros (see arb_assert.h)
0 lines of code changed in 1 file:
patched changes from Andreas Tille
(he is building a debian package)
16 lines of code changed in 1 file:
*** empty log message ***
4 lines of code changed in 1 file:
haralds checkin
12 lines of code changed in 1 file:
Updated dependencies
6 lines of code changed in 1 file:
Initial revision
3530 lines of code changed in 5 files: