summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
* * 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
|
* * {configure.ac, libtiff/tif_config.h.vc, libtiff/tif_jbig.c}Bob Friesenhahn2006-07-041-0/+3
| | | | | | (JBIGDecode): jbg_newlen is not available in older JBIG-KIT and its use does not appear to be required, so use it only when it is available.
* Make --enable-old-jpeg working again.Andrey Kiselev2006-06-071-1/+1
|
* Added support for JBIG compression scheme; OJPEG support enabled by default.Andrey Kiselev2006-06-071-8/+60
|
* * libtiff/{tif_dirinfo.c, tif_print.c} : Fix crash inBob Friesenhahn2006-06-031-0/+1
| | | | TIFFPrintDirectory(). Joris Van Damme authored the fix.
* Added tests for io.h header and setmode() function.Andrey Kiselev2006-04-201-2/+2
|
* libtiff 3.8.2 released.v3.8.2Release-v3-8-2Andrey Kiselev2006-03-231-3/+3
|
* *** empty log message ***Andrey Kiselev2006-03-131-2/+3
|
* *** empty log message ***Andrey Kiselev2006-02-071-2/+4
|
* * configure.ac: Fix with_default_strip_size comparison as reportedBob Friesenhahn2006-01-091-1/+1
| | | | by Norihiko Murase.
* 3.8.0 released.v3.8.0Release-v3-8-0Andrey Kiselev2005-12-291-3/+3
|
* preliminary support for MS MDI format, bug 1002Frank Warmerdam2005-11-211-0/+14
|
* Make the default strip size configurable via the --with-default-strip-size andAndrey Kiselev2005-10-071-2/+12
| | | | STRIP_SIZE_DEFAULT options
* Applied patch from Patrick Welche (all scripts moved in the 'config' and 'm4'Andrey Kiselev2005-09-121-3/+5
| | | | directories).
* Added lfind() replacement module.Andrey Kiselev2005-07-071-0/+1
|
* Do not use empty -R option when linking with --enable-rpath.Andrey Kiselev2005-07-041-2/+2
|
* Updated up to the recent stable libtool.Andrey Kiselev2005-06-291-2/+2
|
* Added workaround for OpenBSD/MirOS soname problem as per bugAndrey Kiselev2005-05-261-0/+14
| | | | http://bugzilla.remotesensing.org/show_bug.cgi?id=838
* Added check for search.h header.Andrey Kiselev2005-04-081-2/+2
|
* Use libtool machinery to pass rpath option.Andrey Kiselev2005-03-221-26/+30
|
* libtiff 3.7.2 released.v3.7.2Release-v3-7-2Andrey Kiselev2005-03-151-2/+2
|
* Use -rpath option instead of -R as per bugAndrey Kiselev2005-03-041-2/+2
| | | | http://bugzilla.remotesensing.org/show_bug.cgi?id=732
* Fixes for --with-docdir option as per bugAndrey Kiselev2005-01-301-1/+1
| | | | http://bugzilla.remotesensing.org/show_bug.cgi?id=759
* Clean-ups in the docdir support.Andrey Kiselev2005-01-231-1/+1
|
* *** empty log message ***Andrey Kiselev2005-01-151-0/+16
|
* Replace --disable-c++ with the --disable-cxx option asAndrey Kiselev2005-01-051-2/+2
| | | | per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=730
* *** empty log message ***Andrey Kiselev2004-12-201-2/+2
|
* Add support for C++ stream API.Andrey Kiselev2004-11-121-0/+20
|
* Add --enable-rpath option to embed linker path into library binary.Andrey Kiselev2004-10-271-41/+102
|
* Don't enable the Old JPEG when --disable-old-jpeg option given.Andrey Kiselev2004-10-231-1/+1
|
* Cut the 3.7.0 release.v3.7.0Release-3-7-0Andrey Kiselev2004-10-161-2/+2
|
* libtiff 3.7.0beta2 released.v3.7.0beta2Release-v3-7-0beta2Andrey Kiselev2004-10-021-3/+3
|
* libtiff 3.7.0beta released.Andrey Kiselev2004-09-191-2/+2
|
* Get rid of BSD data types (u_char, u_short, u_int, u_long).Andrey Kiselev2004-09-141-12/+1
|
* Fix tiffgt compilation.Bob Friesenhahn2004-09-121-0/+1
|
* New macros to detect GLUT libraries.Andrey Kiselev2004-09-121-46/+7
|
* Configure and install tiffconf.h in order to satisfy application requirements.Bob Friesenhahn2004-09-111-21/+36
|
* *** empty log message ***Andrey Kiselev2004-09-021-0/+6
|
* *** empty log message ***Andrey Kiselev2004-09-021-3/+2
|