aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample
Commit message (Expand)AuthorAgeFilesLines
* Remove protected from samblebinding testJohn Ehresman2014-04-161-2/+1
* Add parsing of 'noexcept' keywordMatthew Woehlke2014-04-161-0/+32
* Fix function rejections (i.e. support overloads)Matthew Woehlke2014-04-162-0/+16
* Fix for containers with 'const' valuesMatthew Woehlke2014-01-071-0/+47
* Write inititializations in topological orderMatthew Woehlke2013-09-241-5/+11
* Work around MSVC's deficient <cmath>Matthew Woehlke2013-08-141-0/+6
* Fix '%#' substitution for # > 9Matthew Woehlke2013-07-303-0/+95
* Don't break -Werror=non-virtual-dtorMatthew Woehlke2013-06-282-0/+2
* Prevent infinite recursion in invalidateJohn Ehresman2013-06-131-0/+4
* Replaced Nokia copyrights in headerTeemu Kaukoranta2013-05-28107-107/+107
* Fix handling of unsigned long long and provide unittests.Sébastien Sablé2013-03-142-0/+14
* Fix PYSIDE-108 bug and add exampleJohn Cummings2012-09-111-0/+10
* Don't use it->second after erasing itJohn Ehresman2012-06-141-2/+4
* Find function modifications defined in the 2nd+ base class.John Ehresman2012-06-142-0/+28
* Don't use inline methods in dllexported classes to keep VC++ happyJohn Ehresman2012-04-305-13/+118
* Remove ambiguous constructor from libsample's HandleHolder.Paulo Alcantara2012-03-091-1/+1
* Fix BUG #1105 - "Spyder fails with HEAD"Paulo Alcantara2012-03-092-6/+23
* Added a generation/compilation test for container types.Marcelo Lira2012-03-081-1/+4
* Added a compilation test for containers of object types used as values.Marcelo Lira2012-03-081-0/+3
* Fixed generation for enum arguments with default values when avoiding the pro...Marcelo Lira2012-03-082-0/+8
* Added the API exporting macro to the protected test classes.Marcelo Lira2012-03-081-6/+6
* Fixes SBK_CONVERTER macro and SbkEnumType structure.Marcelo Lira2012-03-081-0/+3
* Updates std::list methods writer to use the new converters.Marcelo Lira2012-03-081-0/+45
* Modifies HANDLE test to fix win32 linking problem.Marcelo Lira2012-03-083-12/+39
* Fixed code generation for functions arguments that use object types as values.Marcelo Lira2012-03-081-0/+1
* Added unit test for bug 969.Hugo Parente Lima2012-03-081-0/+36
* Added a test for a typedef of a pointer to a struct.Marcelo Lira2012-03-081-2/+8
* Fixes win32 symbol exporting for instantiated template classes.Marcelo Lira2012-03-081-3/+8
* Shiboken exits with error for not handled pointers to primitive types.Marcelo Lira2012-03-082-0/+13
* Added test for implicit conversion with primitive type.Marcelo Lira2012-03-081-2/+4
* Added test for instantiated container type used as primitive-type.Marcelo Lira2012-03-082-1/+4
* New conversions for containers.Marcelo Lira2012-03-086-9/+54
* Implemented PSEP 0106.Hugo Parente Lima2012-03-082-0/+7
* Fixed tests to work with python3.x and python2.xRenato Filho2012-03-081-1/+1
* Revert "Implements PSEP-0106 and fixes bug 902 - "Expose Shiboken functionali...Hugo Parente Lima2012-03-082-7/+0
* Implements PSEP-0106 and fixes bug 902 - "Expose Shiboken functionality throu...Hugo Parente Lima2012-03-082-0/+7
* Fixed generator to consider conversion rules for the return type of wrapper m...Marcelo Lira2012-03-082-0/+18
* Added a test case for a bit-field structure member.Marcelo Lira2012-03-082-1/+4
* Added test for typedef of unsigned short.Marcelo Lira2012-03-081-0/+2
* Added test for user defined primitive type used as public class field.Marcelo Lira2012-03-081-0/+2
* Added test for implicit conversion with user's primitive type.Marcelo Lira2012-03-081-0/+6
* Added a method modification test dealing with code injection and user's primi...Marcelo Lira2012-03-081-0/+4
* Implemented unit test for deprecated functions.Renato Filho2012-03-081-0/+3
* Improved the generation of argument conversion in modified functions.Marcelo Lira2012-03-082-3/+31
* Added tests for a class that its only constructor is the copy one.Marcelo Lira2012-03-083-0/+105
* Added tests for classes that are typedefs that implement a template class.Marcelo Lira2012-03-083-0/+103
* The type checking now pays attention to the <no-null-pointer/> tag.Marcelo Lira2012-03-082-0/+10
* Added a test dealing with a reference to an Object Type passed to Python.Marcelo Lira2012-03-083-0/+92
* Improved guessCPythonCheckFunction method to produce an AbstractMetaType for ...Marcelo Lira2012-03-082-0/+10
* Included tests for added function signatures very similar to already existing...Marcelo Lira2012-03-082-3/+18