| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-01-06 | Fix support of posix_memalign for Linux | Stefan Weil | |
| posix_memalign is only declared conditionally in stdlib.h, so add one of the possible definitions to get the declaration. Signed-off-by: Stefan Weil <sw@weilnetz.de> | |||
| 2015-11-01 | Fin compiler warnings | mayeut | |
| 2015-10-18 | Merge pull request #637 from stweil/fixes | Matthieu Darbois | |
| Fix repository for JPEG2000 test data | |||
| 2015-10-10 | do not use aligned_alloc since it requires c11 | Mathieu Malaterre | |
| 2015-10-09 | cleanup header file and move to implementation | Mathieu Malaterre | |
| 2015-09-29 | Fix repository for JPEG2000 test data | Stefan Weil | |
| The data is now maintained in a git repository on Github. Signed-off-by: Stefan Weil <sw@weilnetz.de> | |||
| 2015-07-30 | better -ffast-math handling | Rex Dieter | |
| issue #488 See also http://public.kitware.com/pipermail/cmake/2015-April/060479.html | |||
| 2014-11-25 | [trunk] removed warnings when configuring with CMake 3.x on MacOS (fixes ↵ | Matthieu Darbois | |
| issue 443) | |||
| 2014-10-15 | [trunk] Add option to call dsymutil on built binaries (fixes issue 409) | Antonin Descampe | |
| 2014-09-19 | fixes install name id on OSX builds (fixes issue 367) | Antonin Descampe | |
| 2014-04-28 | [trunk] properly handle pkg-config on non-UNIX hosts | Mathieu Malaterre | |
| Fixes issue 340 | |||
| 2014-03-25 | [trunk] Import change from 2.0 branch | Mathieu Malaterre | |
| 2014-03-14 | [trunk] Mark OpenJPEG to be ABI incompatible with previous one, move to SONAME 7 | Mathieu Malaterre | |
| Also declare this is 2.1.0 (or very close) | |||
| 2014-02-28 | [trunk] Fix find_path behavior within cross-compilation execution | Mathieu Malaterre | |
| 2013-10-30 | trunk: fixed cmake config so as to be able to link opj_jpip_server with FCGI. | Antonin Descampe | |
| 2013-10-15 | complete openjpeg2 pkgconfig support, bug #68 | Rex Dieter | |
| 2013-03-25 | [trunk] separate the opj_config file between public and private part to ↵ | Mickael Savinaud | |
| avoid expose unused variables into the public API. | |||
| 2013-03-17 | [trunk] use everywhere the new opj_ prefix for HAVE variables and use the ↵ | Mickael Savinaud | |
| opj_apps_config file (thanks to winfried) | |||
| 2013-03-13 | [trunk] use the home made macro to ensure the existence of some include file | Mickael Savinaud | |
| 2013-03-13 | [trunk] correct missing variable in openjpeg config file | Mickael Savinaud | |
| 2013-03-03 | [trunk] split into two config files config options related to the lib and to ↵ | Mickael Savinaud | |
| the application. | |||
| 2012-12-04 | [trunk] correct the new name of OPJ_HAVE_STDINT_H everywhere | Mickael Savinaud | |
| 2012-12-04 | [trunk] remove SSIZE which is unused in openjpeg and rename HAVE_STDINT_H to ↵ | Mickael Savinaud | |
| OPJ_HAVE_STDINT_H | |||
| 2012-12-03 | [trunk] move typedef from opj_stdint.h to openjpeg.h and add an include of ↵ | Mickael Savinaud | |
| stdio.h in openjpeg.h. Fixes issue 197 | |||
| 2012-12-03 | [trunk]add the pkgconfig support for openjp2 (thanks Winfried) | Mickael Savinaud | |
| 2012-10-29 | [trunk] Update version number to 2.0. This will help for testing generating ↵ | Mathieu Malaterre | |
| scripts | |||
| 2012-10-22 | [trunk] Fix java binding installation | Mathieu Malaterre | |
| 2012-10-01 | [trunk] V2 will be release with SOVERSION=6 | Mathieu Malaterre | |
| 2012-10-01 | [trunk] FolderReorgProposal fix. 3rd party variables were not set | Mathieu Malaterre | |
| Update issue 177 | |||
| 2012-10-01 | [trunk] Requires CMake 2.8.2 at least | Mathieu Malaterre | |
| 2012-10-01 | [trunk] rename PACKAGE_VERSION to OPJ_PACKAGE_VERSION | Mathieu Malaterre | |
| This prevent conflicts with TIFF package which also defines PACKAGE_VERSION | |||
| 2012-10-01 | [trunk] FolderReorgProposal task: move source code to source dir | Mathieu Malaterre | |
| 2012-10-01 | [trunk] FolderReorgProposal task: only keep a single build system | Mathieu Malaterre | |
| 2012-09-28 | [trunk] FolderReorgProposal task: rename cli tools | Mathieu Malaterre | |
| Update issue 177 | |||
| 2012-09-28 | [trunk] FolderReorgProposal task: add JP3D | Mathieu Malaterre | |
| Update issue 177 | |||
| 2012-09-28 | [trunk] Continue FolderReorgProposal task. Missing java wrapping | Mathieu Malaterre | |
| Update issue 177 | |||
| 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-27 | [trunk] fix compilation on OS where ssize_t is not defined. | Mathieu Malaterre | |
| 2012-03-02 | [trunk] Backport toplevel changes from 1.5 over to trunk. Remove ↵ | Mathieu Malaterre | |
| hand-generated CHANGES file | |||
| 2011-12-02 | Simplify code. Use standard find_package call instead. ctest script will ↵ | Mathieu Malaterre | |
| need to handle this now | |||
| 2011-12-02 | Add CPack stuff | Mathieu Malaterre | |
| 2011-11-28 | [trunk] activate LargeFileSupport in CMake | Julien Malik | |
| 2011-11-27 | [trunk] search for kdu_expand in a more cmake-compliant way | Julien Malik | |
| 2011-11-24 | Use cmake style define. Fix big endian issue on dual OS (eg. Tiger) | Mathieu Malaterre | |
| 2011-10-07 | [trunk] WIP: backport rev 967-969 about test suite enhancement and rename of ↵ | Mickael Savinaud | |
| opj_configh.cmake.in from opj-1.5 to trunk | |||
| 2011-10-06 | [trunk] WIP: Enhance html documentation generation with cmake, add a ↵ | Mickael Savinaud | |
| mainpage to this documentation and bump version to 1.99.0 into the main CMakeLists (as rev951) | |||
| 2011-09-21 | Enhance the support of endianess with cmake and inside the code (credit to ↵ | Mickael Savinaud | |
| Winfried) | |||
