aboutsummaryrefslogtreecommitdiffstats
path: root/generator
Commit message (Expand)AuthorAgeFilesLines
* Fix build with MSVC2013Friedemann Kleint2017-01-301-2/+2
* Code model: Rename TypeAliasModelItem to TypedefModelItemFriedemann Kleint2017-01-203-30/+30
* shibokengenerator: Remove some C-style castsFriedemann Kleint2017-01-121-1/+1
* Remove shibokennormalize.cpp/_p.hFriedemann Kleint2017-01-065-332/+6
* Header cleanupFriedemann Kleint2017-01-0613-88/+124
* Fix inclusion of Qt headers in the generated codeFriedemann Kleint2016-12-141-2/+9
* Fix shiboken crash when generating template argument conversion codeAlexandru Croitor2016-12-093-7/+18
* Take address of function to be passed to SBK_UNUSEDFriedemann Kleint2016-12-081-1/+1
* ApiExtractor: Add debug outputFriedemann Kleint2016-11-231-0/+2
* Introduce Q_GADGET/Q_FLAG/Q_ENUM/QFlags to ApiExtractorFriedemann Kleint2016-11-111-1/+2
* Fix warnings about unused variablesFriedemann Kleint2016-11-102-10/+16
* Make code compilable with a namespace build of Qthjk2016-11-042-0/+4
* Fix shiboken tests from being rebuilt if file contents didn't changeAlexandru Croitor2016-11-031-2/+30
* Enable Qt 5.5 againChristian Tismer2016-10-213-4/+8
* Improve command line handlingFriedemann Kleint2016-09-271-10/+43
* Fix build of QtDocGeneratorFriedemann Kleint2016-09-272-297/+329
* Fix copyright in usageFriedemann Kleint2016-09-271-1/+1
* Updated license headers of the code generator partsFriedemann Kleint2016-09-2315-327/+405
* Use const reference for argument in foreachFriedemann Kleint2016-09-223-37/+37
* Fix wasteful iterations over QMap/Hash::values()/keys()Friedemann Kleint2016-09-223-29/+48
* Avoid assigning the result of QString::mid()/left() to selfFriedemann Kleint2016-09-222-4/+4
* Compile with QT_NO_CAST_FROM_ASCII, QT_NO_CAST_TO_ASCIIFriedemann Kleint2016-09-199-1018/+1144
* Fix multiplication/division/remainder entries of PyNumberMethodsFriedemann Kleint2016-09-161-3/+3
* Improve outputFriedemann Kleint2016-09-151-3/+11
* Fix error handlingFriedemann Kleint2016-09-159-26/+25
* Use QVector<QSharedPointer<Generator> > for the generatorsFriedemann Kleint2016-09-152-9/+10
* Introduce the Qt 5 logging systemFriedemann Kleint2016-09-126-51/+67
* Make message about invalid return type modification more verboseFriedemann Kleint2016-09-121-2/+8
* ShibokenGenerator: Don't scope pointer default valuesGabriel de Dietrich2016-04-291-0/+4
* Fixed shibokengenerator.cppzhihaoadsk2016-04-141-1/+1
* Fix the metatype parser handling of pointer template parameters and pointer r...Florin Dinu2015-12-101-4/+5
* fixing the shiboken tests (renaming effects)Christian Tismer2015-11-0712-10/+10
* remove metaObject method (done when parsing sources with Q_DOC macro)jumaroch2015-11-041-1/+0
* huge change on project layout.Christian Tismer2015-09-212-8/+8
* fix the PR to just add the missing primitive types.Christian Tismer2015-09-201-2/+13
* Fix incorrect primitive type and add a checkBen Longbons2015-09-191-3/+6
* add Qt5XmlPatterns, to make shiboken build on linux.Christian Tismer2015-07-251-0/+3
* protect unknown primitive type by 'dynamic_cast' and give error message.Christian Tismer2015-07-191-2/+11
* ensure that a type check is done on possibly unknown primitive types.Christian Tismer2015-07-181-2/+2
* fixed a problem with qRegisterMetaType that came up with Qt5.Christian Tismer2015-07-081-1/+9
* silence a generated unused function if py3k is activeChristian Tismer2015-07-031-2/+5
* add the type-casts for QFlag conversion. These are defined as int, no longer ...Christian Tismer2015-07-011-7/+7
* to get things right, we need to avoid to set Q_QDOC. But because there is no ...Christian Tismer2015-06-171-0/+1
* after this tiny (but hard to figure out) change, we can instantiate a QObject...Christian Tismer2015-06-171-1/+1
* support QDebug in the PySide contextChristian Tismer2015-06-141-1/+4
* this is the complete shiboken build, and it seems to work fine.Christian Tismer2015-06-064-7/+9
* Now shiboken works also with the tests.Christian Tismer2015-06-063-13/+15
* Fix for containers with 'const' valuesMatthew Woehlke2014-01-071-2/+7
* Only use fields in PyTypeObject when defining typesJohn Ehresman2013-11-141-12/+27
* Write inititializations in topological orderMatthew Woehlke2013-09-243-1/+12