summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-20Generic aligned malloc implementation.Stephan Mühlstrasser
Used for platforms where none of posix_memalign(), memalign() and _aligned_malloc() is available.
2015-10-19Merge pull request #641 from smuehlst/opj_hp_issue_640Matthieu Darbois
Fix HP compiler warning about redeclaration of function Fix #640 Fix #243
2015-10-19Fix HP compiler warning about redeclaration of function (#640)Stephan Mühlstrasser
HP compiler warns: cc: "dwt.c", line 798: warning 562: Redeclaration of "opj_v4dwt_decode" with a different storage class specifier: "opj_v4dwt_decode" will have internal linkage. cc: "t2.c", line 1341: warning 562: Redeclaration of "opj_t2_init_seg" with a different storage class specifier: "opj_t2_init_seg" will have internal linkage.
2015-10-18Fix format strings and unneeded assignmentStefan Weil
The static code analyzer cppcheck warns about unsigned integers which use "%d" in the format string. It also warns about an unneeded assignment. Fix both issues. Signed-off-by: Stefan Weil <sw@weilnetz.de>
2015-10-18Merge pull request #637 from stweil/fixesMatthieu Darbois
Fix repository for JPEG2000 test data
2015-10-18Merge branch 'master' into coc-qccmayeut
2015-10-18Merge pull request #636 from uclouvain/opj_malloc-625Matthieu Darbois
Update allocation functions Fix #625 Fix #624 Fix #635
2015-10-18Cleanup includesmayeut
2015-10-18Fix _aligned_malloc usagemayeut
2015-10-17Fix inconsistent behavior of malloc(0)mayeut
Update #635 Update #625
2015-10-17Add missing checks. Fix crash on failed allocation.mayeut
2015-10-17Fixed crash on encodingmayeut
Update #624 Update #625
2015-10-15Change link for appveyorMatthieu Darbois
2015-10-15Merge pull request #634 from smuehlst/opj_aix_issue_633Matthieu Darbois
Fix #633.
2015-10-15Fix OpenJPEG GitHub issue #633.Stephan Mühlstrasser
"opj_includes.h" must be included before system headers, otherwise inconsistent definitions of configuration macros lead to build failures on AIX.
2015-10-15Merge pull request #632 from mayeut/travis-reduceMatthieu Darbois
travis-ci: Include add ons in matrix
2015-10-15travis-ci: Include add ons in matrixmayeut
2015-10-15Remove useless environment variablesmayeut
2015-10-14Add ABI check for PRmayeut
2015-10-13Use SPDX full name & identifier for licenseMatthieu Darbois
2015-10-13Add appveyor status badge & license badgeMatthieu Darbois
2015-10-13Merge branch 'master' into coc-qccmayeut
2015-10-13Correct unbound variablemayeut
2015-10-13Merge pull request #627 from mayeut/appveyorMatthieu Darbois
Add Appveyor
2015-10-13Remove the explicit restrict keywordMathieu Malaterre
It would trigger a compiler error on xlc compiler. Fixes #620
2015-10-13I do not recall exactly... I would say that the correct version should beGiuseppe Baruffa
if (!JPWL_ASSUME) return false; meaning that once JPWL_ASSUME=1 the code will pass over such errors and try to decode anyway (just paired with the other JPWL_ASSUME on line 1112). Fixes #596
2015-10-12Update ci install scriptmayeut
2015-10-12Remove a possible uninitialized variableMathieu Malaterre
Fixes #629
2015-10-12Minor style fix to remove c++ commentsMathieu Malaterre
2015-10-12minor tweaks to the codeMathieu Malaterre
2015-10-11Add appveyor.ymlmayeut
2015-10-11Add exceptionsmayeut
2015-10-11Find out Visual Studio versionmayeut
2015-10-11Add exceptionsmayeut
2015-10-10Correct exceptionsmayeut
2015-10-10Fix an issue with parenthesisMathieu Malaterre
2015-10-10Add exceptionsmayeut
2015-10-10Correct scriptmayeut
2015-10-10Update kdu copymayeut
2015-10-10Re-enable cloning datamayeut
2015-10-10update scriptmayeut
2015-10-10correct kdu copymayeut
2015-10-10kdb copymayeut
2015-10-10correct OPJ_SITEmayeut
2015-10-10run with appveyormayeut
2015-10-10Add paranoid sentinelsMathieu Malaterre
2015-10-10export updated pathmayeut
2015-10-10debug appveyormayeut
2015-10-10correct warningsmayeut
2015-10-10export TRAVIS_OS_NAMEmayeut