summaryrefslogtreecommitdiff
path: root/tests/compare_dump_files.c
AgeCommit message (Collapse)Author
2016-09-08Add sanity check for tile coordinates (#823)Matthieu Darbois
Coordinates are casted from OPJ_UINT32 to OPJ_INT32 Add sanity check for negative values and upper bound becoming lower than lower bound. See also https://pdfium.googlesource.com/pdfium/+/b6befb2ed2485a3805cddea86dc7574510178ea9
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-06[trunk] Remove warning about sign conversion.Mathieu Malaterre
Update issue 256
2014-03-03[trunk] fgets takes an int as parameterMathieu Malaterre
2012-11-15[trunk]update the copyright, the authors and thanks to respect the licenseMickael Savinaud
2012-10-15[trunk] Remove some warnings about missing prototypes (gcc)Mathieu Malaterre
2012-03-02[trunk] merge r1234 from branch 1.5 over to trunkMathieu Malaterre
2011-09-01renamed getopt.{c/h} to opj_getopt.{c/h} and forced the use of these files ↵Antonin Descampe
rather than the system ones. This fixed issue 78. Credit to Winfried.
2011-08-31fixed a segfault with fgets return value for some cases inside test function ↵Mickael Savinaud
compare_dump_file()
2011-08-10add copyright header into new test functionsMickael Savinaud
2011-07-29solve some obvious warnings for WIN platform, increase number of warning ↵Mickael Savinaud
reported on the dashboard, correct last warnings with gcc 4.4 (-Wall)
2011-07-27correct some warnings detected under unix platformMickael Savinaud
2011-07-26correct CRLF problem between unix baseline and win platform test file ↵Mickael Savinaud
generated by j2k_dump
2011-07-26use ansi c function fgets instead of GNU function getline to avoid build ↵Mickael Savinaud
error with win platform
2011-07-25added non-regression tests for j2k_dump function and conformance dataMickael Savinaud