| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
The sipGetAddress function has been renamed as sip_api_get_address
and made available as part of the public API.
Signed-off-by: aneejit1 <aneejit1@gmail.com>
(cherry picked from commit b92a3b0a4eb3cf0790904121c803717ebbbabd55)
|
| |
|
|
|
|
|
|
|
|
| |
The generated module initialisation function fails to export because of
the "-fvisibility-hidden" resulting in an import failure on missing
symbol. Alter the visibility of the initialisation function to "default"
to ensure that it winds up as "global" in the module binary.
Signed-off-by: aneejit1 <aneejit1@gmail.com>
(cherry picked from commit b9448655a28d8357dbed7d2a4f3171440703c0bf)
|
| |
|
|
|
|
|
|
|
|
|
| |
python-tqt is reporting "underlying C/C++ object has been deleted". This
is rather unhelpful. A little code has been backported from the equivalent
source files in sip 4.19.23 to make it a little clearer about what is
going wrong (original author Riverbank Computing Limited
<info@riverbankcomputing.com>, licensed under GPL version 2 or 3).
Signed-off-by: aneejit1 <aneejit1@gmail.com>
(cherry picked from commit c9762bd162d2c0c33fec1dc1bce2c5a70357d6c8)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
(cherry picked from commit 5b12d262dc940b6fe9e2766988917665c970318d)
|
| |
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 5f4dfdf2edfa23715cdf3d4e11010be57307a95c)
|
| |
|
|
|
|
|
| |
TK_TQCHAR × TK_QCHAR between lexer and parser.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit c1d6f4a527723728aeb28026f62461c146e3b716)
|
| |
|
|
|
|
|
| |
Delete generated files from source code.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 123b20b74727a79a2dd84d8f90b3a47ce76a7ad6)
|
| |
|
|
|
|
|
| |
This resolves issue #3.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 32d72527ff6ddd27a823f0b68ff811daa5692719)
|
| |
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 65411c74aa20ff9a95283533954ea77ee25792a2)
|
| |
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit dda6304c5083cecb51f3e1c9f92f595acdcc06d9)
|
| |
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f12979141f1bc5cc31a62aa6874ad54ff619f2f0)
|
| |
|
|
|
|
|
|
| |
This resolves FTBFS due to a narrowing conversions using
C++11 dialect (GCC6) in python-tqt and python-trinity
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 0747f550f709a80d4dda351f6f593113a15d9f43)
|
| |
|
|
| |
(cherry picked from commit 916b7d8e62bcc40d480373540c2e5f5497ff9b1a)
|
| |
|
|
| |
This relates to Bug 1995
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
It allows to retain compatibility with the original SIP4
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
This reverts commit f39e1b176003642f9bd4e712cfd8acdf9665f81a.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|