| c7ff695d | 08-Apr-2016 |
Bob Friesenhahn <[email protected]> |
* html/bugs.html: Replace Andrey Kiselev with Bob Friesenhahn for purposes of security issue reporting. |
| 87f02eac | 18-Nov-2015 |
Even Rouault <[email protected]> |
* libtiff/*.c: fix clang -Wshorten-64-to-32 warnings |
| a9afad2a | 01-Sep-2015 |
Bob Friesenhahn <[email protected]> |
* Makefile.am (distcheck-hook), configure.ac: Applied patches by 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 conditiona
* Makefile.am (distcheck-hook), configure.ac: Applied patches by 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.
show more ...
|
| 1fea0da2 | 30-Aug-2015 |
Bob Friesenhahn <[email protected]> |
All the CMakeLists.txt files were missing from the distribution tarball. |
| 0841549b | 28-Aug-2015 |
Bob Friesenhahn <[email protected]> |
Use consistent line terminations. |
| c65c7020 | 21-Aug-2015 |
Bob Friesenhahn <[email protected]> |
Fix Cmake build issues caused by Windows large file updates. |
| 8ba4a1c8 | 19-Aug-2015 |
Bob Friesenhahn <[email protected]> |
Support large files under Windows using tif_unix.c and libtiff tools. |
| 80dc16cf | 04-Jul-2015 |
Bob Friesenhahn <[email protected]> |
* cmake: Add d suffix to debug libraries with MSVC. Patch #3 of 3 by Roger Leigh posted to tiff list on Wed, 1 Jul 2015 15:58:20 +0100.
* cmake: Add extra warning flags. Patch #2 of 3 by Roger Lei
* cmake: Add d suffix to debug libraries with MSVC. Patch #3 of 3 by Roger Leigh posted to tiff list on Wed, 1 Jul 2015 15:58:20 +0100.
* cmake: Add extra warning flags. Patch #2 of 3 by Roger Leigh posted to tiff list on Wed, 1 Jul 2015 15:58:20 +0100.
* cmake: Correct snprintf fallback for VS2015. Patch #1 of 3 by Roger Leigh posted to tiff list on Wed, 1 Jul 2015 15:58:20 +0100.
show more ...
|
| d7db70c9 | 25-Jun-2015 |
Bob Friesenhahn <[email protected]> |
Add missing file from CMake patch set. |
| 5b90af24 | 25-Jun-2015 |
Bob Friesenhahn <[email protected]> |
* CMakeLists.txt: Add CMake patchset by Roger Leigh as posted to libtiff mailing list on Mon, 22 Jun 2015 21:21:01 +0100. Several corrections to ensure that the autotools build still works were added
* CMakeLists.txt: Add CMake patchset by Roger Leigh as posted to 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'.
show more ...
|
| d21d2b30 | 21-Jun-2015 |
Bob Friesenhahn <[email protected]> |
* libtiff/tif_config.vc.h: Make adjustments to match the new definitions that configure produces, including for WIN64. Still needs to be tested.
'lld' is not assured by the run-time DLLs and so GCC
* libtiff/tif_config.vc.h: Make adjustments to match the new 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.
show more ...
|
| 1752529e | 28-May-2015 |
Bob Friesenhahn <[email protected]> |
* tools/tiffcrop.c (ROTATE_ANY): Fix Coverity 1294542 "Logical vs. bitwise operator". |
| a17a6e5e | 26-Jan-2015 |
Even Rouault <[email protected]> |
* automake: updated to 1.15 * libtool: updated to 2.4.5 |
| 429b3fdc | 29-Dec-2014 |
Bob Friesenhahn <[email protected]> |
* Update bundled libtool to 2.4.4 release. |
| 3c92b0ef | 06-Dec-2014 |
Bob Friesenhahn <[email protected]> |
* tools/tiffdump.c: Fix double-free bug. |
| d1be5cb7 | 20-Nov-2014 |
Even Rouault <[email protected]> |
* automake: updated to 1.14.1 * libtool: updated to 2.4.3 * HOWTO-RELEASE: small update about autotools building order |
| 281ba91d | 18-Nov-2012 |
Bob Friesenhahn <[email protected]> |
* automake: Update Automake to 1.12.5 release. |
| f458c103 | 20-Sep-2012 |
Bob Friesenhahn <[email protected]> |
* Makefile.am: Update to Automake 1.12.4 |
| ec5ce9c2 | 19-Aug-2012 |
Bob Friesenhahn <[email protected]> |
* Makefile.in: Update to Automake 1.12.3 |
| 7d38024b | 19-Aug-2012 |
Bob Friesenhahn <[email protected]> |
* libtiff{tiff.h, tif_print.c, tif_dirinfo.c, tif_dirread.c}: Add some TIFF/FX support in libtiff. Add the tag definitions to tiff.h. Add the related TIFF field definitions to tif_dirinfo.c, and al
* libtiff{tiff.h, tif_print.c, tif_dirinfo.c, tif_dirread.c}: Add 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
show more ...
|
| ee51ab00 | 16-Jun-2012 |
Frank Warmerdam <[email protected]> |
ignore various windows intermediate files |
| d766e7c5 | 18-Feb-2012 |
Bob Friesenhahn <[email protected]> |
* Update automake used to 1.11.3. |
| d338f7fe | 22-Dec-2011 |
Bob Friesenhahn <[email protected]> |
* configure.ac: Add libtiff private dependency on -llzma for pkg-config. Patch by Mark Brand. Updated Automake to 1.11.2. |
| c546a4cc | 09-Apr-2011 |
Bob Friesenhahn <[email protected]> |
* configure.ac: Should use AC_CANONICAL_HOST since host specifies 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
* configure.ac: Should use AC_CANONICAL_HOST since host specifies 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".
show more ...
|
| 9f3e08cf | 18-Dec-2010 |
Bob Friesenhahn <[email protected]> |
Needed to add tif_lzma.c to the Makefile. |