aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding
Commit message (Expand)AuthorAgeFilesLines
* Remove rejection lines that cause the sample_list test to failJohn Cummings2014-04-171-6/+0
* Fix function rejections (i.e. support overloads)Matthew Woehlke2014-04-161-0/+5
* Fix for containers with 'const' valuesMatthew Woehlke2014-01-073-0/+6
* Don't warn when inheriting from containerMatthew Woehlke2013-10-091-2/+0
* Refactor and improve added function resolvingMatthew Woehlke2013-09-262-0/+84
* Write inititializations in topological orderMatthew Woehlke2013-09-242-0/+2
* Fix description of sample/transform unit testMatthew Woehlke2013-08-061-1/+1
* Fix '%#' substitution for # > 9Matthew Woehlke2013-07-303-0/+75
* Improve dependencies for testsMatthew Woehlke2013-07-301-3/+2
* Return None for .name of enum if no name for value.John Ehresman2013-07-121-0/+5
* Decref reference to type objectJohn Ehresman2013-06-242-0/+27
* Fix segfault when using shiboken.deleteJohn Ehresman2013-06-241-0/+42
* Fix bug introduced when recursive_invalidate was added.John Cummings2013-06-241-1/+15
* Prevent infinite recursion in invalidateJohn Ehresman2013-06-132-0/+13
* Replaced Nokia copyrights in headerTeemu Kaukoranta2013-05-28105-105/+105
* Fix handling of unsigned long long and provide unittests.Sébastien Sablé2013-03-142-0/+22
* Fix PYSIDE-108 bug and add exampleJohn Cummings2012-09-112-0/+6
* Find function modifications defined in the 2nd+ base class.John Ehresman2012-06-143-1/+25
* Use SpooledTemporaryFile in 2.6+ os.tmpfile() fails on win32 if process doesn...John Ehresman2012-04-271-1/+1
* --generator-set command line switch is working again.Hugo Parente Lima2012-03-091-1/+1
* Merge GeneratorRunner inside Shiboken.Hugo Parente Lima2012-03-091-3/+2
* Fix BUG #1105 - "Spyder fails with HEAD"Paulo Alcantara2012-03-092-7/+13
* Updated documentation for type converters.Marcelo Lira2012-03-082-0/+33
* Declares Python types using the new "<custom-type>" tag.Marcelo Lira2012-03-081-0/+6
* Removed commented section of test file.Marcelo Lira2012-03-081-11/+1
* Removed the last pieces of code generation that uses the old template Convert...Marcelo Lira2012-03-0810-221/+9
* Fix conversion for HANDLE type.Hugo Parente Lima2012-03-082-59/+2
* Remove occurrences of Shiboken::makeTuple from test bindings.Marcelo Lira2012-03-081-6/+14
* Added adapter class SpecificConverter to provide type conversion based on a g...Marcelo Lira2012-03-082-5/+126
* Register enum converters by name.Marcelo Lira2012-03-081-0/+8
* Added functions to the new converters API to check if a type is value or object.Marcelo Lira2012-03-082-0/+62
* Container types now register their converters by name.Marcelo Lira2012-03-081-0/+12
* Fixes code generation for typedefs of C++ primitive types.Marcelo Lira2012-03-082-0/+78
* Fixed generation for enum arguments with default values when avoiding the pro...Marcelo Lira2012-03-082-1/+5
* Make converter branch work on a Python3.2 setup.Hugo Parente Lima2012-03-083-22/+78
* Fix crash in PySequence converters.Hugo Parente Lima2012-03-081-4/+6
* Fixes SBK_CONVERTER macro and SbkEnumType structure.Marcelo Lira2012-03-081-2/+7
* Updates std::list methods writer to use the new converters.Marcelo Lira2012-03-083-1/+21
* Updated custom code for ByteArray's read/write buffer protocol.Marcelo Lira2012-03-081-1/+1
* Added unit test for bug 969.Hugo Parente Lima2012-03-084-0/+19
* Added a test for a typedef of a pointer to a struct.Marcelo Lira2012-03-083-0/+46
* Shiboken exits with error for not handled pointers to primitive types.Marcelo Lira2012-03-081-0/+38
* Added test for implicit conversion with primitive type.Marcelo Lira2012-03-081-1/+4
* Added test for instantiated container type used as primitive-type.Marcelo Lira2012-03-082-0/+105
* New conversions for containers.Marcelo Lira2012-03-084-14/+131
* New converters for user added primitive types.Marcelo Lira2012-03-082-8/+74
* Implemented new type converters, but only for wrapper types.Marcelo Lira2012-03-082-6/+70
* Fix Windows build of shiboken module.Hugo Parente Lima2012-03-081-0/+2
* Implemented PSEP 0106.Hugo Parente Lima2012-03-081-0/+5
* Fix bug 1033 - "QDialog.DialogCode instances and return value from QDialog.ex...Hugo Parente Lima2012-03-081-2/+2