aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2
Commit message (Expand)AuthorAgeFilesLines
* Fix QQmlIncubationController::incubateWhile()Friedemann Kleint2020-07-061-0/+1
* Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-07-031-0/+8
|\
| * basewrapper.cpp: add PyErr_Fetch/Restore in SbkDeallocWrapperCommon()Kyle Altendorf2020-07-011-0/+8
* | Initial port of Core,Gui,Widgets,Network,Qml,Quick to Qt 6Friedemann Kleint2020-07-031-1/+1
|/
* shiboken2: Do not strip arguments of unknown types of virtual functionsFriedemann Kleint2020-06-301-1/+3
* shiboken2: Accept unqualified names for drop-type-entriesFriedemann Kleint2020-06-303-23/+29
* signature parser: Catch invalid argumentsFriedemann Kleint2020-06-271-10/+14
* Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-06-262-0/+8
|\
| * pthreads: Try to abandon the GIL in case a thread was terminatedFriedemann Kleint2020-06-262-0/+8
* | shiboken2: Add file location to more warningsFriedemann Kleint2020-06-2318-70/+430
* | Further build fixes for Qt 6Friedemann Kleint2020-06-223-2/+9
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Friedemann Kleint2020-06-191-1/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-06-191-1/+1
| |\|
| | * Use Q_OS_WIN instead of _WINDOWS for the path splitterSergio Martins2020-06-171-1/+1
* | | shiboken2: Remove code indenterFriedemann Kleint2020-06-192-70/+47
* | | typesystem_sample.xml: Expand tabsFriedemann Kleint2020-06-191-11/+11
* | | shiboken2: Clean up code injection attributesFriedemann Kleint2020-06-194-104/+72
* | | shiboken2: Refactor wrapper method generationFriedemann Kleint2020-06-192-57/+65
|/ /
* | shiboken2: Improve formatting of the converter codeFriedemann Kleint2020-06-193-7/+22
* | shiboken2: Improve whitespaces formatting in injected codeFriedemann Kleint2020-06-198-33/+92
* | shiboken2: Generate the num(Named)Args with the correct typeFriedemann Kleint2020-06-161-2/+2
* | Implement the QEnum/QFlag decorator, V2Christian Tismer2020-06-158-8/+54
* | signature: use raw strings when needed, onlyChristian Tismer2020-06-121-2/+7
* | shiboken: Resolve typedef'ed base classesFriedemann Kleint2020-06-123-6/+62
* | Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-06-115-1/+13
|\|
| * shiboken: Fix default-initialized function argumentsFriedemann Kleint2020-06-115-1/+13
* | Fix some leaks in enumeration creationFriedemann Kleint2020-06-081-7/+7
* | Clean the build/install output a bitCristián Maureira-Fredes2020-06-086-40/+34
* | dumpcodemodel: Improve XML outputFriedemann Kleint2020-06-051-12/+66
* | Doc: Enable doc builds using the offline templateVenugopal Shivashankar2020-06-0413-3/+2058
* | shiboken: Allow for multiple header files on command lineFriedemann Kleint2020-06-037-144/+156
* | shiboken: Fix invalid code generated for signatures with string default param...Friedemann Kleint2020-05-262-16/+19
* | Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-05-2615-46/+305
|\|
| * Fix the no longer tested Py_LIMITED_APIChristian Tismer2020-05-222-4/+5
| * sbkenum: Fix refcounting leakChristian Tismer2020-05-181-11/+12
| * Support pickling of Qt Enum objectsChristian Tismer2020-05-185-0/+151
| * libshiboken: Support musl libcFriedemann Kleint2020-05-181-1/+7
| * shiboken: Fix cross buildsFriedemann Kleint2020-05-182-2/+2
| * Implement __qualname__ and correct __module__ for classesChristian Tismer2020-05-168-31/+129
| * Fix imports: add missing sys importAndreas Buhr2020-05-151-0/+2
* | Rename pre_release_version_type to release_version_typeSimo Fält2020-05-251-2/+2
* | shiboken: Refactor generation of sequence access methodsFriedemann Kleint2020-05-192-8/+13
* | shiboken: Rename enum ContainerTypeEntry::Type to ContainerKindFriedemann Kleint2020-05-197-23/+28
* | shiboken: Support non-type template parameters in functionsFriedemann Kleint2020-05-196-6/+62
* | shiboken: Fix duplicated template parameters of functions with non-type templ...Friedemann Kleint2020-05-191-0/+2
* | shiboken: Add a cast to Py_hash_t in the hash function generatorFriedemann Kleint2020-05-191-3/+6
* | Add support for template type aliasesFriedemann Kleint2020-05-186-11/+217
* | shiboken: Add an internal error when template instantiations are not foundFriedemann Kleint2020-05-181-1/+6
* | pyside2: Prepare build system for Qt 6Friedemann Kleint2020-05-181-1/+5
* | shiboken: Fix duplicate base classesFriedemann Kleint2020-05-181-4/+0