aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2
Commit message (Expand)AuthorAgeFilesLines
* Cleanup version strings for 5.15.1 releasev5.15.15.15.1Simo Fält2020-09-091-3/+3
* Implement default __ne__ and __eq__ for all PySide typesAlex Hughes2020-09-084-1/+36
* testing: Ensure that build dir precedes site-packagesChristian Tismer2020-09-071-3/+8
* signature: Use a clean init function to initialize itChristian Tismer2020-09-045-7/+28
* Add compatibility with NuitkaChristian Tismer2020-09-044-6/+12
* __feature__: ignore if `__name__` does not exist in a moduleChristian Tismer2020-09-031-1/+2
* Add support for briefdescription in doxygen parseRenato Araujo Oliveira Filho2020-09-025-66/+135
* Skip sphinx indexing for functions with multiple signaturesRenato Araujo Oliveira Filho2020-09-022-4/+9
* Fix constructor documentation for classes with namespaceRenato Araujo Oliveira Filho2020-09-021-8/+4
* Fix documentation for functions argumentRenato Araujo Oliveira Filho2020-09-021-15/+34
* Make sure to document class names without constructorsRenato Araujo Oliveira Filho2020-08-311-19/+23
* Fix doc generation for class with namespaceRenato Araujo Oliveira Filho2020-08-311-18/+20
* signature: Avoid non-existent attributes in compiled code (Nuitka)Christian Tismer2020-08-314-4/+4
* shiboken: Fix __doc__ setter for derived typesChristian Tismer2020-08-314-3/+34
* CSS: Make sidebar stick to the topTopi Reinio2020-08-261-1/+6
* signature: pass `self` directly from parserChristian Tismer2020-08-245-32/+40
* support Python 3.9Christian Tismer2020-08-195-19/+26
* shiboken2: Fix formatting of operator functionsFriedemann Kleint2020-08-181-6/+12
* feature-select: delay the feature switchingChristian Tismer2020-08-142-23/+93
* feature_select: Apply tiny name switching optimization and cleanupChristian Tismer2020-08-043-29/+42
* feature-select: optimize feature access to the feasible maximumChristian Tismer2020-07-315-0/+20
* feature-select: apply tiny comment improvements and optimize a bitChristian Tismer2020-07-241-6/+8
* feature-select: allow snake_case instead of camelCase for methodsChristian Tismer2020-07-2410-42/+170
* Enable adding operators ==, != as functions without code injectionFriedemann Kleint2020-07-227-4/+109
* Fix testReverseOperators::testReverseSumWithAmbiguity()Friedemann Kleint2020-07-211-17/+1
* Fix libsample/photon test for Qt 6 / WindowsFriedemann Kleint2020-07-203-1/+63
* PyName: finalize static strings, finallyChristian Tismer2020-07-161-15/+18
* shiboken2: Refactor the parsing of Q_PROPERTY()Friedemann Kleint2020-07-144-38/+73
* testing: Supply the last build history as BUILD_DIR defaultChristian Tismer2020-07-141-1/+21
* shiboken2: Handle virtual methods returning a referenceFriedemann Kleint2020-07-143-0/+13
* shiboken2: Handle default parameters of const pointersFriedemann Kleint2020-07-147-6/+38
* shiboken2: Refactor generating return values of virtual functionsFriedemann Kleint2020-07-142-58/+66
* shiboken2: Re-add support for parsing Q_PROPERTYFriedemann Kleint2020-07-134-0/+57
* feature-select: Implement a selectable feature frameworkChristian Tismer2020-07-1012-60/+238
* signature: Clean up and improve readabilityChristian Tismer2020-07-101-16/+42
* shiboken2/clangparser: Refactor code snippet extraction handlingFriedemann Kleint2020-07-095-37/+104
* shiboken: optimize method override stringsChristian Tismer2020-07-094-12/+12
* Silence some warnings of the signature parserFriedemann Kleint2020-07-061-0/+7
* basewrapper.cpp: add PyErr_Fetch/Restore in SbkDeallocWrapperCommon()Kyle Altendorf2020-07-011-0/+8
* 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