| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 553714a87a92930dd69f5762e0615c12dfcbd873.
|
|
|
|
|
|
|
|
Add Travis-ci build matrix
|
|
|
|
|
|
Fix warnings for C++
|
|
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>
|
|
Fixed problem that C++ compilation failed because of enum variable.
Fixes #619
|
|
Replaced usage of an enum typedef for a variable that is used
for bit flags with OPJ_UINT32 type.
|
|
|
|
|
|
|
|
Added missing casts for return values of opj_malloc()/opj_calloc().
|
|
|
|
|
|
|