aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding
Commit message (Expand)AuthorAgeFilesLines
* Added custom code to VoidHolder.gimmeMeSomeVoidPointer().Marcelo Lira2010-08-031-1/+11
* Added a case for VoidHolder test that uses a native Python object.Marcelo Lira2010-08-031-1/+9
* Create a new copy from object when convert from PyObject to const ref.Renato Filho2010-07-271-9/+0
* BindingManager destructor now asserts if the wrapper map is empty.Marcelo Lira2010-07-271-0/+13
* Fix char* converterRenato Filho2010-07-272-6/+10
* Fixed inject code to works on windows.Renato Filho2010-07-191-1/+2
* Use correct python library in debug mode.Renato Filho2010-07-191-1/+1
* Fixed wrong overload decisor generated code.Marcelo Lira2010-07-131-0/+51
* Fixes bug#253 - "Segmentation Fault when clicked on ListWidget with TableModel"Hugo Parente Lima2010-07-061-0/+42
* Add support for static fields.Hugo Parente Lima2010-07-021-0/+3
* Added test for finding type scope in cases involving inheritance.Marcelo Lira2010-06-291-0/+43
* Fixes the build-tests by including the library postfixes in the programRenato Filho2010-06-181-1/+1
* Created unit tests for named arguments.Renato Filho2010-06-171-0/+67
* Used CMAKE_DEBUG_POSTFIX in plugin name on generatorrunner.Renato Filho2010-06-171-1/+1
* chmod -x on all tests.Hugo Parente Lima2010-06-1668-0/+0
* Adds a test for function call that triggers an implicit conversion.Marcelo Lira2010-06-151-0/+6
* Added test function with an integer argument that have an enum as default value.Marcelo Lira2010-06-151-0/+6
* Added Converter<T>::checkType.Hugo Parente Lima2010-06-091-1/+1
* Added support for protected fields when not using the "protected hack".Marcelo Lira2010-06-033-1/+15
* Fixes code generation for classes with private destructors.Marcelo Lira2010-06-021-0/+17
* Generator improved to handle protected enums without the protected hack.Marcelo Lira2010-06-022-5/+33
* Adds protected enum test cases.Marcelo Lira2010-06-013-1/+43
* Added tests for user added functions declared inside namespaces.Hugo Parente Lima2010-04-302-0/+9
* Adding test for #212 - Overloads with enumsLauro Neto2010-04-301-1/+13
* Merge remote branch 'luck/fixprivctor'Luciano Wolf2010-04-234-0/+82
|\
| * Support to "only private constructor available" case.Luciano Wolf2010-04-214-0/+82
* | Use qualified class name when callign a method like self->ClassName::method().Hugo Parente Lima2010-04-222-1/+3
* | Added support for enums inside classes inside namespaces.Hugo Parente Lima2010-04-222-0/+2
* | Add test for classes and inner classes inside namespaces.Hugo Parente Lima2010-04-224-2/+46
* | Add declaration of global functions on sample typesystem.Hugo Parente Lima2010-04-221-3/+24
* | Fixed argument policy propagate.Renato Filho2010-04-221-1/+11
|/
* Remove warnings about "deprecated conversion from string constant to 'char*'".Hugo Parente Lima2010-04-121-1/+1
* Better error messages when reimplementing virtual methods.Hugo Parente Lima2010-04-081-1/+9
* Add another test case to multi_cpp_test.pyHugo Parente Lima2010-04-081-0/+30
* Adding test for mixed Python/C++ mult. inheritanceLauro Neto2010-04-081-0/+71
* Adding multiple inheritance + virtual method testLauro Neto2010-04-081-0/+83
* Added unit test for crash with references, None types and comparison functions.Hugo Parente Lima2010-04-051-1/+6
* Added some simple tests about multiple inheritance from two C++ objects.Hugo Lima2010-03-301-0/+70
* Adds test case for libsample's Size class copy constructor.Marcelo Lira2010-03-262-7/+14
* Fixes Converter<void*>::toPython method.Marcelo Lira2010-03-231-0/+6
* Adds tests to type system modifications regarding reference to pointer type.Marcelo Lira2010-03-222-0/+137
* Adding greedy method to CollectorLauro Neto2010-03-221-2/+15
* Adds a test for a method with modifications and custom conversion rules.Marcelo Lira2010-03-191-1/+17
* Added a unit test to check the object-type hashability.Hugo Lima2010-03-191-1/+7
* Allow hash-function tag to be definied in object-types (Fix bug #186).Hugo Lima2010-03-191-1/+1
* Write enum checks before int, long and bool checks.Hugo Lima2010-03-181-2/+5
* Renamed templates used for conversions of containers.Hugo Lima2010-03-183-3/+3
* Changed the semantic of Converter<T>::isConvertible method.Hugo Lima2010-03-182-6/+15
* Added test for conversion of lists with invalid contents.Hugo Lima2010-03-181-0/+5
* added support for pure virtual methods returning void ptrsMatti Airas2010-03-171-0/+11