Commit Graph

63 Commits

Author SHA1 Message Date
Bob Friesenhahn
2737e0e77b * test/images: Added a small collection of test images for use by
test programs and scripts.
* test/tiffinfo.sh: A trivial example test script.
* test/common.sh: Added small script for setting the environment
used by script-based tests.
2007-09-19 21:51:00 +00:00
Andrey Kiselev
42bed3384e libtiff 4.0.0alpha released. 2007-07-13 14:57:37 +00:00
Bob Friesenhahn
b2328c5b5d * libtiff/tif_stream.cxx: Adapt to use toff_t again. Update to
use standard C++ library size types and attempt to detect overflow
cases.
2007-07-11 20:27:14 +00:00
Andrey Kiselev
f14d1a5636 All makefile templates regenerated. 2007-06-27 12:03:37 +00:00
Bob Friesenhahn
671e370838 Added support for a TIFF_PTRDIFF_T type to use when doing pointer arithmetic. 2007-06-26 20:05:33 +00:00
Bob Friesenhahn
71b780383f Hopefully fixed botched upgrade of libtool. 2007-06-26 16:38:43 +00:00
Bob Friesenhahn
62362f08b7 Remove GCC-specific argument specification. 2007-06-26 15:46:23 +00:00
Bob Friesenhahn
8c4398d0d6 * port/strtoull.c: New porting function in case strtoull() is not
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.
2007-06-25 15:38:21 +00:00
Andrey Kiselev
1e551b86eb Make dummy fucntion non-static. 2007-03-21 14:54:16 +00:00
Mateusz Loskot
367a35efb3 TIFF library ported to Windows CE platform. 2007-01-15 18:40:39 +00:00
Andrey Kiselev
514fb56f86 Regenerated. 2006-06-07 15:55:20 +00:00
Bob Friesenhahn
56f599add1 * libtiff/{tif_dirinfo.c, tif_print.c} : Fix crash in
TIFFPrintDirectory().  Joris Van Damme authored the fix.
2006-06-03 15:28:29 +00:00
Andrey Kiselev
b90b47e6f7 libtiff 3.8.2 released. 2006-03-23 14:54:00 +00:00
Andrey Kiselev
fb8fe4b17f Makefiles improvements as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1128
2006-03-21 16:41:07 +00:00
Andrey Kiselev
0dcb9ef111 libtiff 3.8.1 released. 2006-03-13 15:06:17 +00:00
Andrey Kiselev
f714980a3d libtool related stuff updated from the 2.1a branch. 2006-01-23 18:21:45 +00:00
Andrey Kiselev
0776b32d29 3.8.0 released. 2005-12-29 22:01:44 +00:00
Andrey Kiselev
c0913bb64b Changed lfind() definition. 2005-12-27 15:08:22 +00:00
Bob Friesenhahn
a45bff3b5a * libtiff/tif_jpeg.c: Improve compilation under MinGW. 2005-12-27 00:08:14 +00:00
Frank Warmerdam
d5b74c4d29 New 2005-11-21 00:55:38 +00:00
Andrey Kiselev
a63512c436 libtiff 3.7.4 released. 2005-09-12 14:04:01 +00:00
Andrey Kiselev
f41cf89f4c *** empty log message *** 2005-07-12 16:07:43 +00:00
Andrey Kiselev
0da582bc10 Update modules from the NetBSD source tree (the old 4-clause BSD license
changed to the new 3-clause one).
2005-07-07 16:34:06 +00:00
Andrey Kiselev
f3e699dca7 Added lfind() replacement module. 2005-07-07 15:59:49 +00:00
Andrey Kiselev
86ea6e5fde Make the dummy function static. 2005-07-07 15:21:52 +00:00
Andrey Kiselev
dcbfebbb38 *** empty log message *** 2005-06-23 13:38:13 +00:00
Andrey Kiselev
40ae66301e Use libtool machinery to pass rpath option. 2005-03-22 10:33:04 +00:00
Andrey Kiselev
185a73a37a Regenerated. 2005-03-08 19:16:14 +00:00
Andrey Kiselev
c0d1f11f57 *** empty log message *** 2005-01-15 17:24:52 +00:00
Andrey Kiselev
6be3d0ae56 Move the C++ stuff in the separate library called libtiffxx. 2005-01-11 15:07:06 +00:00
Andrey Kiselev
ffcc0cda93 libtiff 3.7.1 released. 2004-12-20 19:43:34 +00:00
Andrey Kiselev
be71b688b7 Updated. 2004-12-16 19:19:09 +00:00
Bob Friesenhahn
aa8ccdf669 * libtiff/tif_jpeg.c: Added a work-around in order to allow
compilation with the heavily modified version of libjpeg delivered
with Cygwin.
2004-12-01 01:59:10 +00:00
Andrey Kiselev
3ea29bb2c0 *** empty log message *** 2004-11-21 16:28:42 +00:00
Andrey Kiselev
f9fb6c863e Regenerated from templates. 2004-11-11 14:47:47 +00:00
Andrey Kiselev
542625aabe USe autoconf 1.9.2. 2004-10-15 07:50:45 +00:00
Bob Friesenhahn
54d78d3e2b * contrib/iptcutil/README: Added the missing README which goes
along with iptcutil.
2004-10-05 01:28:40 +00:00
Andrey Kiselev
e758fc849e libtiff 3.7.0beta released. 2004-09-19 10:44:18 +00:00
Bob Friesenhahn
d0318870ba Fix tiffgt compilation. 2004-09-12 16:40:39 +00:00
Bob Friesenhahn
fbfe4927b5 Configure and install tiffconf.h in order to satisfy application requirements. 2004-09-11 20:44:41 +00:00
Andrey Kiselev
aa92ea59f3 Few minor improvements. 2004-07-03 16:01:29 +00:00
Andrey Kiselev
218223a65b *** empty log message *** 2004-06-07 19:34:58 +00:00
Andrey Kiselev
3846ae64db *** empty log message *** 2004-06-06 17:56:21 +00:00
Andrey Kiselev
5c3f747c53 *** empty log message *** 2004-06-05 09:02:03 +00:00
Andrey Kiselev
9b47725fa1 *** empty log message *** 2004-05-26 09:20:56 +00:00
Andrey Kiselev
65cc9a3473 *** empty log message *** 2004-04-26 08:36:40 +00:00
Andrey Kiselev
973a9b78d6 *** empty log message *** 2004-04-08 14:29:48 +00:00
Andrey Kiselev
fcee268927 *** empty log message *** 2004-03-29 11:28:16 +00:00
Andrey Kiselev
f4c312322b New. 2004-03-29 11:26:49 +00:00
Andrey Kiselev
de4455380b Option -p added to the mkdir command to create all directory tree structure
before installing.
2003-10-25 17:48:09 +00:00