aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2
Commit message (Expand)AuthorAgeFilesLines
* Simplify Python Imports For EmbeddingChristian Tismer2019-03-2020-938/+785
* 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
* shiboken: Add allow-thread attribute to type system and class entriesFriedemann Kleint2019-02-288-35/+97
* shiboken: Fix exception handling when specified in base classFriedemann Kleint2019-02-284-45/+91
* shiboken: Extend the exception handling testFriedemann Kleint2019-02-262-11/+97
* Fix conversions of list of smart pointers to pythonRenato Araujo Oliveira Filho2019-02-265-1/+60
* Prevent Python 3.5 From Crashing The BuildChristian Tismer2019-02-265-2/+484
* Allow Subclassing PyCFunction in Extension ModulesChristian Tismer2019-02-251-2/+2
* Fix error when importing signatures in frozen executablesAlberto Sottile2019-02-222-17/+24
* Fix smart pointers with namespaceRenato Araujo Oliveira Filho2019-02-216-2/+45
* shiboken: Suppress warnings about deprecated code in QtFriedemann Kleint2019-02-111-0/+3
* Fix Shiboken.ObjectType.__new__ for Python 2.7Christian Tismer2019-02-071-0/+13
* Add pyObj check to setSequenceOwnershipCristian Maureira-Fredes2019-02-061-0/+4
* Modernize cmake buildAlexandru Croitor2019-02-0714-131/+345
* Update Qt version for CMakeCristian Maureira-Fredes2019-02-061-1/+1
* Type Hints: Handle Container Types Correctly: AddendumChristian Tismer2019-02-061-2/+2
* Replace QString::null/isNull() by QString()/isEmpty()Friedemann Kleint2019-02-066-13/+13
* Replace the deprecated Qt algorithms by their std:: equivalentsFriedemann Kleint2019-02-053-7/+15
* Type Hints: Handle Container Types CorrectlyChristian Tismer2019-02-054-13/+124
* libshiboken: Fix unused function warning (PepRun_GetResult)Friedemann Kleint2019-02-041-0/+2
* Unify The Function Formatting In Generated CodeChristian Tismer2019-02-031-1/+1
* shiboken: Suppress warnings about missing types for dropped entriesFriedemann Kleint2019-01-311-0/+1
* Bump version strings to 5.12.2Simo Fält2019-01-311-1/+1
* shiboken: Add option to skip deprecated functionsFriedemann Kleint2019-01-319-2/+56
* shiboken: Make constructor checks more fine-grainedFriedemann Kleint2019-01-306-31/+78
* shiboken: Generate unused variable cast for variable numArgsFriedemann Kleint2019-01-301-0/+1
* Support help() using the Signature ModuleChristian Tismer2019-01-155-22/+148
* shiboken: Fix security warning in formatting error messageFriedemann Kleint2019-01-151-2/+2
* shiboken: Reduce C-style casts in generated codeFriedemann Kleint2019-01-141-47/+70
* shiboken: Refactor formatting of the PyType_Slot array in writeClassDefinition()Friedemann Kleint2019-01-132-31/+55
* Improve check when a QFlag<Enum> is foundCristian Maureira-Fredes2019-01-111-2/+11
* shiboken: Use more nullptr or {} in generated codeFriedemann Kleint2019-01-111-27/+32
* shiboken: Replace C-style NULL by nullptrFriedemann Kleint2019-01-115-22/+25
* Documentation: Replace nullptr by None in signaturesFriedemann Kleint2019-01-101-3/+7
* Produce TypeError Messages Using the Signature ModuleChristian Tismer2019-01-1011-128/+173
* shiboken: Refactor code generating the assignment of cppSelfFriedemann Kleint2019-01-072-21/+31
* Fix a rare type hint racing conditionChristian Tismer2019-01-061-4/+11
* Fix crash when mixing static overloads with instance methods in derived classesFriedemann Kleint2019-01-041-0/+14
* Fix crash related to multiple inheritanceFriedemann Kleint2019-01-034-16/+80
* shiboken: Make signatures in overload decisor code more verboseFriedemann Kleint2019-01-031-2/+9
* Complete The Signature IntrospectionChristian Tismer2018-12-223-21/+101
* Bump shiboken2 and pyside2 version numbers to 5.12.1Simo Fält2018-12-121-3/+1
* shiboken: Make warning about non-existing templates fatalFriedemann Kleint2018-12-113-65/+14