aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2
Commit message (Expand)AuthorAgeFilesLines
* shikoben2: Extend type system path resolutionFriedemann Kleint2017-11-034-11/+40
* Use latest version of llvm-configFriedemann Kleint2017-11-031-4/+23
* Merge remote-tracking branch 'origin/5.6' into 5.9Friedemann Kleint2017-10-279-20/+316
|\
| * Support the qApp macro correctly, final version incl. debugChristian Tismer2017-10-276-12/+307
| * Fix the signature of the Q*Application constructorChristian Tismer2017-09-293-8/+9
* | shiboken: Add the c++ header include paths of g++Friedemann Kleint2017-10-251-0/+21
* | shiboken: Add Vulkan supportFriedemann Kleint2017-10-071-4/+17
* | shiboken: Add -Wno-microsoft-enum-value for MSVCFriedemann Kleint2017-10-071-0/+1
* | 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-289-19/+844
|\|
| * Signature: support the new types and constants of 5.9 part 2Christian Tismer2017-09-281-13/+2
| * Signature: buglet makes clang complainChristian Tismer2017-09-251-1/+1
| * Signature: fix documentationChristian Tismer2017-09-251-1/+4
| * Implement introspection with __signature__ packageChristian Tismer2017-09-209-19/+852
* | CodeModel: Handle access of inherited classesFriedemann Kleint2017-09-255-30/+53
* | 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
* | Do not consider gl.h a system include file (all platforms)Friedemann Kleint2017-09-131-3/+19
* | 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
* | Refactor ShibokenGenerator::initPrimitiveTypesCorrespondences()Friedemann Kleint2017-08-291-23/+21
* | Refactor TypeEntry::isCppPrimitive()Friedemann Kleint2017-08-291-13/+18
* | FunctionModification: Make it possible to specify a regular expressionFriedemann Kleint2017-08-296-14/+65
* | Fix the chain of issues regarding QSslConfigurationAlexandru Croitor2017-08-242-1/+31
* | 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
* | Add numpy supportFriedemann Kleint2017-08-037-3/+434
* | Add new <array> argument modification indicating array usageFriedemann Kleint2017-08-0312-11/+97
* | libshiboken: Add Array convertersFriedemann Kleint2017-08-0317-6/+685
* | Shiboken: No longer change arrays[] to pointer typesFriedemann Kleint2017-08-034-37/+35
* | Shiboken: Improve Handling of array typesFriedemann Kleint2017-08-034-5/+64
* | Bump minimum required CMake version to 3.1Alexandru Croitor2017-07-271-2/+2
* | Force usage of C++11 for shibokenAlexandru Croitor2017-07-261-0/+4
* | Fix building on openSuSE and Ubuntu 16.04 CI machinesAlexandru Croitor2017-07-243-2/+42
* | Merge remote-tracking branch 'origin/5.6' into 5.9Friedemann Kleint2017-07-1411-92/+122
|\|
| * Fix Windows module extensions and tests to work with --debug buildAlexandru Croitor2017-07-122-27/+23
| * Improve suffix names for shared libraries and cmake config filesAlexandru Croitor2017-07-1211-87/+121
* | Clang: Fix build with MSVC2017/Clang 4.1Friedemann Kleint2017-07-141-0/+6
* | AbstractMetaType: Join the signature functionsFriedemann Kleint2017-07-112-51/+23
* | Shiboken: Improve debug operators of the type systemFriedemann Kleint2017-07-114-3/+74
* | Shiboken: Set C++ 11 globallyFriedemann Kleint2017-06-283-3/+1
* | [Reland] Fix crash on exit with debug Python 3Alexandru Croitor2017-06-271-1/+6
* | Change parsing to #include the source headerFriedemann Kleint2017-06-191-15/+3
* | shiboken: Further refactor command line arguments and helpFriedemann Kleint2017-06-099-83/+95
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.9" into 5.9Friedemann Kleint2017-06-098-27/+50
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.9Friedemann Kleint2017-06-098-27/+50
| |\|
| | * Fix missing headers in PySide custom buildChristian Tismer2017-06-092-18/+32