aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * _CodeModelItem: Simplify constructionFriedemann Kleint2017-01-163-195/+83
| | * Remove CodeModelPointerFriedemann Kleint2017-01-168-188/+66
| | * shibokengenerator: Remove some C-style castsFriedemann Kleint2017-01-124-13/+14
| | * AbstractMetaBuilder: Split build into DOM creation and traversalFriedemann Kleint2017-01-122-67/+80
| | * libshiboken: Fix warning about using deprecated std::auto_ptrFriedemann Kleint2017-01-121-3/+3
| | * Rename ApiExtractor test class TestNamespace to NamespaceTestFriedemann Kleint2017-01-112-4/+6
| | * libshiboken: Header cleanupFriedemann Kleint2017-01-064-6/+11
| | * TypeDatabase: Clean up public APIFriedemann Kleint2017-01-062-110/+37
| | * AbstractMetaBuilder: Fix public APIFriedemann Kleint2017-01-0637-321/+485
| | * Remove shibokennormalize.cpp/_p.hFriedemann Kleint2017-01-065-332/+6
| | * Header cleanupFriedemann Kleint2017-01-0633-273/+520
| | * ApiExtractor tests: Format C++/XML consistentlyFriedemann Kleint2017-01-0432-1313/+1274
| | * Refactor TemplateInstance::expandCode()Friedemann Kleint2017-01-042-29/+45
| | * Add additional numeric overflow checksAlexandru Croitor2016-12-222-40/+101
| | * Add Q_ENUM to TypeEntry and derived classesFriedemann Kleint2016-12-201-0/+5
| | * Tests: Fix deprecation warningsFriedemann Kleint2016-12-1928-133/+133
| | * Add debug output to AbstractMetaBuilderFriedemann Kleint2016-12-194-8/+52
| | * libshiboken: Output a warning when integer overflows occurFriedemann Kleint2016-12-161-9/+38
| | * AbstractMetaArgument: Fix debug operatorFriedemann Kleint2016-12-161-1/+1
| | * implicitconv_numerical_test.py: Fix limitsFriedemann Kleint2016-12-161-10/+18
| | * Use Python 3 API when converting unsigned long longFriedemann Kleint2016-12-152-0/+16
| | * Fix inclusion of Qt headers in the generated codeFriedemann Kleint2016-12-141-2/+9
| | * Fix shiboken tests for Python 3Friedemann Kleint2016-12-142-1/+3
| | * libsample test: Fix compilation on Windows/64bitFriedemann Kleint2016-12-131-1/+1
| | * libsample/functions.cpp: Fix MSVC compiler warningFriedemann Kleint2016-12-131-1/+1
| | * Fix C++ parser to identify function pointers in parameter clausesAlexandru Croitor2016-12-133-5/+28
| | * Fix crash when creating signatures of function pointers in a parameterAlexandru Croitor2016-12-136-12/+64
| | * ApiExtractor/tests: Fix a number of C++ errors in the test codeFriedemann Kleint2016-12-135-31/+28
| | * libsample test: Fix 64bit pointer truncation warningFriedemann Kleint2016-12-124-5/+10
| | * 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