aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Multiple attempts to compile against Qt5 via pyside_setup.Christian Tismer2015-06-055-8/+8
* Don't ignore classes in topologysb-4.8-headMatthew Woehlke2015-03-071-3/+0
* Process global enums in declaration orderMatthew Woehlke2015-02-191-3/+2
* Return enums in declaration order (order added)Matthew Woehlke2015-02-192-2/+10
* Version bumpJohn Ehresman2014-04-221-1/+1
* Remove rejection lines that cause the sample_list test to failJohn Cummings2014-04-171-6/+0
* Remove protected from samblebinding testJohn Ehresman2014-04-161-2/+1
* Add parsing of 'noexcept' keywordMatthew Woehlke2014-04-166-0/+57
* Fix function rejections (i.e. support overloads)Matthew Woehlke2014-04-164-0/+33
* Fix building with python 3.3 and 3.4.Hugo Osvaldo Barrera2014-04-151-1/+1
* doc: Stop requiring sphinx.ext.refcounting.Raphael Kubo da Costa2014-03-241-1/+1
* Fix for containers with 'const' valuesMatthew Woehlke2014-01-075-2/+60
* Fix compilation issue on OS X 10.9Brian Jensen2013-11-181-0/+10
* Only use fields in PyTypeObject when defining typesJohn Ehresman2013-11-141-12/+27
* Fix buffer overrun processing macro definitionsMatthew Woehlke2013-10-151-0/+2
* Fix 'special' include handlingMatthew Woehlke2013-10-091-1/+1
* Don't warn when inheriting from containerMatthew Woehlke2013-10-092-7/+10
* Fix finding container base classesMatthew Woehlke2013-10-092-32/+64
* Revert "Remove useless code."Matthew Woehlke2013-10-091-0/+3
* Refactor and improve added function resolvingMatthew Woehlke2013-09-265-14/+151
* Remove useless code.Matthew Woehlke2013-09-251-3/+0
* Write inititializations in topological orderMatthew Woehlke2013-09-248-6/+32
* Work around MSVC's deficient <cmath>Matthew Woehlke2013-08-141-0/+6
* Remove unnecessary line feedMatthew Woehlke2013-08-141-1/+1
* Fix description of sample/transform unit testMatthew Woehlke2013-08-061-1/+1
* Clean up styleMatthew Woehlke2013-08-061-18/+19
* Updated authors fileJohn Ehresman2013-07-301-0/+4
* Fix '%#' substitution for # > 9Matthew Woehlke2013-07-307-2/+172
* Improve dependencies for testsMatthew Woehlke2013-07-303-10/+7
* Bump version number to 1.2.1John Ehresman2013-07-221-1/+1
* Return None for .name of enum if no name for value.John Ehresman2013-07-122-2/+12
* Bump the library version number to 1.2John Ehresman2013-07-011-2/+2
* Removed old logos from html docsJohn Ehresman2013-06-294-4/+2
* Add missing return on module init errorMatthew Woehlke2013-06-291-1/+1
* Don't break -Werror=non-virtual-dtorMatthew Woehlke2013-06-283-0/+4
* Fixing shiboken test for minimal binding testStefan Landvogt2013-06-281-2/+8