- e519af8 cmake: Allow overwriting the debug postfix of library filenames by Cosmin Truta · 4 months ago libpng16 master tmp/develop
- efc96c9 cmake: Redo the fix for Clang support on Windows by Cosmin Truta · 4 months ago
- aab24fa Clean up CMakeLists.txt by Cosmin Truta · 4 months ago
- efa9c2e cmake: Rename the custom targets to have the png_ prefix by Jeremy Maitin-Shepard · 4 months ago
- c22ef3b Revert "cmake: Fix the Clang support on Windows" by Cosmin Truta · 4 months ago
- 66fede8 ci: Update the CI scripts by Cosmin Truta · 4 months ago
- 59fa76e ci: Add CMake+Ninja+Clang to the AppVeyor CI matrix by Cosmin Truta · 4 months ago
- 70fda18 cmake: Fix the Clang support on Windows by B. Scott Michel · 4 months ago
- aeb26da cmake: Use CMAKE_SHARED_LIBRARY_C_FLAGS in version script checks by Gunther Nikl · 4 months ago
- cd0ea2a Fix for universal binaries on macOS by Jon Creighton · 5 months ago
- 9923515 Update the copyright year by Cosmin Truta · 5 months ago
- 61bfdb0 Update the configuration for Travis CI and AppVeyor CI by Cosmin Truta · 6 months ago
- 9db8cff ci: Fix verification under Cygwin Bash + CMake + Visual Studio; update by Cosmin Truta · 6 months ago
- b445aad ci: Rename the ci_* scripts by Cosmin Truta · 6 months ago
- 3c152a8 Fix typos by musvaage · 6 months ago
- 5a0b7e9 manuals: Remove references to libpngpf(3); update links by Cosmin Truta · 6 months ago
- b126f80 Reorganize and update the README file; add Markdown formatting by Cosmin Truta · 6 months ago
- 3c761b5 Bump version to 1.6.40.git by Cosmin Truta · 6 months ago
- 07b8803 Release libpng version 1.6.39 by Cosmin Truta · 6 months ago v1.6.39
- 32f465a Update the file list in README by Cosmin Truta · 6 months ago
- 074e2ea configure: Fix possible regressions with trunk autoconf (vs 2.71) by Paul Eggert · 6 months ago
- 790fef3 tools: Fix a memory leak in pngcp by John Bowler · 6 months ago
- 8a5732f tools: Fix a buffer overflow involving a file name in pngfix by Alberto Barbaro · 6 months ago
- 77c3a39 Clean up comments and whitespace characters in source files by Cosmin Truta · 6 months ago
- 8cfdb54 Clean up oss-fuzz by Cosmin Truta · 6 months ago
- f6036c0 Update, rename and clean up various scripts by Cosmin Truta · 6 months ago
- 689e065 Clean up vestigial uses of png_size_tp by Cosmin Truta · 6 months ago
- 33de006 Turn large PNG chunks into benign errors by Cosmin Truta · 6 months ago
- 9b54880 Fix comments by tangyaofang · 7 months ago
- 04c016d scripts: Fix the remaining instance of ZLIB_INCLUDE_DIR by Felix Hanau · 7 months ago
- b8ca910 arm: Add a compile-time assertion about PNG_ARM_NEON_CHECK_SUPPORTED by Cosmin Truta · 8 months ago
- e56f79c cmake: Default to PNG_ARM_NEON=off for arm targets by Martin Storsjö · 8 months ago
- 12222e6 scripts: Add missing makefile.clang reference to README.txt by Cosmin Truta · 9 months ago
- 9b65ad4 scripts: Remove the support for "install" targets from all makefiles by Cosmin Truta · 9 months ago
- 3f991d5 scripts: Remove makefile.cegcc by Cosmin Truta · 9 months ago
- b422bc1 .gitignore: Ignore the autoreconf artifacts by Cosmin Truta · 9 months ago
- 6fc5119 Bump version to 1.6.39.git by Cosmin Truta · 9 months ago
- 0a158f3 Release libpng version 1.6.38 by Cosmin Truta · 9 months ago v1.6.38
- 50d7a85 Acknowledge the contributors of bug fixes applied to the EXIF support by Cosmin Truta · 9 months ago
- 2733482 Fix a last-minute bug in the checking of the EXIF byte-order header by Cosmin Truta · 9 months ago
- 3d57708 Revert "Remove second call to write_eXIf" by Cosmin Truta · 9 months ago
- abccfd7 .gitignore: Update by Cosmin Truta · 9 months ago
- 823ef44 scripts: Remove leftover references to the ci_* scripts from README.txt by Cosmin Truta · 9 months ago
- d72cda5 ci: Trace the paths of executable files found on the build machine by Cosmin Truta · 9 months ago
- 3c67eec scripts: Add makefile.emcc for building libpng with Emscripten by Cosmin Truta · 9 months ago
- b60656e scripts: Disable the hardware-optimized compilation in legacy makefiles by Cosmin Truta · 9 months ago
- c64655d scripts: Set the compiler warning options to "-Wall -Wextra -Wundef" by Cosmin Truta · 9 months ago
- 8b7b99c scripts: Clean up the logging in makefile.std and pnglibconf.mak by Cosmin Truta · 9 months ago
- 62c027d Fix handling incorrect hIST chunks of uneven size by Cosmin Truta · 9 months ago
- e9e9801 Simplify the definition of png_isaligned and avoid compiler warnings by Cosmin Truta · 9 months ago
- 0c2388c projects: Delete the definition of _WINDOWS from the VStudio project by Cosmin Truta · 9 months ago
- 9cb84c4 Delete vestigial declarations formerly used on 16-bit platforms by Cosmin Truta · 9 months ago
- 8c542ad arm: Do not allow PNG_ARM_NEON_CHECK_SUPPORTED on ARM64 by Cosmin Truta · 9 months ago
- 2abaf81 arm: Avoid compiler warnings in palette_neon_intrinsics.c by Cosmin Truta · 9 months ago
- ad0245b Avoid -Wundef for MIPS and PPC symbols too by Vadim Zeitlin · 9 months ago
- 1f974dd Avoid -Wundef warnings for PNG_ARM_NEON_IMPLEMENTATION by Vadim Zeitlin · 9 months ago
- 3ec225d Fix a memory leak in png_set_tRNS by Sami Boukortt · 9 months ago
- 36bd1bb Fix a crash in png_convert_from_time_t with an invalid time_t argument by Cosmin Truta · 9 months ago
- 0406deb Fix private macro png_constcast; delete private type png_ptruint by Cosmin Truta · 9 months ago
- 5f5f98a Fix an instance of -Wunused-but-set-variable. by Peter Kasting · 9 months ago
- f10c6bb Add spaces around '/*' and '*/' by xmuli · 9 months ago
- f16427e Fix various typos by luz paz · 9 months ago
- 6aff792 projects: Update the README file of the Visual Studio project by Cosmin Truta · 9 months ago
- ed8840a projects: Add ARM64 to Visual Studio project by Gabor Kertesz · 9 months ago
- efdb24e projects: Fix C2220 warning errors for VS2019 by Gabor Kertesz · 9 months ago
- 1f20bc1 projects: Upgrade to Visual Studio 2019 by Gabor Kertesz · 9 months ago
- bbab571 scripts: Add makefile for win-arm64 by Gabor Kertesz · 9 months ago
- a1a81cc Fix arm neon config for win-arm64 with MSVC by Gabor Kertesz · 9 months ago
- c3a1d84 Update INSTALL by Cosmin Truta · 9 months ago
- eda0f47 Fix typo in libpng manual by Samanta Navarro · 9 months ago
- 3848c73 cmake: Refactor the PNGLIB variables that define the versioning scheme by Cosmin Truta · 9 months ago
- dd8db81 cmake: Fix the shared build on Android by Cosmin Truta · 9 months ago
- 763c77e cmake: Fix compilation on systems without libm by Cameron Cawley · 9 months ago
- 840af2e cmake: Fix the build on Unix with source files checked out on Windows by Christopher Sean Morrison · 9 months ago
- 8a354b4 cmake: Fix cross-compilation on macOS by Owen Rudge · 9 months ago
- 0fe598d cmake: Rename the target "symbol-check" to "scripts_symbols_chk" by Cosmin Truta · 9 months ago
- cbf8c64 cmake: Correctly handle generated files by Gleb Mazovetskiy · 9 months ago
- 6a42bc1 configure: Initialize PNG_ARM_NEON_OPT and PNG_MIPS_MSA_OPT correctly by Cosmin Truta · 9 months ago
- 9e32b6f Rerun "./autogen.sh --maintainer" by Cosmin Truta · 9 months ago
- cc0e959 Clean up configure.ac by Cosmin Truta · 9 months ago
- 4034226 Remove obsolete/incorrect __LLVM,__asm section by Dan Field · 9 months ago
- bfb0abe Update the configuration for Travis CI and AppVeyor CI by Cosmin Truta · 9 months ago
- 081e675 ci: Update the CI scripts by Cosmin Truta · 9 months ago
- 103f834 cmake: Set PNG_ARM_NEON to "on" by default on ARM64 by Cosmin Truta · 9 months ago
- 723b2d9 Update the copyright year by Cosmin Truta · 9 months ago
- b7ea74c Update the copyright year by Cosmin Truta · 2 years, 3 months ago
- 8c3fdb0 ci: Update the CI scripts by Cosmin Truta · 2 years, 3 months ago
- a37d483 Eliminate spaces between function name and ( by Ben Bullock · 2 years, 3 months ago
- 3796518 Remove duplicate line by Ben Bullock · 2 years, 3 months ago
- 8ca0108 Fix typo in README by Ben Bullock · 2 years, 3 months ago
- cd03aaf Remove second call to write_eXIf by Ben Bullock · 2 years, 3 months ago
- c4bd411 Fix decode fail on image with invalid eXIf chunk by Qiang Zhou · 2 years, 3 months ago
- 2224c8e Add a check to pngimage.c by Kleber Tarcísio · 2 years, 3 months ago
- e2bb5e7 contrib: Apply various fixes to libtests by Cosmin Truta · 2 years, 3 months ago
- d6e13b2 .gitignore: Add by Cosmin Truta · 2 years, 5 months ago
- c2e2cd2 ci: Fix the Visual Studio verification on AppVeyor CI by Cosmin Truta · 2 years, 5 months ago
- c3f2091 ci: Recognize more CI_ variables for better cross-platform verification by Cosmin Truta · 2 years, 5 months ago
- dbe3e0c libpng.pc.in: zlib dependency is private by Cristian Rodríguez · 3 years ago
- 2f753e2 ci: Verify the install target by Cosmin Truta · 3 years ago
- f5d5f5a cmake: Refactor the install target; reformat by Cosmin Truta · 3 years ago