| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-09-01 | renamed 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-30 | added first version of the encoding tests suite | Mickael Savinaud | |
| 2011-08-22 | updated INSTALL files, fixed a bug in CMakeLists.txt that prevented finding ↵ | Antonin Descampe | |
| the data directory | |||
| 2011-08-12 | added cmake support to openjpip | Antonin Descampe | |
| 2011-07-27 | added new decoding/dump tests based on data found in input/nonregresion ↵ | Mickael Savinaud | |
| repository (remove JPEG2000_CONFORMANCE_DATA_ROOT variable, add REF_DECODER_BIN_PATH variable for the encoder test suite). Remove definitively old tests | |||
| 2011-07-21 | add new decode tests based on conformance data and tolerance. Non regression ↵ | Mickael Savinaud | |
| is also added on the decoder output. Deactivate old tests. | |||
| 2011-07-13 | improved some CMakeLists files linked to the build of applications which ↵ | Mickael Savinaud | |
| used thirdparty | |||
| 2011-06-30 | fixed CTest configuration files | Antonin Descampe | |
| 2011-04-14 | initial commit of OpenJPIP 1.0, a JPIP client-server architecture based on ↵ | Antonin Descampe | |
| OpenJPEG (see README file in jpip directory for more details) | |||
| 2011-04-14 | fixed applications/codec/CMakeLists.txt that prevented JPWL executables to ↵ | Antonin Descampe | |
| be built with JPWL functionalities ; changed make all behaviour : DOC target removed from ALL | |||
| 2011-04-13 | changed the directory hierarchy of the whole project. See README files for ↵ | Antonin Descampe | |
| details. | |||
| 2011-04-13 | renamed and reorganized "jp3d" directory to "openjpeg3d". Is now a ↵ | Antonin Descampe | |
| standalone directory, with independent cmake files. Done as it uses its own version of the openjpeg library and does not depend on the one currently developped. Will be removed from the trunk and stored in a branch. | |||
| 2011-03-30 | openjpeg.pc.cmake rewrites wrong variables (issue 67) | Rex Dieter | |
| 2011-03-24 | name fixing in variables related to liblcms | Antonin Descampe | |
| 2011-03-21 | added two files FindLCMS.cmake and FindLCMS2.cmake as they are not shipped ↵ | Antonin Descampe | |
| by default with other cmake modules. | |||
| 2011-03-21 | fixed a bug that created a conflict between liblcms on the system and ↵ | Antonin Descampe | |
| liblcms2 in the thirdparty directory | |||
| 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-02-16 | Make sure to be able to compile index_create on UNIX. Install target | Mathieu Malaterre | |
| 2011-01-18 | cmake: SOVERSION change to 1 (from 1.4) to match auto-tools build | Rex Dieter | |
| 2011-01-13 | add pkg-config support to cmake | Rex Dieter | |
| 2011-01-02 | bug fixes to enable cmake compilation on WIN32 platform (see CHANGES for ↵ | Antonin Descampe | |
| details) | |||
| 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-11-17 | minor changes in cmake files (from winfried) | Antonin Descampe | |
| 2010-11-17 | fixed missing argument in main CMakeLists.txt | Antonin Descampe | |
| 2010-11-16 | minor changes in cmake flags | Antonin Descampe | |
| 2010-10-22 | Don't clobber openjpeg.h from jp3d | Ben Boeckel | |
| 2010-10-22 | Install man pages | Ben Boeckel | |
| 2010-10-22 | Default to building shared libraries | 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 | fixed CMakeLists.txt typo | 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-05 | ENH: Adding a configured header file at the image of config.h. | Luis Ibanez | |
| 2010-09-05 | ENH: jpwl subdirectory is now build also on Unix systems. | Luis Ibanez | |
| As pointed out by Winfried and Antonin, there is no reason to exclude jpwl in Unix systems. | |||
| 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-08-31 | ENH: Silencing warnings from Visual Studio regardgin security of string ↵ | Luis Ibanez | |
| functions, that can't be resolved in a multi-platform manner anywasys. | |||
| 2010-07-02 | Change CMakeLists.txt to build examples by default (image_to_j2k and ↵ | Antonin Descampe | |
| j2k_to_image). | |||
| 2010-06-29 | Synchronize branch and trunk cmakelists files | Mathieu Malaterre | |
| 2010-06-21 | adding j2k_dump executable | Mathieu Malaterre | |
| 2010-05-26 | ENH: Added custom configuration for CTest. This allows to fine tune | Luis Ibanez | |
| the selection of files for code coverage computation, and also allows to filter out acceptable compiler warnings. | |||
| 2010-05-26 | Remove automatic setting of BUILDNAME for now | Mathieu Malaterre | |
| 2010-05-26 | Reactivate ctest | Mathieu Malaterre | |
| 2010-05-26 | Move to cmake 2.6. Add policy CMP0003 | Mathieu Malaterre | |
| 2010-03-05 | Updated makefiles for v1.4 and v2.0 | Francois-Olivier Devaux | |
| 2007-12-21 | VERSION 1.3.0 RELEASE | Francois-Olivier Devaux | |
| 2007-11-08 | BUG: Fix name of project | Mathieu Malaterre | |
| 2007-11-08 | ENH: remove hardcoded value. It is a user-configurable option, which default ↵ | Mathieu Malaterre | |
| to the same... | |||
| 2007-11-08 | ENH: do not set ffast-math for all configurations, please | Mathieu Malaterre | |
| 2007-11-08 | In t1.c, small change to avoid calling twice t1_getwmsedec() | Francois-Olivier Devaux | |
| Patch from Callum Lewick. Basic gcc optimization flags in cmake and makefile match. | |||
