aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/generator
Commit message (Expand)AuthorAgeFilesLines
* Revert "shiboken: Disambiguate indexes of smart pointer types"Friedemann Kleint2019-06-131-4/+1
* shiboken: Fix handling shared pointers passed by const-ref, take 2Friedemann Kleint2019-06-132-5/+9
* shiboken: Disambiguate indexes of smart pointer typesFriedemann Kleint2019-06-061-1/+4
* shiboken: Fix generation of init functions and types for const-refs of smart ...Friedemann Kleint2019-06-062-2/+7
* shiboken: Make it possible to extend namespacesFriedemann Kleint2019-05-222-5/+17
* shiboken: Fix some spelling errors in function namesFriedemann Kleint2019-05-041-2/+2
* shiboken: Refactor code generating multiple inheritanceFriedemann Kleint2019-05-033-34/+20
* shiboken/Generators: Cache class information lists per classFriedemann Kleint2019-04-303-30/+89
* shiboken: Refactor progress message output handlingFriedemann Kleint2019-04-303-1/+10
* shiboken2: Enable documentation generation with libxml2/libxsltFriedemann Kleint2019-04-251-1/+0
* shiboken: Output module name in "done" messageFriedemann Kleint2019-04-251-9/+2
* Remove CMake dead codeAlexandru Croitor2019-04-232-49/+0
* Modernize and clean up some of the shiboken build system filesAlexandru Croitor2019-04-201-18/+12
* Fix shiboken not to fail building when doc dependencies are missingAlexandru Croitor2019-04-181-3/+0
* Ensure that signature strings never overflow againChristian Tismer2019-04-161-10/+10
* Cleanup And Simplify the Signature Related CodeChristian Tismer2019-04-163-11/+13
* shiboken: Remove some special handling for QObject'sFriedemann Kleint2019-04-105-6/+4
* shiboken: Allow for include paths with relative directoriesFriedemann Kleint2019-04-041-2/+4
* shiboken: Search for classes by type entry instead of nameFriedemann Kleint2019-04-032-3/+3
* shiboken: Further refactorings related to the package nameFriedemann Kleint2019-04-023-13/+14
* shiboken: Replace unused typedef referencing QLinkedListFriedemann Kleint2019-04-021-3/+0
* shiboken: Refactor AbstractMetaBuilder::classesTopologicalSorted()Friedemann Kleint2019-04-011-6/+7
* shiboken: Replace QLinkedList by a QVector in the Graph classFriedemann Kleint2019-04-011-1/+1
* shiboken: Refactor code declaring and calling the type init functionsFriedemann Kleint2019-03-282-15/+22
* shiboken/Typedatabase: Store type system entries separatelyFriedemann Kleint2019-03-261-12/+6
* shiboken/Documentation: Move brief to top of class documentationFriedemann Kleint2019-03-252-2/+42
* Shiboken: Add "noexcept" to wrapper when wrapped function is noexceptVolker Aßmann2019-03-231-0/+3
* shiboken: Fix a warning introduced by g++ 8 in the generated codeFriedemann Kleint2019-03-211-2/+4
* 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-131-0/+12
* shiboken: Fix the formatting of function signaturesFriedemann Kleint2019-03-132-30/+56
* shiboken: Make the indentor helper class more flexibleFriedemann Kleint2019-03-134-47/+95
* Amend The Python 3.5 FixChristian Tismer2019-03-011-1/+1
* Fix conversions of list of smart pointers to pythonRenato Araujo Oliveira Filho2019-02-261-1/+1
* Prevent Python 3.5 From Crashing The BuildChristian Tismer2019-02-261-0/+2
* Fix smart pointers with namespaceRenato Araujo Oliveira Filho2019-02-211-1/+1
* shiboken: Suppress warnings about deprecated code in QtFriedemann Kleint2019-02-111-0/+3
* Modernize cmake buildAlexandru Croitor2019-02-071-1/+4
* Replace QString::null/isNull() by QString()/isEmpty()Friedemann Kleint2019-02-064-9/+9
* Replace the deprecated Qt algorithms by their std:: equivalentsFriedemann Kleint2019-02-052-6/+10
* Type Hints: Handle Container Types CorrectlyChristian Tismer2019-02-051-2/+8
* Unify The Function Formatting In Generated CodeChristian Tismer2019-02-031-1/+1
* shiboken: Add option to skip deprecated functionsFriedemann Kleint2019-01-312-0/+14
* shiboken: Make constructor checks more fine-grainedFriedemann Kleint2019-01-301-5/+19
* shiboken: Generate unused variable cast for variable numArgsFriedemann Kleint2019-01-301-0/+1
* 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