summaryrefslogtreecommitdiffstats
path: root/siplib/voidptr.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove old conditional python code.Michele Calgaro2023-01-221-166/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Updates for Python 3 Supportaneejit12022-04-211-2/+10
| | | | | | | | | | | | | | | The following changes have been made to support Python 3: - in sip-tqt.h, remove the cast in the "sipConvertFromSliceObject" macro in versions 3.2+ as the API changed causing a compile error; - in voidptr.h, alter the precompile conditions to remove the PyCObject API cals for version 3.2+ (causes runtime symbol resolution error) and amend the flags for "asstring"; - alter module import process in siplib.c to avoid re-loading an already loaded module. Signed-off-by: aneejit1 <aneejit1@gmail.com> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Rename sip into sip-tqt in order to be conflict free with upstream.gregory guy2022-01-121-14/+14
| | | | | | | This relates to bug 2699. Signed-off-by: gregory guy <gregory-tde@laposte.net> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix unintended renameTimothy Pearson2013-02-111-1/+1
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-011-1/+1
|
* Initial import of SIP4 for Qt3Timothy Pearson2011-11-221-0/+579