Fix whitespace issues in opj_malloc.c
[openjpeg.git] / src / lib / openjp2 / opj_malloc.c
2016-01-06 Stefan WeilFix whitespace issues in opj_malloc.c
2016-01-03 mayeutMerge remote-tracking branch 'uclouvain/master'
2015-12-31 Matthieu DarboisMerge pull request #679 from stweil/grammar
2015-12-31 Stefan WeilFix grammar in comment 679/head
2015-11-01 mayeutFin compiler warnings
2015-10-21 Matthieu DarboisMerge pull request #638 from stweil/master
2015-10-21 Matthieu DarboisMerge pull request #644 from smuehlst/opj_aligned_malloc
2015-10-21 Stephan MühlstrasserAvoid pointer arithmetic with (void *) pointers. 644/head
2015-10-21 Stephan MühlstrasserMerge branch 'master' into opj_aligned_malloc
2015-10-20 mayeutGeneric aligned malloc implementation update.
2015-10-20 Stephan MühlstrasserGeneric aligned malloc implementation.
2015-10-20 Stephan MühlstrasserGeneric aligned malloc implementation. 643/head
2015-10-18 Matthieu DarboisMerge pull request #637 from stweil/fixes
2015-10-18 Matthieu DarboisMerge pull request #636 from uclouvain/opj_malloc-625
2015-10-18 mayeutCleanup includes 636/head
2015-10-18 mayeutFix _aligned_malloc usage
2015-10-17 mayeutFix inconsistent behavior of malloc(0)
2015-10-17 mayeutAdd missing checks. Fix crash on failed allocation.
2015-10-16 mayeutFixed crash on encoding
2015-10-12 Mathieu Malaterreminor tweaks to the code
2015-10-10 Mathieu MalaterreFix an issue with parenthesis
2015-10-10 Mathieu Malaterreimplement a portable aligned realloc
2015-10-10 Mathieu Malaterredo not use aligned_alloc since it requires c11
2015-10-09 Mathieu Malaterrecleanup header file and move to implementation