[root]/GDEHELP
DATA_FILES
(0 files, 0 lines)
FASTA
(0 files, 0 lines)
GENBANK
(1 files, 1500 lines)
MATRIX
(9 files, 258 lines)
HELP_PLAIN
(3 files, 135 lines)
HELP_WRITTEN
(12 files, 849 lines)
MENUS
(22 files, 2290 lines)
PHYLIP
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 189 (100.0%) | 9792 (100.0%) | 51.8 |
oldcode | 28 (14.8%) | 8231 (84.1%) | 293.9 |
westram | 147 (77.8%) | 1240 (12.7%) | 8.4 |
jobb | 7 (3.7%) | 314 (3.2%) | 44.8 |
meierh | 2 (1.1%) | 3 (0.0%) | 1.5 |
epruesse | 1 (0.5%) | 2 (0.0%) | 2.0 |
foerster | 1 (0.5%) | 1 (0.0%) | 1.0 |
artemov | 2 (1.1%) | 1 (0.0%) | 0.5 |
baderk | 1 (0.5%) | 0 (0.0%) | 0.0 |
* reintegrates 'gde' into 'trunk'
* adds: log:branches/gde@19228:19233
6 lines of code changed in 1 file:
* {{{|&}}} is a bash 4 feature
- OSX still uses bash 3.2\\=> fall-back to {{{2>&1 |}}}.
1 lines of code changed in 1 file:
* partial merge from 'sina' into 'trunk'
- fixes for ubuntu 10.04
* adds: log:branches/sina@19044:19045
1 lines of code changed in 1 file:
* define unique IDs for jobs running via GDE:
- provide in menu-code via {{{$AGDE_JOBID}}}.
- use as window-logname => allows to relate separate parts of jobs in arb log.
2 lines of code changed in 1 file:
* tee output from commands running in console windows into log.
* cat log to standard arb console after window is closed.
5 lines of code changed in 1 file:
* remove 'Start a slave ARB on a foreign host' (obsolete).
0 lines of code changed in 1 file:
* document 'Import fields from calc-sheet'.
* link to 'Export fields (to calc-sheet using NDS)'.
* add another pointer, where to add helpfiles for GDE menus.
3 lines of code changed in 1 file:
* allow conditional build of OPENMP version of {{{FastTree}}}
- tweak preprocessor: allow to {{{#define}}} via CLI.
- globally define whether OPENMP shall be used
* export to submakefiles.
* disable under OSX
- capability to build OPENMP binary depends on compiler
- LLVM/Clang 3.7 required
- forward {{{USE_OPENMP}}} into preprocessor.
- in fasttree.menu: when not defined {{{USE_OPENMP}}} -> skip MP option from GUI + hardcode binary.
- conditionally build OPENMP binary depending on {{{USE_OPENMP}}}.
14 lines of code changed in 2 files:
* add {{{FastTree}}} for protein.
- mention STYPE in tree comment.
* customize {{{FastTree}}}:
- allow to configure rate categories.
- NJ
* also provide -slow mode.
* provide weighted NJ
- allow to configure bootstraps.
* rename controlling define
5 lines of code changed in 1 file:
* define items for "RAxML 7" using #defines
- fixes bogus warning about missing itemhelp for "RAxML 7 (DNA)" [18831]
- show sequence type in tree comments (uses NUC/PRO)
- use nucleotide/protein in menu entries (resets properties *sic*)
* rename controlling define
3 lines of code changed in 1 file:
* define items for "PHYML-20130708" using #defines
- fixes bogus warning about missing itemhelp for "PHYML-20130708 (DNA)" [18831]
- use nucleotide/protein in menu entries (resets properties *sic*)
- change STYPE stored in tree comment to NUC/PRO
* rename controlling define
2 lines of code changed in 1 file:
* improve documentation of generated help.
7 lines of code changed in 1 file:
* improve GDE-menu robustness
- warn if 'item' lacks an 'itemhelp' entry.
- fail if 'itemhelp' lacks .hlp name.
- bail out if 'item' contains duplicated 'itemhelp' or 'itemmeta' (menu parser)
* currently results in the following warnings:
{{{
MENUS/import.menu:15: Warning: item 'Import fields from calc-sheet' lacks an 'itemhelp' entry!
MENUS/align.menu:1: Warning: item 'ProbCons' lacks an 'itemhelp' entry!
MENUS/align.menu:50: Warning: item 'Muscle' lacks an 'itemhelp' entry!
MENUS/phyml_20130708.menu:24: Warning: item 'PHYML-20130708 (DNA)' lacks an 'itemhelp' entry!
MENUS/raxml.menu:18: Warning: item 'RAxML 7 (DNA)' lacks an 'itemhelp' entry!
MENUS/start_arb.menu:1: Warning: item 'Start a slave ARB on a foreign host ...' lacks an 'itemhelp' entry!
}}}
Edit: fixed by [18863:18865]
62 lines of code changed in 2 files:
* correctly skip handling of preprocessor directives when in inactive branch.
13 lines of code changed in 1 file:
* split menufile for treepuzzle, mrbayes and fasttree.
* add separators for readability.
16 lines of code changed in 1 file:
* eliminate trailing whitespace from Makefiles.
2 lines of code changed in 1 file:
* reintegrates 'mix' into 'trunk'
* prepare arb for hybrid svn/git use (central svn + local git)
* adds: log:branches/mix@17631:17633
3 lines of code changed in 1 file:
* fix spelling for 'occurrence'
1 lines of code changed in 1 file:
* fix warnings caused by converted documentation
- conversion of html docs
* remove lynx-"<HR/>"-output (arb-help-converter tries to add that to paragraphs)
* add empty line after "generated from" message
- manual reflow of one problematic section in {{{READSEQ/Formats}}}
8 lines of code changed in 1 file:
* make 4.1 spams the compile log with
{{{
recipe for target 'xxx' failed
}}}
* replaces {{{-oktofail}}} by {{{oktofail || true}}}
5 lines of code changed in 2 files:
fix spelling of likelihood
2 lines of code changed in 1 file:
* rename menu 'User' -> 'Network'
* reuse menu 'User' to place custom entries into 'ARB/Tools' menu
7 lines of code changed in 1 file:
* reintegrates 'customize' into 'trunk'
- implements #484
- clean up worst things in GDE to allow use of custom menu-files
* adds:
- log:branches/customize@11828:11840,11844:11873
15 lines of code changed in 3 files:
* reintegrates 'deb' into 'trunk'
- fixes #215
- performs #489
* adds:
- log:branches/deb@11801:11814
2 lines of code changed in 1 file:
* reintegrates 'fix' into 'trunk'
- implements: #158
- fixes: #386, #463, #459
* adds:
- log:branches/fix@11579:11625
24 lines of code changed in 1 file:
* reintegrates 'help' into 'trunk':
* adds:
- log:branches/help@10647:10841
- log:branches/helptest@10704:10720
17 lines of code changed in 4 files:
- remove write permission for generated help-files
32 lines of code changed in 3 files:
* help files triggered by GDE menus
- only helpfiles referenced in first found .menu were expected/generated (found menu was align.menu). broken by [8806]
- added missing generation of phylip.help from phylip.html
- reactivates the following files
{{{
agde_DNAml_rates.hlp
agde_dnaml.hlp
agde_dnaml_sub_AxML_doc.hlp
agde_dnaml_sub_fastDNAml_doc.hlp
agde_dnapars.hlp
agde_lsadt.hlp
agde_phylip.hlp
agde_phylip_distance.hlp
agde_phylip_distance_sub_dnadist_doc.hlp
agde_phylip_distance_sub_fitch_doc.hlp
agde_phylip_distance_sub_kitsch_doc.hlp
agde_phylip_distance_sub_neighbor_doc.hlp
agde_phylip_distance_sub_protdist_doc.hlp
agde_phylip_sub_dnadist_doc.hlp
agde_phylip_sub_fitch_doc.hlp
agde_phylip_sub_kitsch_doc.hlp
agde_phylip_sub_neighbor_doc.hlp
agde_phylip_sub_protdist_doc.hlp
agde_phyml.hlp
agde_proml.hlp
agde_protpars.hlp
agde_readseq.hlp
agde_readseq_sub_Formats.hlp
agde_readseq_sub_Readme.hlp
agde_readseq_sub_Readseq_help.hlp
agde_treepuzzle.hlp
}}}
11 lines of code changed in 2 files:
* DRYed PHYML interface (Amino vs DNA)
4 lines of code changed in 1 file:
* helper target to ease refactoring ARB_GDEmenus
20 lines of code changed in 1 file:
* split menu-sources for both versions of phyml
2 lines of code changed in 1 file:
* remove trailing '3' in fastdnaml.menu (was ignored by arb_read_tree)
* split menu-sources for phylip_ml and phyml
1 lines of code changed in 1 file:
- applied (not merged!) [9668] from gtk_only.
- merge did not work w/o conflicts since the patch mixes gtk-specific changes with general changes (better would have been applied to some non-gtk-branch and then merged into gtk-branch)
- merging and resolving conflicts now would skip unmergeable parts. when gtk is merged someday, these parts would get lost.
17 lines of code changed in 4 files:
merge from stable_5.0 [9163] [9164] [9166]
8 lines of code changed in 1 file:
- removed gotos
33 lines of code changed in 1 file:
* cleanup generated menu
3 lines of code changed in 1 file:
* no longer use C-preprocessor
4 lines of code changed in 1 file:
* cooked my own preprocessor for ARB_GDEmenus generation
* intermediate checkin:
- uses two methods to generate ARB_GDEmenus
- compares results and fails on difference. Branch from here, if own pp needs changes
388 lines of code changed in 3 files:
* workaround quoting error in ARB_GDEmenus (clang)
2 lines of code changed in 1 file:
* removed commented code
0 lines of code changed in 1 file:
(71 more)