Directory GDE/TREEPUZZLE/

Directory Created:
2001-05-07 15:30
Total Files:
6
Deleted Files:
13
Lines of Code:
854

[root]/GDE/TREEPUZZLE
            Folder removed from repo data (0 files, 0 lines)
            directory in repo doc (3 files, 1653 lines)
            directory in repo src (18 files, 17634 lines)

Lines of Code

GDE/TREEPUZZLE/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 49 (100.0%) 1175 (100.0%) 23.9
jobb 19 (38.8%) 923 (78.6%) 48.5
westram 29 (59.2%) 155 (13.2%) 5.3
yadhu 1 (2.0%) 97 (8.3%) 97.0

Most Recent Commits

westram 2023-08-05 13:40 Rev.: 19446


* introduce {{{onlyC_flags}}}
- flags used for C compilation only.
- similar to {{{cxxflags}}} (references added).
- pass down onlyC_flags into AxML, CLUSTAL, CLUSTALW, FASTDNAML, FASTTREE, GL, MrBAYES, PHYLIP, PHYML*, RAxML, SINA(unused), SOURCE_TOOLS, SUPPORT, TOOLS, TREEGEN + TREEPUZZLE.
- set flags to {{{-Werror-implicit-function-declaration}}}
* error is only effective in a small part of these modules.
* TODO: need to activate warnings -> will activate the error as well.

1 lines of code changed in 1 file:

  • GDE/TREEPUZZLE: Makefile (+1 -1)
westram 2015-01-23 15:19 Rev.: 13443


* reintegrates 'vectorize' into 'trunk'
- adds vectorization check for gcc 4.9.x / NDEBUG compile
* adds:
- log:branches/vectorize@13428:13442

1 lines of code changed in 1 file:

  • GDE/TREEPUZZLE: Makefile (+1 -1)
westram 2013-10-30 16:58 Rev.: 10974


* renamed include variables

1 lines of code changed in 1 file:

  • GDE/TREEPUZZLE: Makefile (+1 -1)
westram 2013-10-29 13:23 Rev.: 10955


- renamed
* ACC -> A_CC
* CPP -> A_CXX (misleading atm, since it contains c++flags)

2 lines of code changed in 1 file:

  • GDE/TREEPUZZLE: Makefile (+2 -2)
westram 2013-02-13 13:24 Rev.: 9575


- effect of [9574] (comments only)

1 lines of code changed in 1 file:

  • GDE/TREEPUZZLE: Makefile (+1 -1)
westram 2010-09-18 17:20 Rev.: 6866


* compiler-messages (merges [6848] [6849] [6850] [6851] [6853] [6855] [6856] [6860] from refactor)
- errors get listed before warnings
- pipe all compilations through postcompile filter
- optionally filter warnings and/or stop at 1st error (controllable by POST_COMPILE in ARB Makefile)
- no warnings for ptpan (too many; version in trunk is outdated)

1 lines of code changed in 1 file:

  • GDE/TREEPUZZLE: Makefile (+1 -1)
westram 2009-04-29 13:20 Rev.: 5872


* Changed variable transfer to sub-makefiles
- most variables are now exported via environment (using SOURCE_TOOLS/export2sub or AISC/export2sub)
- only variables that contain different values for different sub-makefile-calls are passed by cl (e.g. cflags, MAIN)
- changed flavour of exported variables (recursively expanded -> simply expanded variables). Please use VAR := VALUE in Makefiles (not VAR = VALUE). See http://www.gnu.org/software/make/manual/html_node/Flavors.html#Flavors for details
* removed/fixed all undefined variables in Makefiles (using 'make --warn-undefined-variables')
* changed names of compile-logs generated in GDE subdir
* added target 'xmlin' (broken, print warning)

1 lines of code changed in 1 file:

  • GDE/TREEPUZZLE: Makefile (+1 -1)
westram 2007-05-30 15:46 Rev.: 4640

- proper 'clean'

7 lines of code changed in 2 files:

  • GDE/TREEPUZZLE: ChangeLog (+4), Makefile (+3 -2)
westram 2006-10-27 12:08 Rev.: 4210

- packed several unused files into .tgz

0 lines of code changed in 14 files:

  • GDE/TREEPUZZLE: INSTALL (del), Makefile.am (del), Makefile.in (del), Makefile.org (del), NEWS (del), aclocal.m4 (del), config.log (del), config.status (del), configure (del), configure.in (del), install-sh (del), missing (del), mkinstalldirs (del), unused_source.tgz (new)
westram 2004-04-29 11:40 Rev.: 2660

*** empty log message ***

4 lines of code changed in 1 file:

  • GDE/TREEPUZZLE: ChangeLog (+4)
westram 2004-01-23 19:08 Rev.: 2338

fixed and reformatted dependencies (using fix_depends.pl)

25 lines of code changed in 1 file:

  • GDE/TREEPUZZLE: Makefile (+25 -9)
westram 2003-09-19 11:33 Rev.: 1894

const fix

3 lines of code changed in 1 file:

  • GDE/TREEPUZZLE: ChangeLog (+3)
westram 2003-08-09 14:00 Rev.: 1617

- updated dependencies for all Makefiles
- rewrote dependency generation code. Only real changes
propagate into Makefiles - so it does no longer hurt to
call 'make depends' in ARB directory!

30 lines of code changed in 1 file:

  • GDE/TREEPUZZLE: Makefile (+30 -131)
westram 2002-05-29 17:46 Rev.: 597

*** empty log message ***

38 lines of code changed in 1 file:

  • GDE/TREEPUZZLE: Makefile (+38 -93)
yadhu 2002-05-29 11:53 Rev.: 593

makefile dependency generation fixed for GDE

97 lines of code changed in 1 file:

  • GDE/TREEPUZZLE: Makefile (+97 -42)
westram 2002-05-23 09:29 Rev.: 566

Most changes are made due to activating more warnings for the c++ compiler (linux)

40 lines of code changed in 1 file:

  • GDE/TREEPUZZLE: Makefile (+40 -35)
jobb 2001-05-07 15:33 Rev.: 192

*** empty log message ***

126 lines of code changed in 1 file:

  • GDE/TREEPUZZLE: Makefile (+126 -1)
jobb 2001-05-07 15:30 Rev.: 191

treepuzzle

797 lines of code changed in 18 files:

  • GDE/TREEPUZZLE: AUTHORS (new 45), COPYING (new 340), ChangeLog (new 347), INSTALL (new), Makefile (new 32), Makefile.am (new), Makefile.in (new), Makefile.org (new), NEWS (new), README (new 33), aclocal.m4 (new), config.log (new), config.status (new), configure (new), configure.in (new), install-sh (new), missing (new), mkinstalldirs (new)
Generated by StatSVN 0.7.0