aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix unique code model itemsFriedemann Kleint2017-02-022-22/+7
* Code model: Change _ScopeModelItem::m_classes from QHash to a QListFriedemann Kleint2017-02-014-33/+42
* Code model: Change some QHash instances to QListFriedemann Kleint2017-02-014-83/+86
* Code model: Fix coding styleFriedemann Kleint2017-02-012-276/+232
* Code model: Remove unused functionsFriedemann Kleint2017-02-012-129/+0
* TestRemoveOperatorMethod::testRemoveOperatorMethod(): Fix argument typesFriedemann Kleint2017-02-011-8/+8
* 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