Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
westram | 153 (100.0%) | 2298 (100.0%) | 15.0 |
* reintegrates 'progress' into 'trunk'
- implements #789
* adds: log:branches/progress@18885:18958
2 lines of code changed in 1 file:
* remove trailing whitespace from c source.
6 lines of code changed in 1 file:
* directly use {{{OBJECTS}}}.
1 lines of code changed in 1 file:
* remove .c rules.
* add .c suffix (in SOURCE_TOOLS).
1 lines of code changed in 1 file:
* eliminate unused {{{C_OBJECTS}}}.
1 lines of code changed in 1 file:
* cosmetics (move comment; rename variable)
2 lines of code changed in 1 file:
* FIXES crash in RELEASE version (when invalid color group occurs in database).
* add assertions against
- invalid color_groups and
- invalid unshaded GCs.
* ARBDB color-group interface:
- define number of allowed color groups in ARBDB
- fix interface types (long->int)
- report error when color_group passed to {{{GBT_set_color_group}}} is out-of-range.
- {{{GBT_get_color_group}}} does range check. returns 0 if out-of-range.
6 lines of code changed in 1 file:
* reintegrates 'gcc' into 'trunk'
* adds: log:branches/gcc@17850:17876
10 lines of code changed in 2 files:
* reintegrates 'svalues' into 'trunk'
- implements #614
* adds: log:branches/svalues@17357:17419,17428:17464,17469,17471:17477
1 lines of code changed in 1 file:
* partial merge from 'svalues' into 'trunk'
- root branches always need to have identical remarks (associated with the root-edge)
* condition previously implicit, now hardened by tests/assertions/...
* fixed several bugs that violated this condition
* adds: log:branches/svalues@17420:17427
57 lines of code changed in 3 files:
* 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
1 lines of code changed in 1 file:
* reintegrates 'tree' into 'trunk'
- implements #735
* adds:
- log:branches/addtest@17040:17044
- log:branches/tree@16921:17109
165 lines of code changed in 3 files:
* 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
36 lines of code changed in 1 file:
* full update from child 'gcc' into 'trunk'
- fix/suppress (new) compiler warnings
- skip vectorizer notes
* adds: log:branches/gcc@16656:16667
1 lines of code changed in 1 file:
* full update from child 'aci' into 'trunk'
- allow to view console from inside ARB
- slightly tweaked ACI trace
* adds: log:branches/aci@16386:16390
1 lines of code changed in 1 file:
* reintegrates 'fix' into 'trunk'
- valgrind fixes
* generally repaired valgrinding (external tools)
* {{{group_scaling}}} was not initialized correct (RUI)
- DRYed code to run external tools from unittests
* adds: log:branches/fix@16037:16042
55 lines of code changed in 2 files:
* reintegrates 'group' into 'trunk'
- implements #652 (group search)
* adds: log:branches/group@15733:15740,15743:15748,15750:15752,15754,15756,15758:15777,15781:15793,15796,15798:15806,15808:15817,15819:15965
4 lines of code changed in 1 file:
* reintegrates 'group' into 'trunk'
- implements #709
* adds: log:branches/group@15693:15702
8 lines of code changed in 2 files:
* reintegrates 'keys' into 'trunk'
- implements part of #687 (species traversal via keys)
- adds temp. unfolding of selected species
- several fixes to [15665] (PARSIMONY)
* adds: log:branches/keys@15591:15690
164 lines of code changed in 5 files:
* reintegrates 'refactor' into 'trunk'
- refactored AWT_graphic
* now have explicit states with different permissions
1. update model + request view/DB updates (AWT_auto_refresh)
- always preceeded by DB->model up-to-date-check
- automatically updates the view on destruction
2. update (DB and view) from model
3. neither
- benefits
* saves several view-updates
* unproblematic nesting of functions requesting view-updates
* will allow
- delayed view-updates and
- easier modification of update logic
- fixes a bunch of update-issues (found on the way)
* adds: log:branches/refactor@15613:15615,15627:15637,15639:15664
5 lines of code changed in 2 files:
* merge [15638] from 'refactor' into 'trunk'
- automatically adapt AWAR maximas (branch analysis)
19 lines of code changed in 2 files:
* partial merge from 'refactor' into 'trunk'
- remove table code (obsolete; see also [12758])
- ~~eliminate obsolete type {{{GB_LINK}}}~~ (./) by [15631]
* adds: log:branches/refactor@15616:15626
4 lines of code changed in 2 files:
* reintegrates 'warnings' into 'trunk'
- activate additional warnings (gcc 5.x++)
- Cxx11-forward final (classes+methods)
- fix tag problems caused by using preprocessor
* adds: log:branches/warnings@15486:15489,15491:15501,15506:15512
12 lines of code changed in 1 file:
* partial merge from 'sync' into 'trunk'
- allow to install a canvas-update-callback
- support for custom devices
* adds: log:branches/sync@15313:15314,15319,15330
0 lines of code changed in 1 file:
* remove {{{virtual}}} if {{{OVERRIDE}}} is present
- OVERRIDE implies 'implicit virtual' (if code compiles as C++11 <- tested on build server!)
1 lines of code changed in 1 file:
* reintegrates 'fixres' into 'trunk'
- fixes #715
* adds: log:branches/fixres@15127:15175
1 lines of code changed in 1 file:
* activate shading for NDS-list view
- shading is done only
* for shown section (on-the-fly)
* if species is not colored elsewise
- fixes bug: ARB_color was no longer displayed for DB w/o tree (with default settings)
* {{{TREE_recompute_cb}}} crashed if no tree shown. fixed.
* {{{TREE_recompute_and_rezoom_cb}}}: refresh canvas also if no tree shown
1 lines of code changed in 1 file:
* reintegrates 'color' into 'trunk'
- implements #443 (+parts of #444)
* adds: log:branches/color@14920:14921,14923:14928,14930:14939,14941:14951,14954:14956,14958:14959,14961:14964,14968,14970:14981,14985,14988,14990:14992,14994:14999,15001:15004,15007,15009,15012:15026,15028:15035,15037:15039,15041:15053
217 lines of code changed in 5 files:
* merge 2 WINDOW-modifications from 'color' into 'trunk'
* adds: log:branches/color@14929,14940
4 lines of code changed in 2 files:
* renamed GC used for IRS group boxes
1 lines of code changed in 1 file:
* reintegrates 'fix' into 'trunk'
- implements #118, #209
- fixes #405
- vertical group scaling now customizable
* adds: log:branches/fix@14645:14667
31 lines of code changed in 2 files:
- DRY digit calculation
1 lines of code changed in 1 file:
* refactored colorset handling
- moved basics to ARBDB
- remove attributes stub from AWT (was done for #443; redo if needed)
- replace {{{AW_find_color_group}}} with {{{AW_find_active_color_group}}} (w/o bool-param) and {{{GBT_get_color_group}}}
- colorset functions (create,restore,save+load) all operate on string arrays (containing "name=color" entries)
1 lines of code changed in 2 files:
* add 6 more probe colors (rainbow colors)
* update color names (=userland reset)
* update help
* Note: fails treedisp unittest
21 lines of code changed in 1 file:
* destroying {{{TreeNode}}}s from {{{TreeRoot}}} leads to pure virtual method call
- reason: class derived from {{{TreeRoot}}} already under deconstruction
- solution: delete from dtor of derived class. fixes #648
1 lines of code changed in 1 file:
* full update from child 'pars' into 'trunk'
- cleanup patches
* adds:
- log:branches/pars@13628:13638
2 lines of code changed in 2 files:
* reintegrates 'pars' into 'trunk'
- fixes #528, #609, #620, #631, #633, #640, #641
- implements #619, #627
* adds:
- log:branches/addtest@13123:13260,13523:13551,13570
- log:branches/check@13365:13375,13450:13457
- log:branches/check2@13458:13465
- log:branches/fix@13522:13588
- log:branches/fixres@13270:13277,13279:13293,13295:13326
- log:branches/pars@12938:13280,13282:13325,13327:13387,13389:13527,13530:13624
79 lines of code changed in 3 files:
* reintegrates 'vectorize' into 'trunk'
- adds vectorization check for gcc 4.9.x / NDEBUG compile
* adds:
- log:branches/vectorize@13428:13442
2 lines of code changed in 1 file:
* reintegrates 'tree' into 'trunk'
- fixes #527
* adds:
- log:branches/tree@12116:12120
63 lines of code changed in 2 files:
(64 more)