aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2
Commit message (Expand)AuthorAgeFilesLines
* Improve enum type operations implementationCristian Maureira-Fredes2018-11-201-78/+79
* Update string treatment for VoidPtrCristian Maureira-Fredes2018-11-201-0/+8
* Add std::nullptr_t supportCristian Maureira-Fredes2018-11-193-1/+36
* Doc: Update the apidoc cmake step to copy shiboken doc htmlsVenugopal Shivashankar2018-11-151-1/+1
* Signature: Implement Nested Classes and Functions for ShibokenChristian Tismer2018-11-152-277/+329
* shiboken: Generate static_cast for constructor parameters with spaceFriedemann Kleint2018-11-141-2/+7
* License documentation: Fix file name of bufferproc headerFriedemann Kleint2018-11-141-1/+1
* shiboken: Remove defunct code trying to merge namespacesFriedemann Kleint2018-10-303-15/+4
* Merge remote-tracking branch 'origin/5.11' into 5.12Friedemann Kleint2018-10-296-16/+21
|\
| * Fix Memory Leak Caused By Wrong Limited API DefaultChristian Tismer2018-10-296-16/+21
* | Improve build rules for module generationAlexandru Croitor2018-10-235-5/+20
* | Sort writing of type indices when generating module header fileAlexandru Croitor2018-10-231-1/+8
* | Stop updating timestamps of generated files that haven't changedAlexandru Croitor2018-10-232-27/+2
* | 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
* | shiboken: Set multiline for the regular expressions for warning suppressionFriedemann Kleint2018-10-191-1/+2
* | 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
* | Fix crash when garbage collecting in a non-GUI threadFriedemann Kleint2018-10-1513-10/+124
* | Allow building shiboken2 and PySide2 as separate wheelsAlexandru Croitor2018-10-128-2/+134
* | Prepare the Signature Module For More ApplicationsChristian Tismer2018-10-115-87/+246
* | Signature: Produce Correctly Nested Python InterfacesChristian Tismer2018-10-103-6/+19
* | Get Rid Of "register" Warnings In Python 2Christian Tismer2018-10-022-1/+29
* | shiboken: Check whether enum should be converted to int for the protected hackFriedemann Kleint2018-10-017-2/+47
* | shiboken: Refactor finding of enumsFriedemann Kleint2018-09-287-66/+17
* | shiboken/AbstractMetaBuilder: Remove unused member variablesFriedemann Kleint2018-09-282-23/+0
* | Add exception handlingFriedemann Kleint2018-09-2719-15/+394
* | libshiboken: Remove left-over warnings pragmaFriedemann Kleint2018-09-251-4/+0
* | 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-211-3/+4
|\|
| * Release Py_buffer after gets its underlying pointerBoxiang Sun2018-09-191-5/+4
* | libshikoken: Refactor the Visitor class hierarchyFriedemann Kleint2018-09-192-93/+95
* | 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
* | 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
* | 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-133-82/+40
* | Merge remote-tracking branch 'origin/5.11' into devFriedemann Kleint2018-09-122-3/+29
|\|
| * shiboken/pep384: Avoid warning by literal comparisonCristian Maureira-Fredes2018-09-121-1/+1
| * Automate Parsing COIN testresults for exists_{platf}_{version}_ci.pyChristian Tismer2018-09-101-2/+28
* | shiboken: Introduce DefaultValueFriedemann Kleint2018-09-124-64/+225
* | shiboken: Line-wrap message about not find function for modificationFriedemann Kleint2018-09-121-9/+11
* | shiboken: Store null enum valuesFriedemann Kleint2018-09-124-3/+24