summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2017-08-24Another cleanup in knownfailures-* filesEven Rouault
2017-08-24Remove test steps from specialized knownfailures- that are already in ↵Even Rouault
knownfailures-all.txt
2017-08-24issue104_jpxstream.jp2 decompresses just fine (and like Kakadu). Update ↵Even Rouault
md5refs.txt and remove from knownfailures
2017-08-24Remove broken.jpc test from known failures, by avoiding too long processing timeEven Rouault
2017-08-24Remove -NR-DEC-p1_06.j2k-156-decode and NR-DEC-p1_06.j2k-164-decode from ↵Even Rouault
knownfailures and make them explicit failures. The result images are empty at the requested resolution
2017-08-09Comment back previous version in abi-check.shAntonin Descampe
2017-08-09update abi-check for latest releaseAntonin Descampe
2017-08-02Update abi-check to take into account new defaults for "add" git commandAntonin Descampe
2017-08-02WIP: fix abi-check and automatic uploadAntonin Descampe
2017-07-03Add tests/fuzzers for OSS Fuzz (#965)Even Rouault
2017-07-01Merge pull request #964 from rouault/remove_useless_knownfailuresEven Rouault
Remove useless knownfailures (since LAZY encoding is fixed)
2017-07-01Add ↵Even Rouault
tools/travis-ci/knownfailures-Ubuntu14.04-clang3.8.0-x86_64-Release-3rdP.txt (copied from knownfailures-Ubuntu12.04-clang3.9.0-x86_64-Release-3rdP.txt)
2017-07-01appveyor.yml: add a /arch:AVX2 config on WindowsEven Rouault
Try running the tests if the CPU supports AVX2.
2017-07-01Remove useless knownfailures (since LAZY encoding is fixed)Even Rouault
2017-07-01.travis.yml: try to run tests in -mavx2 mode if the CPU supports itEven Rouault
And modify settings so as to hae a AVX2 compatible CPU
2017-06-21.travis.yml: add a configuration to test compilation of AVX2 (but disable ↵Even Rouault
tests since Travis doesn't have AVX2 compatible machines)
2017-05-23CMake: add stronger warnings for openjp2 lib/bin by default, and error out ↵Even Rouault
on declaration-after-statement And remove occurences of unused arguments in src/lib/openjp2
2017-05-09Add mechanisms to reformant and check code style (#128)Even Rouault
Use an internal version of astyle (astyle 3.0). Scripts taken from QGIS. astyle.options from https://github.com/uclouvain/openjpeg/issues/128 scripts/prepare-commit.sh can be used locally to automatically reformat edited files. Travis-CI will run scripts/verify-indentation.sh to verify committed files.
2017-05-09Add profiling of CPU and memory usage (#912)Even Rouault
2017-05-06Add performance benchmarking scriptsEven Rouault
And run them by Travis-CI
2017-05-03Fix retrieval of jpylyzer in AppVeyorEven Rouault
2017-03-03Fixed CRLF auto conversion issue in openjpeg-data #655Antonin Descampe
2016-09-29fix abi-check and limit upload to website for masterAntonin Descampe
2016-09-29fix abi-checkAntonin Descampe
2016-09-29fix abi-checkAntonin Descampe
2016-09-28Update abi-check scripts for v2.1.2Antonin Descampe
2016-09-13remove ops 1.4 and 1.2 from abi-check to avoid symlinks in gh-pagesAntonin Descampe
2016-08-06Reenable clang-3.9 build on travis (#806)Matthieu Darbois
clang-3.9 is now available with apt add-on in travis-ci
2016-07-06Update ABI tracker scriptmayeut
Disable previous version.
2016-07-05Update ABI tracker from 2.1 to 2.1.1mayeut
2016-07-05update api/abi trackerAntonin Descampe
2016-07-05Add version 2.1.1 to ABI trackermayeut
2016-06-26Remove useless diff command in abi-check.shAntonin Descampe
2016-06-25Correct abi-check.sh for PR (#791)Matthieu Darbois
2016-06-21Automatic upload of ABI report (end)Antonin Descampe
2016-06-21Automatic upload of ABI report (ctd)Antonin Descampe
2016-06-21Automatic upload of ABI report (ctd)Antonin Descampe
2016-06-21setup automatic upload of ABI reportsAntonin Descampe
2016-05-15WIP automatic releaseAntonin Descampe
2016-05-15WIP: debug travis run scriptAntonin Descampe
2016-05-15Update travis and appveyor to enable automatic releases on tag commitAntonin Descampe
2016-05-02Use lowercase for cmake commands consistenlyJulien Malik
Inspired from https://github.com/InsightSoftwareConsortium/ITK/blob/master/Utilities/Maintenance/HowToCreateTheCMakeCaseConversion.txt This needs vim 7.3 and fails with vim 7.4 This also fixes a number of : - missing empty line at end of files - useless space at end of lines
2016-04-27Fix issue 135mayeut
dwt_interleave_h.gsr105.jp2 now has the same output as kakadu issue399 is corrupted. Only the corrupted part changes. Update known failures for x86 MD5 NR-DEC-kodak_2layers_lrcp.j2c-31-decode-md5 NR-DEC-kodak_2layers_lrcp.j2c-32-decode-md5 NR-DEC-issue135.j2k-68-decode-md5
2016-04-27Add clang 3.9 build to Travis matrix (#753)julienmalik
2016-04-21Update jpylyzer to 1.17.0Julien Malik
2016-04-21upgrade cmake to 3.5.2Julien Malik
2016-01-11Update known failuresmayeut
2015-11-07Add known failuresmayeut
2 more tests failing under AppVayor since nov-6 update Update #655
2015-11-07Fix missing bracketmayeut
2015-11-07fix appveyor buildmayeut