aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
* | | | | shiboken: Extend exception specificationFriedemann Kleint2018-09-179-25/+102
* | | | | setup.py: Add a small Qt Creator Python project file for editingFriedemann Kleint2018-09-171-0/+13
* | | | | PySide2: Base the QMatrix<R>x<C> on QGenericMatrixFriedemann Kleint2018-09-143-330/+55
* | | | | shiboken: Do not generate implicit conversions for array-modified constructorsFriedemann Kleint2018-09-143-2/+15
* | | | | shiboken: Improve handling of non-type template integer parametersFriedemann Kleint2018-09-138-18/+135
* | | | | Merge remote-tracking branch 'origin/5.11' into devFriedemann Kleint2018-09-133-2/+37691
|\| | | |
| * | | | Update the Signature Registry After ResetChristian Tismer2018-09-133-2/+37691
* | | | | shiboken: Fix warnings about unused variablesFriedemann Kleint2018-09-132-1/+1
* | | | | shiboken: Add default constructible with default valuesFriedemann Kleint2018-09-132-1/+11
* | | | | shiboken: Refactor Generator::minimalConstructor(AbstractMetaClass)Friedemann Kleint2018-09-134-91/+52
* | | | | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Friedemann Kleint2018-09-1210-55778/+416
|\ \ \ \ \
| * | | | | Merge remote-tracking branch 'origin/5.11' into devFriedemann Kleint2018-09-1210-55778/+416
| |\| | | |
| | * | | | shiboken/pep384: Avoid warning by literal comparisonCristian Maureira-Fredes2018-09-121-1/+1
| | * | | | Add explanation to findChild/findChildren methodsCristian Maureira-Fredes2018-09-121-0/+16
| | * | | | Automate Parsing COIN testresults for exists_{platf}_{version}_ci.pyChristian Tismer2018-09-102-2/+369
| | * | | | Reset the Signature Registry after the Total ScanChristian Tismer2018-09-106-55775/+30
| | | |_|/ | | |/| |
* | / | | libpyside: Fix contains()/value() antipatternFriedemann Kleint2018-09-123-13/+18
|/ / / /
* | | | PySide2: Silence warnings about not finding functions for modificationFriedemann Kleint2018-09-122-43/+0
* | | | libpyside: Fix deprecation warningFriedemann Kleint2018-09-121-1/+1
* | | | pysidetest: Remove old cmake policyFriedemann Kleint2018-09-121-3/+0
* | | | shiboken: Introduce DefaultValueFriedemann Kleint2018-09-124-64/+225
* | | | shiboken: Line-wrap message about not find function for modificationFriedemann Kleint2018-09-122-13/+15