aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/libshiboken
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix Memory Leak Caused By Wrong Limited API DefaultChristian Tismer2018-10-295-15/+20
* | Merge remote-tracking branch 'origin/5.11' into 5.12Friedemann Kleint2018-10-181-1/+1
|\|
| * Fix crash when using a MSVC debug buildFriedemann Kleint2018-10-171-1/+1
* | Fix crash when garbage collecting in a non-GUI threadFriedemann Kleint2018-10-157-5/+96
* | Prepare the Signature Module For More ApplicationsChristian Tismer2018-10-115-87/+246
* | Get Rid Of "register" Warnings In Python 2Christian Tismer2018-10-022-1/+29
* | libshiboken: Remove left-over warnings pragmaFriedemann Kleint2018-09-251-4/+0
* | Merge remote-tracking branch 'origin/5.11' into devFriedemann Kleint2018-09-211-3/+4
|\|
| * Release Py_buffer after gets its underlying pointerBoxiang Sun2018-09-191-5/+4
* | libshikoken: Refactor the Visitor class hierarchyFriedemann Kleint2018-09-192-93/+95
* | Merge remote-tracking branch 'origin/5.11' into devFriedemann Kleint2018-09-122-3/+29
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.11' into devFriedemann Kleint2018-09-042-3/+3
|\|
| * libshiboken: Use empty() to check for empty containers as clang-tidy advisesFriedemann Kleint2018-08-302-3/+3
* | libshiboken: Replace AutoDecRef::operator= by a reset() methodFriedemann Kleint2018-08-311-17/+1
* | libshiboken: Fix clang-tidy warnings about class definitionsFriedemann Kleint2018-08-318-17/+38
* | libshiboken: Fix remaining clang-tidy warningsFriedemann Kleint2018-08-304-10/+8
* | Merge remote-tracking branch 'origin/5.11' into devFriedemann Kleint2018-08-292-77/+281
|\|
| * Document the Signature ModuleChristian Tismer2018-08-272-61/+281
| * Make signature module unconditionalChristian Tismer2018-08-271-16/+0
* | Merge remote-tracking branch 'origin/5.11' into devFriedemann Kleint2018-08-244-299/+813
|\|
| * Document the Python Limited APIChristian Tismer2018-08-212-291/+704
| * Implement Proper Name ManglingChristian Tismer2018-08-213-8/+107
* | Limited API: remove the "slot_" workaroundChristian Tismer2018-08-233-31/+26
* | libshiboken: Undefine slots macros when including Python.hFriedemann Kleint2018-08-221-6/+22
* | Merge remote-tracking branch 'origin/5.11' into devFriedemann Kleint2018-08-206-29/+16
|\|
| * Fix Some Minor Limited API Omissions And QuirksChristian Tismer2018-08-066-29/+16