Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop autotools support | Michele Calgaro | 2025-07-24 | 1 | -21/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Use JasPer 3 init/cleanup functions | mio | 2025-03-11 | 1 | -14/+89 |
| | | | | | | | | | | | | | | | The jas_init() and jas_cleanup() where deprecated in JasPer 3.0. There was also a functionality change in jas_init() which has stopped registering jas_cleanup() with 'atexit(3)', meaning that, when compiled with JasPer 3 or newer, there have been memory leaks in certain instances. This commit also introduces a memory limit for JasPer, without which, JasPer will log warnings to the standard error stream. We set a maximum of 512 MB, but will use whatever JasPer was configured with if it is lower. Signed-off-by: mio <stigma@disroot.org> | ||||
* | Use tdestandarddirs.h | Michele Calgaro | 2025-02-25 | 2 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Prefer to use pkg-config to detect tiff library. | Slávek Banko | 2025-01-13 | 1 | -0/+4 |
| | | | | | | This solves FTBFS with tiff library >= 4.7.0. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Conversion to cmake building system | Michele Calgaro | 2024-12-26 | 1 | -0/+20 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Rename 'digikam' folder to 'src' | Michele Calgaro | 2024-11-22 | 29 | -0/+5902 |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> |