aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2
Commit message (Expand)AuthorAgeFilesLines
* Bump version strings for impending 5.11.3 releaseAlexandru Croitor2018-11-191-1/+1
* Fix Memory Leak Caused By Wrong Limited API DefaultChristian Tismer2018-10-296-16/+21
* Fix crash when using a MSVC debug buildFriedemann Kleint2018-10-171-1/+1
* Release Py_buffer after gets its underlying pointerBoxiang Sun2018-09-191-5/+4
* 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: Fix handling of dropped type entriesFriedemann Kleint2018-09-061-1/+1
* shiboken/doc generator: Add FunctionMask case to avoid warningCristian Maureira-Fredes2018-09-031-0/+2
* shiboken/other test: Add override to avoid warningCristian Maureira-Fredes2018-09-031-1/+1
* libshiboken: Use empty() to check for empty containers as clang-tidy advisesFriedemann Kleint2018-08-302-3/+3
* Document the Signature ModuleChristian Tismer2018-08-272-61/+281
* Make signature module unconditionalChristian Tismer2018-08-271-16/+0
* Document the Python Limited APIChristian Tismer2018-08-212-291/+704
* Implement Proper Name ManglingChristian Tismer2018-08-214-9/+110
* Fix Some Minor Limited API Omissions And QuirksChristian Tismer2018-08-066-29/+16
* shiboken: Work around non-deterministic buildsFriedemann Kleint2018-07-261-0/+3
* Pep 384 Final Cut: Remove PepTypeChristian Tismer2018-07-2312-84/+77
* 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