summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use tdeinstance.hr14.1.xMichele Calgaro2025-08-191-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a2cb3a262fbd172dba06b601fed7e938d494fa4d)
* split() CXX value from python config var or envAlexander Golubev2025-07-301-2/+2
| | | | | | This fixes FTBFS caused by last commit (5e40676) Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* A more consistent compiler and flags configAlexander Golubev2025-07-291-26/+17
| | | | | | | | | | | | | | | For compiler: * use the same one that was used to build python * [if none] use the one from CXX env var * [if none] fallback to c++ For CXXFLAGS: * use python's recommended CFLAGS * append our own -fno-strict-aliasing * append user-provided CXXFLAGS Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 5e40676b8b687a896b5365f8f77ea7efc51ba165)
* Pass correct -rpath to libtool when build with --rootAlexander Golubev2025-07-281-12/+10
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 3c4462cd16585d66502087578fd868d8ba0a2a84)
* Avoid byte-compiling in case it is disabledAlexander Golubev2025-07-281-3/+4
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 32d9a1e50ba6a0cc72e546934bf80d6361ad55f9)
* Fixup some warningsAlexander Golubev2025-07-251-2/+2
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 9b02c472c213716e68b4ae256686c83f07fa46f7)
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADr14.1.4Automated System2025-02-051-0/+0
|
* Fix FTBFS caused by 'mkpath' returning nothingMichele Calgaro2025-01-192-7/+14
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ecdb0099bd14fc440a09219bd3df5672208c483c)
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2025-01-091-0/+0
|
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2025-01-081-0/+0
|
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2025-01-031-0/+0
|
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADr14.1.3Automated System2024-09-261-0/+0
|
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2024-07-121-0/+0
|
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2024-07-081-0/+0
|
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2024-07-011-0/+0
|
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2024-05-021-0/+0
|
* Fixing tdedesigner and tqtuicompiler modules not workingr14.1.2ormorph2024-04-213-11/+11
| | | | | | | Python3 compatibility fix Signed-off-by: ormorph <roma251078@mail.ru> (cherry picked from commit 69bf5c34cbcf8e94d876f448ee4d8e292cf0d7e3)
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2024-02-141-0/+0
|
* Fix detection of SIP-TQt, PyTQt and PyTDE modules in tdedistutilsSlávek Banko2024-01-311-32/+40
| | | | | | | | | | | with multiple Python3 installed in parallel. This solves FTBFS when building tde-guidance. Remove import of 'imp' module that is no longer needed. Sysconfig from Python is now used instead of sysconfig from distutils. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 9f0eefe9d37963ff414f24e20e84709f41d01596)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-111-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit dcf49643f4aa614aa2f92e7094b99cac6e14d61a)
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2024-01-021-0/+0
|
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2023-11-101-0/+0
|
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2023-11-061-0/+0
|
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2023-11-031-0/+0
|
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2023-10-301-0/+0
|
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADr14.1.1Automated System2023-09-251-0/+0
|
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2023-09-011-0/+0
|
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2023-07-191-0/+0
|
* Minor improvement to python version detection condition.r14.1.0Michele Calgaro2023-01-261-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix initialization of the python interpreter. This was causing runtime SEGV ↵Michele Calgaro2023-01-251-5/+6
| | | | | | in tde-guidance Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update after renaming qt => tqt in PyTQt module.Slávek Banko2023-01-2319-208/+200
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix reference to python module TQtDesigner in setup.py.Slávek Banko2023-01-201-1/+1
| | | | | | Python module TQtDesigner still named qtdesigner for now. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Drop python2 support in code generated from tdedistutils.py.Slávek Banko2023-01-201-4/+4
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add abiflags to the name of the linked Python 3 library in tdedistutils.py.Slávek Banko2023-01-201-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix import of qtuicompiler in tdedistutils.py.Slávek Banko2023-01-202-2/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2023-01-131-0/+0
|
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2023-01-101-0/+0
|
* Add abiflags to the name of the linked Python 3 library.Slávek Banko2023-01-091-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Drop python2 support.Michele Calgaro2023-01-055-111/+106
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update after rename python extension module from python_tqt to PyTQt.Slávek Banko2022-12-218-14/+14
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2022-01-281-0/+0
|
* Update for renamed sip-tqt.Slávek Banko2022-01-131-19/+15
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove cmake submodule since it has now been replaced by cmake-trinity ↵Slávek Banko2021-05-242-3/+0
| | | | | | dependency. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/libraries/pytdeextensions/cmake to latest HEADAutomated System2021-05-151-0/+0
|
* Fix lib64 detection on aarch64 and ppc64le architecturesFrançois Andriot2021-05-031-1/+1
| | | | Signed-off-by: François Andriot <francois.andriot@free.fr>
* Reset submodule main/libraries/pytdeextensions/cmake to latest HEADAutomated System2021-02-281-0/+0
|
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2021-02-281-0/+0
|
* Reset submodule main/libraries/pytdeextensions/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/libraries/pytdeextensions/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/libraries/pytdeextensions/admin to latest HEADAutomated System2021-01-271-0/+0
|