| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-28 | [trunk] Start FolderReorgProposal task | Mathieu Malaterre | |
| Update issue 177 | |||
| 2012-08-30 | [trunk] Remove CMake-language block-end command arguments | Mickael 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 case | Mickael 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 convention | Mathieu Malaterre | |
| 2011-12-06 | Add new mechanism for cppcheck | Mathieu Malaterre | |
| 2011-09-19 | Work In Progress: insert elements from V2 framework into the trunk | Mickael Savinaud | |
| 2011-09-09 | TRUNK: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-13 | changed the directory hierarchy of the whole project. See README files for ↵ | Antonin Descampe | |
| details. | |||
| 2011-02-16 | Explicitly link to the math lib on UNIX as we use floor and such symbols | Mathieu Malaterre | |
| 2011-02-06 | cmake : fixed installed links to openjpeg.h and openjpeg3d.h | Antonin Descampe | |
| 2011-01-13 | fix 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-05 | revert 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-03 | workaround 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-28 | changed 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-17 | install man pages by default. install CHANGES and LICENSE | Antonin Descampe | |
| 2010-10-26 | Installation fixes when using CMake | Ben Boeckel | |
| 2010-10-22 | Don't clobber openjpeg.h from jp3d | Ben Boeckel | |
| 2010-10-21 | fixed paths to png and tiff in CMakeLists.txt and fixed link to lcms library ↵ | Antonin Descampe | |
| (patch from winfried) | |||
| 2010-10-05 | Added 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-29 | Synchronize branch and trunk cmakelists files | Mathieu Malaterre | |
| 2007-09-25 | BUG: 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-12 | Patch 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-22 | ENH: Update CMake to do proper installation. Still using the 2.2 ↵ | Mathieu Malaterre | |
| installation approach for now. | |||
| 2006-02-05 | ENH: Do the proper thing for static/shared | Mathieu Malaterre | |
| 2006-02-01 | changed function definitions of INT and FIX modules to 'inline' | Freeimage | |
| 2006-01-31 | ENH: Update CMake to match the new shared lib system (no more def file) | Mathieu Malaterre | |
| 2006-01-31 | COMP: Fix compilation on MINGW | Mathieu Malaterre | |
| 2006-01-31 | STYLE: More verbose comments | Mathieu Malaterre | |
| 2006-01-31 | ENH: Move to a def solution to avoid polluting header file with declspec | Mathieu Malaterre | |
| 2006-01-25 | ENH: Sync with ITK repository | Mathieu Malaterre | |
| 2006-01-25 | STYLE: Add a lot of comments for the CMake build system | Mathieu Malaterre | |
| 2006-01-25 | added cmake files to the project | Antonin Descampe | |
