aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* Cleanup version strings for 5.12.3 releasev5.12.35.12.3Simo Fält2019-04-292-6/+6
* Avoid too much stickiness when using --reuse-buildChristian Tismer2019-04-262-5/+44
* Fix warnings about signatures 'setUniformValue(const char*,...)' not being foundFriedemann Kleint2019-04-265-10/+13
* shiboken2: Enable documentation generation with libxml2/libxsltFriedemann Kleint2019-04-2515-190/+631
* shiboken: Output module name in "done" messageFriedemann Kleint2019-04-253-9/+21
* Add explicit methods for QOpenGLShaderProgramm.setUniformValue (i/f)Cristian Maureira-Fredes2019-04-242-0/+30
* Tutorials: Fix some sphinx warnings about unexpected indentationFriedemann Kleint2019-04-245-2/+23
* Remove CMake dead codeAlexandru Croitor2019-04-232-49/+0
* Modernize and clean up some of the shiboken build system filesAlexandru Croitor2019-04-2015-155/+79
* Fix shiboken not to fail building when doc dependencies are missingAlexandru Croitor2019-04-184-12/+15
* Declare XML files to be in encoding UTF-8Friedemann Kleint2019-04-1869-69/+69
* Make the PepType_AS_BUFFER definition completeChristian Tismer2019-04-162-4/+1
* shiboken: Enable including typesystem XML snippets via entitiesFriedemann Kleint2019-04-165-0/+104
* Revert an unwanted debug change in generate_pyi.pyChristian Tismer2019-04-161-5/+1
* 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
* Add array modification for QGLShaderProgram::setAttributeArray(int,const floa...Friedemann Kleint2019-04-151-0/+3
* Remove copy for non-existing ApiExtractor docsCristián Maureira-Fredes2019-04-151-6/+2
* 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
* Doc: Add tutorials related to deploymentCristian Maureira-Fredes2019-04-045-0/+431
* 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
* 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
* 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
* Doc: Add descriptions, pages, and moving modulesCristian Maureira-Fredes2019-03-275-92/+255
* shiboken/Typedatabase: Store type system entries separatelyFriedemann Kleint2019-03-266-21/+38
* Update logoCristian Maureira-Fredes2019-03-263-0/+0
* Improve the Selftest in the RegistryChristian Tismer2019-03-252-35/+101
* shiboken/Documentation: Move brief to top of class documentationFriedemann Kleint2019-03-253-2/+44
* Doc: Add subtitles to Getting Started to improve readabilityLeena Miettinen2019-03-251-2/+16
* 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