summaryrefslogtreecommitdiff
path: root/CMake
AgeCommit message (Collapse)Author
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre
Update issue 177
2012-08-30[trunk] Remove CMake-language block-end command argumentsMickael Savinaud
Ancient versions of CMake required else(), endif(), and similar block termination commands to have arguments matching the command starting the block. This is no longer the preferred style. Thanks to Hans Johnson
2012-08-30[trunk] Convert CMake-language commands to lower caseMickael Savinaud
Ancient CMake versions required upper-case commands. Later command names became case-insensitive. Now the preferred style is lower-case. This also changes all the key words to lower case. The primary reason for changing key words is that all documentation for CMakeLists.txt now shows the key words as lower case. Even the printed “Mastering CMake v5” uses lower case. Thanks to Hans Johnson
2012-03-02[trunk] Backport toplevel files from 1.5Mathieu Malaterre
2012-02-13[trunk] Merge the CMake/ dir from opj 1.5Mathieu Malaterre
2012-01-11add opj_logo.icns for trunk and 1.5Antonin Descampe
2011-12-06Add new mechanism for cppcheckMathieu Malaterre
2011-12-02Simplify code. Use standard find_package call instead. ctest script will ↵Mathieu Malaterre
need to handle this now
2011-12-02Add CPack stuffMathieu Malaterre
2011-11-30[trunk] make large file support variables persistent in CMake to allow ↵Julien Malik
reconfiguration
2011-11-28[trunk] fix definition of _FILE_OFFSET_BITS macro on platform where it is neededJulien Malik
2011-11-28[trunk] activate LargeFileSupport in CMakeJulien Malik
2011-11-24fix variable name to be hiddenMathieu Malaterre
2011-10-25[trunk] WIP: add a file to exclude some valgrind errors (detected with ↵Mickael Savinaud
ctest_memcheck) related to png lib found with ubuntu10.04 platform
2011-09-01renamed getopt.{c/h} to opj_getopt.{c/h} and forced the use of these files ↵Antonin Descampe
rather than the system ones. This fixed issue 78. Credit to Winfried.
2011-08-31enhance the encoding test suite and remove unsued CONFIGURE_FILE into a ↵Mickael Savinaud
CMakeList
2011-08-16fixed cmake support for openjpipAntonin Descampe
2011-08-12added cmake support to openjpipAntonin Descampe
2011-07-29increase number of warning reported on the dashboard (forgot the file in the ↵Mickael Savinaud
last commit)
2011-07-13improved some CMakeLists files linked to the build of applications which ↵Mickael Savinaud
used thirdparty
2011-06-30fixed CTest configuration filesAntonin Descampe
2011-04-13changed the directory hierarchy of the whole project. See README files for ↵Antonin Descampe
details.
2010-09-05ENH: Grouping the logic that detects getopt.c into a single .cmake file.Luis Ibanez
Multiple directories were repeating this configuration independently. The directory jp3d is expected to be self-suficient so it still does the configuration directly.
2010-08-11Fix caseMathieu Malaterre
2010-06-29Synchronize branch and trunk cmakelists filesMathieu Malaterre