Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 39 (100.0%) | 1556 (100.0%) | 39.8 |
westram | 38 (97.4%) | 1554 (99.9%) | 40.8 |
boehnel | 1 (2.6%) | 2 (0.1%) | 2.0 |
* 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:
* remove trailing whitespace from c source.
1 lines of code changed in 1 file:
* reintegrates 'opengl' into 'trunk'
- fixes OPENGL build (using packages from distribution)
- fix several broken .png (1x crash, 16x warnings)
* adds: log:branches/opengl@18367:18372
2 lines of code changed in 1 file:
* 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:
* omg clang!
- first warns about self assignment
- if self-assignment is removed, it warns about unused parameters, but parameter-names cant be omitted (this is C)
1 lines of code changed in 1 file:
* renamed include variables
1 lines of code changed in 1 file:
- renamed
* ACC -> A_CC
* CPP -> A_CXX (misleading atm, since it contains c++flags)
1 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:
- effect of [9574] (comments only)
1 lines of code changed in 1 file:
* use png_jmpbuf (fix for OSX; thx to Matt Cottrell)
1 lines of code changed in 1 file:
* changed 'PNG_' into 'GLPNG_' (libpng reserves 'PNG_' and 'png_')
- suggested by John Bowler + Matt Cottrell
38 lines of code changed in 2 files:
* more IO error handling
10 lines of code changed in 1 file:
* removed dead code
(partly reverted by [8316])
0 lines of code changed in 1 file:
* moved much code into static scope
(partly reverted by [8310])
28 lines of code changed in 2 files:
* removed unused(-but-set) variables/params
3 lines of code changed in 1 file:
merge from dev [7748] [7749] [7750]
* comments (C->C++ style)
* fixed umlauts in TREEGEN
31 lines of code changed in 2 files:
* renamed intf (global typename from /usr/include/zconf.h)
* fixed several warnings
* put some #warnings into DEVEL_RALF
8 lines of code changed in 1 file:
- merged [7112] to trunk
8 lines of code changed in 1 file:
[static checker]
* var visability
5 lines of code changed in 1 file:
- added library dependency declarations
7 lines of code changed in 1 file:
* fixed whitespace (scripted)
8 lines of code changed in 1 file:
- condensed several comments
7 lines of code changed in 2 files:
Moved a lot of dead code to where it belongs: into the depths of SVN.
I didn't care much: If there was no obvious reason (e.g. some coment explaining why it's still there), it has been deleted
0 lines of code changed in 1 file:
- TAB-Ex
522 lines of code changed in 2 files:
- changed names of linker commands
1 lines of code changed in 1 file:
removed old SGI stuff
2 lines of code changed in 1 file:
- added POST_COMPILE where needed
1 lines of code changed in 1 file:
- type-punning fix
4 lines of code changed in 1 file:
- added 'clean'
3 lines of code changed in 1 file:
- undid inclusion of glew.h
0 lines of code changed in 1 file:
- warning fixes
- included glew.h because otherwise glColorTableEXT is undefined.
Unsure whether that inclusion is correct!
- conditionally excluded ExtSupported()
9 lines of code changed in 1 file:
- glpng lib
850 lines of code changed in 3 files: