aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/libshiboken
Commit message (Expand)AuthorAgeFilesLines
* Fix Python 3 deprecation warning about Buffer APIFriedemann Kleint2019-10-251-0/+4
* Fix bad shutdown effect on QApplication.instance()Christian Tismer2019-09-301-2/+7
* Fix heaptype conflict with QtCore.QObject.__new__in Python 2.7Christian Tismer2019-09-031-40/+54
* signature: Support typing.Optional[T] and refine a bitChristian Tismer2019-08-292-11/+22
* Make signatures even more writableChristian Tismer2019-08-141-1/+3
* shiboken: fix a signature bug in __doc__ handling of global functionsChristian Tismer2019-07-231-9/+19
* Fix qApp import of QCoreApplicationChristian Tismer2019-06-281-5/+7
* shiboken: Fix various clang warningsFriedemann Kleint2019-06-259-22/+21
* shiboken: Replace C-style casts by C++ castsFriedemann Kleint2019-06-256-20/+19
* shiboken: Replace 'typedef' by 'using'Friedemann Kleint2019-06-256-11/+11
* shiboken: Introduce autoFriedemann Kleint2019-06-2510-67/+67
* shiboken: Introduce nullptrFriedemann Kleint2019-06-2518-131/+131
* shiboken: Introduce member initializationFriedemann Kleint2019-06-254-6/+3
* Cleanup pointer whitespace everywhereChristian Tismer2019-06-2435-804/+805
* Support the qApp macro in "scriptable application"Christian Tismer2019-06-172-8/+35
* Complete the help() support for TypesChristian Tismer2019-01-183-0/+32
* correct bool(qApp) on Python 2Christian Tismer2019-06-061-1/+31
* Implement the Buffer Protocol on VoidPtrRenaud Aubin2019-06-051-2/+85
* Make the __signature__ attribute writable by defaultChristian Tismer2019-05-271-21/+85
* Fix Shiboken.ObjectType.__new__ for Python 2.7 V2Christian Tismer2019-05-141-11/+88
* shiboken: Fix some spelling errors in function namesFriedemann Kleint2019-05-042-4/+4
* Use PyUnicode_GetLength instead of PyUnicode_GetSizeCristian Maureira-Fredes2019-05-032-1/+7
* Avoid too much stickiness when using --reuse-buildChristian Tismer2019-04-261-3/+3
* Make the PepType_AS_BUFFER definition completeChristian Tismer2019-04-161-0/+1
* Ensure that signature strings never overflow againChristian Tismer2019-04-164-19/+49
* Cleanup And Simplify the Signature Related CodeChristian Tismer2019-04-163-139/+103
* shiboken/embedding_generator: Silence warning about leaked fileFriedemann Kleint2019-04-021-0/+1
* Amend the Embedding Patch for cx_FreezeChristian Tismer2019-03-211-4/+6
* Implement Embedding To Make Signatures Always AvailableChristian Tismer2019-03-207-119/+805
* Simplify Python Imports For EmbeddingChristian Tismer2019-03-202-17/+22
* Add toBytes() and BufferProtocolCristian Maureira-Fredes2019-03-151-19/+46
* Fix Refcounting Bug Shown By __doc__ HandlingChristian Tismer2019-03-011-2/+9
* Allow Subclassing PyCFunction in Extension ModulesChristian Tismer2019-02-251-2/+2
* Fix error when importing signatures in frozen executablesAlberto Sottile2019-02-221-2/+5
* 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-071-8/+40
* libshiboken: Fix unused function warning (PepRun_GetResult)Friedemann Kleint2019-02-041-0/+2
* Support help() using the Signature ModuleChristian Tismer2019-01-153-22/+128
* Produce TypeError Messages Using the Signature ModuleChristian Tismer2019-01-104-37/+37
* Fix crash related to multiple inheritanceFriedemann Kleint2019-01-032-8/+34
* Complete The Signature IntrospectionChristian Tismer2018-12-221-14/+32
* Generate Hinting Stubs AutomaticallyChristian Tismer2018-12-032-49/+53
* Split The Signature Module After The Project SplitChristian Tismer2018-11-244-32/+101
* Improve enum type operations implementationCristian Maureira-Fredes2018-11-201-78/+79
* Update string treatment for VoidPtrCristian Maureira-Fredes2018-11-201-0/+8
* Add std::nullptr_t supportCristian Maureira-Fredes2018-11-193-1/+36
* Signature: Implement Nested Classes and Functions for ShibokenChristian Tismer2018-11-151-263/+312
* License documentation: Fix file name of bufferproc headerFriedemann Kleint2018-11-141-1/+1
* Merge remote-tracking branch 'origin/5.11' into 5.12Friedemann Kleint2018-10-295-15/+20
|\