aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2
Commit message (Expand)AuthorAgeFilesLines
* shiboken: Remove -fno-exceptions from Clang parse optionsFriedemann Kleint2018-07-231-1/+0
* libshiboken: Use std::set::find() instead of searching the setFriedemann Kleint2018-07-191-1/+1
* Generate fully Qualified Names for FlagsChristian Tismer2018-07-161-2/+7
* Fix limited API incompatibility with Python 3.7Christian Tismer2018-07-103-77/+8
* shiboken: Provide g++ internal headers for CentOS, tooFriedemann Kleint2018-07-101-7/+32
* Adapt Licenses to Python 3.7.0Christian Tismer2018-07-092-14/+15
* Fix Limited API and Signature Glitches in Python 3.7Christian Tismer2018-07-092-5/+4
* Fix macOS build when building inside Homebrew environmentAlexandru Croitor2018-07-091-0/+34
* shiboken: Fix handling of deleted functionsFriedemann Kleint2018-07-064-1/+45
* shiboken: Handle enum class forward declarationsFriedemann Kleint2018-07-062-1/+5
* Remove Py_TPFLAGS_HAVE_VERSION_TAG in Python 3Boxiang Sun2018-07-051-0/+6
* Add ownership condition for finite PySequencesCristian Maureira-Fredes2018-07-031-1/+8
* shiboken: Use raw string literals in ApiExtractor test testtemplatesFriedemann Kleint2018-07-021-193/+195
* shiboken: Remove code fixing template argumentsFriedemann Kleint2018-06-301-78/+2
* shiboken: Remove unused code from the generatorsFriedemann Kleint2018-06-2811-214/+15
* shiboken: No longer hard-code the C++ language levelFriedemann Kleint2018-06-2711-14/+157
* Prepare Limited API for Python 3.7Christian Tismer2018-06-263-94/+132
* Fix index() method of QAbstractItemModel-derived classesFriedemann Kleint2018-06-251-2/+12
* shiboken: Search for Clang builtin-includes at runtimeFriedemann Kleint2018-06-233-56/+82
* shiboken: Add command line options for system include pathsFriedemann Kleint2018-06-223-40/+59
* shiboken: Add error handling to added functionsFriedemann Kleint2018-06-221-2/+17
* shiboken: Improve error message about missing function for modificationFriedemann Kleint2018-06-223-7/+20
* shiboken/doc generator: Search snippets with to suffix "py" firstFriedemann Kleint2018-06-221-1/+7
* Fix QVariant conversions when using PySequencesCristian Maureira-Fredes2018-06-211-1/+4
* Bump 5.11 branch version to 5.11.1a1Alexandru Croitor2018-06-131-3/+3
* Be more descriptive about version parts in pyside_version.pyAlexandru Croitor2018-06-111-2/+8
* Bump version to 5.11.0, for first TP releaseAlexandru Croitor2018-06-111-2/+2
* Merge branch '5.9' into 5.11Alexandru Croitor2018-06-0715-199/+133
|\
| * Undo renaming of Pep384_InitChristian Tismer2018-06-063-3/+3
| * Fix glitch in voidptr.cpp after the PEP 384 commitChristian Tismer2018-06-051-2/+7
| * shiboken: Streamline the type parsing codeFriedemann Kleint2018-06-016-186/+87
| * shiboken/ClangBuilder: Fix nested qualified namesFriedemann Kleint2018-06-011-1/+22
| * Improve the QByteArray implementationBoxiang Sun2018-06-013-5/+6
| * Improve sbkstring::toCString to support unicodeBoxiang Sun2018-06-011-2/+8
* | Merge remote-tracking branch 'origin/5.9' into 5.11Friedemann Kleint2018-06-0142-1043/+4097
|\|
| * Don't pass -DFORCE_LIMITED_API=yes from setup.py unless asked forAlexandru Croitor2018-05-311-1/+1
| * Fix module names to contain correct limited api suffixAlexandru Croitor2018-05-311-42/+56
| * PEP 384-squash: Implement PEP 384Christian Tismer2018-05-3039-941/+4025
| * shiboken: Streamline the type parsing codeFriedemann Kleint2018-05-304-98/+54
* | Merge remote-tracking branch 'origin/5.9' into 5.11Friedemann Kleint2018-05-261-2/+2
|\|
| * Fix incorrect usage of findLlvmConfigAlexandru Croitor2018-05-251-2/+2
* | Merge remote-tracking branch 'origin/5.9' into 5.11Friedemann Kleint2018-05-1812-117/+343
|\|
| * Documentation: Improve function documentation extractionFriedemann Kleint2018-05-183-34/+134
| * QtXmlToSphinx::transform(): Improve XML error messageFriedemann Kleint2018-05-181-2/+4
| * Documentation: Skip methods added by the meta builderFriedemann Kleint2018-05-183-5/+11
| * Documentation: Fix failure extracting docs for functions with QVariant::TypeFriedemann Kleint2018-05-171-3/+0
| * Docs: Point to Qt online documentation for QML typesFriedemann Kleint2018-05-171-6/+30
| * shiboken: Improve error messages for rejected functionsFriedemann Kleint2018-05-161-11/+29
| * Make it possible to specify a target directory for additional documentationFriedemann Kleint2018-05-161-27/+44
| * Fix wrongly generated code for enums passed by const-refFriedemann Kleint2018-05-164-6/+22