aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add mirror url to download MSVC redistributables5.15Simo Fält2021-01-211-1/+6
* allow to use shiboken.delete() to delete Q*ApplicationChristian Tismer2021-01-1311-199/+104
* PySide: write a renamer script for debuggingChristian Tismer2021-01-112-0/+318
* qApp: fix flag handling in Python 3.8+ and a Python 3.9 issueChristian Tismer2021-01-092-17/+23
* signature: Fix infinite loop changing up directoriesFriedemann Kleint2021-01-081-2/+5
* shiboken6: Fix code injected at target/end being invoked for several overload...Friedemann Kleint2021-01-081-1/+2
* PySide6: Add QTestlib's QAbstractItemModelTesterFriedemann Kleint2021-01-082-0/+5
* shiboken6: Fix support of multiple smart pointer typesFriedemann Kleint2021-01-081-12/+12
* PySide6: Remove rejection of namespace stdFriedemann Kleint2021-01-081-1/+0
* Windows: Fix running the example tests in COINFriedemann Kleint2021-01-083-2/+16
* Fix typo while setting LLVM_INSTALL_DIRSimo Fält2021-01-081-1/+5
* Use provisioned libClang instead of instaling our ownSimo Fält2021-01-081-0/+3
* Revert "Use qt5#5.15.2 as a dependency instead of default 5.15"Simo Fält2021-01-081-3/+0
* setup.py: Pass --reuse-build only to commands that use DistUtilsCommandMixinDmitry Shachnev2020-12-091-1/+1
* cppgenerator: rework keyword handling regarding unknown.. Fixed!Christian Tismer2020-12-081-7/+4
* fix both qflags_test and the qflags cppgenerator codeChristian Tismer2020-12-033-8/+9
* PySide6: Fix ownership issue in QLayout::replaceWidget()Friedemann Kleint2020-12-021-0/+4
* cppgenerator: rework keyword handling regarding unknown keywordsChristian Tismer2020-11-3017-96/+298
* cppgenerator: rework keyword handling regarding unknown.. augmentedChristian Tismer2020-11-301-4/+1
* signature: avoid duplication of `__init__`Christian Tismer2020-11-301-1/+2
* pysideproperty.cpp: Fix compilation with MSVC2019/C++ 17 modeFriedemann Kleint2020-11-271-7/+7
* Fix sphinx warning in QtCore.Property.rstFriedemann Kleint2020-11-271-0/+1
* shiboken6: Build with MSVC 19.28.29334Friedemann Kleint2020-11-261-15/+28
* Windows: Prevent cmake from auto-detecting the clang compilerFriedemann Kleint2020-11-261-0/+4
* setup.py: Fix 'clean' commandFriedemann Kleint2020-11-241-1/+6
* Restore correct sha1 of pyside2-tools submoduleSimo Fält2020-11-201-0/+0
* libshiboken: Remove unused function parameterFriedemann Kleint2020-11-191-3/+2
* shiboken6: Preferably search classes by type entryFriedemann Kleint2020-11-182-19/+11
* globalreceiverv2: Avoid hash call on instances which might be unhashableChristian Tismer2020-11-171-8/+9
* build scripts: Fix warning about import orderFriedemann Kleint2020-11-092-10/+8
* Add changelog for 5.15.2Friedemann Kleint2020-11-091-0/+70
* Use qt5#5.15.2 as a dependency instead of default 5.15Simo Fält2020-11-091-0/+3
* Fix QAxBase::dynamicCall(const char *, QVariantList)Friedemann Kleint2020-11-041-1/+7
* Pin windows numpy package to 1.19.3Simo Fält2020-11-043-1/+11
* pysideproperty.cpp: Fix warning about offsetofFriedemann Kleint2020-10-261-13/+15
* Remove wheel.pep425tags importsCristian Maureira-Fredes2020-10-262-19/+20
* Update SmartPointers conversionsRenato Araujo Oliveira Filho2020-10-214-4/+113
* Add some missing enumerations and classesFriedemann Kleint2020-10-215-1/+8
* Fix SmartPointer conversion name registerRenato Araujo Oliveira Filho2020-10-211-11/+30
* shiboken2: Fix one more instance of an invalid metatype passed aroundFriedemann Kleint2020-10-211-1/+3
* doc: update versions and comandsCristian Maureira-Fredes2020-10-2110-184/+243
* Extend SharedPtr API with std::shared_ptrRenato Araujo Oliveira Filho2020-10-202-49/+26
* shiboken2/ApiExtractor tests: Avoid detaching of listsFriedemann Kleint2020-10-2022-132/+152
* shiboken2: Fix testnumericaltypedef failing with Qt 6Friedemann Kleint2020-10-201-6/+6
* shiboken2: Fix an assert crash in debug modeFriedemann Kleint2020-10-201-3/+0
* shiboken2: Ensure there are no AbstractMetaType with Invalid usageFriedemann Kleint2020-10-203-4/+14
* Add some more classes from QtConcurrentFriedemann Kleint2020-10-165-0/+44
* build_rst_docs: add DistUtilsCommandMixin to the commandCristian Maureira-Fredes2020-10-151-3/+4
* Enable typesystem typedefs across modulesFriedemann Kleint2020-10-1511-9/+212
* shiboken2: Enable setting up inheritance for templates early onFriedemann Kleint2020-10-152-17/+25