summaryrefslogtreecommitdiff
path: root/tiff/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Update libtiff to 4.3.0Chris Liddell2022-05-111-38/+49
| | | | | | | | | | | | | | | | | | | | | | | | | Changes to libtiff for gpdl. 1) Ensure that libtiff doesn't mess with 'boolean' in GS builds on Windows. Without this, the jpeg structures used by our JPEG lib build are different in size when called from gs and libtiff, resulting in runtime errors. 2) Update libtiff so that it can correctly call into the jpeg library so that memory operations happen from our pools, not malloc/free. Slightly horrid in that this is more complex with OJPEG than JPEG files. Fix some compiler warnings stemming from libtiff update Various tweaks for libtiff 4.3.0 to build on Windows Mainly "importing" tif_config.vc.h and tiffconf.vc.h - the tiff build now created those with cmake. Then typedef'ing several C99 ***_t style types. Finally defining matching C99 PRI* printf formatting macros
* Update libtiff to 4.2.0Chris Liddell2021-01-151-15/+21
| | | | | | | | | | | | | | | | And then re-apply: ef66198ade77d5d551b3045cd36bed81c0b04f54 Changes to libtiff for gpdl. 1) Ensure that libtiff doesn't mess with 'boolean' in GS builds on Windows. Without this, the jpeg structures used by our JPEG lib build are different in size when called from gs and libtiff, resulting in runtime errors. 2) Update libtiff so that it can correctly call into the jpeg library so that memory operations happen from our pools, not malloc/free. Slightly horrid in that this is more complex with OJPEG than JPEG files.
* Update libtiff to 4.1.0Chris Liddell2019-11-261-18/+18
| | | | | | | | Add in portability changes to tiffiop.h Portability tiffiop.h Remove globals from tif_pixarlog.c
* libtiff: update to 4.0.7Chris Liddell2016-11-221-146/+248
| | | | | | | | Add in portability changes to tiffiop.h Portability tiffiop.h Remove globals from tif_pixarlog.c
* Commit of build_consolidation branchChris Liddell2015-07-201-0/+893
Squashed into one commit (see branch for details of the evolution of the branch). This brings gpcl6 and gxps into the Ghostscript build system, and a shared set of graphics library object files for all the interpreters. Also, brings the same configuration options to the pcl and xps products as we have for Ghostscript.