Lines Matching +refs:cmake +refs:mode +refs:syntax +refs:table
560 PNG_FLAG_WROTE_tIME from flags to mode.
731 Fixed bug with use of PNG_BEFORE_IHDR bit in png_ptr->mode, introduced when
732 PNG_FLAG_HAVE_CHUNK_HEADER was moved into png_ptr->mode in version 1.0.5b
743 Added makefile.bc32 (32-bit Borland C++, C mode)
983 Added new PNG_HAVE_PNG_SIGNATURE bit to png_ptr->mode and use it to
2326 because the ISO PNG specification has a typo in the tRNS table.
3062 Check for out-of-range text compression mode in png_set_text().
3293 Don't include standard header files in png.h while building the symbol table,
3723 Removed PNG_CONST from the sRGB table declarations in pngpriv.h and png.c
5450 Fixed syntax "$(command)" in tests/pngstest that some shells other than
5507 Updated CMakeLists.txt, added supporting scripts/gen*.cmake.in
5508 and test.cmake.in (Roger Leigh).
5525 Add ${INCLUDES} in scripts/genout.cmake.in (Bug report by Nixon Kwok).
5556 Fixed issues with scripts/genout.cmake.in (David Capello, Nixon Kwok):
5950 Require cmake-2.8.8 in CMakeLists.txt. Revised symlink creation,
5951 no longer using deprecated cmake LOCATION feature (Clifford Yapp).
5961 Require cmake-3.0.2 in CMakeLists.txt (Clifford Yapp).
6015 Use pnglibconf.h.prebuilt when building for ANDROID with cmake (Github
6157 scripts/cmake and moved the list of their contributing authors to
6158 scripts/cmake/AUTHORS.md
6175 Added eXIf chunk support to the push-mode reader in pngpread.c.