summaryrefslogtreecommitdiff
path: root/cmake/TestFileOffsetBits.c
AgeCommit message (Collapse)Author
2016-01-25processed all c/h files through astyle with opj_astyle.cfgcodingstyleAntonin Descampe
2014-03-27[trunk] Properly copy/paste code from the autotoolsMathieu Malaterre
gcc correctly fails compiling this code, I needed to move the code outside the main function to get the error. This actually match the autotools (incorrect) code. We'll see how they fix this code in future release. This make the code compatible with previous openjpeg version and remove C99 requirement. Fixes issue 316
2014-03-26[trunk] Make sure to use long long (this is not C89). However this should be ↵Mathieu Malaterre
ok on most compilers nowadays Update issue 316
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre
Update issue 177