summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2014-03-18[1.5] Create a new cmake option to choose between convienient copy of getopt ↵Mathieu Malaterre
and system installed one Udapte issue 301
2014-03-18[1.5] Import portion of patch from issue 297Mathieu Malaterre
Run test suite on new datasets Update issue 297
2014-03-12[1.5] Fix remainings warnings on 1.5 branchMathieu Malaterre
2014-02-26[1.5] Use new add_test signature to handle cross compilation and execution ↵Mathieu Malaterre
using wine
2014-02-25[1.5] Import md5 checker from trunk back onto 1.5 branchMathieu Malaterre
2013-07-11tests : reactivated conformance tests in openjpeg 1.5 branch to enable ↵Antonin Descampe
comparison with trunk
2012-05-29[1.5] Applying old patch from r1642, with further modification from ↵Mathieu Malaterre
winfried. Also enable failing test. Everything seems to be working well now. Fixes issue 150
2012-04-23[1.5] Adding test suite for file409752.jp2Mathieu Malaterre
2012-04-18[1.5] fix compilation warnings on windows boxMathieu Malaterre
2012-04-06[1.5] Adding some simple unit testsMathieu Malaterre
2012-03-02[1.5] Convert from DOS eol to UNIX eolMathieu Malaterre
2012-01-11Adding explicitely the new testMathieu Malaterre
2011-12-27Add a dummy test for JPIPMathieu Malaterre
2011-12-21Another round of universal fixesMathieu Malaterre
2011-12-21minor doc tweakMathieu Malaterre
2011-12-16Another set of change to remove warnings about c style commentsMathieu Malaterre
2011-12-09Missing part of import of rev 1148.Mathieu Malaterre
2011-12-08Import rev 1148 from trunk.Mathieu Malaterre
2011-12-07[1.5] deactivate tests about class0 files with number of components greater to 1Mickael Savinaud
2011-10-21[1.5] remove one obvious memory leak from test functionsMickael Savinaud
2011-10-19backport rev 1013-1014 from trunkMickael Savinaud
2011-10-07[1.5] enhance non regression test suite generation (and some test names). It ↵Mickael Savinaud
is based on a file as encoder previously
2011-10-07[1.5] add tests about jp2 conformanceMickael Savinaud
2011-09-02correct nightly crash on all platform linked to merge operation and missing ↵Mickael Savinaud
opj_getopt command
2011-09-01backport r898 to r907 in openjpeg-1.5 branchAntonin Descampe
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-27added new decoding/dump tests based on data found in input/nonregresion ↵Mickael Savinaud
repository (remove JPEG2000_CONFORMANCE_DATA_ROOT variable, add REF_DECODER_BIN_PATH variable for the encoder test suite). Remove definitively old tests
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
2011-07-22correct some troubles about thirdparty when they are usedMickael Savinaud
2011-07-21correct a compil error linked to getopt with win platformMickael Savinaud
2011-07-21add new decode tests based on conformance data and tolerance. Non regression ↵Mickael Savinaud
is also added on the decoder output. Deactivate old tests.