summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* libtiff 4.0.8 releasedRelease-v4-0-8bfriesen2017-05-211-3/+3
|
* * libtiff 4.0.7 released.Release-v4-0-7bfriesen2016-11-191-3/+3
| | | | * configure.ac: Update for 4.0.7 release.
* Fix failure to update libtiff version in AC_INIT.Release-v4-0-6bfriesen2015-09-121-1/+1
|
* * libtiff 4.0.6 released.bfriesen2015-09-121-2/+2
|
* * Makefile.am (distcheck-hook), configure.ac: Applied patches bybfriesen2015-09-011-0/+3
| | | | | | Roger Leigh (via tiff mailing list on 2015-09-01) to fix issue with BSD make and to make use of cmake in 'distcheck' target conditional on if cmake is available.
* * CMakeLists.txt, Makefile.am, configure.ac: Applied patches bybfriesen2015-09-011-1/+1
| | | | | | | | | | Roger Leigh (via tiff mailing list on 2015-09-01). CMake build is now included in 'distcheck' target. Builds with CMake 2.8.9 and newer. Tar is now resquested to use POSIX PAX format.
* * configure.ac: libtiff 4.0.5 released.bfriesen2015-08-301-3/+3
|
* Support large files under Windows using tif_unix.c and libtiff tools.bfriesen2015-08-191-0/+4
|
* * CMakeLists.txt: Add CMake patchset by Roger Leigh as posted tobfriesen2015-06-251-2/+3
| | | | | | | libtiff mailing list on Mon, 22 Jun 2015 21:21:01 +0100. Several corrections to ensure that the autotools build still works were added by me. I have not yet tested the build using 'cmake' or MSVC with 'nmake'.
* * libtiff 4.0.4 released.Release-v4-0-4bfriesen2015-06-211-3/+3
|
* * configure.ac: Add a HAVE_FOO Automake conditional for eachbfriesen2015-06-211-0/+6
| | | | | | | | add-on library. * test/Makefile.am (JPEG_DEPENDENT_CHECK_PROG): raw_decode requires JPEG support to compile. Use Automake conditional to only include it when JPEG support is available.
* * libtiff/tif_config.vc.h: Make adjustments to match the newbfriesen2015-06-211-1/+44
| | | | | | | | | | | | | | | definitions that configure produces, including for WIN64. Still needs to be tested. 'lld' is not assured by the run-time DLLs and so GCC warns. Add TIFF_SIZE_T and TIFF_SIZE_FORMAT to provide a type definition and printf format specifier to deal with printing values of 'size_t' type. In particular, this was necessary for WIN64. Added a configure test for if the system headers provide 'optarg' (normal case) and block out the many explicit 'extern' statements in the utilities. This was found to be necessary under Windows when getopt is in a DLL and the symbols are already imported with dllimport via standard header files.
* * configure.ac: For 64-bit MinGW, fix SSIZE_FORMAT formattingbfriesen2015-06-201-1/+9
| | | | | specifier. 64-bit MinGW supports 'long long' but support for 'lld' is not assured by the run-time DLLs.
* From Ludolf Holzheid on Bugzilla Bug #2498:faxguy2015-06-141-2/+13
| | | | | | | | | | | Attached is a patch that adds a configure option to select the file I/O style on Windows hosts. It defaults to --enable-win32-io on all windows targets other than Cygwin and to --disable-win32-io on Cygwin, and thus should be backwards-compatible. This allows programs using the Unix file I/O style (such as Netpbm's tifftopnm) to link against libtiff if configured for e.g. MinGW.
* From Marcos H. Woehrmann on Bugzilla Bug #2405. This corrects the shell ↵faxguy2015-06-141-1/+1
| | | | equality operator.
* * tools/gif2tiff.c (readgifimage): Fix Coverity 1024222 "Untrustedbfriesen2015-05-301-1/+2
| | | | | | | | | | | | | | value as argument". (checksignature): Fix Coverity 1024894 "Ignoring number of bytes read". (readextension): Fix Coverity 1024893 "Ignoring number of bytes read". (readgifimage): Fix Coverity 1024890 "Ignoring number of bytes read". (readraster): Fix Coverity 1024891 "Ignoring number of bytes read". (readgifimage): Fix Coverity 1024892 "Ignoring number of bytes read".
* * libtiff 4.0.4beta releasedRelease-v4-0-4betaerouault2015-01-261-4/+4
|
* * configure.ac: Applied patch by Brad Smith to improve pkg-configbfriesen2013-03-291-4/+8
| | | | static linking by adding -lm to Libs.private when needed.
* * libtiff 4.0.3 released.Release-v4-0-3bfriesen2012-09-221-4/+4
|
* * libtiff{tiff.h, tif_print.c, tif_dirinfo.c, tif_dirread.c}: Addbfriesen2012-08-191-3/+7
| | | | | | | | | | some TIFF/FX support in libtiff. Add the tag definitions to tiff.h. Add the related TIFF field definitions to tif_dirinfo.c, and also fixes an error in a comment. Adds the photometric values to tif_print.c, and fixes a bug. These changes are by Steve Underwood. * libtiff/tif_write.c: Fix bug rewriting image tiles in a
* updated for 4.0.2 releasefwarmerdam2012-06-161-5/+5
|
* * libtiff 4.0.1 released.Release-v4-0-1bfriesen2012-02-181-3/+3
|
* * configure.ac: Add support for using library symbol versioning onbfriesen2012-01-221-0/+32
| | | | | | | ELF systems with the GNU linker. Support is enabled via --enable-ld-version-script. Disabled by default for now until there is a decision for how to deploy a libtiff with versioned symbols after libtiff 4.0.0 was already released.
* * configure.ac: Add libtiff private dependency on -llzma forbfriesen2011-12-221-0/+1
| | | | | pkg-config. Patch by Mark Brand. Updated Automake to 1.11.2.
* Released libtiff 4.0.0.Release-v4-0-0bfriesen2011-12-221-3/+3
|
* Release v4-0-0beta7.Release-v4-0-0beta7bfriesen2011-04-091-3/+3
|
* * configure.ac: Should use AC_CANONICAL_HOST since host specifiesbfriesen2011-04-091-4/+4
| | | | | | | the run-time target whereas target is used to specify the final output target if the package is a build tool (like a compiler), which libtiff is not. Resolves libtiff bug 2307 "Use AC_CANONICAL_HOST macro".
* * configure.ac: Support configuring TIFF_INT64_FORMAT andbfriesen2011-04-021-2/+20
| | | | | | | | | | | | | | TIFF_UINT64_FORMAT appropriately for MinGW32. * tools/tiffdump.c (ReadDirectory): MinGW32 needs to use WIN32 printf conventions for 64-bit types because it uses the WIN32 CRT. * libtiff/{tif_dumpmode.c,tif_luv.c,tif_lzw.c,tif_print.c, tif_read.c,tif_strip.c,tif_thunder.c}: MinGW32 needs to use WIN32 printf conventions for 64-bit types because it uses the WIN32 CRT. * tools/tiff2pdf.c (t2p_write_pdf_string): Fix printf syntax not understood by WIN32 CRT.
* fix macro set for chunky-read-supportfwarmerdam2011-02-181-1/+1
|
* added a configure option to enable CHUNKY_STRIP_READ support ↵fwarmerdam2011-02-181-0/+16
| | | | (--enable-chunky-strip-read)
* implement optional support for deferred strip/tile offset/size loadingfwarmerdam2011-02-181-0/+16
|
* * configure.ac, libtiff/Makefile.am: Build tif_win32.c onfaxguy2010-12-151-0/+20
| | | | | Windows except on Cygwin http://bugzilla.maptools.org/show_bug.cgi?id=2224
* Implement a new TIFF compression scheme LZMA reserving a new value 34925 fordron2010-12-141-0/+52
| | | | Compression tag. As per bug http://bugzilla.maptools.org/show_bug.cgi?id=2221
* * libtiff-4.pc.in: Added libtiff pkg-config .pc file support.bfriesen2010-11-271-0/+7
| | | | Patch by Vincent Torri.
* * libtiff 4.0.0alpha6 released.Release-v4-0-0alpha6bfriesen2010-06-111-3/+3
|
* * libtiff 4.0.0alpha5 released.Release-v4-0-0alpha5bfriesen2009-11-041-3/+3
|
* * configure.ac: x86_64 should use the same fill order as i386.bfriesen2009-10-071-1/+1
|
* * libtiff 4.0.0alpha4 released.Release-v4-0-0alpha4bfriesen2009-08-271-18/+29
| | | | * HOWTO-RELEASE: Improved release instructions.
* * configure.ac: Updated autotools. Autoconf 2.64, Automake 1.11,bfriesen2009-08-201-4/+13
| | | | | | | libtool 2.2.6. Enabled support for silent build rules (--enable-silent-rules or 'make V=0') and colorized tests. * html/{index.html, v3.9.0.html}: Update for 3.9.0 release.
* add support for 8/12bit jpeg dual mode buildsfwarmerdam2009-06-211-0/+32
|
* update to 4.0.0beta3fwarmerdam2009-01-201-2/+2
|
* * libtiff/tiffio.h: GCC will now validate format specificationsbfriesen2008-12-311-0/+24
| | | | | | for TIFFError(), TIFFErrorExt(), TIFFWarning(), and TIFFWarningExt() in order to reveal bugs. * Many fixes throughout to work better as a 64-bit build.
* prepare for 4.0.0beta2fwarmerdam2008-05-241-2/+2
|
* update for 4.0.0beta1 releasefwarmerdam2008-05-181-2/+2
|
* *** empty log message ***dron2007-07-041-3/+0
|
* Version number has been changed; use libtool versioning instead ofdron2007-06-281-13/+36
| | | | package release numbers.
* Added support for a TIFF_SSIZE_T in order to return memory sizes but stillbfriesen2007-06-261-7/+14
| | | | allow returning -1 for errors.
* Added support for a TIFF_PTRDIFF_T type to use when doing pointer arithmetic.bfriesen2007-06-261-4/+26
|
* Hopefully fixed botched upgrade of libtool.bfriesen2007-06-261-1/+0
|
* * configure.ac: Fix typo when substituting value for unsigned 8 bit type.bfriesen2007-06-261-1/+1
| | | | * libtiff/tiffconf.vc.h: Add porting type defintions for WIN32.