aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Enable 5.15.2.1 fix releasev5.15.2.15.15.2Simo Fält2022-01-077-7/+7
* Fix cmake argument for standalone macOSCristian Maureira-Fredes2022-01-071-1/+1
* py3.10-prep: Fix parser.py for changed typing moduleChristian Tismer2022-01-072-12/+11
* Python 3.10: add wheel identifierCristián Maureira-Fredes2022-01-072-2/+2
* py3.10-prep: Fix a very old refcounting error in time_test.pyChristian Tismer2022-01-071-0/+2
* py3.10-prep: Fix a binary operator bug in cppgenerator.pyChristian Tismer2022-01-071-0/+3
* py3.10-prep: Finally support Python 3.10Christian Tismer2022-01-077-7/+18
* py3.10-prep: reset the type cache after feature switchingChristian Tismer2022-01-071-0/+2
* setup.py: Fix 'clean' commandFriedemann Kleint2020-11-241-1/+6
* Cleanup version strings for 5.15.2 releasev5.15.2Simo Fält2020-11-122-6/+6
* 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
* Add a test for typesystem typedefsFriedemann Kleint2020-10-157-0/+161
* shiboken2: Find all template classes for added functionsFriedemann Kleint2020-10-141-3/+11
* shiboken2: Some RefactoringsFriedemann Kleint2020-10-147-62/+37
* Fix wheel_override error when wheel not availableCristian Maureira-Fredes2020-10-141-8/+9
* setup.py: Show options in command helpFriedemann Kleint2020-10-144-107/+216
* shiboken2: Use an AbstractMetaType for "void"Friedemann Kleint2020-10-139-79/+89
* shiboken2: Improve debug output of type entriesFriedemann Kleint2020-10-131-3/+12
* property_python_test.py: Restrict exceptFriedemann Kleint2020-10-131-1/+1
* Update QtCore.Property to the current standardChristian Tismer2020-10-125-53/+410
* feature_select: finish properties and postpone static propertiesChristian Tismer2020-10-093-4/+80
* Brush up the basicsortfiltermodel exampleFriedemann Kleint2020-10-091-54/+65
* Replace deprecated API in examplesFriedemann Kleint2020-10-084-15/+21
* shiboken2: Recurse to generated base class for baseFriedemann Kleint2020-10-081-2/+9
* shiboken2: Rearrange values of enum TypeEntry::CodeGenerationFriedemann Kleint2020-10-086-34/+25
* shiboken2: Generate extra includes into wrapper headerFriedemann Kleint2020-10-083-8/+18
* shiboken2: Enable includes and modifications on typedef entriesFriedemann Kleint2020-10-081-5/+18
* __feature__: avoid sys._geframe(1) error when embeddingChristian Tismer2020-10-071-1/+3
* wheel_tester.py: No longer use class OPTIONS from the build scriptsFriedemann Kleint2020-10-071-12/+9
* setup.py: Refactor PysideBuild::run()Friedemann Kleint2020-10-071-149/+153