- Nov 16, 2014
-
-
Glenn Randers-Pehrson authored
-
Cosmin Truta authored
scripts/makefile.vcwin32. Removed the obsolete $ARCH variable from scripts/makefile.darwin.
-
- Nov 14, 2014
-
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
-
Cosmin Truta authored
similarly-named macros were already defined in makefiles. This behavior is different from POSIX make and other make programs. Surround the macro definitions with ifndef guards (Cosmin).
-
- Nov 13, 2014
-
-
Glenn Randers-Pehrson authored
-
- Nov 08, 2014
-
-
Glenn Randers-Pehrson authored
-
- Nov 07, 2014
-
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
-
- Nov 06, 2014
-
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
needed by png_reciprocal2(). Added #ifdef PNG_16BIT_SUPPORTED/#endif around png_log16bit() and png_do_swap().
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
in the manual, example.c, pngtest.c, and applications in the contrib directory. It was incorrect advice.
-
- Nov 05, 2014
-
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
-
John Bowler authored
in the code the number of elements in an array is calculated using sizeof. This generates a compile time constant of type (size_t) which is then typically assigned to an (unsigned int) or (int). Some versions of GCC on 64-bit systems warn about the apparent narrowing, even though the same compiler does apparently generate the correct, in-range, numeric constant. This adds appropriate, safe, casts to make the warnings go away.
-
John Bowler authored
allocated at the end of the program, harmless but it causes memory leak reports from clang.
-
John Bowler authored
seem to generate warnings when an unsigned value is implicitly converted to double. This is probably a GCC bug but this change avoids the issue by explicitly converting to (int) where safe.
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
-
- Nov 04, 2014
-
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
-
- Nov 03, 2014
-
-
John Bowler authored
revision to configure.ac to support ARM on aarch64 instead (John Bowler).
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
-
- Nov 01, 2014
-
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
-
- Oct 31, 2014
-
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
"if (x !== 0)"
-
- Oct 29, 2014
-
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
-
- Oct 28, 2014
-
-
Glenn Randers-Pehrson authored
-
- Oct 26, 2014
-
-
Glenn Randers-Pehrson authored
-