Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop Borland compiler specific codeHEADmaster | Michele Calgaro | 2024-10-27 | 4 | -395/+13 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Use JasPer 3 library initialization routines | mio | 2024-10-01 | 1 | -2/+64 |
| | | | | | | | | Update to use the jas_init_library() and jas_init_thread() functions as JasPer 3 deprecated jas_init and changed its behaviour to not register jas_cleanup() as an atexit callback. Signed-off-by: mio <stigma@disroot.org> | ||||
* | Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY | Michele Calgaro | 2024-07-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace kdemacros.h with tdemacros.h | Michele Calgaro | 2024-07-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix FTBFS due to invalid pointer in iconv function | François Andriot | 2024-04-17 | 1 | -1/+1 |
| | | | | Signed-off-by: François Andriot <francois.andriot@thalesgroup.com> | ||||
* | Set a real data type used for FreeArray2D. | Slávek Banko | 2024-04-15 | 2 | -3/+3 |
| | | | | | | This relates to issue #17. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Add missing function prototype. | Slávek Banko | 2024-04-15 | 1 | -0/+3 |
| | | | | | | This relates to issue #17. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | cmake files: change keywords to lower case | Michele Calgaro | 2024-03-08 | 11 | -11/+11 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Drop autotools support | Michele Calgaro | 2023-10-30 | 79 | -955/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | cmake: Add detection of standalone iconv library. | Slávek Banko | 2023-10-23 | 1 | -0/+1 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Conversion to cmake building system | Michele Calgaro | 2023-09-21 | 131 | -83/+1305 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Move ksquirrel-libs-png to kernel folder since it is shared by three ↵ | Michele Calgaro | 2023-09-17 | 26 | -10/+8 |
| | | | | | | different codecs (dicom, png, svg) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Removed unnecessary files | Michele Calgaro | 2023-05-19 | 3 | -250/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replaced 'includehints' with 'includes' in *.ui files. | Michele Calgaro | 2022-01-04 | 2 | -8/+8 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix check of OpenEXR >= 3.0 library. | Slávek Banko | 2021-07-09 | 1 | -2/+2 |
| | | | | | | Add check if OpenEXR needs explicit C++ standard. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Removed explicit usage of the 'register' keyword. | Michele Calgaro | 2020-01-30 | 4 | -18/+18 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replaced _BSD_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS. | Michele Calgaro | 2018-10-11 | 1 | -28/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix FTBFS with stricter C++11 | Slávek Banko | 2018-08-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Enable STDC_LIMIT_MACROS for jasper | Slávek Banko | 2017-02-04 | 1 | -0/+6 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix FTBFS due missing include | Slávek Banko | 2016-11-20 | 2 | -0/+2 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Add support giflib 5.1 | Slávek Banko | 2015-12-20 | 1 | -1/+7 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix build warnings | François Andriot | 2015-09-14 | 4 | -6/+13 |
| | | | | Signed-off-by: François Andriot <francois.andriot@free.fr> | ||||
* | Fix potential buffer overflow | Slávek Banko | 2015-09-14 | 1 | -1/+5 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix missing Qt=>TQt renaming in ui files | Slávek Banko | 2015-07-12 | 6 | -96/+96 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix FTBFS on freebsd | Slávek Banko | 2015-07-08 | 15 | -11/+28 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Add support for Giflib 5.0 | Francois Andriot | 2013-08-25 | 1 | -0/+41 |
| | |||||
* | Fix FTBFS with libgif >= 4.2.0 | Francois Andriot | 2013-06-06 | 1 | -0/+16 |
| | |||||
* | Fix typos. | Darrell Anderson | 2012-04-05 | 1 | -1/+1 |
| | |||||
* | In kernel/kls_pict/fmt_codec_pnm.cpp add #include <stdlib.h>. | Darrell Anderson | 2012-03-29 | 1 | -0/+1 |
| | |||||
* | Additional renaming of kde to tde | Timothy Pearson | 2011-11-16 | 19 | -37/+37 |
| | |||||
* | Fix libksquirrel FTBFS caused by incorrect linker settings when using ↵ | tpearson | 2011-05-18 | 2 | -1/+1 |
| | | | | | | libtool ... --tag=CC ... git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/libksquirrel@1232647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Added libksquirrel for KDE3 | tpearson | 2010-02-24 | 405 | -0/+107134 |
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/libksquirrel@1095624 283d02a7-25f6-0310-bc7c-ecb5cbfe19da |