aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Set submodules to point to same branch as supermoduleSimo Fält2017-07-241-0/+2
* Blacklist smart::smart_pointer on Windows to pass CIAlexandru Croitor2017-07-201-0/+2
* Ignore license checker with pyside-setupSimo Fält2017-07-201-0/+3
* audio_test.py: Use QGuiApplicationFriedemann Kleint2017-07-201-1/+2
* helper: Add UsesQGuiApplicationFriedemann Kleint2017-07-201-14/+25
* Blacklist qqmlnetwork for Windows/Python 2Friedemann Kleint2017-07-201-0/+3
* Fix Windows module extensions and tests to work with --debug buildAlexandru Croitor2017-07-127-69/+75
* Improve suffix names for shared libraries and cmake config filesAlexandru Croitor2017-07-1218-177/+190
* Simplify the test for loading modulesChristian Tismer2017-07-1026-489/+27
* Create the __all__ variable correctlyChristian Tismer2017-06-271-1/+3
* Fix text case of QtMacExtras wrapper cpp file nameAlexandru Croitor2017-06-231-1/+1
* Silence some build warnings when building pysidetestAlexandru Croitor2017-06-231-0/+3
* Remove incorrect dependency in pysidetest targetAlexandru Croitor2017-06-232-1/+4
* Remove unnecessary conditional class checksAlexandru Croitor2017-06-231-13/+0
* Fix compile tests to include correct module include dirsAlexandru Croitor2017-06-233-17/+18
* Fix testrunner.py in winSimo Fält2017-06-211-1/+9
* utils: Handle SymlinksFriedemann Kleint2017-06-092-4/+23
* Fix missing headers in PySide custom buildChristian Tismer2017-06-092-18/+32
* libshiboken: Fix/Silence some MSVC warningsFriedemann Kleint2017-06-096-9/+18
* pysidetest_delegatecreateseditor_test: Add QtWidgets dependencyFriedemann Kleint2017-06-022-2/+2
* Remove README.md of PySide2/Shiboken2Friedemann Kleint2017-06-022-29/+0
* Fix .so filter for LinuxFriedemann Kleint2017-06-021-1/+1
* Remove license files from previous submodulesFriedemann Kleint2017-06-0213-6338/+0
* libpyside: Use Q_SLOTS instead of slotsFriedemann Kleint2017-06-022-2/+2
* Fix typos in licensesFriedemann Kleint2017-05-3016-48/+48
* setup.py/prepare_coin_sources.py: Adapt to repository mergeFriedemann Kleint2017-05-232-9/+7
*-. Merge pyside2 and shiboken2 into super-moduleOswald Buddenhagen2017-05-222207-0/+251698
|\ \
| | * move everying into sources/shiboken2Oswald Buddenhagen2017-05-22653-0/+0
| | * Fix crash on exit with debug Python 3Alexandru Croitor2017-05-191-1/+6
| | * Generate #error when a minimal constructor could not be foundFriedemann Kleint2017-05-103-9/+28
| | * Fix headergenerator to build under C++11Christian Tismer2017-05-092-2/+37
| | * CMakeLists.txt: find python interpreter firstDavide Pesavento2017-05-041-2/+2
| | * Fix build on Windows due to unsupported string concatenation issueAlexandru Croitor2017-04-281-1/+1
| | * shiboken test/Photon: Properly define noexceptFriedemann Kleint2017-04-281-6/+8
| | * Fix Inheritance of PySide, Windows supportChristian Tismer2017-04-261-1/+1
| | * Handle recursive typesystem includesFriedemann Kleint2017-04-261-8/+14
| | * Fix Inheritance of PySide, Windows supportChristian Tismer2017-04-211-5/+25
| | * Fix Inheritance of PySideChristian Tismer2017-04-133-16/+74
| | * Fix Python extension suffix selection on LinuxAlexandru Croitor2017-04-112-89/+76
| | * TypeDatabase: Refactor TypeDatabase::normalizedSignature()Friedemann Kleint2017-03-294-20/+45
| | * Generators: Generate reinterpret_cast<> for SbkObjectType *Friedemann Kleint2017-03-282-44/+54
| | * Generate reinterpret_cast<> for cppSelfFriedemann Kleint2017-03-281-4/+6
| | * libshiboken: Take const SbkConverter/SbkObjectType * where appropriateFriedemann Kleint2017-03-284-53/+60
| | * Generator::minimalConstructor(): No longer generate C-style castsFriedemann Kleint2017-03-281-7/+12
| | * TypeDatabase: Refactor API version checkingFriedemann Kleint2017-03-247-52/+61
| | * Improve the 'Value' type wrapper registrationPankaj Pandey2017-03-177-17/+152
| | * Implement partial QSharedPointer supportAlexandru Croitor2017-03-1731-246/+1660
| | * Mention class name in warning about Unknown OperatorFriedemann Kleint2017-03-171-5/+18
| | * Refactor the character handler of the typedatabase XML parserFriedemann Kleint2017-03-173-11/+10
| | * Typedatabase: Improve debug outputFriedemann Kleint2017-03-171-28/+55