aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Fix build with MSVC2013Friedemann Kleint2017-01-304-17/+17
| | * TypeInfo: Introduce enumeration for reference typesFriedemann Kleint2017-01-274-17/+27
| | * Add manual test dumpcodemodelFriedemann Kleint2017-01-274-1/+84
| | * Code model: Remove "auto" keywordFriedemann Kleint2017-01-241-3/+4
| | * Fix compiling with Qt 5.5.1Alexandru Croitor2017-01-231-0/+6
| | * Add debug output to the code modelFriedemann Kleint2017-01-232-0/+303
| | * Code model: Rename TypeAliasModelItem to TypedefModelItemFriedemann Kleint2017-01-2014-125/+118
| | * Initialize _EnumModelItem::_M_anonymousFriedemann Kleint2017-01-201-2/+2
| | * Add debug output to type databaseFriedemann Kleint2017-01-204-0/+93
| | * Add verbose debug output to AbstractMetaFunctionFriedemann Kleint2017-01-202-4/+47
| | * Add a few checks to testsFriedemann Kleint2017-01-202-0/+4
| | * _CodeModelItem-derived classes: Add out-of line destructorFriedemann Kleint2017-01-172-0/+56
| | * Fix some warnings related to class TypeInfoFriedemann Kleint2017-01-171-15/+7
| | * libshiboken: Remove some C-style castsFriedemann Kleint2017-01-179-64/+70
| | * _CodeModelItem: Use Q_DISABLE_COPYFriedemann Kleint2017-01-161-47/+1
| | * _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