summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
* * libtiff 4.0.6 released.Bob Friesenhahn2015-09-121-2/+2
|
* * Makefile.am (distcheck-hook), configure.ac: Applied patches byBob Friesenhahn2015-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 byBob Friesenhahn2015-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.Bob Friesenhahn2015-08-301-3/+3
|
* Support large files under Windows using tif_unix.c and libtiff tools.Bob Friesenhahn2015-08-191-0/+4
|
* * CMakeLists.txt: Add CMake patchset by Roger Leigh as posted toBob Friesenhahn2015-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.v4.0.4Release-v4-0-4Bob Friesenhahn2015-06-211-3/+3
|
* * configure.ac: Add a HAVE_FOO Automake conditional for eachBob Friesenhahn2015-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 newBob Friesenhahn2015-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 formattingBob Friesenhahn2015-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:Lee Howard2015-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 ↵Lee Howard2015-06-141-1/+1
| | | | equality operator.
* * tools/gif2tiff.c (readgifimage): Fix Coverity 1024222 "UntrustedBob Friesenhahn2015-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 releasedv4.0.4betaRelease-v4-0-4betaEven Rouault2015-01-261-4/+4
|
* * configure.ac: Applied patch by Brad Smith to improve pkg-configBob Friesenhahn2013-03-291-4/+8
| | | | static linking by adding -lm to Libs.private when needed.
* * libtiff 4.0.3 released.v4.0.3Release-v4-0-3Bob Friesenhahn2012-09-221-4/+4
|
* * libtiff{tiff.h, tif_print.c, tif_dirinfo.c, tif_dirread.c}: AddBob Friesenhahn2012-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 releaseFrank Warmerdam2012-06-161-5/+5
|
* * libtiff 4.0.1 released.v4.0.1Release-v4-0-1Bob Friesenhahn2012-02-181-3/+3
|
* * configure.ac: Add support for using library symbol versioning onBob Friesenhahn2012-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 forBob Friesenhahn2011-12-221-0/+1
| | | | | pkg-config. Patch by Mark Brand. Updated Automake to 1.11.2.
* Released libtiff 4.0.0.v4.0.0Release-v4-0-0Bob Friesenhahn2011-12-221-3/+3
|
* Release v4-0-0beta7.v4.0.0beta7Release-v4-0-0beta7Bob Friesenhahn2011-04-091-3/+3
|
* * configure.ac: Should use AC_CANONICAL_HOST since host specifiesBob Friesenhahn2011-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 andBob Friesenhahn2011-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-supportFrank Warmerdam2011-02-181-1/+1
|
* added a configure option to enable CHUNKY_STRIP_READ support ↵Frank Warmerdam2011-02-181-0/+16
| | | | (--enable-chunky-strip-read)
* implement optional support for deferred strip/tile offset/size loadingFrank Warmerdam2011-02-181-0/+16
|
* * configure.ac, libtiff/Makefile.am: Build tif_win32.c onLee Howard2010-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 forAndrey Kiselev2010-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.Bob Friesenhahn2010-11-271-0/+7
| | | | Patch by Vincent Torri.
* * libtiff 4.0.0alpha6 released.v4.0.0alpha6Release-v4-0-0alpha6Bob Friesenhahn2010-06-111-3/+3
|
* * libtiff 4.0.0alpha5 released.v4.0.0alpha5Release-v4-0-0alpha5Bob Friesenhahn2009-11-041-3/+3
|
* * configure.ac: x86_64 should use the same fill order as i386.Bob Friesenhahn2009-10-071-1/+1
|
* * libtiff 4.0.0alpha4 released.v4.0.0alpha4Release-v4-0-0alpha4Bob Friesenhahn2009-08-271-18/+29
| | | | * HOWTO-RELEASE: Improved release instructions.
* * configure.ac: Updated autotools. Autoconf 2.64, Automake 1.11,Bob Friesenhahn2009-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 buildsFrank Warmerdam2009-06-211-0/+32
|
* update to 4.0.0beta3Frank Warmerdam2009-01-201-2/+2
|
* * libtiff/tiffio.h: GCC will now validate format specificationsBob Friesenhahn2008-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.0beta2Frank Warmerdam2008-05-241-2/+2
|
* update for 4.0.0beta1 releaseFrank Warmerdam2008-05-181-2/+2
|
* *** empty log message ***Andrey Kiselev2007-07-041-3/+0
|
* Version number has been changed; use libtool versioning instead ofAndrey Kiselev2007-06-281-13/+36
| | | | package release numbers.
* Added support for a TIFF_SSIZE_T in order to return memory sizes but stillBob Friesenhahn2007-06-261-7/+14
| | | | allow returning -1 for errors.
* Added support for a TIFF_PTRDIFF_T type to use when doing pointer arithmetic.Bob Friesenhahn2007-06-261-4/+26
|
* Hopefully fixed botched upgrade of libtool.Bob Friesenhahn2007-06-261-1/+0
|
* * configure.ac: Fix typo when substituting value for unsigned 8 bit type.Bob Friesenhahn2007-06-261-1/+1
| | | | * libtiff/tiffconf.vc.h: Add porting type defintions for WIN32.
* * port/strtoull.c: New porting function in case strtoull() is notBob Friesenhahn2007-06-251-3/+104
| | | | | | | | available on the target system. * configure.ac: Add configure support for determining sized types in a portable way and performing necessary substitutions in tif_config.h and tiffconf.h. Updated tiff.h to use the new definitions.
* Regenerated.Andrey Kiselev2007-02-241-11/+16
|
* Added test for X Athena widgets.Andrey Kiselev2006-10-131-0/+11
|