| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-10-20 | Generic aligned malloc implementation. | Stephan Mühlstrasser | |
| Used for platforms where none of posix_memalign(), memalign() and _aligned_malloc() is available. | |||
| 2015-10-19 | Merge pull request #641 from smuehlst/opj_hp_issue_640 | Matthieu Darbois | |
| Fix HP compiler warning about redeclaration of function Fix #640 Fix #243 | |||
| 2015-10-19 | Fix 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-18 | Fix format strings and unneeded assignment | Stefan 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-18 | Merge pull request #637 from stweil/fixes | Matthieu Darbois | |
| Fix repository for JPEG2000 test data | |||
| 2015-10-18 | Merge branch 'master' into coc-qcc | mayeut | |
| 2015-10-18 | Merge pull request #636 from uclouvain/opj_malloc-625 | Matthieu Darbois | |
| Update allocation functions Fix #625 Fix #624 Fix #635 | |||
| 2015-10-18 | Cleanup includes | mayeut | |
| 2015-10-18 | Fix _aligned_malloc usage | mayeut | |
| 2015-10-17 | Fix inconsistent behavior of malloc(0) | mayeut | |
| Update #635 Update #625 | |||
| 2015-10-17 | Add missing checks. Fix crash on failed allocation. | mayeut | |
| 2015-10-17 | Fixed crash on encoding | mayeut | |
| Update #624 Update #625 | |||
| 2015-10-15 | Change link for appveyor | Matthieu Darbois | |
| 2015-10-15 | Merge pull request #634 from smuehlst/opj_aix_issue_633 | Matthieu Darbois | |
| Fix #633. | |||
| 2015-10-15 | Fix 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-15 | Merge pull request #632 from mayeut/travis-reduce | Matthieu Darbois | |
| travis-ci: Include add ons in matrix | |||
| 2015-10-15 | travis-ci: Include add ons in matrix | mayeut | |
| 2015-10-15 | Remove useless environment variables | mayeut | |
| 2015-10-14 | Add ABI check for PR | mayeut | |
| 2015-10-13 | Use SPDX full name & identifier for license | Matthieu Darbois | |
| 2015-10-13 | Add appveyor status badge & license badge | Matthieu Darbois | |
| 2015-10-13 | Merge branch 'master' into coc-qcc | mayeut | |
| 2015-10-13 | Correct unbound variable | mayeut | |
| 2015-10-13 | Merge pull request #627 from mayeut/appveyor | Matthieu Darbois | |
| Add Appveyor | |||
| 2015-10-13 | Remove the explicit restrict keyword | Mathieu Malaterre | |
| It would trigger a compiler error on xlc compiler. Fixes #620 | |||
| 2015-10-13 | I do not recall exactly... I would say that the correct version should be | Giuseppe 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-12 | Update ci install script | mayeut | |
| 2015-10-12 | Remove a possible uninitialized variable | Mathieu Malaterre | |
| Fixes #629 | |||
| 2015-10-12 | Minor style fix to remove c++ comments | Mathieu Malaterre | |
| 2015-10-12 | minor tweaks to the code | Mathieu Malaterre | |
| 2015-10-11 | Add appveyor.yml | mayeut | |
| 2015-10-11 | Add exceptions | mayeut | |
| 2015-10-11 | Find out Visual Studio version | mayeut | |
| 2015-10-11 | Add exceptions | mayeut | |
| 2015-10-10 | Correct exceptions | mayeut | |
| 2015-10-10 | Fix an issue with parenthesis | Mathieu Malaterre | |
| 2015-10-10 | Add exceptions | mayeut | |
| 2015-10-10 | Correct script | mayeut | |
| 2015-10-10 | Update kdu copy | mayeut | |
| 2015-10-10 | Re-enable cloning data | mayeut | |
| 2015-10-10 | update script | mayeut | |
| 2015-10-10 | correct kdu copy | mayeut | |
| 2015-10-10 | kdb copy | mayeut | |
| 2015-10-10 | correct OPJ_SITE | mayeut | |
| 2015-10-10 | run with appveyor | mayeut | |
| 2015-10-10 | Add paranoid sentinels | Mathieu Malaterre | |
| 2015-10-10 | export updated path | mayeut | |
| 2015-10-10 | debug appveyor | mayeut | |
| 2015-10-10 | correct warnings | mayeut | |
| 2015-10-10 | export TRAVIS_OS_NAME | mayeut | |
