summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Collapse)Author
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-05-02Ignore clang's summary warningJulien Malik
This assumes prior text has matched some other warning expression. This reduces the warnings reported for clang build on the dashboard, which were caused only by the "XXX warnings generated." message. For some reason they were not reported when not using ctest launchers. This commit allows to confidently use ctest launchers to improve dashboard reports.
2015-09-29Fix typos in comments and stringStefan Weil
Most typos were found by codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de>
2015-07-30Add jpylyzer tests for JP2 compressionmayeut
2015-07-04Fix CMake warning when testing for LFSmayeut
Update issue #442
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
2014-03-10[trunk] Remove old warnings about deprecated APIMathieu Malaterre
2014-02-26[trunk] regex would not be used to remove java deprecation warning from ↵Mathieu Malaterre
dashboard
2014-02-25[trunk] deprecationg warning issued by java compiler should be ignoredMathieu Malaterre
2014-02-07Update kakadu cmake moduleMathieu Malaterre
2013-03-13[trunk] use the home made macro to ensure the existence of some include fileMickael Savinaud
2013-03-03[trunk] remove some unused variable from opj_config and rename other one ↵Mickael Savinaud
with opj_ prefix
2012-10-01[trunk] Requires CMake 2.8.2 at leastMathieu Malaterre
2012-10-01[trunk] remove warnings generated by all project in thirdpartiesMathieu Malaterre
2012-10-01[trunk] Discard warnings from tiff packageMathieu Malaterre
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre
Update issue 177