
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| westram | 19 (100.0%) | 33 (100.0%) | 1.7 |
* 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:
* 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:
* 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 'ali' into 'trunk'
* adds: log:branches/ali@19183:19205
14 lines of code changed in 2 files:
* 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:
* eliminate unused parameter {{{fallback2default}}} from {{{create_option_menu}}}.
3 lines of code changed in 1 file:
* reintegrates 'progress' into 'trunk'
- implements #789
* adds: log:branches/progress@18885:18958
3 lines of code changed in 2 files:
* fix uninitialized/unused warning.
0 lines of code changed in 2 files:
* declare classes final.
2 lines of code changed in 1 file:
* define order types globally (fixes build for gcc 4.4.3).
0 lines of code changed in 2 files:
* define const member static (fixes build for gcc 4.6.3).
0 lines of code changed in 2 files: