| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-27 | Build: fix linking of executables on some systems where TIFF/LCMS2 static ↵ | Even Rouault | |
| libraries are not in system directories (fixes #1430) Note that the fix might be partial only for static-only builds (cf comments) Ammends PR #866 and #867 | |||
| 2021-12-05 | Fix some typos (found by codespell) | Stefan Weil | |
| Signed-off-by: Stefan Weil <sw@weilnetz.de> | |||
| 2021-01-04 | thirdparty: lcms2: append flags found by pkg-config if available | Peter Seiderer | |
| This change allows to get all required CFLAGS/LDFLAGS in case of static only build. Fixes a buildroot build failure (see [1], [2] and [3]). [1] http://autobuild.buildroot.net/results/5ce/5cee20afd8bef5268832cddcb3a5270746be7a57 [2] http://lists.busybox.net/pipermail/buildroot/2016-November/177187.html [3] http://lists.busybox.net/pipermail/buildroot/2016-November/177188.html Signed-off-by: Peter Seiderer <ps.report@gmx.net> --- Depends on https://github.com/uclouvain/openjpeg/pull/866 | |||
| 2021-01-04 | Merge pull request #866 from tSed/master | Even Rouault | |
| fix static build only against tiff and its indirect dependencies | |||
| 2021-01-04 | CMakeLists.txt: Don't require a C++ compiler | Peter Korsgaard | |
| By default, CMake assumes that the project is using both C and C++. By explicitly passing 'C' as argument of the project() macro, we tell CMake that only C is used, which prevents CMake from erroring out if a C++ compiler doesn't exist. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> [Retrieved (and slightly updated by adding enable_language(CXX) if WITH_ASTYLE is set) from: https://git.buildroot.net/buildroot/tree/package/openjpeg/0003-CMakeLists.txt-Don-t-require-a-C-compiler.patch] Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> | |||
| 2020-12-31 | Fix Windows build | Even Rouault | |
| 2020-12-31 | patch provided 3rdparty zlib to work with MacOS | Antonin Descampe | |
| 2020-12-16 | docs: fix simple typo, producted -> produced | Tim Gates | |
| There is a small typo in thirdparty/include/zlib.h, thirdparty/libz/zlib.h. Should read `produced` rather than `producted`. | |||
| 2018-09-05 | Fix some typos in code comments and documentation | Stefan Weil | |
| All typos were found by Codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de> | |||
| 2017-09-22 | Remove opjstyle binary that went inadvertently committed in ↵ | Even Rouault | |
| d4e54e9f35d532062533f1d369c159810b01d224 (#1026) | |||
| 2017-05-09 | Add mechanisms to reformant and check code style (#128) | Even Rouault | |
| Use an internal version of astyle (astyle 3.0). Scripts taken from QGIS. astyle.options from https://github.com/uclouvain/openjpeg/issues/128 scripts/prepare-commit.sh can be used locally to automatically reformat edited files. Travis-CI will run scripts/verify-indentation.sh to verify committed files. | |||
| 2016-11-06 | thirdparty: tiff: append flags found by pkg-config if available | Samuel Martin | |
| This change allows to get all required CFLAGS/LDFLAGS in case of static only build. This build issue [1] was triggered by the Buildroot farms. [1] http://autobuild.buildroot.net/results/d0d/d0d22727311d6300e0e400728126170407bfd699/build-end.log Signed-off-by: Samuel Martin <s.martin49@gmail.com> | |||
| 2016-09-06 | Update to libpng 1.6.25 (#821) | Matthieu Darbois | |
| 2016-08-06 | Update to lcms 2.8 (#808) | Matthieu Darbois | |
| 2016-08-06 | Update to libpng 1.6.24 (#807) | Matthieu Darbois | |
| 2016-05-03 | Update lcms2 (#773) | Matthieu Darbois | |
| Update to mm2/Little-CMS@e342f44 | |||
| 2016-05-02 | Use lowercase for cmake commands consistenly | Julien Malik | |
| Inspired from https://github.com/InsightSoftwareConsortium/ITK/blob/master/Utilities/Maintenance/HowToCreateTheCMakeCaseConversion.txt This needs vim 7.3 and fails with vim 7.4 This also fixes a number of : - missing empty line at end of files - useless space at end of lines | |||
| 2016-05-01 | Update to libtiff-4.0.6 (#764) | Matthieu Darbois | |
| 2016-04-30 | Update lcms (#544) | Matthieu Darbois | |
| Update to mm2/Little-CMS@0e8234e090d6aab33f90e2eb0296f30aa0705e57 | |||
| 2016-04-22 | Import pnglibconf.h.prebuilt as new pnglibconf.h | Julien Malik | |
| 2016-04-21 | update libpng to from 1.6.17 to 1.6.21 | Julien Malik | |
| 2016-01-06 | Add missing include statement for ssize_t | mayeut | |
| Update uclouvain/openjpeg#681 | |||
| 2015-07-26 | Fix libtiff build with Visual Studio 2010 | mayeut | |
| 2015-07-25 | Switch to libpng-1.6.17 | mayeut | |
| 2015-07-25 | Merge pull request #528 from mayeut/zlib-1.2.8 | Matthieu Darbois | |
| Update zlib to version 1.2.8 | |||
| 2015-07-21 | Switch to libcms2-2.6 | mayeut | |
| 2015-07-04 | Update zlib to version 1.2.8 | mayeut | |
| 2015-07-03 | upgraded to libtiff v4.0.4 | Aaron Boxer | |
| 2014-12-09 | [trunk] Fixed compilation error under Visual Studio 2003 (fixes issue 351) | Matthieu Darbois | |
| 2014-04-02 | [trunk] removed debug message in CMakeLists.txt | Antonin Descampe | |
| 2014-03-14 | [trunk] Remove duplicate content from test_inline.c | Mathieu Malaterre | |
| Thanks to Matthieu Darbois for report (and patch) Fixes issue 285 | |||
| 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) | |||
| 2012-10-01 | [trunk] FolderReorgProposal task: Fix doxygen | 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-03-19 | [trunk] use autotools convention where #ifdef BLA, should be provided by ↵ | Mathieu Malaterre | |
| #define BLA 1. This is to cope with pseudo autotools generated tif header. | |||
| 2012-03-19 | [trunk] add debug statement for Win7-VS2008-32bits-trunk-Debug-OSGeo4W | Mathieu Malaterre | |
| 2012-03-17 | [trunk] Fix compilation when zlib.h is in user specified directory. | Mathieu Malaterre | |
| 2012-03-15 | [trunk] Fix compilation on 32bits/PowerPC arch (debian/linux) | Mathieu Malaterre | |
| 2012-03-15 | [trunk] make sure to build as universal build when OS is APPLE | Mathieu Malaterre | |
| 2012-03-12 | [trunk] Fix issue with space | Mathieu Malaterre | |
| 2012-03-12 | [trunk] Add support for compiling libtiff with VS2008 | Mathieu Malaterre | |
| 2012-03-12 | [trunk] Add support for MSVC 2010 compiler (32bits) | Mathieu Malaterre | |
| 2012-03-12 | [trunk] Update libtiff to 4.0.1 to support BigTIFF. openjpeg/tiff 4.0.1 ↵ | Mathieu Malaterre | |
| currently builds on linux/x86_64 and linux/mingw32. | |||
| 2012-03-02 | [trunk] import JPIP modifications for build-system from 1.5 | Mathieu Malaterre | |
| 2011-11-24 | Avoid message pollution during cmake configuration time | Mathieu Malaterre | |
| 2011-08-12 | added cmake support to openjpip | Antonin Descampe | |
| 2011-08-11 | Fixed issue #76 (trunk) | Mickael Savinaud | |
| 2011-07-22 | correct some troubles about thirdparty when they are used | Mickael Savinaud | |
| 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-21 | removed unused warning configuration message | Mickael Savinaud | |
