aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6
Commit message (Expand)AuthorAgeFilesLines
* shiboken6: Generate converters for all smart pointee base classesFriedemann Kleint2022-05-191-27/+46
* shiboken6: Skip Q_ENUM helper functions when PySide extensions are enabledFriedemann Kleint2022-05-184-9/+27
* shiboken6: Introduce a struct for PyMethodDefFriedemann Kleint2022-05-185-52/+152
* shiboken6: Extract class CodeSnip into separate filesFriedemann Kleint2022-05-1720-172/+264
* shiboken6: Split the typesystem headerFriedemann Kleint2022-05-1767-684/+1554
* Add test for std::optionalFriedemann Kleint2022-05-137-0/+249
* shiboken6: Add type "handle", "value-handle", to smart pointersFriedemann Kleint2022-05-137-27/+67
* shiboken6: Move error messages into the libraryFriedemann Kleint2022-05-136-41/+191
* Move numpyview from libpyside into libshibokenFriedemann Kleint2022-05-137-10/+471
* shiboken6: Refactor wrapper function generation checkingFriedemann Kleint2022-05-135-88/+110
* shiboken6: Add an attribute for explicitly defining the functions to be gener...Friedemann Kleint2022-05-1110-3/+102
* shiboken6: Simplify code in HeaderGenerator::writeFunction()Friedemann Kleint2022-05-111-11/+9
* PySide6: Support Windows handle types HBITMAP, HICON, HRGNFriedemann Kleint2022-05-091-0/+3
* shiboken6: Exclude static fields from default constructible checkFriedemann Kleint2022-05-061-0/+2
* shiboken6: Output more fields in the AbstractMetaClass debug operatorFriedemann Kleint2022-05-061-0/+16
* Python 3.10: Fix GIL state crash when collecting QObjects with signalsFriedemann Kleint2022-05-061-1/+4
* shiboken: Introduce a function to get the type name of a polymorphic classFriedemann Kleint2022-05-055-2/+41
* shiboken6: Generate includes in deterministic orderFriedemann Kleint2022-05-048-35/+84
* Make meta type registration configureableFriedemann Kleint2022-05-046-24/+123
* Fix overriding QGraphicsItem::itemChange()Friedemann Kleint2022-05-041-1/+4
* shiboken6: Write type discovery for classes that have an id expression setFriedemann Kleint2022-05-031-2/+8
* Expose the qHash() functions as tp_hashFriedemann Kleint2022-05-034-16/+38
* shiboken6: Fix potential broken __repr__ output when a '.' occursFriedemann Kleint2022-05-031-3/+4
* Bump version number for devChristian Tismer2022-05-031-1/+1
* Limited API: Fix broken string conversion for non-compact stringsFriedemann Kleint2022-05-021-1/+1
* shiboken6: Move ownership of the metabuilder classes into ApiExtractorResultFriedemann Kleint2022-04-306-44/+191
* Documention: Wrap some long XML snippetsFriedemann Kleint2022-04-291-2/+6
* shiboken6: Port the generator string constants to QStringsFriedemann Kleint2022-04-283-121/+115
* __feature__: improve the feature module by a reset functionChristian Tismer2022-04-272-8/+15
* shiboken6: Remove deprecated QLatin1StringFriedemann Kleint2022-04-2556-1358/+1652
* shiboken6: Refactor AbstractMetaClass::findFunction[s]() to use QStringViewFriedemann Kleint2022-04-2514-49/+49
* shiboken6: Refactor AbstractMetaClass::findClass() to use QStringViewFriedemann Kleint2022-04-2535-184/+254
* Migrate from QLatin1String to UTF-16 string literalsFriedemann Kleint2022-04-2544-357/+356
* Migrate from QLatin1Char to UTF-16 char literalsFriedemann Kleint2022-04-2538-373/+361
* shiboken6: Remove unused AbstractMetaFunction membersFriedemann Kleint2022-04-222-27/+0
* Fix include conventionsFriedemann Kleint2022-04-2254-100/+107
* shiboken6: Use nullptr for pyArgs arraysFriedemann Kleint2022-04-221-1/+1
* shiboken6: Add missing break statementFriedemann Kleint2022-04-221-0/+1
* shiboken6: Make more functions staticFriedemann Kleint2022-04-225-22/+22
* shiboken6: Introduce convenience GeneratorContext::effectiveClassName()Friedemann Kleint2022-04-225-56/+28
* shiboken6: Use more const for functions dealing with AbstractMetaClassFriedemann Kleint2022-04-2010-52/+53
* shiboken6: Remove some unused codeFriedemann Kleint2022-04-204-82/+2
* shiboken6: Replace hasCloneOperator() by isCopyConstructible()Friedemann Kleint2022-04-205-60/+3
* shiboken6: Write smart pointer constructors/reset methodsFriedemann Kleint2022-04-206-20/+196
* shiboken6: Specialize smart pointers in the ApiExtractorFriedemann Kleint2022-04-205-39/+35
* shiboken6: Move the smartpointer naming helpers to the type entryFriedemann Kleint2022-04-205-36/+38
* shiboken6: Extract helper to initialize a TypeDefEntryFriedemann Kleint2022-04-204-6/+17
* shiboken6: Add topological sorting for const AbstractMetaClass *Friedemann Kleint2022-04-192-13/+35
* shiboken6: Extract utility to inherit template classesFriedemann Kleint2022-04-196-0/+63
* shiboken6: Move collection of instantiated containers/smart pointers to ApiEx...Friedemann Kleint2022-04-198-293/+337