summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Imported from libpng-1.6.0beta05.tarv1.6.1beta05Glenn Randers-Pehrson2013-03-011-70/+36
* [libpng16] Revised INSTALL to recommend using CPPFLAGS instead of INCLUDES.Glenn Randers-Pehrson2013-02-221-1/+1
* [libpng16] Fixed a race condition in the creation of the build 'scripts'John Bowler2013-02-161-1/+1
* [libpng16] Enabled parallel tests - back ported from libpng-1.7.John Bowler2013-02-161-13/+35
* [libpng16] Ported libpng 1.5 options.awk/dfn file handling to 1.6, fixed one ...John Bowler2013-02-151-6/+4
* [libpng16] Fixed missing dependency in --prefix builds The intermediateJohn Bowler2013-02-091-0/+1
* [libpng16] Fixed 'make distcheck' on SUN OS - libpng.so was not being removedJohn Bowler2012-12-271-0/+4
* [libpng16] Fixed cases of unquoted DESTDIR in Makefile.amJohn Bowler2012-12-151-16/+18
* [libpng16] Rearranged the ARM-NEON optimizations: Isolated the machine specificJohn Bowler2012-12-131-1/+2
* [libpng16] Bump version to 1.6.0beta28Glenn Randers-Pehrson2012-08-171-4/+4
* [libpng16] Revised Makefile.am to add unknown test supportJohn Bowler2012-08-171-2/+8
* [libpng16] Updated Makefile.inGlenn Randers-Pehrson2012-02-241-3/+3
* [libpng16] Checked in new Makefile.am that maintains pngusr.dfaGlenn Randers-Pehrson2012-02-241-2/+2
* [libpng16] Fixed fixed/float API export conditionals. 1) If FIXED_POINT orJohn Bowler2012-02-131-1/+1
* [libpng16] Attempt to fix problem with autogen.shJohn Bowler2012-02-011-2/+2
* [libpng16] Added symbol prefixing that allows all the libpng external symbolsJohn Bowler2012-01-311-2/+32
* [libpng16] Moved automake options to AM_INIT_AUTOMAKE in configure.acJohn Bowler2012-01-281-6/+0
* [libpng16] Freeze libtool files in the 'scripts' directory.John Bowler2012-01-271-0/+1
* [libpng16] Updated configure.ac from autoupdate: added --enable-werror option.John Bowler2012-01-251-0/+6
* [libpng16] Fixed Min/GW uninstall to remove libpng.dll.aJohn Bowler2012-01-231-0/+1
* [libpng16] Correct configure builds where build and source directories areJohn Bowler2011-12-181-1/+1
* [libpng16] Revised config.h handling; added bsconfig.h, deleted pngconfig.hJohn Bowler2011-12-171-5/+3
* [libpng16] Reverted install of pngconfig.hGlenn Randers-Pehrson2011-12-171-10/+5
* [libpng16] Added pngconfig.h file. This indirect reference to config.h avoidsGlenn Randers-Pehrson2011-12-171-7/+12
* [libpng16] Fixed race conditions in parallel make builds. With higher degreesJohn Bowler2011-12-081-23/+25
* [libpng16] Moved pngvalid.c into contrib/libtestsGlenn Randers-Pehrson2011-11-241-2/+2
* [libpng15] Bump version to libpng-1.6.0alpha01Glenn Randers-Pehrson2011-11-231-1/+1
* [libpng15] Revised Makefile.am to separate out stuff depending on contrib (WIP)Glenn Randers-Pehrson2011-11-171-7/+7
* [libpng15] Imported from libpng-1.5.7beta03.tarv1.5.7beta03Glenn Randers-Pehrson2011-11-161-4/+7
* [libpng15] Update pngstest to remove compiler warnings, add to libpng testsJohn Bowler2011-11-161-3/+6
* [libpng15] Change options.awk to use pngconf.h for versioningJohn Bowler2011-11-081-6/+8
* [libpng15] Fix for the preprocessor of the Intel C compiler. The preprocessorJohn Bowler2011-11-031-2/+2
* [libpng15] Bump version to libpng-1.5.7beta01Glenn Randers-Pehrson2011-11-031-0/+4
* [libpng15] Bump version to libpng-1.5.6beta04v1.5.6beta04Glenn Randers-Pehrson2011-10-051-1/+1
* [devel] Add SunOS support to configure and Makefile.amGlenn Randers-Pehrson2011-09-011-1/+1
* [devel] Added SunOS support to configure.ac and Makefile.amGlenn Randers-Pehrson2011-09-011-4/+9
* [devel] Revised Makefile.am and Makefile.in to look in the right directory forJohn Bowler2011-07-141-2/+3
* [devel] Reverted Makefile.am and Makefile.in to 1.5.4 status.Glenn Randers-Pehrson2011-07-131-1/+1
* [devel] Bump version to libpng-1.5.5beta01Glenn Randers-Pehrson2011-07-081-1/+1
* [devel] Imported from libpng-1.5.4beta01.tarv1.5.4beta01Glenn Randers-Pehrson2011-06-131-1/+1
* [devel] Imported from libpng-1.5.3beta06.tarv1.5.3beta06Glenn Randers-Pehrson2011-05-071-3/+3
* [devel] Bump to version libpng-1.5.3beta01Glenn Randers-Pehrson2011-03-311-1/+1
* [devel] Don't include standard header files in png.h while building the symbolGlenn Randers-Pehrson2011-03-241-1/+1
* --amend [devel] Imported from libpng-1.5.2beta01.tarGlenn Randers-Pehrson2011-02-031-1/+1
* [devel] Imported from libpng-1.5.1beta10.tarv1.5.1beta10Glenn Randers-Pehrson2011-01-261-0/+3
* [devel] Enhance pngvalid, correct an error in gray_to_rgb, correct doc error.John Bowler2011-01-231-1/+2
* [devel] Attempted to fix cpp on Solaris with S. Studio 12 cc, fix buildJohn Bowler2011-01-221-1/+8
* Removed scripts/pngwin.def and pngwin.dfn, added def.dfn, revised Makefile.amJohn Bowler2010-12-271-7/+3
* [devel] Fix the clean rule to remove pngtest-log.txtJohn Bowler2010-12-191-1/+1
* [devel] Revised "make test" to only print PASS or FAIL for pngvalid tests.Glenn Randers-Pehrson2010-12-071-1/+1