Directory AWTI/

Directory Created:
2001-01-04 16:36
Total Files:
10
Deleted Files:
1
Lines of Code:
3135

[root]/AWTI

Lines of Code

AWTI/ Lines of Code

Developers

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

Most Recent Commits

westram 2023-05-31 09:21 Rev.: 19365


* 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:

  • AWTI: AWTI_import.cxx (+1 -1)
westram 2022-11-13 16:47 Rev.: 19339


* 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:

  • AWTI: AWTI_import.cxx (+25 -26)
westram 2022-07-21 14:01 Rev.: 19167


* reintegrates 'split' into 'trunk'
* adds: log:branches/split@19102:19166

3 lines of code changed in 1 file:

  • AWTI: AWTI_import.cxx (+3 -1)
westram 2022-03-04 16:20 Rev.: 18964


* 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:

  • AWTI: AWTI_edit.cxx (+1 -1)
westram 2022-03-04 16:13 Rev.: 18962


* eliminate unused parameter {{{fallback2default}}} from {{{create_option_menu}}}.

4 lines of code changed in 2 files:

  • AWTI: AWTI_export.cxx (+2 -2), AWTI_import.cxx (+2 -2)
westram 2022-03-04 12:26 Rev.: 18959


* reintegrates 'progress' into 'trunk'
- implements #789
* adds: log:branches/progress@18885:18958

3 lines of code changed in 1 file:

  • AWTI: Makefile (+3)
westram 2021-09-15 13:39 Rev.: 18725


* rename {{{CPP_OBJECTS}}} -> {{{OBJECTS}}}.

5 lines of code changed in 1 file:

  • AWTI: Makefile (+5 -5)
westram 2019-10-08 17:51 Rev.: 18159


* 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:

  • AWTI: AWTI_edit.cxx (+1 -1)
westram 2019-09-20 17:08 Rev.: 18113


* reintegrates 'cleanup' into 'trunk'
* adds: log:branches/cleanup@18105:18112

2 lines of code changed in 2 files:

  • AWTI: AWTI_export.cxx (+1 -4), Makefile (+1)
westram 2019-09-17 15:46 Rev.: 18092


* 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:

  • AWTI: AWTI_edit.cxx (+24 -13), AWTI_export.cxx (+156 -21), AWTI_import.cxx (+130 -42), Makefile (+12), awti_exp_local.hxx (+1), awti_imp_local.hxx (+19 -4), needs_libs (+1)
westram 2019-07-24 17:44 Rev.: 17992


* 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:

  • AWTI: AWTI_export.cxx (+8 -9)
westram 2019-07-17 16:27 Rev.: 17982


* 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:

  • AWTI: AWTI_import.cxx (+150 -150)
westram 2018-10-04 15:17 Rev.: 17445


* use {{{SmartPtr::content()}}}

1 lines of code changed in 1 file:

  • AWTI: awti_imp_local.hxx (+1 -2)
westram 2018-09-14 18:09 Rev.: 17374


* improve errors reported if found no file(s) to import

17 lines of code changed in 1 file:

  • AWTI: AWTI_import.cxx (+17 -7)
westram 2018-09-13 11:48 Rev.: 17368


* avoid misleading errors when file-to-import is already selected while pressing 'Test'

1 lines of code changed in 1 file:

  • AWTI: AWTI_edit.cxx (+1)
westram 2018-07-23 16:52 Rev.: 17262


* 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:

  • AWTI: AWTI_import.cxx (+4 -4)
westram 2018-05-02 11:32 Rev.: 16961


* 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:

  • AWTI: AWTI_import.cxx (+1 -1)
westram 2018-04-05 12:09 Rev.: 16873


* fix typos ("neither")

1 lines of code changed in 1 file:

  • AWTI: AWTI_import.cxx (+1 -1)
westram 2018-03-27 14:13 Rev.: 16872


* 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:

  • AWTI: AWTI_import.cxx (+6 -1)
westram 2017-12-05 11:36 Rev.: 16788


* "AUTO DETECT" import filter did scan "hidden" filters (starting with dot). fixed.

16 lines of code changed in 1 file:

  • AWTI: AWTI_import.cxx (+16)
westram 2017-12-05 10:48 Rev.: 16787


* 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:

  • AWTI: AWTI_import.cxx (+35 -9)
westram 2017-11-28 19:22 Rev.: 16766


* reintegrates 'gcc' into 'trunk'
- mostly cosmetics changes
* adds: log:branches/gcc@16655,16741:16743,16752:16765

