Merge pull request #1240 from rouault/fix_crash_opj_decompress
[openjpeg.git] / tests / unit /
2016-05-02 julienmalikMerge pull request #769 from julienmalik/cmake_lowercase
2016-05-02 Julien MalikUse lowercase for cmake commands consistenly 769/head
2014-04-23 Antonin Descampe[trunk]Replaced deprecated opj_stream_set_user_data...
2014-03-06 Mathieu Malaterre[trunk] Remove some easy warnings about sign compare...
2014-03-03 Mathieu Malaterre[trunk] remove some simple warnings about unused params
2014-02-27 Mathieu Malaterre[trunk] simplify code using for loop
2014-02-24 Mathieu Malaterre[trunk] Fix two simple warnings about sign mismatch
2014-02-24 Mathieu Malaterre[trunk] Fix warning about signed/unsigned mismatch
2014-02-24 Mathieu Malaterre[trunk] Make sure to handle ret value, and properly...
2014-02-24 Mathieu Malaterre[trunk] Make sure to handle ret value in test
2014-02-24 Mathieu Malaterre[trunk] Prefer the new style cmake: add_test command
2013-02-17 Mickael Savinaud[trunk] move to the new API for function opj_stream_cre...
2013-02-16 Mickael Savinaud[trunk] move to the new API for function opj_stream_des...
2012-12-03 Mickael Savinaud[trunk] move typedef from opj_stdint.h to openjpeg...
2012-11-28 Mathieu Malaterre[trunk] Fix compilation issue where size_t would be...
2012-11-27 Mickael Savinaud[trunk] add empty test about the issue 197. Updates...
2012-11-15 Mickael Savinaud[trunk]extend last commits to apps
2012-10-30 Mickael Savinaud[trunk] remove old structure from testempty
2012-10-05 Mickael Savinaud[trunk] remove warnings
2012-10-01 Mathieu Malaterre[trunk] import unit testing from 1.5.x branch