summaryrefslogtreecommitdiff
path: root/tiff/test/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update libtiff to 4.3.0Chris Liddell2022-05-111-34/+36
| | | | | | | | | | | | | | | | | | | | | | | | | 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-2/+45
| | | | | | | | | | | | | | | | 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-1/+19
| | | | | | | | Add in portability changes to tiffiop.h Portability tiffiop.h Remove globals from tif_pixarlog.c
* Update libtiff to 4.0.9Chris Liddell2018-03-291-13/+21
| | | | | | | | | | 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-221-0/+374
Add in portability changes to tiffiop.h Portability tiffiop.h Remove globals from tif_pixarlog.c