summaryrefslogtreecommitdiff
path: root/src/bin/common/opj_getopt.c
AgeCommit message (Collapse)Author
2017-09-03opj_getopt.c: avoid crash on invalid input (#301)Even Rouault
2017-08-17opj_getopt_long(): avoid infinite loop on invalid or missing value for an ↵Even Rouault
option (#736)
2017-05-09Reformat whole codebase with astyle.options (#128)Even Rouault
2015-10-07Fix warnings for C++Stefan Weil
g++ complains about invalid conversions like these ones: error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermissive] error: invalid conversion from ‘void*’ to ‘opj_precision* {aka opj_prec*}’ [-fpermissive] Signed-off-by: Stefan Weil <sw@weilnetz.de>
2014-11-22[trunk] added option to force rgb output in opj_decompress (fixes issue 282 ↵Matthieu Darbois
, fixes issue 286)
2014-04-03[trunk] updated copyright and added copyright notice required by ISO, in ↵Antonin Descampe
each file; updated AUTHORS, NEWS
2014-03-17[trunk] Update BSD-4 copyright into a BSD-3 copyrightMathieu Malaterre
Fixes issue 300
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre
Update issue 177