aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Decref reference to type objectJohn Ehresman2013-06-243-19/+46
* Fix segfault when using shiboken.deleteJohn Ehresman2013-06-242-1/+53
* Use non-static method def for instance methodsJohn Ehresman2013-06-241-1/+11
* Fix bug introduced when recursive_invalidate was added.John Cummings2013-06-242-6/+29
* fix build in C++11 modeMatthew Woehlke2013-06-223-17/+17
* Prevent infinite recursion in invalidateJohn Ehresman2013-06-134-5/+32
* Replaced Nokia copyrights in headerTeemu Kaukoranta2013-05-28461-461/+461
* Fix possible conflict with garbage collector.Robin Dunn2013-05-131-0/+17
* Fix possible crash at exit.Robin Dunn2013-05-081-3/+5
* Fix handling of unsigned long long and provide unittests.Sébastien Sablé2013-03-146-2/+60
* Add test to illustrate issue on typedef enumSebastien Sable2013-03-012-0/+34
* Use getWrapperForQObject to convert if generating for PySideJohn Ehresman2012-12-211-11/+14
* Allow compilation without a python shared library.John Ehresman2012-12-201-2/+2
* Use parent class's metaObject if wrapper is NULL.John Ehresman2012-12-171-0/+2
* Optionally assert on free'd pointer with a valid wrapper.John Ehresman2012-12-174-1/+230