| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 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-09 | cleanup header file and move to implementation | Mathieu Malaterre | |
| 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. | |||
