Glenn Randers-Pehrson
13831bc06e
[libpng16] Updated "last changed" dates
2011-12-21 08:28:28 -06:00
Glenn Randers-Pehrson
adf049e435
[libpng16] Removed references to bsconfig.h from makefiles
2011-12-21 08:26:42 -06:00
John Bowler
681c1fc02a
[libpng16] Correct configure builds where build and source directories are
...
separate. The include path of 'config.h' was erroneously made relative in
pngvalid.c in libpng 1.5.7.
2011-12-18 06:20:22 -06:00
John Bowler
ba6fbc57ba
[libpng16] Revised config.h handling; added bsconfig.h, deleted pngconfig.h
2011-12-17 14:21:54 -06:00
Glenn Randers-Pehrson
d1dceee2f7
[libpng] #include "pngconfig.h" in pngvalid.c
2011-12-17 10:21:51 -06:00
Glenn Randers-Pehrson
94531034cc
[libpng16] Fixed comment in pngconfig.h (cut-and-paste error)
2011-12-17 10:09:36 -06:00
Glenn Randers-Pehrson
751a93f3ec
[libpng16] Added pngconf.h
2011-12-17 10:01:00 -06:00
Glenn Randers-Pehrson
0b3634bcc4
[libpng16] Reverted install of pngconfig.h
2011-12-17 09:57:00 -06:00
Glenn Randers-Pehrson
efaeadaa86
[libpng16] Added pngconfig.h file. This indirect reference to config.h avoids
...
problems with build scripts that search for config.h and find an
inappropriate one in the standard paths.
2011-12-17 09:06:34 -06:00
Glenn Randers-Pehrson
d35a3a826e
[libpng15] Removed '#include config.h"' from contrib/libtests/pngvalid.c.
...
It's not needed and causes trouble for VPATH building.
2011-12-16 14:19:39 -06:00
Glenn Randers-Pehrson
c4f94cbd08
[libpng15] Bump version to libpng-1.6.0beta02
2011-12-15 13:11:25 -06:00
Glenn Randers-Pehrson
26aad85204
[libpng16] Imported from libpng-1.6.0beta01.tar
v1.6.0beta01
2011-12-15 10:31:17 -06:00
Glenn Randers-Pehrson
e23fedc9de
Merge branch 'libpng15' of ssh://libpng.git.sourceforge.net/gitroot/libpng/libpng into libpng15
2011-12-15 09:54:00 -06:00
Glenn Randers-Pehrson
cd3f5bb507
[libpng15] Imported from libpng-1.5.7.tar
v1.5.7
2011-12-15 09:50:23 -06:00
John Bowler
c4081f05c8
[libpng16] Updated CMakeLists.txt to account for relocated and new test programs.
2011-12-08 09:53:00 -06:00
John Bowler
eb26ee6602
[libpng16] Fixed race conditions in parallel make builds. With higher degrees
...
of parallelism during 'make' the use of the same temporary file names such
as 'dfn*' can result in a race where a temporary file from one arm of the
build is deleted or overwritten in another arm. This changes the
temporary files for suffix rules to always use $* and ensures that the
non-suffix rules use unique file names.
2011-12-08 09:37:24 -06:00
Glenn Randers-Pehrson
b0270a9e47
Merge branch 'libpng15' of ssh://libpng.git.sourceforge.net/gitroot/libpng/libpng into libpng15
2011-12-08 08:50:29 -06:00
Glenn Randers-Pehrson
52cbf46f30
[libpng15] Imported from libpng-1.5.7rc03.tar
v1.5.7rc03
2011-12-08 08:44:15 -06:00
John Bowler
d61b42c81d
[libpng15] Updated CMakeLists.txt to account for the relocation of pngvalid.c
2011-12-07 20:35:48 -06:00
Glenn Randers-Pehrson
90a87c8853
[libpng15] Bump version to libpng-1.6.0alpha01
2011-12-05 13:39:20 -06:00
John Bowler
12924f33bd
[libpng16] Fixed minor memset/sizeof errors in pngvalid.c.
2011-12-05 12:36:04 -06:00
Glenn Randers-Pehrson
8fd9c16642
Merge branch 'libpng15' of ssh://www.simplesystems.org/git/libpng into libpng15
...
Conflicts:
ANNOUNCE
CHANGES
2011-12-04 19:31:52 -06:00
Glenn Randers-Pehrson
e22ea758e4
[libpng15] Imported from libpng-1.5.7rc02.tar
v1.5.7rc02
2011-12-04 19:29:29 -06:00
Glenn Randers-Pehrson
ec6d6fa51b
[libpng16] Put CRLF line endings in the owatcom project files.
2011-12-03 20:26:27 -06:00
Glenn Randers-Pehrson
f22c0ac2a5
[libpng15] Put CRLF line endings in the owatcom project files.
2011-12-03 20:16:12 -06:00
Glenn Randers-Pehrson
4f547b7177
[libpng15] Fixed incorrect character count in projects/owatcom/pngvalid.tgt
2011-12-02 20:14:21 -06:00
Glenn Randers-Pehrson
1f0eaa046c
[libpng16] Revised pngconf.h to use " __declspec(restrict)" if MSC_VER >= 1400.
2011-12-01 21:45:34 -06:00
Glenn Randers-Pehrson
c4fe32016c
[libpng15] Revised pngconf.h to use " __declspec(restrict)" if MSC_VER >= 1400,
...
as in libpng-1.5.4.
2011-12-01 21:32:15 -06:00
Glenn Randers-Pehrson
1be5c22e5c
[libpng15] Bump version to libpng-1.5.7rc02
2011-12-01 19:27:35 -06:00
Glenn Randers-Pehrson
956c0599e6
[libpng15] Revised project files and contrib/pngvalid/pngvalid.c to account for
...
the relocation of pngvalid into contrib/libtests.
2011-12-01 19:25:46 -06:00
Glenn Randers-Pehrson
97c8fbb949
Merge branch 'libpng15' of ssh://www.simplesystems.org/git/libpng into libpng15
2011-12-01 09:08:30 -06:00
Glenn Randers-Pehrson
a50ce74850
[libpng15] Imported from libpng-1.5.7rc01.tar
v1.5.7rc01
2011-12-01 09:06:22 -06:00
Glenn Randers-Pehrson
6bdefdd977
[libpng] Fixed some trivial typos in the contrib/tools subdirectory.
2011-11-29 07:44:48 -06:00
John Bowler
405a398b3e
[libpng16] New 'tools' directory containing tools used to generate libpng code.
2011-11-28 23:57:45 -06:00
Glenn Randers-Pehrson
8888ea4479
[libpng16] Revised #if PNG_DO_BC blocks in png.c (use #ifdef and add #else)
2011-11-28 11:29:10 -06:00
Glenn Randers-Pehrson
8973ee17bb
[libpng15] Fixed two other instances of "#if PNG_DO_BC" in png.c
2011-11-28 11:05:54 -06:00
Glenn Randers-Pehrson
2e31b96a5a
[libpng15] Revised #if PNG_DO_BC block in png.c (use #ifdef and add #else)
2011-11-28 10:51:29 -06:00
Glenn Randers-Pehrson
0b26ac5dee
[libpng16] Replaced an "#if" with "ifdef" in pngrtran.c
2011-11-28 10:38:41 -06:00
Glenn Randers-Pehrson
0222124801
[libpng15] Replaced an "#if" with "ifdef" in pngrtran.c
2011-11-28 10:31:42 -06:00
John Bowler
414769b415
[libpng16] Add "free()" and "png_free_image()" calls to example code.
2011-11-27 21:39:13 -06:00
Glenn Randers-Pehrson
5e934ba900
[libpng16] Removed stray "*.orig" files.
2011-11-27 06:15:42 -06:00
Glenn Randers-Pehrson
b72bc15e22
[libpng16] Added entry in CHANGES and ANNOUNCE about removing configure files.
2011-11-26 21:17:55 -06:00
Glenn Randers-Pehrson
4c7e8208b6
[libpng16] Remove machine-generated configure files
2011-11-26 21:08:24 -06:00
John Bowler
baeb6d1e92
[libpng16] Added ANSI-C (C90) headers; eliminated the use of FAR/far.
2011-11-26 18:21:02 -06:00
Glenn Randers-Pehrson
2ddb252d07
[libpng16] Updated license info in contrib/examples and example.c
2011-11-25 07:27:51 -06:00
Glenn Randers-Pehrson
61b23d59b1
[libpng15] Bump version to libpng-1.5.7beta06
2011-11-25 07:02:48 -06:00
Glenn Randers-Pehrson
cc1fa5df3a
[libpng15] Imported from libpng-1.5.7beta05.tar
v1.5.7beta05
2011-11-25 06:56:01 -06:00
Glenn Randers-Pehrson
7455cbf47e
[libpng16] Update internal version numbering and SO-numbers
2011-11-24 14:49:01 -06:00
Glenn Randers-Pehrson
cc5664ddad
[libpng15] Updated release number in png.h
2011-11-24 14:36:49 -06:00
Glenn Randers-Pehrson
87fadd5eee
[libpng16] Updated version numbering in png.h
2011-11-24 14:35:13 -06:00