[root]/AISC_MKPTPS
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 119 (100.0%) | 4642 (100.0%) | 39.0 |
westram | 111 (93.3%) | 3574 (77.0%) | 32.1 |
oldcode | 4 (3.4%) | 1060 (22.8%) | 265.0 |
meierh | 1 (0.8%) | 6 (0.1%) | 6.0 |
epruesse | 2 (1.7%) | 2 (0.0%) | 1.0 |
baderk | 1 (0.8%) | 0 (0.0%) | 0.0 |
* reintegrates 'progress' into 'trunk'
- implements #789
* adds: log:branches/progress@18885:18958
1 lines of code changed in 1 file:
* remove trailing whitespace from c source.
5 lines of code changed in 1 file:
* select units using {{{wildcard}}}.
1 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:
* fix typos ("neither")
1 lines of code changed in 1 file:
* reintegrates 'gcc' into 'trunk'
- mostly cosmetics changes
* adds: log:branches/gcc@16655,16741:16743,16752:16765
1 lines of code changed in 1 file:
* partial merge from 'gcc' into 'trunk'
- use {{{nullptr}}} in Cxx11 (with backward compatibility)
* adds: log:branches/gcc@16683:16740,16744:16746,16751
45 lines of code changed in 1 file:
* reintegrates 'vectorize' into 'trunk'
- fixes #700
* documented vectorization-checks
* fine-grained check based on gcc-version
- drops old gcc-versions (<4.4.3)
- new attribute {{{__ATTR__DONT_VECTORIZE}}}
* disabled vectorization of {{{POS_TREE2::init_static()}}} for newer gcc-versions (generated code fails tests)
- added a bunch of new vectorization-checks (probably irrelevant to overall performance)
* adds: log:branches/vectorize@15531:16585,16595:16627
4 lines of code changed in 1 file:
* reintegrates 'cover' into 'trunk'
- fixes compilation with COVERAGE
* ARB perl module failed to load (since [13739])
* linking executables broken (apparently since [14038])
* adds: log:branches/cover@16213:16222
1 lines of code changed in 1 file:
* fix promotion of comments
- interpreted text already is '''content''' of comment (remove code interpreting comment delimiters there)
1 lines of code changed in 1 file:
* reintegrates 'fixres' into 'trunk'
- fixes #715
* adds: log:branches/fixres@15127:15175
4 lines of code changed in 1 file:
* accept '{{{static __ATTR__XXX}}}' (caused several prototypes to be skipped)
15 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:
* reintegrates 'sanitize' into 'trunk'
* adds:
- log:branches/sanitize@13023:13076
78 lines of code changed in 1 file:
* publish TESTs for which nm 2.24 fails to export source location
1 lines of code changed in 1 file:
- add missing comment to closing #endif of test-sections
1 lines of code changed in 1 file:
- added dependencies to main-object(s)
1 lines of code changed in 1 file:
* reintegrates 'tree' into 'trunk':
- topology ordering (beautify trees):
* new orders for radial trees
* order tree according to other tree (implements #445)
- tweaked 'Move node info' / 'Compare topology' (implements #450)
* write log entry to tree comment
* verbose output into logfile
* updated help and GUI
* adds:
- log:branches/tree@11403:11422
8 lines of code changed in 1 file:
* allow '+' for simple AND-match (-F and -S)
34 lines of code changed in 1 file:
* use cflags before cxxflags
1 lines of code changed in 1 file:
* renamed include variables
1 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)
1 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:
* makedepend changed behavior between 1.0.2 and 1.0.4
- 1.0.4 does generate impossible dependencies (see [10143] for an example)
- force correct behavior by defining SIMPLE_ARB_ASSERT on CLI (when invoking compiler and makedepend)
9 lines of code changed in 2 files:
* merge from ptsfix [9380]
0 lines of code changed in 1 file:
prepare for removal of AW_VARIABLE_TYPE in GTK branch
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:
- cosmetics: left-align '&' and '*' of ref-params in generated prototypes
31 lines of code changed in 1 file:
* aisc_mkpt
- default is to generate ANSI headers now (options -A and -z are invalid now)
- added options to force K&R (not used)
- reordered help options
* fixed all calls using -A and/or -z
* no longer use K&R prototypes in SL/TREEDISP
44 lines of code changed in 1 file:
- effect of [9574] (comments only)
1 lines of code changed in 1 file:
- reintegrated branch 'cxx11'
23 lines of code changed in 2 files:
* do not expect negations (in macro names)
1 lines of code changed in 1 file:
* rename unit test macros
- TEST_ASSERT.. -> TEST_EXPECT..
3 lines of code changed in 1 file:
* eliminated old TEST_ASSERT (pre-[8219]-style)
- replaced by new TEST_ASSERT (expecting expression equals true), TEST_ASSERT_NOTNULL or TEST_ASSERT_NONZERO
1 lines of code changed in 1 file:
* fixed cppcheck warnings
12 lines of code changed in 1 file:
- removed possibility to generate prototypes for static/inline functions
5 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:
- use simpler way to declare attributed static/inline functions
24 lines of code changed in 1 file:
merge from e4fix [8135] [8136] [8137] [8138] [8139] [8140] [8141] [8142] [8143] [8144] [8222]
(this revives the reverted patches [8129] [8130] [8131] [8132]; see [8133])
* fixes
- some free/delete mismatches
- wrong definition of ORF objects (Level was no bit value)
- amino consensus (failed for columns only containing 'C')
* rename
- AA_sequence_term -> orf_term
- ED4_sequence_terminal_basic -> ED4_abstract_sequence_terminal
* cleaned up hierarchy dumps
* tweaked is_terminal()/to_terminal()
0 lines of code changed in 1 file:
(65 more)