summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* projects: Delete the definition of _WINDOWS from the VStudio projectCosmin Truta2022-09-142-19/+19
* Delete vestigial declarations formerly used on 16-bit platformsCosmin Truta2022-09-143-23/+8
* arm: Do not allow PNG_ARM_NEON_CHECK_SUPPORTED on ARM64Cosmin Truta2022-09-141-14/+14
* arm: Avoid compiler warnings in palette_neon_intrinsics.cCosmin Truta2022-09-141-3/+5
* Avoid -Wundef for MIPS and PPC symbols tooVadim Zeitlin2022-09-141-0/+4
* Avoid -Wundef warnings for PNG_ARM_NEON_IMPLEMENTATIONVadim Zeitlin2022-09-141-0/+2
* Fix a memory leak in png_set_tRNSSami Boukortt2022-09-132-1/+5
* Fix a crash in png_convert_from_time_t with an invalid time_t argumentCosmin Truta2022-09-131-1/+11
* Fix private macro png_constcast; delete private type png_ptruintCosmin Truta2022-09-131-11/+2
* Fix an instance of -Wunused-but-set-variable.Peter Kasting2022-09-131-3/+0
* Add spaces around '/*' and '*/'xmuli2022-09-131-2/+2
* Fix various typosluz paz2022-09-1310-14/+14
* projects: Update the README file of the Visual Studio projectCosmin Truta2022-09-131-4/+4
* projects: Add ARM64 to Visual Studio projectGabor Kertesz2022-09-138-18/+1293
* projects: Fix C2220 warning errors for VS2019Gabor Kertesz2022-09-136-34/+34
* projects: Upgrade to Visual Studio 2019Gabor Kertesz2022-09-137-0/+25
* scripts: Add makefile for win-arm64Gabor Kertesz2022-09-131-0/+123
* Fix arm neon config for win-arm64 with MSVCGabor Kertesz2022-09-131-1/+1
* Update INSTALLCosmin Truta2022-09-131-38/+37
* Fix typo in libpng manualSamanta Navarro2022-09-132-2/+2
* cmake: Refactor the PNGLIB variables that define the versioning schemeCosmin Truta2022-09-121-5/+8
* cmake: Fix the shared build on AndroidCosmin Truta2022-09-101-2/+3
* cmake: Fix compilation on systems without libmCameron Cawley2022-09-101-1/+4
* cmake: Fix the build on Unix with source files checked out on WindowsChristopher Sean Morrison2022-09-102-4/+20
* cmake: Fix cross-compilation on macOSOwen Rudge2022-09-101-18/+30
* cmake: Rename the target "symbol-check" to "scripts_symbols_chk"Cosmin Truta2022-09-101-2/+2
* cmake: Correctly handle generated filesGleb Mazovetskiy2022-09-101-32/+49
* configure: Initialize PNG_ARM_NEON_OPT and PNG_MIPS_MSA_OPT correctlyCosmin Truta2022-09-052-4/+4
* Rerun "./autogen.sh --maintainer"Cosmin Truta2022-09-0517-5107/+6390
* Clean up configure.acCosmin Truta2022-09-051-47/+40
* Remove obsolete/incorrect __LLVM,__asm sectionDan Field2022-09-051-4/+0
* Update the configuration for Travis CI and AppVeyor CICosmin Truta2022-09-042-6/+10
* ci: Update the CI scriptsCosmin Truta2022-09-043-51/+79
* cmake: Set PNG_ARM_NEON to "on" by default on ARM64Cosmin Truta2022-08-261-5/+12
* Update the copyright yearCosmin Truta2022-08-265-9/+9
* Update the copyright yearCosmin Truta2021-03-155-9/+9
* ci: Update the CI scriptsCosmin Truta2021-03-153-21/+44
* Eliminate spaces between function name and (Ben Bullock2021-03-132-11/+11
* Remove duplicate lineBen Bullock2021-03-131-1/+0
* Fix typo in READMEBen Bullock2021-03-131-2/+2
* Remove second call to write_eXIfBen Bullock2021-03-131-5/+0
* Fix decode fail on image with invalid eXIf chunkQiang Zhou2021-03-131-1/+1
* Add a check to pngimage.cKleber TarcĂ­sio2021-03-131-2/+3
* contrib: Apply various fixes to libtestsCosmin Truta2021-03-129-277/+364
* .gitignore: AddCosmin Truta2020-12-311-0/+74
* ci: Fix the Visual Studio verification on AppVeyor CICosmin Truta2020-12-311-5/+14
* ci: Recognize more CI_ variables for better cross-platform verificationCosmin Truta2020-12-313-16/+51
* libpng.pc.in: zlib dependency is privateCristian RodrĂ­guez2020-05-241-1/+1
* ci: Verify the install targetCosmin Truta2020-05-242-14/+35
* cmake: Refactor the install target; reformatCosmin Truta2020-05-241-221/+267