[root]/AWTI
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 399 (100.0%) | 8236 (100.0%) | 20.6 |
westram | 381 (95.5%) | 8000 (97.1%) | 20.9 |
meierh | 9 (2.3%) | 213 (2.6%) | 23.6 |
artemov | 4 (1.0%) | 13 (0.2%) | 3.2 |
baderk | 3 (0.8%) | 9 (0.1%) | 3.0 |
boehnel | 1 (0.3%) | 1 (0.0%) | 1.0 |
epruesse | 1 (0.3%) | 0 (0.0%) | 0.0 |
* string splitters:
- unittests for {{{GBT_split_string}}}:
* add tests for dropEmptyTokens.
* document special behavior for empty string.
- define enum {{{SplitMode}}}. use enum instead of bool param for GBT_splitNdestroy_string + GBT_split_string.
1 lines of code changed in 1 file:
* reintegrates 'refactor' into 'trunk'
- eliminates old interface of {{{GBS_strstruct}}}
- add a few new unittests (editor-config string + some PT-SERVER-functions)
* adds: log:branches/refactor@19300:19338
25 lines of code changed in 1 file:
* reintegrates 'split' into 'trunk'
* adds: log:branches/split@19102:19166
3 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.
1 lines of code changed in 1 file:
* eliminate unused parameter {{{fallback2default}}} from {{{create_option_menu}}}.
4 lines of code changed in 2 files:
* reintegrates 'progress' into 'trunk'
- implements #789
* adds: log:branches/progress@18885:18958
3 lines of code changed in 1 file:
* rename {{{CPP_OBJECTS}}} -> {{{OBJECTS}}}.
5 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:
* reintegrates 'cleanup' into 'trunk'
* adds: log:branches/cleanup@18105:18112
2 lines of code changed in 2 files:
* full update from child 'fts' into 'trunk'
- implements #562
* adds:
- [18091/branches/fts]
- log:branches/gui@17754:17924,17926:18090
343 lines of code changed in 7 files:
* create_export_awars:
- rename one flavor -> {{{create_fig_export_awars}}}
- hardcode AW_ROOT_DEFAULT for other flavor.
8 lines of code changed in 1 file:
* reduced use of GB_change_my_security:
- use GB_securityLevel instead of manually fiddling around with GB_change_my_security.
- inspected and accepted leftover uses (see comments).
150 lines of code changed in 1 file:
* use {{{SmartPtr::content()}}}
1 lines of code changed in 1 file:
* improve errors reported if found no file(s) to import
17 lines of code changed in 1 file:
* avoid misleading errors when file-to-import is already selected while pressing 'Test'
1 lines of code changed in 1 file:
* partial merge from 'group' into 'trunk'
- fixes to arb_progress
* adds:
- log:branches/group@17191:17218,17220:17260
- log:branches/progress@17195:17216,17218:17259
4 lines of code changed in 1 file:
* partial merge from 'fix' into 'trunk'
- refactored {{{AW_device}}} text output
* reduces calls to strlen (using {{{SizedCstr}}})
* eliminated/modernized several parameters/functions (esp. in {{{TextOverlayCallback}}}s)
* adds: log:branches/fix@16939:16960
1 lines of code changed in 1 file:
* fix typos ("neither")
1 lines of code changed in 1 file:
* fixes #779
- force use of param {{{isWarning}}} (in {{{AWTC_pars_names}}})
- if called from {{{ArbImporter::import_data}}}: show duplicates-error as warning and continue with import
6 lines of code changed in 1 file:
* "AUTO DETECT" import filter did scan "hidden" filters (starting with dot). fixed.
16 lines of code changed in 1 file:
* perform some checks after reading import format (report error instead of crash)
- {{{NEW_FORMAT}}} and {{{SYSTEM}}} have to be used together
- {{{SEQUENCESTART}}}/{{{SEQUENCEAFTER}}} required if not using {{{NEW_FORMAT}}}, forbidden otherwise
* fix {{{update_format_description}}} when selecting "no filter"
35 lines of code changed in 1 file:
* reintegrates 'gcc' into 'trunk'
- mostly cosmetics changes
* adds: log:branches/gcc@16655,16741:16743,16752:16765
2 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
100 lines of code changed in 4 files:
* reintegrates 'io' into 'trunk'
- implements #691
* adds: log:branches/io@16436:16510,16513:16514,16517,16533:16535,16537:16563
1093 lines of code changed in 9 files:
* reintegrates 'macros' into 'trunk'
- introduce generic input prompt (related #179)
- use it instead of locally generated windows:
* species (rename + create)
* alignment (rename, copy + create)
* experiments (rename, copy + create)
* genes (rename, copy + extract)
* mergetool (rename SAI + configs)
* SAIviz color translation (copy + create)
- fixed bugs in mergetool ([16503],[16504])
* adds: log:branches/macros@16484:16507
2 lines of code changed in 1 file:
* 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
76 lines of code changed in 2 files:
* reintegrates 'fixres' into 'trunk'
- fixes #715
* adds: log:branches/fixres@15127:15175
11 lines of code changed in 3 files:
* reintegrates 'fix' into 'trunk'
* adds: log:branches/fix@15066,15073:15076,15082,15086:15093
2 lines of code changed in 1 file:
* partial merge from 'fix' into 'trunk'
- default_copyability++
* adds: log:branches/fix@15072,15077:15081
0 lines of code changed in 1 file:
* reintegrates 'gde' into 'trunk'
- fixes #695
* adds: log:branches/gde@14670:14675,14682:14785
2 lines of code changed in 1 file:
* merge [14675:14681] from 'gde' into 'trunk'
- change DB interface function concerned with GB_FLOAT from double -> float
- introduce more stable ascii <-> float conversion
* adds: log:branches/gde@14676:14681
1 lines of code changed in 1 file:
* use typed callbacks in AWTI, PRIMER_DESIGN, SEQ_QUALITY and REFENTRIES
4 lines of code changed in 1 file:
* reintegrates 'config' into 'trunk' (implements #607)
* adds: log:branches/config@14199:14255
74 lines of code changed in 3 files:
* added {{{awt_create_filter_awars}}}
- made all awars 'tmp' (saving them did not work)
3 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:
* revert [13041:13043]
- instead forbid gcc 4.8.0
2 lines of code changed in 1 file:
* ~~harden patches [13041:13042]~~
- ~~add safebool (=bool for non 4.8.0)~~
- ~~use in all bool-arrays~~
(reverted by [13044])
2 lines of code changed in 1 file:
- doc where variable expansion happens (checked code and help)
- more specific error source (APPEND/WRITE)
13 lines of code changed in 2 files:
delete broken unused code. fixes #548
{{{
char num[6];
sprintf(num, "%i ", 10000); // crash
}}}
and num wasn't even used... sprintf=evil!
0 lines of code changed in 1 file:
* inlined default param for create_option_menu
4 lines of code changed in 2 files:
(237 more)