Directory SL/SAICALC/

Total Files:
6
Deleted Files:
0
Lines of Code:
3204

[root]/SL/SAICALC

Lines of Code

SL/SAICALC/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
westram 21 (100.0%) 35 (100.0%) 1.6

Most Recent Commits

westram 2026-03-10 12:56 Rev.: 19706


* update doc+gui:
- mention focus strategies.
- use term 'SAI admin'.
- arb introduction (updated + linked missing modules).

1 lines of code changed in 1 file:

  • SL/SAICALC: saicalc.cxx (+1 -1)
westram 2026-02-12 12:53 Rev.: 19665


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

1 lines of code changed in 1 file:

  • SL/SAICALC: saicalc.cxx (+1 -1)
westram 2025-12-19 18:18 Rev.: 19616


* activate whole-unit linking
- causes several units to fail linking (caused by undefined symbols)
- add missing libraries to dependency definitions (fixing the above failures)

1 lines of code changed in 1 file:

  • SL/SAICALC: needs_libs (+1 -1)
westram 2025-12-16 18:09 Rev.: 19613


* 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

7 lines of code changed in 4 files:

  • SL/SAICALC: Makefile (+3 -3), needs_libs (+2 -1), saicalc.cxx (+2 -2)
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:

  • SL/SAICALC: saicalc.cxx (+1 -1)
westram 2022-08-03 15:52 Rev.: 19206


* reintegrates 'ali' into 'trunk'
* adds: log:branches/ali@19183:19205

14 lines of code changed in 2 files:

  • SL/SAICALC: calculator.cxx (+14 -2)
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.

2 lines of code changed in 1 file:

  • SL/SAICALC: saicalc.cxx (+2 -2)
westram 2022-03-04 16:13 Rev.: 18962


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

3 lines of code changed in 1 file:

  • SL/SAICALC: saicalc.cxx (+3 -3)
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 2 files:

  • SL/SAICALC: Makefile (new)
westram 2020-03-16 15:24 Rev.: 18386


* fix uninitialized/unused warning.

0 lines of code changed in 2 files:

  • SL/SAICALC: saiop.cxx (changed)
westram 2020-03-16 15:00 Rev.: 18382


* declare classes final.

2 lines of code changed in 1 file:

  • SL/SAICALC: saiop.h (+2 -2)
westram 2020-02-21 17:34 Rev.: 18314


* define order types globally (fixes build for gcc 4.4.3).

0 lines of code changed in 2 files:

  • SL/SAICALC: saicalc.cxx (changed)
westram 2020-02-21 17:32 Rev.: 18313


* define const member static (fixes build for gcc 4.6.3).

0 lines of code changed in 2 files:

  • SL/SAICALC: saiop.h (new)
Generated by StatSVN 0.7.0