aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2
Commit message (Expand)AuthorAgeFilesLines
...
| | * Ensure that signature strings never overflow againChristian Tismer2019-04-166-39/+63
| | * Signatures: Add support for PySide2.QtCore.short/ushort/signed charFriedemann Kleint2019-04-161-0/+3
| | * Cleanup And Simplify the Signature Related CodeChristian Tismer2019-04-167-151/+116
| | * shiboken: Enable adding call operatorsFriedemann Kleint2019-04-152-14/+28
| | * shiboken: Fix code injection not working for operator functionsFriedemann Kleint2019-04-157-23/+48
| | * shiboken: Pass around struct AddedFunction by QSharedPointerFriedemann Kleint2019-04-156-23/+25
| | * shiboken: Refactor CodeModel::findItem()Friedemann Kleint2019-04-102-32/+30
| | * shiboken: Remove some special handling for QObject'sFriedemann Kleint2019-04-1013-103/+12
| | * shiboken/meta builder: Remove member m_namespacePrefixFriedemann Kleint2019-04-102-6/+4
| | * shiboken/meta builder: Refactor type resolution parseQ_Property()Friedemann Kleint2019-04-101-21/+19
| | * Automatically Test Small Example With PyInstallerChristian Tismer2019-04-081-1/+20
| | * shiboken: Remove member m_currentClass from AbstractMetaBuilderPrivateFriedemann Kleint2019-04-082-108/+98
| | * shiboken: Allow for include paths with relative directoriesFriedemann Kleint2019-04-047-15/+71
| | * shiboken: Remove finding of the current class in metabuilderFriedemann Kleint2019-04-032-35/+18
| | * shiboken: Search for classes by type entry instead of nameFriedemann Kleint2019-04-033-6/+6
* | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-04-0342-1167/+106
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-04-0342-1167/+106
| |\|
| | * shiboken: Move the Api extractor documentation into shibokenFriedemann Kleint2019-04-0337-1150/+90
| | * shiboken: Further refactorings related to the package nameFriedemann Kleint2019-04-023-13/+14
| | * ApiExtractor manual: Fix doc warningFriedemann Kleint2019-04-021-1/+1
| | * shiboken/embedding_generator: Silence warning about leaked fileFriedemann Kleint2019-04-021-0/+1
| | * shiboken: Replace unused typedef referencing QLinkedListFriedemann Kleint2019-04-021-3/+0
* | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-04-0223-129/+192
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-04-0223-129/+192
| |\|
| | * shiboken: Refactor AbstractMetaBuilder::classesTopologicalSorted()Friedemann Kleint2019-04-016-70/+64
| | * shiboken: Replace QLinkedList by a QVector in the Graph classFriedemann Kleint2019-04-015-21/+24
| | * shiboken: Refactor code declaring and calling the type init functionsFriedemann Kleint2019-03-282-15/+22
| | * Remove unused imageCristián Maureira-Fredes2019-03-271-0/+0
| | * shiboken/Typedatabase: Store type system entries separatelyFriedemann Kleint2019-03-266-21/+38
| | * Update logoCristian Maureira-Fredes2019-03-262-0/+0
| | * shiboken/Documentation: Move brief to top of class documentationFriedemann Kleint2019-03-253-2/+44
* | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-03-2628-1271/+1773
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-2528-1271/+1773
| |\|
| | * Add contextlib to Preloaded Modules for Embedding with Python 2Christian Tismer2019-03-251-1/+1
| | * Shiboken: Add "noexcept" to wrapper when wrapped function is noexceptVolker Aßmann2019-03-231-0/+3
| | * shiboken: Fix a warning introduced by g++ 8 in the generated codeFriedemann Kleint2019-03-211-2/+4
| | * Amend the Embedding Patch for cx_FreezeChristian Tismer2019-03-211-4/+6
| | * Implement Embedding To Make Signatures Always AvailableChristian Tismer2019-03-2017-294/+942
| | * Simplify Python Imports For EmbeddingChristian Tismer2019-03-2020-938/+785
* | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-03-2119-164/+336
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-1919-164/+336
| |\|
| | * Add toBytes() and BufferProtocolCristian Maureira-Fredes2019-03-151-19/+46
| | * shiboken/documentation: Shorten the types in link texts and parametersFriedemann Kleint2019-03-141-18/+23
| | * shiboken: Generate deprecation information for functions and classesFriedemann Kleint2019-03-132-0/+16
| | * shiboken: Fix the formatting of function signaturesFriedemann Kleint2019-03-132-30/+56
| | * shiboken: Make the indentor helper class more flexibleFriedemann Kleint2019-03-135-49/+95
| | * Amend The Python 3.5 FixChristian Tismer2019-03-014-10/+2
| | * Fix Refcounting Bug Shown By __doc__ HandlingChristian Tismer2019-03-011-2/+9
| | * shiboken: Handle <array> modifications in template inheritanceFriedemann Kleint2019-03-017-36/+89
* | | Bump version strings to 5.14Friedemann Kleint2019-03-201-2/+2
|/ /