| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-10-22 | Install man pages | Ben Boeckel | |
| 2010-10-22 | Default to building shared libraries | Ben Boeckel | |
| 2010-10-22 | Patch to support the MSVC Win 64 builds (from szekerest) | Antonin Descampe | |
| 2010-10-22 | Currently the Visual Studio builds are broken in the SVN. Attached a patch ↵ | Antonin Descampe | |
| to fix this issue (from szekerest) | |||
| 2010-10-22 | M libopenjpeg/Makefile.in | Winfried | |
| M libopenjpeg/Makefile.am M jp3d/libjp3dvm/Makefile.in M jp3d/libjp3dvm/Makefile.am M CHANGES M jpwl/Makefile.in M jpwl/Makefile.am | |||
| 2010-10-22 | M CHANGES | Winfried | |
| M jpwl/Makefile.in M jpwl/Makefile.am | |||
| 2010-10-22 | M configure | Winfried | |
| M Makefile.in M configure.ac A libopenjpeg.pc.in M doc/Makefile.in M doc/Makefile.am M CHANGES M Makefile.am | |||
| 2010-10-21 | fixed help display (patch from winfried) | Antonin Descampe | |
| 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-19 | fixed options and help display (patch from winfried) | Antonin Descampe | |
| 2010-10-18 | M jp3d/Makefile.nix | Winfried | |
| M config.nix M doc/Makefile.in M doc/Makefile.am M doc/Makefile.nix M CHANGES M jpwl/Makefile.nix M Makefile.nix | |||
| 2010-10-17 | -This line, and those below, will be ignored-- | Winfried | |
| M configure M Makefile.in M opj_config.h.in.user M mj2/Makefile.in M mj2/Makefile.am M mj2/Makefile.nix M libopenjpeg/Makefile.in M jp3d/Makefile.in M jp3d/libjp3dvm/Makefile.in M jp3d/Makefile.nix M jp3d/codec/Makefile.in M jp3d/codec/Makefile.am M config.nix M configure.ac M doc/Makefile.in M doc/Makefile.am M doc/Makefile.nix M INSTALL M CHANGES M jpwl/Makefile.in M jpwl/Makefile.am M jpwl/Makefile.nix M Makefile.am M Makefile.nix M codec/Makefile.in M codec/Makefile.am | |||
| 2010-10-13 | (no commit message) | Winfried | |
| 2010-10-13 | (no commit message) | Winfried | |
| 2010-10-10 | 1. The jp3d/libjp3dvm/Makefile.am has been changed: | Antonin Descampe | |
| Installing: /usr/local/TEST_CONFIG/include/openjpeg3d-1.3/ Installing: /usr/local/TEST_CONFIG/include/openjpeg3d-1.3/openjpeg3d.h PREFIX/include: 23 openjpeg.h -> openjpeg-1.4/openjpeg.h 27 openjpeg3d.h -> openjpeg3d-1.3/openjpeg3d.h 28773 openjpeg-1.4/openjpeg.h 22158 openjpeg3d-1.3/openjpeg3d.h 2. The jp3d/Makefile.nix has been changed respectivly. 3. The mj2/Makefile.nix contained a wrong path to 'compat/' 4. opj_config.h.in.user contained a comment within a comment. 5. 'autoreconf' reported that AC_PROG_RANLIB is no longer necessary in 'configure.ac'. | |||
| 2010-10-08 | fixed a bug in mj2.c that prevented extract_j2k_from_mj2 to build properly. ↵ | 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-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-07 | ENH: Now forcing openjpeg_JPWL to be a STATIC library. | Luis Ibanez | |
| 2010-09-07 | ENH: Now verifies if the OPJ_STATIC macro is not | Luis Ibanez | |
| already defined, before it defines it. | |||
| 2010-09-07 | ENH: Including the new header file openjpegConfigure.h | Luis Ibanez | |
| in order to carry the definition of OPJ_STATIC when building static libraries. | |||
| 2010-09-05 | COMP: adding trunk/codec/compat to the list of directories | Luis Ibanez | |
| that must be searched for header files. | |||
| 2010-09-05 | ENH: Removed redundant copies of getopt.c and getopt.h. | Luis Ibanez | |
| Now reusing the ones in codec/compat. | |||
| 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: Adding symbols from traditional checks. | Luis Ibanez | |
| NOTE: the LCMS may still require CMake code for detecting the prescence of the library, of the use of CMake options for letting the user choose based on her preference. | |||
| 2010-09-05 | ENH: Adding a configured header file at the image of config.h. | Luis Ibanez | |
| 2010-09-05 | COMP: PNG_LIBRARIES were missing for the TARGET_LINK_LIBRARIES command | Luis Ibanez | |
| of the executable targets. | |||
| 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-09-01 | COMP: Fixing configuration for static builds. Fixing dependencies that several | Luis Ibanez | |
| executables have on getopt.c, convert.c and index.c. Some refactoring is going to be required in order to have a cleaner configuration process and make it easier to maintain. | |||
| 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-08-31 | STYLE: This file had inconsistent ends of line (mixture of DOS and UNIX). | Luis Ibanez | |
| 2010-08-31 | COMP: Moving to the parent directory the set INCLUDE_DIRECTORIES command. | Luis Ibanez | |
| Given that files in "codec" look for files in "libjp3dvm", and files in "libjp3dvm" look for header files in "codec". | |||
| 2010-08-31 | COMP: Remove requirement that png and tiff headers must be in a specific ↵ | Luis Ibanez | |
| directory relative to this one. | |||
| 2010-08-31 | BUG: The directory compat doesn't exist. The file getopt.c is actually at ↵ | Luis Ibanez | |
| this level. | |||
| 2010-08-30 | Update the XCode project file with JPWL targets | Antonin Descampe | |
| 2010-08-30 | Update the README.cmake file : an instruction was missing to run the tests ↵ | Antonin Descampe | |
| correctly. | |||
| 2010-08-11 | Fix case | Mathieu Malaterre | |
| 2010-07-07 | Update README and Makefiles to promote cmake. Fix the README.cmake file. | Antonin Descampe | |
| 2010-07-02 | Change CMakeLists.txt to build examples by default (image_to_j2k and ↵ | Antonin Descampe | |
| j2k_to_image). | |||
| 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-29 | Synchronize branch and trunk cmakelists files | Mathieu Malaterre | |
| 2010-06-29 | return error code upon errors | Mathieu Malaterre | |
| 2010-06-22 | Sync with v2 branch | Mathieu Malaterre | |
| 2010-06-22 | Merge with v2 branch | Mathieu Malaterre | |
| 2010-06-22 | Also dump the image info as well as cp info. | Mathieu Malaterre | |
| 2010-06-22 | Apply patch from w. szukalski (sent to list). Mon, Jun 21, 2010 at 5:49 PM | Mathieu Malaterre | |
| 2010-06-21 | adding j2k_dump executable | Mathieu Malaterre | |
