[root]/GENOM_IMPORT
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 742 (100.0%) | 45732 (100.0%) | 61.6 |
artemov | 347 (46.8%) | 25719 (56.2%) | 74.1 |
westram | 389 (52.4%) | 19995 (43.7%) | 51.4 |
meierh | 3 (0.4%) | 10 (0.0%) | 3.3 |
baderk | 2 (0.3%) | 7 (0.0%) | 3.5 |
richter | 1 (0.1%) | 1 (0.0%) | 1.0 |
* reintegrates 'progress' into 'trunk'
- implements #789
* adds: log:branches/progress@18885:18958
2 lines of code changed in 1 file:
* reintegrates 'help' into 'trunk'
- relocate help sources
* adds: log:branches/help@18763:18780
1 lines of code changed in 1 file:
* rename {{{CPP_OBJECTS}}} -> {{{OBJECTS}}}.
6 lines of code changed in 1 file:
* remove .c rules.
* add .c suffix (in SOURCE_TOOLS).
0 lines of code changed in 1 file:
* DRY base counter test (and empty data warning).
18 lines of code changed in 2 files:
* extra warning if sequence data of genome flat file is empty (EMBL+genebank).
10 lines of code changed in 1 file:
* support genebank entry "DBLINK"
- store in arb field 'db_xref'.
5 lines of code changed in 1 file:
* do not append empty lines from wrapped tag content
- genebank only
- embl has strictly defined formatting of wrapped content
4 lines of code changed in 1 file:
* accept uncommon indentation occurring in genebank flat files
- remove assertion failures for wrapped lines starting behind column 12.
3 lines of code changed in 1 file:
* reintegrates 'fts' into 'trunk'
* adds:
- log:branches/fts@17653,17655:17717,17724:18087
- [17925/branches/gui]
2 lines of code changed in 2 files:
* reintegrates 'gcc' into 'trunk'
* adds: log:branches/gcc@17850:17876
2 lines of code changed in 1 file:
* reintegrates 'gcc' into 'trunk'
- mostly cosmetics changes
* adds: log:branches/gcc@16655,16741:16743,16752:16765
15 lines of code changed in 3 files:
* partial merge from 'gcc' into 'trunk'
- use {{{nullptr}}} in Cxx11 (with backward compatibility)
* adds: log:branches/gcc@16683:16740,16744:16746,16751
32 lines of code changed in 10 files:
* reintegrates 'fix' into 'trunk'
- fix OSX unittest for jenkins project names (up to max. 16 chars long)
- optimize {{{GB_log_fak}}}
- forward {{{RegExpr}}}-compile-errors (or at least assert on failure)
* adds: log:branches/fix@15582:15586
2 lines of code changed in 2 files:
* remove {{{virtual}}} if {{{OVERRIDE}}} is present
- OVERRIDE implies 'implicit virtual' (if code compiles as C++11 <- tested on build server!)
8 lines of code changed in 1 file:
* reintegrates 'fixres' into 'trunk'
- fixes #715
* adds: log:branches/fixres@15127:15175
3 lines of code changed in 1 file:
* partial merge from 'fix' into 'trunk'
- default_copyability++
* adds: log:branches/fix@15072,15077:15081
2 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:
* merge [11840:11843] from 'customize' into 'trunk'
* adds:
- log:branches/customize@11841:11843
* skipped changes in ARB_GDE
- log:branches/customize/ARB_GDE@11841:11843 ~~(might fail to reintegrate)~~
13 lines of code changed in 4 files:
* reintegrates 'ptsfix' into 'trunk':
* adds:
- log:branches/ptsdump@8966:9000
- log:branches/ptsfix@8965:9012,9014:9017,9019:9023,9025:9046,9048:9089,9091:9114,9116:9132,9134:9139,9141:9145,9147:9151,9153:9158,9160:9379,9381:11059
- log:branches/ptsstartup@9160:9235,9237:9278,9280:9336,9339:9361,9363:9446
- log:branches/ptsundef@9061:9358
1 lines of code changed in 1 file:
* depends for [11033]
1 lines of code changed in 1 file:
* prototype for GBK_terminate differed between arb_core.h and arb_msg.h
3 lines of code changed in 1 file:
* use cflags before cxxflags
1 lines of code changed in 1 file:
- fix struct/class mismatches
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:
* do not depend on '_GLIBCXX_STRING' for definition of inline helper functions (should fix another clang error)
4 lines of code changed in 3 files:
- fix another clang "error"
1 lines of code changed in 1 file:
- reintegrated branch 'helptest'
2 lines of code changed in 2 files:
- include downcast.h from arbdbt.h
(this break C++11 compilation, i.e. gcc4.8 or newer)[[BR]]
amendment:
* also broke compilation on ubuntu 13.04 and with gcc 4.7.3 (due to nameclash with boost)
3 lines of code changed in 1 file:
* fix #335
- activate test (written+working in [7813]; now succeeding again)
5 lines of code changed in 4 files:
- fix compile error (u1304)
3 lines of code changed in 2 files:
* added a unit test for genome file importer (currently disabled because it segfaults)
- test uses flatfile attached to #335
- expected test result has been generated with [7813] where importer still worked
44 lines of code changed in 2 files:
* depends for recent patches
4 lines of code changed in 1 file:
* changed dynamic value-initializations into default-initializations
- i believe/know they were used with ignorance of [http://stackoverflow.com/questions/620137/do-the-parentheses-after-the-type-name-make-a-difference-with-new?answertab=active#tab-top ctor-behavior].
1 lines of code changed in 1 file:
- effect of [9574] (comments only)
1 lines of code changed in 1 file:
* use explicit override
- rest
4 lines of code changed in 1 file:
(134 more)