Commit Graph

7 Commits (master)

Author SHA1 Message Date
Peter Kokot 01c59d840b Remove Git ident attributes
Git ident attributes were in most cases utilized with SVN and keywords
substitutions, where $Id$ were replaced with certain revision from the
repository. In Git this functionality is different. Each $Id$ needs to
be defined in .gitattributes file to be effective. This patch removes
unused and outdated attributes.
2018-06-27 02:04:37 +02:00
Mike Frysinger 08b0dbaec6 move (redundant) ifdef checks from source to build files
We've been tracking program deps in the build files, so it ends up
being redundant for a lot of our test/example programs.  Clean them
up, and update some of the cmake/automake files as needed.
2018-06-21 23:55:11 -04:00
Pierre Joye 1aa7ad8d26 fix examples build 2013-04-04 16:45:13 +02:00
pierrejoye e20413bf6b - apply same CS everywhere 2013-04-03 14:23:11 +02:00
tabe 7c51c9b063 fix -Wreturn-type 2013-02-11 12:12:41 +09:00
pajoye ad4477b0cb - add tga with alpha example image
- remove sgi and pic from the tga code example
2007-10-08 07:23:20 +00:00
pajoye 8fe1fe254d - #122, initial TGA support (read only) 2007-10-07 19:41:52 +00:00