2 lines of code changed in 1 file:

  • AWTI: AWTI_import.cxx (+2 -4)
westram 2017-11-28 18:09 Rev.: 16763


* 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:

  • AWTI: AWTI_edit.cxx (+14 -14), AWTI_export.cxx (+8 -8), AWTI_import.cxx (+71 -71), awti_imp_local.hxx (+7 -7)
westram 2017-10-21 13:40 Rev.: 16564


* 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:

  • AWTI: AWTI_edit.cxx (new 537), AWTI_export.cxx (+141 -111), AWTI_import.cxx (+270 -154), Makefile (+62 -3), awti_edit.hxx (new 26), awti_exp_local.hxx (new 36), awti_imp_local.hxx (+16 -8), awti_import.hxx (+4 -4), needs_libs (+1)
westram 2017-10-08 15:54 Rev.: 16508


* 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:

  • AWTI: AWTI_import.cxx (+2 -2)
westram 2017-09-18 15:23 Rev.: 16374


* 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:

  • AWTI: AWTI_import.cxx (+75 -40), Makefile (+1)
westram 2016-08-11 11:05 Rev.: 15176


* reintegrates 'fixres' into 'trunk'
- fixes #715
* adds: log:branches/fixres@15127:15175

11 lines of code changed in 3 files:

  • AWTI: AWTI_export.cxx (+1 -1), AWTI_import.cxx (+8 -11), Makefile (+2)
westram 2016-07-27 11:30 Rev.: 15094


* reintegrates 'fix' into 'trunk'
* adds: log:branches/fix@15066,15073:15076,15082,15086:15093

2 lines of code changed in 1 file:

  • AWTI: AWTI_import.cxx (+2 -1)
westram 2016-07-21 17:53 Rev.: 15082


* partial merge from 'fix' into 'trunk'
- default_copyability++
* adds: log:branches/fix@15072,15077:15081

0 lines of code changed in 1 file:

  • AWTI: AWTI_import.cxx (-1)
westram 2016-04-29 18:02 Rev.: 14786


* reintegrates 'gde' into 'trunk'
- fixes #695
* adds: log:branches/gde@14670:14675,14682:14785

2 lines of code changed in 1 file:

  • AWTI: AWTI_import.cxx (+2 -2)
westram 2016-01-28 09:33 Rev.: 14682


* 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:

  • AWTI: AWTI_import.cxx (+1 -1)
westram 2015-10-28 19:12 Rev.: 14434


* use typed callbacks in AWTI, PRIMER_DESIGN, SEQ_QUALITY and REFENTRIES

4 lines of code changed in 1 file:

  • AWTI: AWTI_export.cxx (+4 -7)
westram 2015-09-02 17:31 Rev.: 14256


* reintegrates 'config' into 'trunk' (implements #607)
* adds: log:branches/config@14199:14255

74 lines of code changed in 3 files:

  • AWTI: AWTI_import.cxx (+56 -37), awti_imp_local.hxx (+12 -6), awti_import.hxx (+6 -1)
westram 2015-07-31 16:15 Rev.: 14118


* added {{{awt_create_filter_awars}}}
- made all awars 'tmp' (saving them did not work)

3 lines of code changed in 1 file:

  • AWTI: AWTI_export.cxx (+3 -8)
westram 2015-01-23 15:19 Rev.: 13443


* 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:

  • AWTI: Makefile (+1 -1)
westram 2014-10-13 17:34 Rev.: 13044


* revert [13041:13043]
- instead forbid gcc 4.8.0

2 lines of code changed in 1 file:

  • AWTI: AWTI_import.cxx (+2 -2)
westram 2014-10-12 17:18 Rev.: 13043


* ~~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:

  • AWTI: AWTI_import.cxx (+2 -2)
westram 2014-06-12 15:20 Rev.: 12427


- doc where variable expansion happens (checked code and help)
- more specific error source (APPEND/WRITE)

13 lines of code changed in 2 files:

  • AWTI: AWTI_import.cxx (+1 -1), awti_imp_local.hxx (+12 -7)
epruesse 2014-05-22 17:55 Rev.: 12287

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:

  • AWTI: AWTI_import.cxx (-2)
westram 2014-05-12 15:22 Rev.: 12205


* inlined default param for create_option_menu

4 lines of code changed in 2 files:

  • AWTI: AWTI_export.cxx (+2 -2), AWTI_import.cxx (+2 -2)

(237 more)

Generated by StatSVN 0.7.0