aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix shiboken crash when generating template argument conversion codeAlexandru Croitor2016-12-095-7/+39
* Take address of function to be passed to SBK_UNUSEDFriedemann Kleint2016-12-081-1/+1
* libshiboken/basewrapper.cpp: Add more field initializersFriedemann Kleint2016-12-021-2/+6
* basewrapper.cpp: Fix definition of SbkObjectGetSetListFriedemann Kleint2016-12-021-3/+4
* libshiboken: Fix new []/delete mismatchFriedemann Kleint2016-12-021-1/+1
* ApiExtractor: Add debug outputFriedemann Kleint2016-11-235-1/+283
* Fix some integer conversion warnings from MSVC 64bitFriedemann Kleint2016-11-234-11/+11
* ApiExtractor-tests: Have moc parse the test headersFriedemann Kleint2016-11-2336-65/+5
* Introduce Q_GADGET/Q_FLAG/Q_ENUM/QFlags to ApiExtractorFriedemann Kleint2016-11-116-35/+61
* Fix warnings about missing field initializersFriedemann Kleint2016-11-111-3/+5
* Fix warnings about unused variablesFriedemann Kleint2016-11-108-23/+31
* Make code compilable with a namespace build of Qthjk2016-11-049-4/+13
* Fix shiboken tests from being rebuilt if file contents didn't changeAlexandru Croitor2016-11-031-2/+30
* Print full signatures for unmatched typesystem entriesAlexandru Croitor2016-11-021-9/+38
* Enable Qt 5.5 againChristian Tismer2016-10-215-6/+12
* Fix license issues in shibokenFriedemann Kleint2016-10-183-2/+30
* Fix license issues in shiboken tests (cpp)Friedemann Kleint2016-10-189-2/+198
* Added missing license headers of the tests (Python)Friedemann Kleint2016-10-1813-0/+362
* Fix return value of TypeInfo::resolveType() in case no alias item was foundFriedemann Kleint2016-09-281-1/+1
* Improve command line handlingFriedemann Kleint2016-09-271-10/+43
* Fix build of QtDocGeneratorFriedemann Kleint2016-09-277-363/+413
* Remove stray main.cpp in root directoryFriedemann Kleint2016-09-271-485/+0
* Fix copyright in usageFriedemann Kleint2016-09-271-1/+1
* Parser: Suppress potential endless recursionFriedemann Kleint2016-09-272-3/+22
* Updated licenses and logo in the documentationFriedemann Kleint2016-09-274-3/+3
* Add license texts and headersFriedemann Kleint2016-09-269-0/+2144
* Updated license headers of the tests (Python)Friedemann Kleint2016-09-23123-2718/+3324
* Updated license headers of the tests (cpp)Friedemann Kleint2016-09-23207-4427/+5591
* Updated license headers of the libshiboken runtime libraryFriedemann Kleint2016-09-2336-756/+1368
* Updated license headers of the code generator partsFriedemann Kleint2016-09-23103-2313/+2831
* Use const reference for argument in foreachFriedemann Kleint2016-09-2210-131/+118
* Fix wasteful iterations over QMap/Hash::values()/keys()Friedemann Kleint2016-09-227-75/+101
* Avoid assigning the result of QString::mid()/left() to selfFriedemann Kleint2016-09-223-5/+5
* asttoxml.cpp: Change write functions to take const referencesFriedemann Kleint2016-09-222-8/+8
* Compile with QT_NO_CAST_FROM_ASCII, QT_NO_CAST_TO_ASCIIFriedemann Kleint2016-09-1931-1917/+2085
* Tests: Compile with QT_NO_CAST_FROM_ASCII, QT_NO_CAST_TO_ASCIIFriedemann Kleint2016-09-1934-446/+446
* Fix multiplication/division/remainder entries of PyNumberMethodsFriedemann Kleint2016-09-161-3/+3
* Improve outputFriedemann Kleint2016-09-151-3/+11
* Fix error handlingFriedemann Kleint2016-09-1511-55/+57
* Fix build warnings about uninitialized variablesFriedemann Kleint2016-09-151-4/+7
* Completely initialize members of EnumTypeEntryFriedemann Kleint2016-09-151-3/+5
* Use QVector<QSharedPointer<Generator> > for the generatorsFriedemann Kleint2016-09-152-9/+10
* Introduce the Qt 5 logging systemFriedemann Kleint2016-09-1214-257/+266
* Make message about invalid return type modification more verboseFriedemann Kleint2016-09-121-2/+8
* sbkconverter.cpp: Output warnings when conversion functions are missingFriedemann Kleint2016-09-071-0/+16
* Stop displaying all included framework header files.Alexandru Croitor2016-06-161-2/+0
* Fix shiboken sample tests warnings.Alexandru Croitor2016-06-165-14/+15
* Fix photon test on WindowsMatthew Woehlke2016-06-041-2/+0
* Fix the shiboken tests on VS2015Christian Tismer2016-06-041-2/+2
* Revert "Fix the shiboken tests on VS2015"Christian Tismer2016-06-047-2/+261