Directory GL/glpng/

Directory Created:
2004-12-17 15:59
Total Files:
4
Deleted Files:
0
Lines of Code:
716

[root]/GL/glpng

Lines of Code

GL/glpng/ Lines of Code

Developers

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

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:

  • GL/glpng: Makefile (+1 -1)
westram 2021-09-15 13:52 Rev.: 18730


* remove trailing whitespace from c source.

1 lines of code changed in 1 file:

  • GL/glpng: glpng.c (+1 -1)
westram 2020-03-07 17:47 Rev.: 18373


* 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:

  • GL/glpng: glpng.c (+2 -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:

  • GL/glpng: Makefile (+1 -1)
westram 2013-10-31 18:46 Rev.: 11008


* 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:

  • GL/glpng: glpng.c (+1 -3)
westram 2013-10-30 16:58 Rev.: 10974


* renamed include variables

1 lines of code changed in 1 file:

  • GL/glpng: 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)

1 lines of code changed in 1 file:

  • GL/glpng: Makefile (+1 -1)
westram 2013-10-29 12:43 Rev.: 10954


- document mechanism used by ARB to export variables to submakefiles
- document most important variables

1 lines of code changed in 1 file:

  • GL/glpng: Makefile (+1 -1)
westram 2013-02-13 13:24 Rev.: 9575


- effect of [9574] (comments only)

1 lines of code changed in 1 file:

  • GL/glpng: Makefile (+1 -1)
westram 2012-10-07 12:16 Rev.: 9004


* use png_jmpbuf (fix for OSX; thx to Matt Cottrell)

1 lines of code changed in 1 file:

  • GL/glpng: glpng.c (+1 -2)
westram 2012-10-07 12:09 Rev.: 9003


* changed 'PNG_' into 'GLPNG_' (libpng reserves 'PNG_' and 'png_')
- suggested by John Bowler + Matt Cottrell

38 lines of code changed in 2 files:

  • GL/glpng: glpng.c (+20 -20), glpng.h (+18 -18)
westram 2012-04-21 15:35 Rev.: 8647


* more IO error handling

10 lines of code changed in 1 file:

  • GL/glpng: glpng.c (+10 -10)
westram 2011-12-20 16:11 Rev.: 8313


* removed dead code

(partly reverted by [8316])

0 lines of code changed in 1 file:

  • GL/glpng: glpng.c (-145)
westram 2011-12-20 13:29 Rev.: 8309


* moved much code into static scope

(partly reverted by [8310])

28 lines of code changed in 2 files:

  • GL/glpng: glpng.c (+28 -28), glpng.h (-12)
westram 2011-11-29 18:42 Rev.: 8257


* removed unused(-but-set) variables/params

3 lines of code changed in 1 file:

  • GL/glpng: glpng.c (+3 -1)
westram 2011-08-08 01:01 Rev.: 7811


merge from dev [7748] [7749] [7750]
* comments (C->C++ style)
* fixed umlauts in TREEGEN

31 lines of code changed in 2 files:

  • GL/glpng: glpng.c (+12 -12), glpng.h (+19 -19)
westram 2011-03-27 15:04 Rev.: 7335


* 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:

  • GL/glpng: glpng.c (+8 -8)
westram 2011-02-02 11:00 Rev.: 7114


- merged [7112] to trunk

8 lines of code changed in 1 file:

  • GL/glpng: glpng.c (+8 -2)
westram 2010-03-10 18:22 Rev.: 6515


[static checker]
* var visability

5 lines of code changed in 1 file:

  • GL/glpng: glpng.c (+5 -4)
westram 2010-02-17 10:30 Rev.: 6448


- added library dependency declarations

7 lines of code changed in 1 file:

  • GL/glpng: needs_libs.libglpng_arb_a (new 7)
westram 2010-01-21 17:49 Rev.: 6366


* fixed whitespace (scripted)

8 lines of code changed in 1 file:

  • GL/glpng: glpng.c (+8 -8)
westram 2010-01-13 20:15 Rev.: 6352


- condensed several comments

7 lines of code changed in 2 files:

  • GL/glpng: glpng.c (+2 -3), glpng.h (+5 -2)
westram 2010-01-13 15:41 Rev.: 6347


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:

  • GL/glpng: glpng.c (-2)
westram 2008-06-06 14:23 Rev.: 5390

- TAB-Ex

522 lines of code changed in 2 files:

  • GL/glpng: glpng.c (+483 -483), glpng.h (+39 -39)
westram 2008-03-11 20:07 Rev.: 5225

- changed names of linker commands

1 lines of code changed in 1 file:

  • GL/glpng: Makefile (+1 -1)
boehnel 2007-12-17 19:48 Rev.: 4996

removed old SGI stuff

2 lines of code changed in 1 file:

  • GL/glpng: glpng.c (+2 -4)
westram 2007-09-27 13:51 Rev.: 4868

- added POST_COMPILE where needed

1 lines of code changed in 1 file:

  • GL/glpng: Makefile (+1 -1)
westram 2007-05-30 15:47 Rev.: 4647

- type-punning fix

4 lines of code changed in 1 file:

  • GL/glpng: glpng.c (+4 -2)
westram 2007-05-30 15:39 Rev.: 4635

- added 'clean'

3 lines of code changed in 1 file:

  • GL/glpng: Makefile (+3)
westram 2005-02-10 11:55 Rev.: 3618

- undid inclusion of glew.h

0 lines of code changed in 1 file:

  • GL/glpng: glpng.c (-1)
westram 2005-02-10 11:33 Rev.: 3609

- 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:

  • GL/glpng: glpng.c (+9 -2)
westram 2004-12-17 15:59 Rev.: 3448

- glpng lib

850 lines of code changed in 3 files:

  • GL/glpng: Makefile (new 30), glpng.c (new 711), glpng.h (new 109)
Generated by StatSVN 0.7.0