summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Reformatting in test/ using 'pre-commit run'pre-commit run by Even Rouault2022-12-0821-5007/+6177
* Remove vim/emacs formatting footersEven Rouault2022-12-0811-29/+0
* Add test case for scenario of issue #489Even Rouault2022-11-293-1/+116
* Emit explicit error message when tif_max_single_mem_alloc is exceededEven Rouault2022-11-231-6/+45
* test_open_options: test TIFFOpenOptionsSetMaxSingleMemAlloc()Even Rouault2022-11-231-1/+20
* Rename test_error_handlers to test_open_optionsEven Rouault2022-11-233-10/+10
* Remove TIFFSetErrorHandlerExtR() and TIFFSetWarningHandlerExtR() that were te...Even Rouault2022-11-211-18/+9
* Rework TIFFOpenExt() and similar to use an opaque TIFFOpenOptions* opts argum...Even Rouault2022-11-211-8/+6
* Add TIFFOpenExt(), TIFFOpenWExt() and TIFFFdOpenExt() with re-entrant error h...Even Rouault2022-11-213-1/+159
* tiffinfo: Updated to parse through SubIFDs and show their tags.Su Laus2022-10-085-0/+4
* rational_precision2double.c: Fix issue from Coverity Scan.Su_Laus2022-10-061-2/+2
* Fix CMake build to be compatible with FetchContentJeremy Maitin-Shepard2022-10-031-14/+14
* build: Make rational2double static only for automakeRoger Leigh2022-06-241-2/+11
* Add options for disabling tools, tests, contrib and docsRoger Leigh2022-05-291-0/+4
* cmake: allow running the tests with a read-only source directoryAlex Richardson2022-05-151-1/+3
* test_signed_tags.c: fix CID 1504376Even Rouault2022-05-101-2/+1
* Reading of signed tags added (fixes #40)Su Laus2022-05-083-1/+357
* Fix some CMake warningsSu Laus2022-03-171-2/+2
* Predictor 2 (horizontal differenciation): support 64-bitEven Rouault2022-02-094-0/+4
* Fix Coverity Scan report issues for custom_dir_EXIF_231.c and test_directory.cSu Laus2022-02-082-16/+33
* Correct CMake testingcmake-testRoger Leigh2022-01-233-155/+134
* Fix Segmentation fault printing GPS directory if Altitude tag is present (tif...Su Laus2021-11-263-1/+4
* test/rational_precision2double.c: add missing curly braces to fix -Werror=mis...Even Rouault2021-09-061-1/+2
* tif_dirwrite.c: Fix TIFFRewriteDirectory discarding directoriesFacundo Tuesca2021-09-051-15/+100
* test_directory.c: fix compiler warningsEven Rouault2021-09-011-1/+8
* Add field to keep track of last written directoryFacundo Tuesca2021-08-283-2/+247
* Fix build with CMake 3.10Kai Pastor2021-07-041-12/+12
* Fix high-impact Coverity issues (resource leaks).Roger Leigh2021-03-071-2/+12
* libport: Adjust header and library to only define and link if requiredRoger Leigh2021-02-081-24/+36
* cmake: Remove unnecessary extra_dist usageRoger Leigh2021-02-081-5/+0
* custom_dir_EXIF_231: Remove case statement fallthroughRoger Leigh2021-02-061-98/+124
* custom_dir_EXIF_231: Correct use of strncpyRoger Leigh2021-02-061-1/+2
* Correct include orderRoger Leigh2021-02-061-2/+1
* ascii_tag: Use PRI format flags and remove unnecessary castsRoger Leigh2021-01-271-4/+4
* check_tag: Use PRI format flags and remove unnecessary castsRoger Leigh2021-01-271-12/+12
* custom_dir_EXIF_231: Use PRI format flags and remove unnecessary castsRoger Leigh2021-01-271-2/+2
* short_tag: Use PRI format flags and remove unnecessary castsRoger Leigh2021-01-271-4/+4
* strip_rw: Use PRI format flags and remove unnecessary castsRoger Leigh2021-01-271-15/+15
* Use standard C99 integer typesRoger Leigh2021-01-2112-117/+116
* cmake: Use target_include_directories correctlyRoger Leigh2021-01-071-5/+1
* Merge branch 'codespell' into 'master'Roger Leigh2021-01-022-3/+3
|\
| * Fix spelling mistakes.Kurt Schwehr2020-12-312-3/+3
* | custom_dir_EXIF_231.c: dos2unix and codespellKurt Schwehr2020-12-311-1398/+1397
|/
* test: add testdeflatelaststripextradata.shEven Rouault2020-10-166-3/+53
* Fix compiler warnings about unused variables when assert() expands to nothingEven Rouault2020-10-121-3/+10
* Also pass --shared-memory to raw_decode.Attila Oláh2020-09-241-0/+3
* Set the --shared-memory linker flag for Emscripten builds.Attila Oláh2020-09-241-0/+15
* CMake: Skip custom_dir_EXIF_231 test on shared builds to avoid issues on WindowsEven Rouault2020-03-071-0/+2
* Merge branch 'EXIF231_GPS_upgrade' into 'master'Even Rouault2020-03-073-1/+1406
|\
| * EXIF 2.32 and GPS tags and functionality upgraded.Su_Laus2020-03-073-1/+1406