aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cleanup version strings for 6.0.0 release6.0.0Simo Fält2020-12-092-4/+4
* Add a small PySide2 porting guideFriedemann Kleint2020-12-093-0/+34
* setup.py: Pass --reuse-build only to commands that use DistUtilsCommandMixinDmitry Shachnev2020-12-091-1/+1
* doc: Update references to Qt6Cristian Maureira-Fredes2020-12-0914-146/+105
* Add changelog for 6.0.0Friedemann Kleint2020-12-091-0/+17
* Fix Qt include dirs in case of frameworkSimo Fält2020-12-091-5/+2
* Exclude Qt header qsimd.h by include guardFriedemann Kleint2020-12-091-0/+5
* Blacklist failing test cases with Qt6Simo Fält2020-12-081-0/+19
* cppgenerator: rework keyword handling regarding unknown.. Fixed!Christian Tismer2020-12-081-7/+4
* shiboken6: Remove unimplemented warnings for field modificationsFriedemann Kleint2020-12-081-4/+0
* shiboken6: Enable debug streaming of the CodeModel enumerationsFriedemann Kleint2020-12-081-0/+4
* CI: Disable wheel testerSimo Fält2020-12-081-1/+2
* Qt CI: Install libCLang 10.0Simo Fält2020-12-083-0/+70
* shiboken6: Remove unused attribute from qtxmltosphinx.cppFriedemann Kleint2020-12-081-1/+0
* shiboken6: Add support for a snake case typesystem attributeFriedemann Kleint2020-12-0725-33/+625
* testing: Add a "ci" keyword equivalent to the one in QtFriedemann Kleint2020-12-031-0/+2
* shiboken6: Use a QSharedDataPointer for ArgumentModificationFriedemann Kleint2020-12-0310-131/+323
* fix both qflags_test and the qflags cppgenerator codeChristian Tismer2020-12-033-9/+10
* Add Qt6 install bin to PATH when running CI instructionsSimo Fält2020-12-031-0/+14
* test: fix QtQml::signal_argumentsCristian Maureira-Fredes2020-12-021-1/+1
* PySide6: Fix ownership issue in QLayout::replaceWidget()Friedemann Kleint2020-12-021-0/+4
* shiboken6: Simplify handling of removed attributeFriedemann Kleint2020-12-029-90/+57
* shiboken6: Refactor field modificationsFriedemann Kleint2020-12-029-42/+119
* shiboken6: Remove deprecated typesystem tagsFriedemann Kleint2020-12-028-177/+62
* build scripts: Import 'PYSIDE' for linux platformSimo Fält2020-12-021-1/+1
* shiboken6: Fix field modificationsFriedemann Kleint2020-12-0211-44/+124
* shiboken6: Use initializer lists for the converter replacement regexpsFriedemann Kleint2020-12-012-17/+28
* Remove dependencies.yamlSimo Fält2020-12-011-4/+0
* shiboken6: Remove unused variable from CppGenerator::writeMethodWrapperPreamb...Friedemann Kleint2020-12-011-3/+0
* shiboken6: Fix some functions to take a const AbstractMetaClass *Friedemann Kleint2020-12-014-23/+23
* shiboken6: Use initializer list for operator mapping in doc generatorFriedemann Kleint2020-12-011-34/+36
* shiboken6: Store AbstractMetaFunction using a QSharedPointerFriedemann Kleint2020-11-3051-760/+724
* Adjust accepted CI configs for QtForPython version 6Simo Fält2020-11-301-28/+17
* Remove python2 build and test calls from CI scriptsSimo Fält2020-11-302-20/+13
* Pin numpy as 1.19.3 for windowsSimo Fält2020-11-302-1/+4
* Allow calling CI's build scripts with python2Simo Fält2020-11-301-1/+7
* Use Qt6.0.0 as a dependency for CISimo Fält2020-11-301-0/+3
* signature: avoid duplication of `__init__`Christian Tismer2020-11-301-1/+2
* shiboken6: Replace handler map in QtXmlToSphinx by an enumerationFriedemann Kleint2020-11-302-85/+242
* cppgenerator: rework keyword handling regarding unknown.. augmentedChristian Tismer2020-11-301-4/+1
* shiboken6: Clean up member variables of the generatorsFriedemann Kleint2020-11-305-344/+366
* shiboken6: Fix linker error about void TextStream::putCharHelper(char)Friedemann Kleint2020-11-272-2/+12
* PySide6: Remove namespace QtQmlFriedemann Kleint2020-11-273-5/+1
* PySide6: Fix test javascript_exceptions.pyFriedemann Kleint2020-11-272-3/+1
* PySide6/QtQml: Fix compilation with new QMetaTypeInterfaceFriedemann Kleint2020-11-271-3/+9
* property: fix an eight year olde bug that showed after the overhaulChristian Tismer2020-11-261-3/+4
* pysideproperty.cpp: Fix compilation with MSVC2019/C++ 17 modeFriedemann Kleint2020-11-261-7/+6
* shiboken6: Fix generation of protected enums without protected hackFriedemann Kleint2020-11-261-0/+2
* shiboken6: Remove macro SbkDbgFriedemann Kleint2020-11-267-137/+6
* shiboken6: Build with MSVC 19.28.29334Friedemann Kleint2020-11-261-15/+28