aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libpyside: Port DynamicQMetaObject to QMetaObjectBuilderFriedemann Kleint2018-10-2211-694/+344
* Update README files for the projectCristian Maureira-Fredes2018-10-223-22/+88
* Add snippet extraction to shibokenFriedemann Kleint2018-10-206-9/+103
* shiboken/ApiExtractor tests: Use qrc files for test resourcesFriedemann Kleint2018-10-205-13/+22
* shiboken: Use class FileOut for the module source file as wellFriedemann Kleint2018-10-195-27/+43
* CI: Enable 32 bit windows buildSimo Fält2018-10-192-8/+0
* shiboken: Set multiline for the regular expressions for warning suppressionFriedemann Kleint2018-10-191-1/+2
* Fix build on 32bit WindowsFriedemann Kleint2018-10-191-0/+5
* Update documentationCristian Maureira-Fredes2018-10-194-20/+23
* Update the pyside2-tools submodule sha1Alexandru Croitor2018-10-191-0/+0
* Don't redirect stderr to stdout by default when calling setup.pyAlexandru Croitor2018-10-182-3/+8
* Merge remote-tracking branch 'origin/5.11' into 5.12Friedemann Kleint2018-10-181-1/+1
|\
| * Fix crash when using a MSVC debug buildFriedemann Kleint2018-10-171-1/+1
* | Build scripts: Fix warning about invalid escape sequencesFriedemann Kleint2018-10-171-3/+2
* | libpyside: Introduce helper functions for accessing TypeUserData and meta obj...Friedemann Kleint2018-10-165-24/+56
* | Fix crash when garbage collecting in a non-GUI threadFriedemann Kleint2018-10-1516-13/+127
* | Add tests to install built wheels and build some examplesAlexandru Croitor2018-10-127-21/+349
* | Allow building shiboken2 and PySide2 as separate wheelsAlexandru Croitor2018-10-1237-1466/+2108
* | Implement Different Signature LayoutsChristian Tismer2018-10-114-53/+246
* | Prepare the Signature Module For More ApplicationsChristian Tismer2018-10-1116-201/+546
* | Signature: Produce Correctly Nested Python InterfacesChristian Tismer2018-10-103-6/+19
* | Simplify and correct the new_inherited_functions testChristian Tismer2018-10-081-86/+67
* | libpyside: Fix warning about QMetaObject being forward-declared as classFriedemann Kleint2018-10-021-2/+4
* | Add entry points for native toolsSimo Fält2018-10-023-0/+13
* | libpyside: Replace foreach by range-based forFriedemann Kleint2018-10-023-4/+4
* | Get Rid Of "register" Warnings In Python 2Christian Tismer2018-10-022-1/+29
* | libpyside: Clean up #include directivesFriedemann Kleint2018-10-0222-82/+84
* | shiboken: Check whether enum should be converted to int for the protected hackFriedemann Kleint2018-10-017-2/+47
* | libpyside: Remove deprecated GlobalReceiverFriedemann Kleint2018-10-015-459/+0
* | PySide2: Replace macro check_qt_class by the Qt configure systemFriedemann Kleint2018-10-014-100/+62
* | shiboken: Refactor finding of enumsFriedemann Kleint2018-09-287-66/+17
* | shiboken/AbstractMetaBuilder: Remove unused member variablesFriedemann Kleint2018-09-282-23/+0
* | libpyside: Fix reinterpret_casts related to DynamicQMetaObjectFriedemann Kleint2018-09-284-14/+73
* | libpyside: Replace configuration of signalmanager.cpp by definesFriedemann Kleint2018-09-272-7/+5
* | Add exception handlingFriedemann Kleint2018-09-2719-15/+394
* | libshiboken: Remove left-over warnings pragmaFriedemann Kleint2018-09-251-4/+0
* | utils/pyside2_config.py: Fix warning about module imp being deprecated as of ...Friedemann Kleint2018-09-251-3/+18
* | shiboken: Initialize pointer members of TypedefEntryFriedemann Kleint2018-09-211-2/+2
* | shiboken: Flip the default behavior the --api-version optionFriedemann Kleint2018-09-2112-18/+76
* | Merge remote-tracking branch 'origin/5.11' into devFriedemann Kleint2018-09-214-3/+55872
|\|
| * Release Py_buffer after gets its underlying pointerBoxiang Sun2018-09-191-5/+4
| * Update the Registry After Explicit Linux NamingChristian Tismer2018-09-133-0/+55868
* | Add forgotten version numbers to typedefs for QCborStringResultEike Ziller2018-09-201-2/+2
* | Revert "setup.py: parallel build by default"Friedemann Kleint2018-09-202-12/+1
* | libshikoken: Refactor the Visitor class hierarchyFriedemann Kleint2018-09-192-93/+95
* | setup.py: parallel build by defaultAleksandr Mezin2018-09-182-1/+12
* | shiboken: Use correct function to find the typesystem entry when parsingFriedemann Kleint2018-09-181-2/+2
* | shiboken: Refactor code for querying functions of AbstractMetaClassFriedemann Kleint2018-09-182-53/+81
* | shiboken: Use member initialization in typesystem XML parserFriedemann Kleint2018-09-182-14/+10
* | shiboken: Simplify code looking for copy constructorsFriedemann Kleint2018-09-183-15/+11