summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cmake: Allow overwriting the debug postfix of library filenamesHEADmasterlibpng16Cosmin Truta2023-02-121-4/+10
* cmake: Redo the fix for Clang support on WindowsCosmin Truta2023-02-121-74/+72
* Clean up CMakeLists.txtCosmin Truta2023-02-081-83/+91
* cmake: Rename the custom targets to have the png_ prefixJeremy Maitin-Shepard2023-02-082-28/+29
* Revert "cmake: Fix the Clang support on Windows"Cosmin Truta2023-02-071-19/+19
* ci: Update the CI scriptsCosmin Truta2023-02-053-70/+97
* ci: Add CMake+Ninja+Clang to the AppVeyor CI matrixCosmin Truta2023-02-041-1/+10
* cmake: Fix the Clang support on WindowsB. Scott Michel2023-02-031-19/+19
* cmake: Use CMAKE_SHARED_LIBRARY_C_FLAGS in version script checksGunther Nikl2023-01-311-2/+9
* Fix for universal binaries on macOSJon Creighton2023-01-092-4/+5
* Update the copyright yearCosmin Truta2023-01-095-9/+9
* Update the configuration for Travis CI and AppVeyor CICosmin Truta2022-11-292-14/+4
* ci: Fix verification under Cygwin Bash + CMake + Visual Studio; updateCosmin Truta2022-11-272-23/+25
* ci: Rename the ci_* scriptsCosmin Truta2022-11-275-39/+39
* Fix typosmusvaage2022-11-2710-15/+15
* manuals: Remove references to libpngpf(3); update linksCosmin Truta2022-11-272-53/+18
* Reorganize and update the README file; add Markdown formattingCosmin Truta2022-11-271-81/+79
* Bump version to 1.6.40.gitCosmin Truta2022-11-2713-35/+45
* Release libpng version 1.6.39v1.6.39Cosmin Truta2022-11-2016-60/+68
* Update the file list in READMECosmin Truta2022-11-201-67/+68
* configure: Fix possible regressions with trunk autoconf (vs 2.71)Paul Eggert2022-11-201-3/+5
* tools: Fix a memory leak in pngcpJohn Bowler2022-11-201-14/+58
* tools: Fix a buffer overflow involving a file name in pngfixAlberto Barbaro2022-11-201-1/+8
* Clean up comments and whitespace characters in source filesCosmin Truta2022-11-2024-44/+26
* Clean up oss-fuzzCosmin Truta2022-11-203-6/+3
* Update, rename and clean up various scriptsCosmin Truta2022-11-207-63/+46
* Clean up vestigial uses of png_size_tpCosmin Truta2022-11-203-5/+5
* Turn large PNG chunks into benign errorsCosmin Truta2022-11-202-2/+3
* Fix commentstangyaofang2022-11-162-5/+5
* scripts: Fix the remaining instance of ZLIB_INCLUDE_DIRFelix Hanau2022-10-231-1/+1
* arm: Add a compile-time assertion about PNG_ARM_NEON_CHECK_SUPPORTEDCosmin Truta2022-10-121-1/+4
* cmake: Default to PNG_ARM_NEON=off for arm targetsMartin Storsjö2022-10-121-2/+3
* scripts: Add missing makefile.clang reference to README.txtCosmin Truta2022-09-181-0/+1
* scripts: Remove the support for "install" targets from all makefilesCosmin Truta2022-09-1825-2125/+309
* scripts: Remove makefile.cegccCosmin Truta2022-09-182-117/+0
* .gitignore: Ignore the autoreconf artifactsCosmin Truta2022-09-181-0/+3
* Bump version to 1.6.39.gitCosmin Truta2022-09-1713-37/+47
* Release libpng version 1.6.38v1.6.38Cosmin Truta2022-09-1422-78/+67
* Acknowledge the contributors of bug fixes applied to the EXIF supportCosmin Truta2022-09-141-0/+2
* Fix a last-minute bug in the checking of the EXIF byte-order headerCosmin Truta2022-09-141-7/+10
* Revert "Remove second call to write_eXIf"Cosmin Truta2022-09-141-0/+5
* .gitignore: UpdateCosmin Truta2022-09-141-0/+1
* scripts: Remove leftover references to the ci_* scripts from README.txtCosmin Truta2022-09-141-4/+0
* ci: Trace the paths of executable files found on the build machineCosmin Truta2022-09-143-55/+99
* scripts: Add makefile.emcc for building libpng with EmscriptenCosmin Truta2022-09-141-0/+83
* scripts: Disable the hardware-optimized compilation in legacy makefilesCosmin Truta2022-09-146-262/+23
* scripts: Set the compiler warning options to "-Wall -Wextra -Wundef"Cosmin Truta2022-09-1425-107/+97
* scripts: Clean up the logging in makefile.std and pnglibconf.makCosmin Truta2022-09-142-25/+24
* Fix handling incorrect hIST chunks of uneven sizeCosmin Truta2022-09-141-2/+3
* Simplify the definition of png_isaligned and avoid compiler warningsCosmin Truta2022-09-142-20/+18