summaryrefslogtreecommitdiff
path: root/src/bin/common/opj_getopt.c
AgeCommit message (Collapse)Author
2016-01-25processed all c/h files through astyle with opj_astyle.cfgcodingstyleAntonin Descampe
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