summaryrefslogtreecommitdiff
path: root/tiff/config
Commit message (Collapse)AuthorAgeFilesLines
* Update libtiff to 4.3.0Chris Liddell2022-05-115-1793/+2246
| | | | | | | | | | | | | | | | | | | | | | | | | 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.1.0Chris Liddell2019-11-269-1000/+887
| | | | | | | | Add in portability changes to tiffiop.h Portability tiffiop.h Remove globals from tif_pixarlog.c
* Add aarch64:Linux case to tiff config.guessRay Johnston2018-06-141-0/+3
| | | | | Needed for configure on 64-bit Linux on ARM (seen with SUSE 64-bit linux on the Raspberry Pi).
* Update libtiff to 4.0.9Chris Liddell2018-03-291-14/+23
| | | | | | | | | | Add in portability changes to tiffiop.h Portability tiffiop.h Remove globals from tif_pixarlog.c Tweaks to support libtiff 4.0.9
* libtiff: update to 4.0.7Chris Liddell2016-11-225-551/+1055
| | | | | | | | Add in portability changes to tiffiop.h Portability tiffiop.h Remove globals from tif_pixarlog.c
* Commit of build_consolidation branchChris Liddell2015-07-208-0/+15975
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.