summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-10debug appveyormayeut
2015-10-10implement a portable aligned reallocMathieu Malaterre
2015-10-10remove cygwin specificsmayeut
2015-10-10Debug buildmayeut
2015-10-10Correct make scriptmayeut
2015-10-10Add OPJ_BINARY_DIRmayeut
2015-10-10Correct source pathmayeut
2015-10-10get proper pathmayeut
2015-10-10Change OS guessingmayeut
2015-10-10change os guessingmayeut
2015-10-10Run under appveyormayeut
2015-10-10jpylyzer downloadmayeut
2015-10-10Debug wget jpylyzermayeut
2015-10-10Continue debugging wget jpylyzermayeut
2015-10-10Debug wget jpylyzer on appveyormayeut
2015-10-10do not use aligned_alloc since it requires c11Mathieu Malaterre
2015-10-10Download jpylyzer for windowsmayeut
2015-10-10which provided by git, try wgetmayeut
2015-10-10Add appveyor supportmayeut
2015-10-10Disable ABI check. Keep API check.mayeut
2015-10-09Update ABI toolsmayeut
2015-10-09Update exception list for gcc 4.6.4mayeut
2015-10-09Use matrixmayeut
2015-10-09Remove travis debuggingmayeut
2015-10-09disable output for diff buildmayeut
2015-10-09Revert modification made to check incompatibilitymayeut
2015-10-09Merge branch 'master' into travis-abimayeut
2015-10-09Use gcc-4.8 for ABI trackermayeut
2015-10-09cleanup header file and move to implementationMathieu Malaterre
2015-10-09travis debuggingmayeut
2015-10-09retrieve & compile wdiffmayeut
2015-10-09ABI Checkmayeut
2015-10-09Revert "Make sure to allocate on 16bits alignement. Fix issue #624"mayeut
This reverts commit 553714a87a92930dd69f5762e0615c12dfcbd873.
2015-10-09Make sure to allocate on 16bits alignement. Fix issue #624Mathieu Malaterre
2015-10-08Add ABI trackermayeut
2015-10-08Merge branch 'master' into coc-qccmayeut
2015-10-08Merge pull request #584 from mayeut/travis-matrixMatthieu Darbois
Add Travis-ci build matrix
2015-10-07Merge branch 'master' into travis-matrixmayeut
2015-10-07Merge remote-tracking branch 'uclouvain/master'mayeut
2015-10-07Merge pull request #623 from stweil/c++Matthieu Darbois
Fix warnings for C++
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>
2015-10-07Merge pull request #622 from smuehlst/opj_enum_bit_flagsMatthieu Darbois
Fixed problem that C++ compilation failed because of enum variable. Fixes #619
2015-10-07Fixed problem that C++ compilation failed because of enum variable.Stephan Mühlstrasser
Replaced usage of an enum typedef for a variable that is used for bit flags with OPJ_UINT32 type.
2015-10-06Merge branch 'master' into coc-qccmayeut
2015-10-06Merge branch 'master' into travis-matrixmayeut
2015-10-06Merge remote-tracking branch 'uclouvain/master'mayeut
2015-10-06Merge pull request #618 from smuehlst/opj_malloc_castsMatthieu Darbois
Added missing casts for return values of opj_malloc()/opj_calloc().
2015-10-06Added missing casts for return values of opj_malloc()/opj_calloc().Stephan Mühlstrasser
2015-10-05Merge branch 'master' into travis-matrixmayeut
2015-10-05Merge remote-tracking branch 'uclouvain/master'mayeut