summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2011-11-10[trunk] fix tests/nonregresion/CMakeList.txtMickael Savinaud
2011-11-09[trunk] WIP: fix get_decoded_tile function to avoid error with output imageMickael Savinaud
2011-11-09[trunk] add some sanity check in CMakeLists to prevent STRING(REGEX..) call ↵Julien Malik
issues
2011-10-21[trunk] WIP: manage output image with area correponding to the set decoded areaMickael Savinaud
2011-10-20[trunk] WIP: isolate dump test suiteMickael Savinaud
2011-10-19[trunk] WIP: solve some memory leak in test compare functionsMickael Savinaud
2011-10-11[trunk] WIP: correct mistake with JP2 files and manage correctly the ↵Mickael Savinaud
text_GBR.jp2 filecase
2011-10-07[trunk] WIP: update jp2 dump functions with the new V2 frameworkMickael Savinaud
2011-10-07[trunk] WIP: update output filename of conformance dump test to be ↵Mickael Savinaud
compatible with new baseline
2011-10-07[trunk] WIP: backport rev 967-969 about test suite enhancement and rename of ↵Mickael Savinaud
opj_configh.cmake.in from opj-1.5 to trunk
2011-09-02fixed windows nighlty crash about one missing opj_getopt() (and warning with ↵Mickael Savinaud
other platform)
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-31enhance the encoding test suite and remove unsued CONFIGURE_FILE into a ↵Mickael Savinaud
CMakeList
2011-08-30added first version of the encoding tests suiteMickael Savinaud
2011-08-22Properly close bug #73, by providing a test for it.Mathieu Malaterre
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.