aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* a quick fix that should work, but will become obsolete with Qt 5.6.1qt5-licenseChristian Tismer2016-04-191-0/+6
* Fixed shibokengenerator.cppzhihaoadsk2016-04-141-1/+1
* Ouch! It is called STATUS not INFOThomas Karl Pietrowski2016-04-021-1/+1
* Return value of PYTHON_EXTENSION_SUFFIX as INFOThomas Karl Pietrowski2016-04-021-1/+1
* Merge pull request #34 from f3nix/small-fixes-4Thomas Karl Pietrowski2016-04-021-1/+1
|\
| * Fix building of apiextractor target.Mateusz Skowroński2016-02-291-1/+1
|/
* add missing includes to make the tests buildChristian Tismer2016-02-232-1/+3
* Merge pull request #32 from gbaty/remove_multiarch_suffix_if_not_availableThomas Karl Pietrowski2016-02-101-10/+10
|\
| * Define release suffix depending on python version.Guillaume Bâty2016-02-091-10/+10
| * Remove check on version less than 3.5 in PYTHON_EXTENSION_SUFFIX defGuillaume Bâty2016-02-091-7/+3
| * Do not add MULTIARCH suffix if not available.Guillaume Bâty2016-02-091-1/+5
|/
* Merge pull request #30 from f3nix/small-fixes-2Christian Tismer2016-01-311-6/+6
|\
| * Fix GCC 5 warning: logical not is only applied to the left hand side of compa...Mateusz Skowroński2016-01-281-6/+6
* | Merge pull request #28 from gbaty/fix_libsampleThomas-Karl Pietrowski2016-01-311-1/+1
|\ \
| * | Change include from "BlackBox.h" (do not exists) to "blackbox.h"Guillaume Bâty2016-01-231-1/+1
| |/
* | Merge pull request #31 from f3nix/small-fixes-3Christian Tismer2016-01-311-6/+6
|\ \ | |/ |/|
| * Fix GCC 5 warning: logical not is only applied to the left hand side of compa...Mateusz Skowroński2016-01-281-6/+6
|/
* Merge pull request #26 from thopiekar/cmake-workThomas-Karl Pietrowski2016-01-233-10/+10
|\
| * Just missed to rename some other PYTHON_SUFFIX to PYTHON_EXTENSION_SUFFIXThomas-Karl Pietrowski2016-01-223-10/+10
* | Merge pull request #25 from thopiekar/cmake-workChristian Tismer2016-01-213-12/+61
|\|
| * Bundle of fixes and additions to CMakeThomas-Karl Pietrowski2016-01-163-12/+61
|/
* Merge pull request #23 from IronManMark20/masterChristian Tismer2015-12-281-1/+1
|\
| * Fix for deprecated bitEthan2015-12-191-1/+1
* | Merge pull request #22 from florindinu/generator-metatype-parserChristian Tismer2015-12-287-4/+76
|\ \
| * | Simple test for the template pointer parameter fix.Florin Dinu2015-12-116-0/+71
| * | Fix the metatype parser handling of pointer template parameters and pointer r...Florin Dinu2015-12-101-4/+5
| |/
* | Merge pull request #20 from dbrnz/pythondirChristian Tismer2015-12-281-1/+1
|\ \
| * | Use Python's `site-packages` directory, not the one in the CMAKE_INSTALL_PREF...David Brooks2015-12-051-1/+1
| |/
* | Merge pull request #17 from dbrnz/symlinkdirChristian Tismer2015-12-281-10/+3
|\ \
| * | The include file handler wasn't rejecting targets that resolve to directories...David Brooks2015-12-041-10/+3
| |/
* | Merge branch 'florindinu-visual-studio-build'Christian Tismer2015-12-281-0/+3
|\ \
| * | add a comment why in this case using cmake's sorcery is superior than explici...Christian Tismer2015-12-281-0/+3
| * | Merge branch 'visual-studio-build' of https://github.com/florindinu/shiboken2...Christian Tismer2015-12-281-1/+1
| |\ \
* | \ \ Merge pull request #11 from florindinu/visual-studio-buildChristian Tismer2015-12-281-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix running the generator during build on Visual Studio.Florin Dinu2015-11-181-1/+1
* | | Merge pull request #19 from dbrnz/shiboken2_soChristian Tismer2015-12-277-7/+7
|\ \ \ | |_|/ |/| |
| * | The shiboken module is called `shiboken2` but the typesystem and tests refer ...David Brooks2015-12-057-7/+7
|/ /
* | Merge branch 'python3_unix_fix'Christian Tismer2015-12-025-335/+8
|\ \
| * | fixing the python3 build on unixen.Christian Tismer2015-12-025-335/+8
| |/
* | Merge pull request #13 from florindinu/build-improvementsChristian Tismer2015-12-021-1/+1
|\ \ | |/ |/|
| * Improve CMake FindPythonLibs reliabilityFlorin Dinu2015-11-251-1/+1
|/
* fixing debug builds on windows.Christian Tismer2015-11-121-0/+3
* Merge branch 'new_metaobject'Christian Tismer2015-11-0712-11/+10
|\
| * fixing the shiboken tests (renaming effects)Christian Tismer2015-11-0715-16/+16
| * remove metaObject method (done when parsing sources with Q_DOC macro)jumaroch2015-11-041-1/+0
* | fix broken shiboken tests after the big renamingChristian Tismer2015-10-213-6/+6
|/
* Merge pull request #9 from thopiekar/cmake-workChristian Tismer2015-09-281-0/+2
|\
| * Fix for empty PYTHON3_VERSION_* variablesThomas-Karl Pietrowski2015-09-281-0/+2
* | Merge pull request #8 from thopiekar/cmake-workChristian Tismer2015-09-281-3/+3
|\|
| * Quick fix for last PR.Thomas-Karl Pietrowski2015-09-281-3/+3