| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-04-13 | re-organization of openjpeg directories hierarchy : step 1 | Antonin Descampe | |
| 2011-03-20 | Removed the libs directory containing win32 compiled versions of libpng, ↵ | Antonin Descampe | |
| libtiff and liblcms. Added a thirdparty directory to include main source files of libtiff, libpng, libz and liblcms to enable support of these formats in the codec executables. CMake will try to statically build these libraries if they are not found on the system. Note that these third party libraries are not required to build libopenjpeg (which has no dependencies). | |||
| 2011-01-03 | removed badly written tests from CTest in codec/CMakeLists.txt | Antonin Descampe | |
| 2011-01-02 | bug fixes to enable cmake compilation on WIN32 platform (see CHANGES for ↵ | Antonin Descampe | |
| details) | |||
| 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-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-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-09-08 | Reverting the use of #include "openjpegConfigure.h" until we find a compatible | Luis Ibanez | |
| way of doing this with autoconf, and with the default VS project files. | |||
| 2010-09-05 | ENH: The logic for defining OPJ_STATIC has now been moved to the | Luis Ibanez | |
| openjpegConfigure.h file. | |||
| 2010-09-05 | ENH: 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-07-01 | Need to include png/tiff include path | Mathieu Malaterre | |
| 2010-06-29 | Synchronize branch and trunk cmakelists files | Mathieu Malaterre | |
| 2010-06-21 | adding j2k_dump executable | Mathieu Malaterre | |
| 2010-05-26 | Reactivate ctest | Mathieu Malaterre | |
| 2007-11-27 | Created the file index.c in the codec directory. This file handles the ↵ | Francois-Olivier Devaux | |
| creation of index files, at encoding and decoding. Fixed bugs during the creation of the index (PCRL progression order) | |||
| 2007-09-07 | BUG: cannot run tests if EXAMPLES are not built | Mathieu Malaterre | |
| 2007-09-07 | ENH: Add cmake code to do testing if user has properly setup a testimages ↵ | Mathieu Malaterre | |
| directory | |||
| 2007-09-06 | ENH: Fix unitialized read in img_fol (we may need a smarter initialize than ↵ | Mathieu Malaterre | |
| memset) | |||
| 2007-09-06 | ENH: Add very simple tests (simply run command line with no option) | Mathieu Malaterre | |
| 2007-09-06 | ENH: Add jpwl. Also remove old deprecated way of linking lib math on unix | Mathieu Malaterre | |
| 2007-03-01 | COMP: Fix compilation of executable linking to TIFF lib. | Mathieu Malaterre | |
| 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-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 | |
