summaryrefslogtreecommitdiff
path: root/tests/compare_dump_files.c
AgeCommit message (Expand)Author
2016-01-25processed all c/h files through astyle with opj_astyle.cfgcodingstyleAntonin Descampe
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 m...Mathieu Malaterre
2014-03-10[trunk] First pass to cleanup compare_dump_filesMathieu Malaterre
2014-03-06[trunk] Remove warning about sign conversion.Mathieu Malaterre
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 ra...Antonin Descampe
2011-08-31fixed a segfault with fgets return value for some cases inside test function ...Mickael Savinaud
2011-08-10add copyright header into new test functionsMickael Savinaud
2011-07-29solve some obvious warnings for WIN platform, increase number of warning repo...Mickael Savinaud
2011-07-27correct some warnings detected under unix platformMickael Savinaud
2011-07-26correct CRLF problem between unix baseline and win platform test file generat...Mickael Savinaud
2011-07-26use ansi c function fgets instead of GNU function getline to avoid build erro...Mickael Savinaud
2011-07-25added non-regression tests for j2k_dump function and conformance dataMickael Savinaud