summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ppm2tiff: Correct format stringsRoger Leigh2021-01-271-2/+2
| * | | raw2tiff: Use PRI format flags and remove unnecessary castsRoger Leigh2021-01-271-17/+14
| * | | rgb2ycbcr: Use PRI format flags and remove unnecessary castsRoger Leigh2021-01-271-5/+5
| * | | tiff2pdf: Use PRI format flags and remove unnecessary castsRoger Leigh2021-01-271-149/+149
| * | | tiff2ps: Use PRI format flags and remove unnecessary castsRoger Leigh2021-01-271-87/+83
| * | | tiff2rgba: Use PRI format flags and remove unnecessary castsRoger Leigh2021-01-271-8/+8
| * | | tiffcmp: Use PRI format flags and remove unnecessary castsRoger Leigh2021-01-271-29/+29
| * | | tiffcp: Use PRI format flags and remove unnecessary castsRoger Leigh2021-01-271-59/+53
| * | | tiffcrop: Use PRI format flags and remove unnecessary castsRoger Leigh2021-01-271-154/+150
| * | | tiffinfo: Use PRI format flags and remove unnecessary castsRoger Leigh2021-01-271-20/+20
| * | | tiffdump: Use PRI format flags and remove unnecessary castsRoger Leigh2021-01-271-56/+30
|/ / /
* | | Merge branch 'c99-require-stdtypes' into 'master'Even Rouault2021-01-27155-6995/+6487
|\ \ \
| * | | Add and enable TIFF_DISABLE_DEPRECATED for internal useRoger Leigh2021-01-223-0/+12
| * | | Add typedef deprecations for GCC/Clang and MSVCRoger Leigh2021-01-211-9/+18
| * | | Use standard C99 integer typesRoger Leigh2021-01-21155-6996/+6467
| | |/ | |/|
* | | Merge branch 'reserve_COMPRESSION_JXL' into 'master'Even Rouault2021-01-261-0/+1
|\ \ \ | |/ / |/| |
| * | tiff.h: reserve COMPRESSION_JXL=50002 for JPEGXLEven Rouault2021-01-221-0/+1
|/ /
* | Merge branch 'ubuntu-zstd-wepb' into 'master'Even Rouault2021-01-202-29/+4
|\ \
| * | gitlab-ci : use libzstd-dev and libwebp-dev ubuntu packagesThomas Bernard2021-01-202-29/+4
|/ /
* | Merge branch 'issue-232' into 'master'Even Rouault2021-01-201-2/+4
|\ \
| * | tiff2ps: exit the loop in case of errorThomas Bernard2021-01-151-2/+4
* | | Merge branch 'tiffsplit-exit-status' into 'master'Even Rouault2021-01-202-22/+39
|\ \ \
| * | | tiffsplit: Exit with EXIT_FAILURE if unable to open the input file.Kurt Schwehr2021-01-182-22/+39
| |/ /
* | | Merge branch 'config-cleanup' into 'master'Even Rouault2021-01-208-92/+0
|\ \ \
| * | | CMakeLists.txt: Remove search for lfindKurt Schwehr2021-01-151-1/+0
| * | | Remove HAVE_INTTYPES_H, HAVE_LFIND & lfind, HAVE_SEARCH_H & include <search.h>Kurt Schwehr2021-01-158-91/+0
| |/ /
* | | Merge branch 'tiffcmp' into 'master'Even Rouault2021-01-181-6/+8
|\ \ \ | |/ / |/| |
| * | tiffcmp: fix comparaison with pixels that are fractional number of bytesThomas Bernard2021-01-151-6/+8
|/ /
* | Merge branch 'rm-strcasecmp' into 'master'Even Rouault2021-01-157-61/+0
|\ \
| * | Remove port/strcasecmp.c as strcasecmp is not currently used in libtiff.Kurt Schwehr2021-01-127-61/+0
* | | Merge branch 'std-int-types' into 'master'Even Rouault2021-01-1518-249/+379
|\ \ \ | |/ / |/| |
| * | Remove conditional use of <string.h>Roger Leigh2021-01-064-10/+1
| * | cmake: Drop dlfcn.h checkRoger Leigh2021-01-063-5/+1
| * | cmake: Remove duplicate lineRoger Leigh2021-01-061-1/+0
| * | Use stdint.h types when availableRoger Leigh2021-01-0616-234/+378
* | | Merge branch 'include_libport' into 'master'Roger Leigh2021-01-1030-170/+52
|\ \ \ | |/ / |/| |
| * | cmake: Use target_include_directories correctlymiguel2021-01-091-1/+0
| * | cmake: Use target_include_directories correctlyRoger Leigh2021-01-092-1/+2
| * | cmake: Drop unnecessary TOOL_INCLUDESRoger Leigh2021-01-091-27/+20
| * | cmake: Use target_include_directories correctlyRoger Leigh2021-01-076-25/+5
| * | tiff tools and libtiff/mkg3states: include 'libport.h', remove local definiti...miguel2021-01-073-4/+30
| * | Update CMakeLists.txtMiguel Medalha2021-01-071-5/+1
| * | tiff tools: include 'libport.h', remove local definition of 'getopt()'miguel2021-01-073-5/+7
| * | tiff tools: include 'libport.h', remove local definition of 'getopt()'miguel2021-01-0521-137/+22
* | | Merge branch 'iptcutil' into 'master'Olivier Paquet2021-01-051-3/+3
|\ \ \ | |/ / |/| |
| * | contrib/iptcutil.c - set '#ifdef _WIN32' (was '#ifdef WIN32', which failed at...miguel2021-01-051-3/+3
|/ /
* | tools/CMakeLists.txt: add comment about rgb2ycbcr and thumbnail not to be ins...Even Rouault2021-01-041-0/+2
* | Merge branch 'revert-5331ed49' into 'master'Even Rouault2021-01-041-2/+0
|\ \
| * | Revert "Merge branch 'install_targets' into 'master'"revert-5331ed49Even Rouault2021-01-031-2/+0
* | | Merge branch 'drop-wince' into 'master'Even Rouault2021-01-045-668/+1
|\ \ \