mayeut
87d44603a0
Update exception list for gcc 4.6.4
2015-10-09 23:19:23 +02:00
mayeut
74f71ec923
Use matrix
2015-10-09 23:00:06 +02:00
mayeut
5c3632b00e
Remove travis debugging
2015-10-09 22:24:51 +02:00
mayeut
a4eade843f
disable output for diff build
2015-10-09 22:23:32 +02:00
mayeut
cba89a62a1
Revert modification made to check incompatibility
2015-10-09 22:20:16 +02:00
mayeut
4123c0ba86
Merge branch 'master' into travis-abi
2015-10-09 22:16:37 +02:00
mayeut
1a9cb9aef7
Use gcc-4.8 for ABI tracker
2015-10-09 22:09:50 +02:00
mayeut
e224dee4b8
travis debugging
2015-10-09 21:52:39 +02:00
mayeut
d2ddf006a6
retrieve & compile wdiff
2015-10-09 21:48:33 +02:00
mayeut
a7ae153a46
ABI Check
2015-10-09 21:20:54 +02:00
mayeut
de0a9ed103
Revert "Make sure to allocate on 16bits alignement. Fix issue #624 "
...
This reverts commit 553714a87a
.
2015-10-09 21:13:06 +02:00
Mathieu Malaterre
553714a87a
Make sure to allocate on 16bits alignement. Fix issue #624
2015-10-09 15:37:09 +02:00
mayeut
1b2ebfc69a
Add ABI tracker
2015-10-08 20:06:59 +02:00
Matthieu Darbois
bbef2a9da3
Merge pull request #584 from mayeut/travis-matrix
...
Add Travis-ci build matrix
2015-10-08 19:04:24 +02:00
mayeut
5b6ff103bd
Merge branch 'master' into travis-matrix
2015-10-07 21:14:38 +02:00
mayeut
c86827952f
Merge remote-tracking branch 'uclouvain/master'
2015-10-07 21:07:24 +02:00
Matthieu Darbois
9b437b0c6a
Merge pull request #623 from stweil/c++
...
Fix warnings for C++
2015-10-07 21:05:25 +02:00
Stefan Weil
c8ae3c5225
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>
2015-10-07 20:53:57 +02:00
Matthieu Darbois
07f65540b5
Merge pull request #622 from smuehlst/opj_enum_bit_flags
...
Fixed problem that C++ compilation failed because of enum variable.
Fixes #619
2015-10-07 20:44:05 +02:00
Stephan Mühlstrasser
8414870ca7
Fixed problem that C++ compilation failed because of enum variable.
...
Replaced usage of an enum typedef for a variable that is used
for bit flags with OPJ_UINT32 type.
2015-10-07 12:28:12 +02:00
mayeut
26b2728c49
Merge branch 'master' into travis-matrix
2015-10-06 20:54:16 +02:00
mayeut
e526d435cc
Merge remote-tracking branch 'uclouvain/master'
2015-10-06 20:48:37 +02:00
Matthieu Darbois
f8c8222660
Merge pull request #618 from smuehlst/opj_malloc_casts
...
Added missing casts for return values of opj_malloc()/opj_calloc().
2015-10-06 16:24:20 +02:00
Stephan Mühlstrasser
d6b51b7041
Added missing casts for return values of opj_malloc()/opj_calloc().
2015-10-06 15:33:46 +02:00
mayeut
987f96004f
Merge branch 'master' into travis-matrix
2015-10-05 21:50:59 +02:00
mayeut
0b6a592372
Merge remote-tracking branch 'uclouvain/master'
2015-10-05 21:49:39 +02:00
Matthieu Darbois
83c9e0b1f2
Merge pull request #617 from mayeut/tpsot-tnsot-noseek
...
Add check for seek support before trying TPsot==TNsot workaround
2015-10-05 11:45:56 +02:00
mayeut
db23831d57
Add check for seek support before trying TPsot==TNsot workaround
2015-10-02 22:33:44 +02:00
mayeut
cf352af089
Fix up-scaling bit depth
...
Fixes #609
2015-09-29 09:28:34 +02:00
Matthieu Darbois
c59f464a3f
Merge pull request #610 from stweil/master
...
Fix some typos found by codespell
2015-09-29 08:24:43 +02:00
Stefan Weil
05235963d9
Fix typo in variable name
...
This makes checks with codespell easier.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2015-09-29 05:57:09 +02:00
Stefan Weil
99fc1ab306
Fix typos in comments and string
...
Most typos were found by codespell.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2015-09-29 05:55:43 +02:00
mayeut
f7dbcf1512
Merge branch 'master' into travis-matrix
2015-09-25 22:27:56 +02:00
mayeut
838dfb8058
Provide safer string copy than strncpy
...
As per @boxerab suggestion in commit
b9ca882749
2015-09-25 22:04:58 +02:00
mayeut
4da7e9617f
Fix resource leak
2015-09-25 00:39:05 +02:00
mayeut
b9ca882749
Fix resource leaks & unchecked resource allocations
2015-09-25 00:08:34 +02:00
mayeut
f9df8ba19a
Fix some resource leaks
2015-09-24 23:32:03 +02:00
mayeut
09c35dcb84
Merge branch 'master' into travis-matrix
2015-09-23 21:20:11 +02:00
mayeut
f82d7f3a63
Use buffer on stack to read TGA header
...
Fixes a potential leak
Fixes #601
2015-09-23 21:17:06 +02:00
mayeut
faf63fddad
Fix warning in rle4 decoding
2015-09-23 21:09:19 +02:00
Matthieu Darbois
281537851b
Add Coverity Scan status
2015-09-17 14:24:06 +02:00
mayeut
55dbf8acff
Fix resource leak in opj_j2k_create_cstr_index
...
Fixes #599
2015-09-17 12:46:42 +02:00
mayeut
c16c91797f
Fix resource leak in opj_j2k_encode
...
Fixes #598
2015-09-17 12:41:41 +02:00
mayeut
a4e93c3b0a
fix resource leak in opj_j2k_decode_one_tile
...
Fixes #597
2015-09-17 12:31:18 +02:00
Mathieu Malaterre
6cb56b36f6
Update opj_decompress man page
2015-09-16 20:54:34 +02:00
Mathieu Malaterre
9c911c0e1e
Update the version number
2015-09-16 20:49:45 +02:00
mayeut
3ea4486bed
Travis-ci update
...
Correct case in config
Check DynamicAnalysis result
2015-09-14 20:09:50 +02:00
mayeut
6e11b55441
Travis-ci add linux gcc x86_64 Debug
2015-09-14 19:37:56 +02:00
mayeut
c6b2fdf572
correct MemCheck log filename
2015-09-13 16:34:17 +02:00
mayeut
700f8cb4f8
Ignore ctest return code
...
ctest behavior is not consistent across versions.
Ignore return code & parse logs
2015-09-13 16:09:24 +02:00