[root]/ARB_GDE
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 620 (100.0%) | 17450 (100.0%) | 28.1 |
westram | 594 (95.8%) | 11758 (67.4%) | 19.7 |
oldcode | 13 (2.1%) | 5480 (31.4%) | 421.5 |
meierh | 1 (0.2%) | 171 (1.0%) | 171.0 |
epruesse | 9 (1.5%) | 38 (0.2%) | 4.2 |
boehnel | 2 (0.3%) | 3 (0.0%) | 1.5 |
baderk | 1 (0.2%) | 0 (0.0%) | 0.0 |
* {{{GBT_get_alignment_len}}}
- now also reports error if alignment length is zero
* this case often was unhandled and did easily lead to allocation problems.
- catch error in case of zero alignment length => fixes alloc-size-larger-than-warning (in {{{NT_count_different_chars}}}).
- check + fix callers.
1 lines of code changed in 1 file:
* reintegrates 'ali' into 'trunk'
* adds: log:branches/ali@19183:19205
21 lines of code changed in 2 files:
* {{{create_toggle_field}}}:
- change one flavor: allow to pass label AND orientation.
- directly pass labels (instead of explicit calls to {{{AW_window::label}}})
4 lines of code changed in 1 file:
* use {{{AW_orientation}}} to specify orientation of radio button.
1 lines of code changed in 1 file:
* remove parameter {{{fallback2default}}} from
- {{{create_selection_list}}}
- {{{create_list}}}
- {{{awt_create_TREE_selection_list}}}
- {{{awt_create_CONFIG_selection_list}}}
- {{{awt_create_SAI_selection_list}}}
* remove some - now unused - locals.
3 lines of code changed in 1 file:
* eliminate unused parameter {{{fallback2default}}} from {{{create_option_menu}}}.
2 lines of code changed in 1 file:
* reintegrates 'progress' into 'trunk'
- implements #789
* adds: log:branches/progress@18885:18958
7 lines of code changed in 1 file:
* define unique IDs for jobs running via GDE:
- provide in menu-code via {{{$AGDE_JOBID}}}.
- use as window-logname => allows to relate separate parts of jobs in arb log.
42 lines of code changed in 1 file:
* fix failing unit-test (was broken by [18864])
* [hack] force rebuild+exec of unittest after menu changes.
* explain motivation for menu unittest.
11 lines of code changed in 2 files:
* add {{{FastTree}}} for protein.
- mention STYPE in tree comment.
* customize {{{FastTree}}}:
- allow to configure rate categories.
- NJ
* also provide -slow mode.
* provide weighted NJ
- allow to configure bootstraps.
* rename controlling define
1 lines of code changed in 1 file:
* improve GDE-menu robustness
- warn if 'item' lacks an 'itemhelp' entry.
- fail if 'itemhelp' lacks .hlp name.
- bail out if 'item' contains duplicated 'itemhelp' or 'itemmeta' (menu parser)
* currently results in the following warnings:
{{{
MENUS/import.menu:15: Warning: item 'Import fields from calc-sheet' lacks an 'itemhelp' entry!
MENUS/align.menu:1: Warning: item 'ProbCons' lacks an 'itemhelp' entry!
MENUS/align.menu:50: Warning: item 'Muscle' lacks an 'itemhelp' entry!
MENUS/phyml_20130708.menu:24: Warning: item 'PHYML-20130708 (DNA)' lacks an 'itemhelp' entry!
MENUS/raxml.menu:18: Warning: item 'RAxML 7 (DNA)' lacks an 'itemhelp' entry!
MENUS/start_arb.menu:1: Warning: item 'Start a slave ARB on a foreign host ...' lacks an 'itemhelp' entry!
}}}
Edit: fixed by [18863:18865]
2 lines of code changed in 1 file:
* whitespace + typo.
1 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:
* remove trailing whitespace from c source.
2 lines of code changed in 2 files:
* eliminate trailing whitespace from Makefiles.
1 lines of code changed in 1 file:
* use {{{SOURCES}}} where list of source files is needed.
4 lines of code changed in 1 file:
* rename {{{CPP_OBJECTS}}} -> {{{OBJECTS}}}.
5 lines of code changed in 1 file:
* select units using {{{wildcard}}}.
2 lines of code changed in 1 file:
* full update from child 'fix' into 'trunk'
- fix item name accessors ({{{GBT_get_name}}} + {{{GBT_get_name_or_description}}})
- add {{{null2empty}}}
* adds: log:branches/fix@18140:18158
1 lines of code changed in 1 file:
* use security objects instead of manually calling GB_push/pop_my_security.
* eliminate GB_push/pop_my_security.
* fix scoping using a TA object.
2 lines of code changed in 1 file:
* remove hardcoded 'markCreated==true' from
- GBT_find_or_create_species_rel_species_data and
- GBT_find_or_create_species.
* hardcode 'markCreated==false' in GBT_find_or_create_SAI.
- changes result DB.
- increase diff buf size (result DB has loooong lines).
2 lines of code changed in 1 file:
* partial merge from 'fts' into 'trunk'
- {{{ConfigMapping}}}:
* cleanup
* add missing tests
* fix config bug: trailing backslash at end of values did cause wrong read of data
* adds: log:branches/fts@17718:17723
2 lines of code changed in 1 file:
* partial merge from 'fix' into 'trunk'
- globally define what are "gaps"
- kept behavioral changes to a minimum:
* defaults for (user-defined) gap-definition in EDIT4 changed
* EDIT sequence search also uses user-defined gaps
* adds: log:branches/fix@17529:17533
8 lines of code changed in 3 files:
* reintegrates 'fix' into 'trunk'
- elim dead code
- use const hash loop
* adds: log:branches/fix@17380,17388:17395
55 lines of code changed in 3 files:
* reintegrates 'gcc' into 'trunk'
- complete arb port to gcc 8.1
- fixes NDEBUG-related issues (not handled by [16986])
* adds: log:branches/gcc@17164:17177
77 lines of code changed in 7 files:
* reintegrates 'gcc' into 'trunk'
- ports arb to gcc 8.1 (fixing warnings)
* adds: log:branches/gcc@16965:16985
Update: continued by [17178]
6 lines of code changed in 1 file:
* reintegrates 'gcc' into 'trunk'
- mostly cosmetics changes
* adds: log:branches/gcc@16655,16741:16743,16752:16765
151 lines of code changed in 5 files:
* partial merge from 'gcc' into 'trunk'
- use {{{nullptr}}} in Cxx11 (with backward compatibility)
* adds: log:branches/gcc@16683:16740,16744:16746,16751
105 lines of code changed in 7 files:
* reintegrates 'aci' into 'trunk'
- refactored wide parts of ACI code (incl. SRT+REG)
* added more test
* ACI tracing
- more complete and readable
- automatically turned off when done with expression
* improved error messages (esp. diagnostics)
* documentation (updated, added missing)
* fixed a bunch of bugs (incl. SEGV and deadlock)
* ACI now runs inside execution environment
- ACI language may be extended with custom commands (implements #756)
* added ACI extension for group-batch-rename
* adds:
- log:branches/aci@16170:16373
- log:branches/addtest@16193:16316
4 lines of code changed in 2 files:
* fix spelling for 'occurrence'
5 lines of code changed in 1 file:
* partial merge from 'mladd' into 'trunk'
- GDE fixes
* adds: log:branches/mladd@15395,15397
6 lines of code changed in 1 file:
* reintegrates 'errhandle' into 'trunk'
* adds: log:branches/errhandle@15275:15278
5 lines of code changed in 1 file:
* reintegrates 'fixres' into 'trunk'
- fixes #715
* adds: log:branches/fixres@15127:15175
95 lines of code changed in 9 files:
* merge [15027] from 'color' into 'trunk'
2 lines of code changed in 1 file:
* reintegrates 'ui' into 'trunk'
- implements #656
- adds instant update for
* next neighbour search
* branch analysis (mark functions)
* arb-phylo (filter setup)
* adds: log:branches/ui@14588:14621
10 lines of code changed in 1 file:
* use typed callbacks for SAI-selectionbox-filter
2 lines of code changed in 1 file:
* remove unused AW_CL from {{{GDE_init}}}
6 lines of code changed in 5 files:
* do not cast AW_POPDOWN
2 lines of code changed in 1 file:
* fix macro ids for GDE items (broken by [14433])
32 lines of code changed in 4 files:
* use typed callbacks in ARB_GDE
21 lines of code changed in 3 files:
(272 more)