Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 98 (100.0%) | 2005 (100.0%) | 20.4 |
westram | 97 (99.0%) | 2004 (100.0%) | 20.6 |
aboeckma | 1 (1.0%) | 1 (0.0%) | 1.0 |
* pull-out {{{parse_treelabel()}}} from {{{setBranchName_acceptingBootstrap()}}}.
7 lines of code changed in 1 file:
* reintegrates 'progress' into 'trunk'
- implements #789
* adds: log:branches/progress@18885:18958
2 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:
* select units using {{{wildcard}}}.
1 lines of code changed in 1 file:
* eliminate unused {{{C_OBJECTS}}}.
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
7 lines of code changed in 1 file:
* reintegrates 'tree' into 'trunk'
- implements #735
* adds:
- log:branches/addtest@17040:17044
- log:branches/tree@16921:17109
7 lines of code changed in 1 file:
* reintegrates 'pvp' into 'trunk'
- fixes #782
- implements #701
* adds: log:branches/pvp@16882:16903
29 lines of code changed in 2 files:
* partial merge from 'gcc' into 'trunk'
- use {{{nullptr}}} in Cxx11 (with backward compatibility)
* adds: log:branches/gcc@16683:16740,16744:16746,16751
45 lines of code changed in 1 file:
* reintegrates 'mladd' into 'trunk'
- improves raxml8 interface
* new functions
- score tree (=calculate likelihood and append to comment)
- calculate branchlengths
- optimize tree
- add to tree (implements #681)
* calculate bootstraps (as separate function or combined with other functions)
- allow to skip bootstrap calculation
* writes comment to generated trees (similar to raxml7-interface)
* fix key-wait on terminate
* time all functions
* fix thread usage
- use 'distinct alignment patterns' (as reported by RAxML) to select maximum threads
- slightly reduce threads in favor of asynchronous bootstrapping
- allow to override (used) cores and used threads separate
- adds {{{arb_write_tree_comment}}}
* adds: log:branches/mladd@15394,15396,15398:15424
1 lines of code changed in 1 file:
* reintegrates 'fixres' into 'trunk'
- fixes #715
* adds: log:branches/fixres@15127:15175
2 lines of code changed in 1 file:
* avoid too many warning messages of same type (fixes #694)
20 lines of code changed in 1 file:
* full update from child 'pars' into 'trunk'
- cleanup patches
* adds:
- log:branches/pars@13628:13638
1 lines of code changed in 1 file:
* 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
77 lines of code changed in 4 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'
- implements #417 (multifurcate tree)
- tree display
* adds MULTIFURC MODE
* reordered modes (synchronizes NTREE and PARSIMONY)
- branch analysis
* display number of multifurcations in 'mark long branches'
* display "in-tree-distance" and "per-species-distance"
- added function to toggle '100%' bootstraps
- document bug in GBT_remove_leafs (#452)
* adds:
- log:branches/tree@11425:11487
18 lines of code changed in 2 files:
* reintegrates 'tree' into 'trunk':
- consensus trees:
* support for merging partial trees ("worked" before, but results were crap; implements #65)
* generated trees are automatically re-rooted and -ordered
* always list source trees in consensus-tree-comment; show info about partial trees
* fixed progress bar
- made GBT_TREE a base class of other tree classes (implements #31)
- save tree properties in properties (not in DB)
- new functions 'Remove zombies/marked from ALL trees'
- tree load/save: layout fixes
- unit tests
* added tests for basic tree modifications (PARSIMONY)
- performance:
* compute_tree updates tree information in one traversal
* tree generators are now capable to generate any type of tree (w/o needing to copy it once)
- bugfixes:
* NNI (of marked species) was also always performed for colored species
* centered beautify-order is stable now
* improved 'search optimal root'
* adds:
- log:branches/tree@10500:10534,10542:11182,11184:11186,11188:11400
- log:branches/treeTests@11198:11335
90 lines of code changed in 3 files:
* reintegrates 'redev' into 'trunk':
- fixed tree key-bindings (mark, fold, ...)
- improved several tree-commands (move, rotate, spread, length, width)
- fixed #68
* adds:
- log:branches/dev@7912,7914,7938,7942:7943
- log:branches/redev@11088:11119,11122:11125
15 lines of code changed in 3 files:
* use cflags before cxxflags
1 lines of code changed in 1 file:
* renamed include variables
2 lines of code changed in 1 file:
* made A_CC and A_CXX consistent
- A_CXX previously contained cxxflags
- cxxflags are now passed down and used separately
1 lines of code changed in 1 file:
- renamed
* ACC -> A_CC
* CPP -> A_CXX (misleading atm, since it contains c++flags)
2 lines of code changed in 1 file:
- document mechanism used by ARB to export variables to submakefiles
- document most important variables
1 lines of code changed in 1 file:
- include downcast.h from arbdbt.h
(this break C++11 compilation, i.e. gcc4.8 or newer)[[BR]]
amendment:
* also broke compilation on ubuntu 13.04 and with gcc 4.7.3 (due to nameclash with boost)
3 lines of code changed in 2 files:
- rename
4 lines of code changed in 1 file:
* Tree IO (patch reintegrates branch 'tree')
- added unit test (!TreeReader, export/import consistency for most export-parameters combinations)
- refactorings: moved more behavior into !TreeReader; deny access to class internals
- improved error messages/warnings
* show error-position in input data when bailing out
* warn about unused data behind tree
* trees < 2 species produce error now
- behavior
* fixed export/import of bootstrap values (expect ':' as separator; avoiding misinterpretation of group names starting with digits)
* auto-name unnamed nodes
* supports bootstrap values specified as percent (e.g. '12.5%')
* no longer interpret {{{''}}} as escape sequence for a single {{{'}}}
* no longer remove leading '_' from leaf-/groupnames (no idea why this was done)
- fixes:
* export+import of tree using double quotes often resulted in leaf-/groupnames enclosed in double-quotes (or more often failed to load completely)
* name of root-node was lost after import.
* better support for single-node subtrees, e.g. '(leafname)'. Nodes were skipped.
* deadlock occurring when tree file was truncated somewhere in the middle.
* leaks stuffed
812 lines of code changed in 4 files:
Allow numbers with positive exponent in newick tree
1 lines of code changed in 1 file:
* valgrinded tree reader
- use GBT_delete_tree (leaked in error case)
4 lines of code changed in 1 file:
* added unit test reading corrupted tree file
- checks for proper failure
- failed till [10278]; succeeds now
19 lines of code changed in 2 files:
* GBT_delete_tree
- expects *& as param (value is set to NULL after delete)
- accept NULL as input
1 lines of code changed in 1 file:
* avoid error gets overwritten in !TreeReader (failed assertion in DEBUG mode)
* avoid to free NULL-tree (GBT_delete_tree cant yet)
15 lines of code changed in 1 file:
- effect of [9574] (comments only)
1 lines of code changed in 1 file:
- updated depends for [9520]
2 lines of code changed in 1 file:
- reintegrated branch 'cxx11'
2 lines of code changed in 1 file:
merge from stable_5.0 [9163] [9164] [9166]
0 lines of code changed in 1 file:
* reverted [9079], instead explain how to undo auto-scaling
7 lines of code changed in 1 file:
- ~~autoscale if branch lengths are > 3.0~~
(reverted by [9080])
3 lines of code changed in 1 file:
* comments cleanup
0 lines of code changed in 1 file:
* [8567] failed on WCs where shared libs were up-to-date, but not yet present in $ARBHOME/lib
- link libs directly in $ARBHOME/lib
* no longer create 'SHARED.a' in shared-library-dirs
* unit tests caused build of 'SHARED.so' (instead of 'libSHARED.so'). Every library existed twice.
- changed test-target-names for shared libaries (e.g. ARBDB/ARBDB.test -> ARBDB/libARBDB.test)
- added failing stopper targets to main-Makefile and shared-lib-Makefiles
* changed all dependencies to shared libs
* fixed dependency scripts to perform correct translations from lib/libUNIT.so <-> UNIT/UNIT.(dummy|a). omg :/
* updated predefined RESTRICT_LIB entries in UNIT_TESTER/Makefile.setup.template
- check whether RESTRICT_LIB uses obsolete test-names (e.g. ARBDB instead of libARBDB) and fail if.
1 lines of code changed in 1 file:
(25 more)