[root]/ARBDB
EXAMPLES
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 4087 (100.0%) | 145054 (100.0%) | 35.4 |
westram | 3930 (96.2%) | 119998 (82.7%) | 30.5 |
oldcode | 44 (1.1%) | 23880 (16.5%) | 542.7 |
epruesse | 25 (0.6%) | 540 (0.4%) | 21.6 |
meierh | 7 (0.2%) | 230 (0.2%) | 32.8 |
boehnel | 43 (1.1%) | 181 (0.1%) | 4.2 |
spanfeln | 9 (0.2%) | 94 (0.1%) | 10.4 |
baderk | 15 (0.4%) | 59 (0.0%) | 3.9 |
lai | 2 (0.0%) | 42 (0.0%) | 21.0 |
richter | 6 (0.1%) | 12 (0.0%) | 2.0 |
yadhu | 2 (0.0%) | 7 (0.0%) | 3.5 |
artemov | 2 (0.0%) | 6 (0.0%) | 3.0 |
jobb | 2 (0.0%) | 5 (0.0%) | 2.5 |
* reintegrates 'split' into 'trunk'
- implemented beta version of alignment splitter
* adds: log:branches/split@19077:19099
3 lines of code changed in 2 files:
* fix vectorize-checks for gcc 5.4
2 lines of code changed in 2 files:
* fix vectorize-checks for gcc 5.5
2 lines of code changed in 2 files:
* fix vectorize-checks for gcc 7.x-series
1 lines of code changed in 1 file:
* fix vectorize-checks for gcc 8.x-series
4 lines of code changed in 2 files:
* fix vectorize-checks for gcc 9.x-series
5 lines of code changed in 3 files:
* fixed LOOP_VECTORIZED expressions that used '*'-count (for gcc 10.x-series).
6 lines of code changed in 3 files:
* include {{{rpc/types.h}}} under OSX only (fixes compilation under SuSE Leap 15.3).
Notes:
* originally introduced with [14000]
* merged to trunk with [14007]
7 lines of code changed in 1 file:
* reintegrates 'progress' into 'trunk'
- implements #789
* adds: log:branches/progress@18885:18958
35 lines of code changed in 1 file:
* add {{{GB_test_delete_possible}}}:
- tests TA + returns security error.
- use it in {{{GB_delete}}} + {{{GB_set_temporary}}}.
* test user has security to delete tree **before** copying the tree (which may take some time).
43 lines of code changed in 4 files:
* when called with flag==3 now count marked species in
- GBT_mark_all+GBT_mark_all_that
- mark_species_in_tree+mark_species_in_tree_that
* add count feature to all mark menus + submenus
- generate reports for different set of counted species.
- show top-area hint only once per arb session.
25 lines of code changed in 2 files:
* partial merge from 'stable' into 'trunk'
* adds: log:branches/stable@18903:18906
2 lines of code changed in 2 files:
* add deadlock warning to callback loop in commit_transaction.
10 lines of code changed in 1 file:
* ignore SIGPIPE while ArbDBWriter exists
- arb does no longer terminate, but instead prints error, when pipe breaks, e.g.:
{{{
19:01.38 While writing '/home/user/data/test with space.arb~': Broken pipe
(close reports: pipe writing to
file='/home/user/data/test with space.arb~'
using cmd='xz > /home/user/data/test with space.arb~'
failed with exitcode=1 (broken pipe? corrupted archive?)
(res=256, exited=1, signaled=0, status=1))
}}}
11 lines of code changed in 2 files:
* avoid crash while saving arb database (see #840)
- mark loc where SIGPIPE occurred.
- report an error when compression is enabled and filename contains unwanted characters.
3 lines of code changed in 1 file:
* reintegrates 'help' into 'trunk'
- relocate help sources
* adds: log:branches/help@18763:18780
13 lines of code changed in 2 files:
* eliminate obsolete {{{GBT_read_name}}} from perl interface
- To fix your skript you have to replace {{{BIO::read_name}}} by
* {{{BIO::get_name}}} or
* {{{BIO::get_name_or_description}}} (=1:1 replacement).
2 lines of code changed in 2 files:
* also rename overloaded {{{GB_path_in_ARBHOME()}}} -> {{{GB_concat_path_in_ARBHOME()}}}.
- Note: before, simply removing the static modifier did break the perl interface.
11 lines of code changed in 2 files:
* fix unwanted export of overloaded functions to perl interface:
- GBT_log_to_tree_remark()
- GB_path_in_ARBLIB()
11 lines of code changed in 5 files:
* remove trailing whitespace from c source.
96 lines of code changed in 23 files:
* change many WARN_TODO triggered warnings into todo markers.
13 lines of code changed in 9 files:
* fix crash when previewing printout on OSX (thx to jan)
14 lines of code changed in 1 file:
* postscript/pdf viewers:
- use {{{open -W}}} under osx (thanks to Jan Gerken).
- add {{{xreader}}} as primary default viewer under Linux.
34 lines of code changed in 1 file:
* fail if not all possible objects were added to Makefile.
* remove object section GB_PP. add objects to GB_X.
21 lines of code changed in 1 file:
* split TEST_GB_command_interpreter...() into smaller parts.
27 lines of code changed in 1 file:
* fixes 2 failing unittest under ubuntu 20.04
- /bin and /sbin are symbolic links there -> use /usr instead
1 lines of code changed in 1 file:
* allow to 'edit bootstraps'
- document example.
- when a replacement results in an empty string => remove remark.
28 lines of code changed in 2 files:
* tweak replacement via regular expressions:
- allow replacement of whole line regexpr which matches empty source string.
- test to replace whole string by nothing.
- always fail BOL/EOL operator starting from second replace-operation. fixes some failing replacements.
* doc: describe other simpler, now working replacements.
10 lines of code changed in 1 file:
* clear error exported from {{{gbt_nonexisting_alignment}}}
- made case-only rename fail in DEBUG mode.
6 lines of code changed in 1 file:
* fix parameters of {{{GBT_rename_alignment}}} + {{{gbt_rename_alignment_of_item}}}
- rename.
- change to bool.
- callers use bool.
13 lines of code changed in 2 files:
* detect attempt to ''copy'' to alignment which differs from source only in case.
13 lines of code changed in 1 file:
* reintegrates 'top' into 'trunk'
* adds: log:branches/top@18453:18462
7 lines of code changed in 2 files:
* warn if any path used in ARB does contain spaces (too error-prone)
- added helper functions into CORE
- warn about unwanted chars
* in result from getenv_executable(), getenv_existing_directory(), getenv_autodirectory(), GB_find_executable().
* in path of sina executable and of pigz used in ARB_zfopen().
21 lines of code changed in 1 file:
* tested vectorization with misc gcc versions:
- number of reported loops differs with 7.5.0
- one vectorization succeeds for gcc 6.5.0
1 lines of code changed in 1 file:
* use prefix 'take' for descends into UNIT_TESTER.
* fix some whitespace.
7 lines of code changed in 1 file:
* full update from child 'fix' into 'trunk'
* adds: log:branches/fix@18339:18351
1 lines of code changed in 1 file:
* temporary workaround for broken SINA binary compatibility (has been broken by r18159).
9 lines of code changed in 2 files:
* fix whitespace.
12 lines of code changed in 1 file:
* rename test (test symbol defined twice).
* move testcode from ARBDB->CORE.
0 lines of code changed in 1 file:
* reintegrates 'saicalc' into 'trunk'
- implements #730
* adds: log:branches/saicalc@18141:18310
37 lines of code changed in 5 files:
(1380 more)