summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2014-04-23[trunk]Replaced deprecated opj_stream_set_user_data function from APIAntonin Descampe
with its 'v3' version, and removed all other 'v3' suffixes from API.
2014-03-26[trunk] Run test suite on issue 316 datasetMathieu Malaterre
Update issue 316
2014-03-26[trunk] Add small utilities to extract JP2 files from PDFMathieu Malaterre
2014-03-25[trunk] Add sentinel in case list empty. Mathieu Malaterre
I was getting a cmake error `list sub-command REMOVE_ITEM requires list to be present`
2014-03-25[trunk] Add documentationMathieu Malaterre
2014-03-18[trunk] Now that dataset from issue 297 have been imported, run test suite.Mathieu Malaterre
None of the dataset triggered any buffer overflow. Recent changes in trunk handle all those cases. Update issue 297
2014-03-17[trunk] Explicitely reject file4/file6 scenarioMathieu Malaterre
Update issue 286
2014-03-14[trunk] Since r2747 we are now able to track which files are missing from ↵Mathieu Malaterre
the test_suite. Add them.
2014-03-14[trunk] add mecanism to track of addition of new regression files in ↵Mathieu Malaterre
svn/data. It will report when a J2K files is added but no test is found in the test_suite file
2014-03-14[trunk] Now that issue 165 dataset is in non regression repository, activate ↵Mathieu Malaterre
code to reject them Fixes issue 165
2014-03-14[trunk] Rework r2731 since it breaks non-regression testingMathieu Malaterre
2014-03-14[trunk] Be more verbose about failure.Mathieu Malaterre
Update issue 294
2014-03-13[trunk] Add documentation to the checkmd5refs cmake module (used for ↵Mathieu Malaterre
regression testing)
2014-03-13[trunk] Fix test NR-DEC-issue171.jp2-71-decode-md5 after recent code changeMathieu Malaterre
2014-03-13[trunk] Add a double check for user inputMathieu Malaterre
2014-03-13[trunk] Fix compilation on VS2010 (snprintf is not C89). C++11 should avoid ↵Mathieu Malaterre
this in the future
2014-03-13[trunk] Add a small helper to spli ppm into 3 pgm filesMathieu Malaterre
Update issue 235
2014-03-12[trunk] TIFF files in test suite can have 1 or 3 componentsMathieu Malaterre
2014-03-12[trunk] Simplify code when reading in TIFF imagesMathieu Malaterre
2014-03-10[trunk] Run richter test suite, correct a regression introduced in r2668Mathieu Malaterre
2014-03-10[trunk] Tweak JP2 conformance test suite add documentationMathieu Malaterre
2014-03-10[trunk] Properly handle number of components to run kakadu test suite.Mathieu Malaterre
Update issue 266
2014-03-10[trunk] Handle multi components files with PGM outputsMathieu Malaterre
2014-03-10[trunk] Fix inversion in code conventionMathieu Malaterre
2014-03-10[trunk] Fix typo in the codeMathieu Malaterre
2014-03-10[trunk] rework actual code to handle DOS/UNIX end of lines in a transparent ↵Mathieu Malaterre
manner. This will help cross compilation cases
2014-03-10[trunk] First pass to cleanup compare_dump_filesMathieu Malaterre
2014-03-10[trunk] Fix compilation when TIFF lib is neither found nor compiledMathieu Malaterre
2014-03-10[trunk] Fix warnings about shadow variablesMathieu Malaterre
2014-03-07[trunk] Add new test suite that run on kakadu conformance imagesMathieu Malaterre
2014-03-07[trunk] Cleanup commit. Rename compare family since comparePGX now support TIFF.Mathieu Malaterre
Rename compareRAWimage for clarity since it merely compare files (not images).
2014-03-07[trunk] Use C-style commentsMathieu Malaterre
2014-03-07[trunk] Rework the code to simplify cleanup codeMathieu Malaterre
2014-03-07[trunk] Also override the default error handler for TIFF filesMathieu Malaterre
2014-03-07[trunk] Remove warning about implicitly defined functionMathieu Malaterre
2014-03-07[trunk] Remove TIFF warning handler. This help test suite run smoothly on ↵Mathieu Malaterre
windows by removing the message box. Fixes issue 276
2014-03-07[trunk] Simplify code and remove bogus out of bound checkMathieu Malaterre
2014-03-06[trunk] Remove warning about sign conversion.Mathieu Malaterre
Update issue 256
2014-03-06[trunk] Remove warning about sign conversion.Mathieu Malaterre
Update issue 256
2014-03-06[trunk] Remove warning about sign conversion.Mathieu Malaterre
Update issue 256
2014-03-06[trunk] Remove some easy warnings about sign compare reported by gccMathieu Malaterre
2014-03-06[trunk] Remove out of bound access in code and simplify code. this is a test ↵Mathieu Malaterre
tool, security is not an issue here.
2014-03-06[trunk] Remove simple warning about unused variablesMathieu Malaterre
2014-03-06[trunk] Make sure that all output files from the test suite are using a ↵Mathieu Malaterre
different output name Fixes issue 271
2014-03-04[trunk] Add a TIFF compare function (PEAK/MSE)Mathieu Malaterre
Fixes issue 100
2014-03-03[trunk] fgets takes an int as parameterMathieu Malaterre
2014-03-03[trunk] remove some simple warnings about unused paramsMathieu Malaterre
2014-03-03[trunk] Remove simple warningsMathieu Malaterre
2014-03-03[trunk] Remove 3635.pdf.asan.77.2930.jp2 from opj_dump testsMathieu Malaterre
Update issue 250
2014-03-03[trunk] Fix md5 values for decode-md5 tests.Mathieu Malaterre
Update issue 250