summaryrefslogtreecommitdiff
path: root/libopenjpeg/CMakeLists.txt
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-05-29[trunk] Fix installation issues. Thanks to winfried for patch.Mathieu Malaterre
Fixes issue 149
2012-03-02[trunk] Synchronize with 1.5 branch, installation conventionMathieu Malaterre
2011-12-06Add new mechanism for cppcheckMathieu Malaterre
2011-09-19Work In Progress: insert elements from V2 framework into the trunkMickael Savinaud
2011-09-09TRUNK:added a new indexer functionality to the library. With the new -jpip ↵Antonin Descampe
option at encoding, the user can now generate a JP2 file including an XML box with the index used when browsing the image with JPIP
2011-04-13changed the directory hierarchy of the whole project. See README files for ↵Antonin Descampe
details.
2011-02-16Explicitly link to the math lib on UNIX as we use floor and such symbolsMathieu Malaterre
2011-02-06cmake : fixed installed links to openjpeg.h and openjpeg3d.hAntonin Descampe
2011-01-13fix symlink creation (cmake)Rex Dieter
2010-12-08 (thanks to Winfried for his help)Antonin Descampe
* [antonin] changed remaining "WIN32" to "_WIN32" ! [antonin] libopenjpeg has no more dependency on LCMS lib. Everything concerning color (icc profile, conversion to rgb, etc) has been put outside libopenjpeg and is used in j2k_to_image.c and mj2_to_frames.c. - [antonin] removed "opj_convert{.c,.h}" + [antonin] added a directory "common/" that contains "getopt{.c,.h}" (previously in "codec/compat"). + [antonin] added files "color{.c,.h}" in "common/" that define the code for icc profile management and sycc_to_rgb conversion + [antonin] added "common/format_defs.h" that contains common definitions used in image_to_j2k, j2k_to_image, j2k_dump.
2010-12-05revert to previous behaviour for cmake: builds (and links) dynamically by ↵Antonin Descampe
default. Static build only if -DBUILD_SHARED_LIBS is set to OFF.
2010-12-03workaround for name clash when building static and dynamic on WIN32 (see ↵Antonin Descampe
http://www.vtk.org/Bug/view.php?id=10190 for description)
2010-11-28changed cmake behaviour: executables are now always statically linked. When ↵Antonin Descampe
-DBUIL_SHARED_LIBS option is ON (the default), the shared versions of the libraries are also built (but executables remain linked against the static libraries).
2010-11-17install man pages by default. install CHANGES and LICENSEAntonin Descampe
2010-10-26Installation fixes when using CMakeBen Boeckel
2010-10-22Don't clobber openjpeg.h from jp3dBen Boeckel
2010-10-21fixed paths to png and tiff in CMakeLists.txt and fixed link to lcms library ↵Antonin Descampe
(patch from winfried)
2010-10-05Added files to let people build openjpeg with configure tools ; Added ↵Antonin Descampe
makefiles to let people manually build openjpeg on *nix platforms ; Removed obsolete Makefiles ; Renamed dirent.h to windirent.h ; Made optional the PNG, TIFF, and LCMS support in CMake files ; Added opj_config* files to configure openjpeg before building it (opj_config.h generated by configure, cmake, or manually by the user) ; Renamed this file from ChangeLog to CHANGES ; Renamed License.txt to LICENSE ; Updated README files ; Added INSTALL and LICENSE files ; Added man pages
2010-06-29Synchronize branch and trunk cmakelists filesMathieu Malaterre
2007-09-25BUG: Fix previous patch from Callum Lerwick. I have no clue what ↵Mathieu Malaterre
CMAKE_INSTALL_LIBDIR refers too. Bump up cmake 2.2 restriction to cmake 2.4 because of previous patch not backward compatible. Properly set the SOVERSION in a cross plateform way (yes WIN32 is a plateform)
2007-09-12Patch from Callum Lerwick. Fixed the library linking so it links with the ↵Francois-Olivier Devaux
soversion properly set. Fixes up the install targets so that it interacts properly with RPM. Install target for MJ2. Sets some necessary and useful CFLAGS if gcc is in use.
2006-07-22ENH: Update CMake to do proper installation. Still using the 2.2 ↵Mathieu Malaterre
installation approach for now.
2006-02-05ENH: Do the proper thing for static/sharedMathieu Malaterre
2006-02-01changed function definitions of INT and FIX modules to 'inline'Freeimage
2006-01-31ENH: Update CMake to match the new shared lib system (no more def file)Mathieu Malaterre
2006-01-31COMP: Fix compilation on MINGWMathieu Malaterre
2006-01-31STYLE: More verbose commentsMathieu Malaterre
2006-01-31ENH: Move to a def solution to avoid polluting header file with declspecMathieu Malaterre
2006-01-25ENH: Sync with ITK repositoryMathieu Malaterre
2006-01-25STYLE: Add a lot of comments for the CMake build systemMathieu Malaterre
2006-01-25added cmake files to the projectAntonin Descampe