aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #7 from thopiekar/cmake-workChristian Tismer2015-09-282-0/+6
|\|
| * Adding SHIBOKEN_PYTHON_VERSION_* to Shiboken2Config-spec.cmake.inThomas-Karl Pietrowski2015-09-282-0/+6
* | Merge pull request #5 from thopiekar/manpagesChristian Tismer2015-09-241-0/+0
|\ \ | |/ |/|
| * Renaming ../doc/shiboken.1 -> ../doc/shiboken2.1Thomas-Karl Pietrowski2015-09-241-0/+0
|/
* change all scripts to respect the new PySide2 module name.Christian Tismer2015-09-211-2/+2
* not-so-small fix to the huge change.Christian Tismer2015-09-217-36/+36
* huge change on project layout.Christian Tismer2015-09-217-31/+31
* Merge branch 'master' of https://github.com/PySide/shiboken2 into o11c-primit...Christian Tismer2015-09-200-0/+0
|\
| * Merge pull request #4 from o11c/primitive-type-nameChristian Tismer2015-09-201-3/+6
| |\
* | | fix the PR to just add the missing primitive types.Christian Tismer2015-09-201-2/+13
* | | Merge branch 'primitive-type-name' of https://github.com/o11c/shiboken2 into ...Christian Tismer2015-09-201-3/+6
|\ \ \ | |/ / |/| / | |/
| * Fix incorrect primitive type and add a checkBen Longbons2015-09-191-3/+6
* | add a README that directs to other parts of the bundle.Christian Tismer2015-09-201-1/+12
* | Create README.mdChristian Tismer2015-09-201-0/+8
|/
* work around a 'jom' bug on windows.Christian Tismer2015-09-191-1/+10
* fix a wrong 'and' with '&&'.Christian Tismer2015-09-181-1/+1
* make sure that the required libraries for shiboken are installedChristian Tismer2015-09-181-1/+1
* create a useful errorr message when shiboken has no write access to temporary...Christian Tismer2015-09-181-0/+6
* finally the adapted windows flag change ;-)Christian Tismer2015-09-171-1/+2
* Qt5.5: change parser and lexer to support the new Q_ENUM (not Q_ENUMS) macro.Christian Tismer2015-09-154-3/+23
* improve the windows installer to handle backslash properly.Christian Tismer2015-08-164-21/+34
* small changes that make things build on debian JessieChristian Tismer2015-08-141-0/+1
* Merge branch 'qt5' of https://bitbucket.org/ctismer/shiboken2 into qt5Christian Tismer2015-08-140-0/+0
|\
| * Merge branch 'gbaty-fix_qtcore_dep_in_tests' into qt5Christian Tismer2015-07-271-0/+3
| |\
* | \ reduce the enforced cmake version to 3.0, in order to support building on deb...Christian Tismer2015-08-142-2/+5
|\ \ \ | |/ / |/| / | |/
| * Fix missing dependency to QtCore in tests.Guillaume Bâty2015-07-261-0/+3
|/
* add Qt5XmlPatterns, to make shiboken build on linux.Christian Tismer2015-07-253-3/+6
* fix shiboken to build again under OS XChristian Tismer2015-07-211-0/+1
* Merge pull request #1 from theiviaxx/patch-1Christian Tismer2015-07-211-1/+1
|\
| * Update typesystem_shiboken.xmlBrett Dixon2015-07-201-1/+1
|/
* protect unknown primitive type by 'dynamic_cast' and give error message.Christian Tismer2015-07-191-2/+11
* ensure that a type check is done on possibly unknown primitive types.Christian Tismer2015-07-181-2/+2
* silence a few warningsChristian Tismer2015-07-183-2/+4
* remove an old debugging output for the mac. This seems never to happen.Christian Tismer2015-07-181-2/+4
* fixed a problem with qRegisterMetaType that came up with Qt5.Christian Tismer2015-07-081-1/+9
* remove a name clash with bool, after QBool was replaced by bool in Qt5Christian Tismer2015-07-032-3/+4
* silence a generated unused function if py3k is activeChristian Tismer2015-07-031-2/+5
* add the type-casts for QFlag conversion. These are defined as int, no longer ...Christian Tismer2015-07-011-7/+7
* adjust certain headers from 'class' to 'struct' and remove hundreds of annoyi...Christian Tismer2015-06-271-2/+2
* to get things right, we need to avoid to set Q_QDOC. But because there is no ...Christian Tismer2015-06-171-0/+1
* after this tiny (but hard to figure out) change, we can instantiate a QObject...Christian Tismer2015-06-171-1/+1
* support QDebug in the PySide contextChristian Tismer2015-06-141-1/+4
* bump the version number to 2.0.0Christian Tismer2015-06-091-3/+3
* this is the complete shiboken build, and it seems to work fine.Christian Tismer2015-06-066-12/+16
* undo all the "x->y" to "x.load()->y" changes in favor of a tiny addition to c...Christian Tismer2015-06-068-304/+310
* Now shiboken works also with the tests.Christian Tismer2015-06-067-22/+44
* after many many edits, shiboken builds now.Christian Tismer2015-06-0611-151/+153
* a lot of changes, due to the modifications of QAtomicPointer.Christian Tismer2015-06-053-166/+161