| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-27 | opj_config.h.cmake.in: add inclusion guard | Even Rouault | |
| 2023-09-24 | Require `stdint.h` & `inttypes.h` | mayeut | |
| With #1450 which goes with 480cc9d49775d018c19ce0e01f6be27858d63d39 "Remove support for non-C99 compilers (like VS2010) that don't support snprintf()", support for MSVC versions prior to vs2015 is dropped: https://stackoverflow.com/questions/2915672/snprintf-and-visual-studio-2010 This means that all supported MSVC versions do have `stdint.h` & `inttypes.h` now. For non windows platforms, those headers were already mandatory. Make them mandatory for all builds. | |||
| 2014-04-28 | [trunk] Finalize API for openjpeg 2.1 | Mathieu Malaterre | |
| public header will only contains minimal information: major, minor and build version Prefix has been changed from OPENJPEG to OPJ for consistency SOVERSION has been removed from header (ABI vs API info) OPJ_VERSION string has been removed, since it is accessible already (PACKAGE_VERSION) Fixes issue 342 | |||
| 2014-04-28 | [trunk] Provide #ifdef blockers for OpenJPEG Version | Mathieu Malaterre | |
| Fixes issue 342 | |||
| 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-13 | [trunk] correct missing variable in openjpeg config file | Mickael Savinaud | |
| 2013-03-03 | [trunk] remove some unused variable from opj_config and rename other one ↵ | Mickael Savinaud | |
| with opj_ prefix | |||
| 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-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 | |
