aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added tests for custom conversion and buffer protocol.Marcelo Lira2012-03-083-0/+292
* Fixed type system variable replacement for arguments removed with conversion ...Marcelo Lira2012-03-082-0/+10
* Added compilation test for value type argument in a lshift operator.Marcelo Lira2012-03-081-0/+1
* Added test for removed pointer out argument.Marcelo Lira2012-03-084-3/+29
* Improved and fixed the setter and getter writer functions.Marcelo Lira2012-03-081-1/+2
* Fixed writeBaseConversion method to handle references to C++ primitives.Marcelo Lira2012-03-082-1/+15
* Added test for a typedef to a primitive numerical type.Marcelo Lira2012-03-081-0/+12
* Created unit test for bug #886.Renato Filho2012-03-081-0/+12
* Fix refleak during the parent c++ object destruction.Renato Filho2012-03-081-0/+14
* Fixed injected code processing to avoid infinite recursion in virtual method ...Marcelo Lira2012-03-081-0/+3
* Removed warning about possible use of uninitialized variable.Hugo Parente Lima2012-03-081-0/+1
* Test for bug 464 - "Can't create target lang package and namespace with the s...Hugo Parente Lima2012-03-083-0/+76
* Unit test for bug 851 - "Shiboken recognizes dereference operator overload as...Hugo Parente Lima2012-03-081-0/+3
* Added tests for conversion operator that returns a constant reference type.Marcelo Lira2012-03-081-0/+66