
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| westram | 14 (100.0%) | 42 (100.0%) | 3.0 |
* fix string splitting
- add test showing that splitting an empty string with mode {{{SPLIT_DROPEMPTY}}} results in an empty array.
- document effect of 'mode' on empty arrays / empty elements.
- check + fix all callers:
* explicitly drop empty tokens where they are expected not to occur.
* {{{parse_helix_list}}}: accept adding "" to helix list for empty list => raise error if no helices specified.
* {{{gb_hierarchy_location}}}: explicitly accept EMPTY path elements. used correctly to encode absolute vs relative paths.
2 lines of code changed in 1 file:
* reintegrates 'lib' into 'trunk'
- replace dynamic library {{{AWT}}} by several static libraries: APP, ARB_SPEC, MASKS, CANVAS, MAPKEY, GUI_TK
- now also check wrong library dependencies for untested units (only4me)
* adds: log:branches/lib@19578:19612
1 lines of code changed in 1 file:
* reintegrates 'split' into 'trunk'
* adds: log:branches/split@19102:19166
2 lines of code changed in 1 file:
* reintegrates 'progress' into 'trunk'
- implements #789
* adds: log:branches/progress@18885:18958
1 lines of code changed in 1 file:
* add new FTS transfer mode to merge-tool (implements #825)
- allows to skip transport of sequence alignment data (i.e. allows plain metadata updates)
* update+fix documentation
1 lines of code changed in 1 file:
* reintegrates 'fts' into 'trunk'
* adds: log:branches/fts@18177:18185
20 lines of code changed in 5 files:
* 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
10 lines of code changed in 1 file:
* stuff leak in test code.
1 lines of code changed in 1 file:
* expect LOOP_VECTORIZED for gcc 5.5.0.
* fix member initialization for gcc 443?
4 lines of code changed in 2 files: