Mathieu Malaterre
|
f7bc0b49cb
|
[trunk] Fix typo in the code
|
2014-03-10 10:12:25 +00:00 |
Mathieu Malaterre
|
9155e98911
|
[trunk] rework actual code to handle DOS/UNIX end of lines in a transparent manner.
This will help cross compilation cases
|
2014-03-10 10:09:30 +00:00 |
Mathieu Malaterre
|
7aee50de97
|
[trunk] First pass to cleanup compare_dump_files
|
2014-03-10 09:56:22 +00:00 |
Mathieu Malaterre
|
24966ffbda
|
[trunk] Fix compilation when TIFF lib is neither found nor compiled
|
2014-03-10 09:36:14 +00:00 |
Mathieu Malaterre
|
666ef53fd2
|
[trunk] Make sure to always initialize variable
|
2014-03-10 08:40:02 +00:00 |
Mathieu Malaterre
|
e02ba05034
|
[trunk] Fix warnings about shadow variables
|
2014-03-10 08:25:08 +00:00 |
Mathieu Malaterre
|
b478912910
|
[trunk] remove a warning when using strict prototype
|
2014-03-10 08:15:43 +00:00 |
Mathieu Malaterre
|
2001932c56
|
[trunk] Remove 2 warnings about set but not used variables
|
2014-03-10 08:13:05 +00:00 |
Mathieu Malaterre
|
f54de95802
|
[trunk] Upon failure, need to return proper return code
|
2014-03-07 17:23:19 +00:00 |
Mathieu Malaterre
|
fa1c2454e6
|
[trunk] Add new test suite that run on kakadu conformance images
|
2014-03-07 17:18:13 +00:00 |
Mathieu Malaterre
|
6b94237679
|
[trunk] Cleanup commit. Rename compare family since comparePGX now support TIFF.
Rename compareRAWimage for clarity since it merely compare files (not images).
|
2014-03-07 16:24:24 +00:00 |
Mathieu Malaterre
|
aedff8a000
|
[trunk] Use C-style comments
|
2014-03-07 16:17:21 +00:00 |
Mathieu Malaterre
|
a0aa8dd851
|
[trunk] Rework the code to simplify cleanup code
|
2014-03-07 16:15:59 +00:00 |
Mathieu Malaterre
|
440ef4873b
|
[trunk] Also override the default error handler for TIFF files
|
2014-03-07 14:33:03 +00:00 |
Mathieu Malaterre
|
ffad2fbe55
|
[trunk] Another round of fixes for sign conversion warnings.
Update issue 256
|
2014-03-07 14:14:31 +00:00 |
Mathieu Malaterre
|
cc1354ebfa
|
[trunk] Another round of fixes for sign conversion warnings.
Update issue 256
|
2014-03-07 14:00:47 +00:00 |
Mathieu Malaterre
|
581d2ba8b4
|
[trunk] Rework r2597, make sure test suite is passing now.
Update issue 256
|
2014-03-07 13:50:58 +00:00 |
Mathieu Malaterre
|
61348b20b4
|
[trunk] Another round of fixes for sign conversion warnings.
Update issue 256
|
2014-03-07 13:43:15 +00:00 |
Mathieu Malaterre
|
e619e06078
|
[trunk] Another round of fixes for sign conversion warnings.
Update issue 256
|
2014-03-07 13:40:54 +00:00 |
Mathieu Malaterre
|
4f84d1693a
|
[trunk] Another round of fixes for sign conversion warnings.
Update issue 256
|
2014-03-07 13:37:45 +00:00 |
Mathieu Malaterre
|
71d244a5b6
|
[trunk] Another round of fixes for sign conversion warnings.
Update issue 256
|
2014-03-07 13:33:47 +00:00 |
Mathieu Malaterre
|
f9a0f869e3
|
[trunk] Another round of fixes for sign conversion warnings.
Update issue 256
|
2014-03-07 13:31:25 +00:00 |
Mathieu Malaterre
|
33c472d734
|
[trunk] Redo r2623, and remove guilty section
Update issue 256
|
2014-03-07 13:29:35 +00:00 |
Mathieu Malaterre
|
a8eb122c1f
|
[trunk] Revert r2623 for now
|
2014-03-07 13:14:26 +00:00 |
Mathieu Malaterre
|
956b1a7697
|
[trunk] Another round of fixes for sign conversion warnings.
Update issue 256
|
2014-03-07 12:06:00 +00:00 |
Mathieu Malaterre
|
472ce19183
|
[trunk] Another round of fixes for sign conversion warnings.
Update issue 256
|
2014-03-07 12:01:41 +00:00 |
Mathieu Malaterre
|
740924fa61
|
[trunk] Another round of fixes for sign conversion warnings.
Update issue 256
|
2014-03-07 11:59:29 +00:00 |
Mathieu Malaterre
|
01b4bb5447
|
[trunk] Another round of fixes for sign conversion warnings.
Update issue 256
|
2014-03-07 11:57:37 +00:00 |
Mathieu Malaterre
|
ee3b02932a
|
[trunk] Another round of fixes for sign conversion warnings.
Update issue 256
|
2014-03-07 11:43:50 +00:00 |
Mathieu Malaterre
|
2a07d3d26b
|
[trunk] Another round of fixes for sign conversion warnings.
Update issue 256
|
2014-03-07 11:28:34 +00:00 |
Mathieu Malaterre
|
e238148d42
|
[trunk] Another round of fixes for sign conversion warnings.
Update issue 256
|
2014-03-07 11:27:34 +00:00 |
Mathieu Malaterre
|
9d21695476
|
[trunk] As reported by clang analyzer thoses values were never read
|
2014-03-07 11:20:59 +00:00 |
Mathieu Malaterre
|
22d11a9ccb
|
[trunk] Remove mem leak and warning reported by clang
|
2014-03-07 11:17:51 +00:00 |
Mathieu Malaterre
|
fc9248ea2b
|
[trunk] Remove simple warnings about format
|
2014-03-07 11:11:43 +00:00 |
Mathieu Malaterre
|
c302979738
|
[trunk] Remove simple warning about functions not used
|
2014-03-07 11:08:35 +00:00 |
Mathieu Malaterre
|
e4d077bc98
|
[trunk] Another round of fixes for sign conversion warnings.
Update issue 256
|
2014-03-07 11:06:13 +00:00 |
Mathieu Malaterre
|
76cd9b7f72
|
[trunk] Another round of fixes for sign conversion warnings.
Update issue 256
|
2014-03-07 10:25:16 +00:00 |
Mathieu Malaterre
|
e71431ec78
|
[trunk] Fix simple warning about sign conversion
Update issue 256
|
2014-03-07 10:21:51 +00:00 |
Mathieu Malaterre
|
7b335eb635
|
[trunk] Another of fixes for warning about sign conversion
Update issue 256
|
2014-03-07 10:19:39 +00:00 |
Mathieu Malaterre
|
c0c086388b
|
[trunk] Fix warning about sign conversion
Update issue 256
|
2014-03-07 10:03:56 +00:00 |
Mathieu Malaterre
|
048c8302fe
|
[trunk] un-deprecated opj_stream_destroy API, import patch manually
In some case user still want to be able to call opj_stream_destroy.
Fixes issue 227
|
2014-03-07 09:58:32 +00:00 |
Mathieu Malaterre
|
a7b051b172
|
[trunk] Update memory management mecanism
Fixes issue 253
|
2014-03-07 09:44:32 +00:00 |
Mathieu Malaterre
|
5f7ad58f48
|
[trunk] Remove self-assignement.
Fixes issue 273
|
2014-03-07 09:33:32 +00:00 |
Mathieu Malaterre
|
016b9fc052
|
[trunk] Fix compilation in visual studio, inline cannot be used directly.
Fixes issue 272
|
2014-03-07 09:15:27 +00:00 |
Mathieu Malaterre
|
99b40e8257
|
[trunk] Remove warning about implicitly defined function
|
2014-03-07 09:14:39 +00:00 |
Mathieu Malaterre
|
a734e447b5
|
[trunk] Remove TIFF warning handler. This help test suite run smoothly on windows by removing the message box.
Fixes issue 276
|
2014-03-07 09:03:15 +00:00 |
Mathieu Malaterre
|
37128c34a9
|
[trunk] Fix mem leaks reported by cppcheck
|
2014-03-07 08:48:47 +00:00 |
Mathieu Malaterre
|
f5630ab88e
|
[trunk] Simplify code and remove bogus out of bound check
|
2014-03-07 08:11:49 +00:00 |
Mathieu Malaterre
|
6790587db8
|
[trunk] Revert r2597 for now, since it breaks a lot of tests
|
2014-03-06 17:25:08 +00:00 |
Mathieu Malaterre
|
445f696dc6
|
[trunk] Remove warning about sign conversion.
Update issue 256
|
2014-03-06 16:59:34 +00:00 |