aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.9Friedemann Kleint2017-10-2722-196/+413
|\
| * Support the qApp macro correctly, final version incl. debugChristian Tismer2017-10-2716-170/+383
| * Stabilize QtQml/bug_847.pyFriedemann Kleint2017-10-271-1/+8
| * Fix the signature of the Q*Application constructorChristian Tismer2017-09-2910-33/+30
| * Signature: tiny refinement in ReloaderChristian Tismer2017-09-291-3/+3
* | shiboken: Add the c++ header include paths of g++Friedemann Kleint2017-10-251-0/+21
* | Signature: Fix missing constant for 5.10Christian Tismer2017-10-131-0/+1
* | shiboken: Add Vulkan supportFriedemann Kleint2017-10-071-4/+17
* | shiboken: Add -Wno-microsoft-enum-value for MSVCFriedemann Kleint2017-10-071-0/+1
* | Windows: Define NOMINMAX for every moduleFriedemann Kleint2017-10-073-10/+2
* | Signature: Remove pre 5.7 parts, fix coding styleFriedemann Kleint2017-09-292-16/+5
* | Merge remote-tracking branch 'origin/5.6' into 5.9Friedemann Kleint2017-09-2822-19/+8521
|\|
| * Signature: support the new types and constants of 5.9 part 3Christian Tismer2017-09-281-0/+1
| * Signature: support the new types and constants of 5.9 part 2Christian Tismer2017-09-283-13/+80
| * Signature: support the new types and constants of 5.9Christian Tismer2017-09-271-2/+23
| * Signature: buglet makes clang complainChristian Tismer2017-09-251-1/+1
| * Signature: fix documentationChristian Tismer2017-09-251-1/+4
| * Signature: Improve error reportingChristian Tismer2017-09-252-10/+8
| * Signature: Simplify parser by not reloading mappingChristian Tismer2017-09-253-154/+97
| * Implement introspection with __signature__ packageChristian Tismer2017-09-2022-19/+8488
* | Fix typo in QtDataVisualization testSimo Fält2017-09-271-1/+1
* | Fix license headerSimo Fält2017-09-261-1/+0
* | Add Qt DataVisualizationFriedemann Kleint2017-09-255-0/+349
* | CodeModel: Handle access of inherited classesFriedemann Kleint2017-09-255-30/+53
* | QtCharts: Add a reference in QChart::addSeries(QAbstractSeries*)Friedemann Kleint2017-09-251-0/+5
* | Replace _ARCH_ by 64/32bit in LLVM_INSTALL_DIRFriedemann Kleint2017-09-221-0/+17
* | qtdocparser: Default to suffix '.webxml'Friedemann Kleint2017-09-151-10/+10
* | Typesystem parser: Look up external injected code in typesystem pathFriedemann Kleint2017-09-153-5/+7
* | QtQuick: No longer declare GLuint to be a primitive typeFriedemann Kleint2017-09-131-1/+0
* | Do not consider gl.h a system include file (all platforms)Friedemann Kleint2017-09-131-3/+19
* | Add bindings for QRegularExpressionFriedemann Kleint2017-09-054-0/+69
* | Add bindings for QVersionNumberFriedemann Kleint2017-09-054-0/+58
* | Windows: Do not consider gl.h a system include fileFriedemann Kleint2017-09-041-1/+19
* | shiboken2: Make message about unmatched functions more verboseFriedemann Kleint2017-09-041-2/+23
* | Re-enable bindings for QUuidFriedemann Kleint2017-09-044-7/+49
* | global.h.in: Remove include of gl.h and related workarounds for WindowsFriedemann Kleint2017-09-011-14/+0
* | Refactor ShibokenGenerator::initPrimitiveTypesCorrespondences()Friedemann Kleint2017-08-291-23/+21
* | Refactor TypeEntry::isCppPrimitive()Friedemann Kleint2017-08-291-13/+18
* | Enable more OpenGL functions with arraysFriedemann Kleint2017-08-291-9/+289
* | FunctionModification: Make it possible to specify a regular expressionFriedemann Kleint2017-08-296-14/+65
* | typesystem_core_common.xml: Define int64_t, uint64_t as primitive typesFriedemann Kleint2017-08-291-0/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.9Friedemann Kleint2017-08-285-20/+19
|\|
| * Fix QtUiTools not to depend on Qt5Designer being presentJanus Troelsen2017-08-241-2/+2
| * consistently name site-packages in Shiboken and PySideChristian Tismer2017-08-245-9/+9
| * Streamline Qt5 detection on macOSAlexandru Croitor2017-08-241-12/+27
* | Fix the chain of issues regarding QSslConfigurationAlexandru Croitor2017-08-244-1/+43
* | shiboken: Output argument index in warning about unsupported parameterFriedemann Kleint2017-08-241-7/+12
* | shiboken: Prefix all warning messages by base prefix of typesystem fileFriedemann Kleint2017-08-233-1/+17
* | Shiboken2: Suppress warning for parameters modified by <array>Friedemann Kleint2017-08-221-0/+1
* | Shiboken2: Add an index check for the <array> modificationFriedemann Kleint2017-08-221-1/+6