aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Added test function with an integer argument that have an enum as default value.Marcelo Lira2010-06-153-0/+14
* Fix problems on MacOSX due to uninitialized variables and mixing of int, uint...Hugo Parente Lima2010-06-157-25/+23
* MSVC complains about the missing operator< in Str when we use it on a std::list.Hugo Parente Lima2010-06-142-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-034-1/+24
* Fixes code generation for classes with private destructors.Marcelo Lira2010-06-022-0/+20
* Generator improved to handle protected enums without the protected hack.Marcelo Lira2010-06-023-5/+39
* Adds protected enum test cases.Marcelo Lira2010-06-014-1/+57
* Fixed declaration of class SimpleFile.Renato Filho2010-05-262-30/+56
* API fixes.Renato Filho2010-05-1812-20/+23
* 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-303-1/+23
* Merge remote branch 'luck/fixprivctor'Luciano Wolf2010-04-235-0/+143
|\
| * Support to "only private constructor available" case.Luciano Wolf2010-04-215-0/+143
* | Use qualified class name when callign a method like self->ClassName::method().Hugo Parente Lima2010-04-223-1/+13
* | Added support for enums inside classes inside namespaces.Hugo Parente Lima2010-04-223-0/+6
* | Add test for classes and inner classes inside namespaces.Hugo Parente Lima2010-04-225-2/+58
* | Add declaration of global functions on sample typesystem.Hugo Parente Lima2010-04-221-3/+24
* | Fixed argument policy propagate.Renato Filho2010-04-223-2/+14
|/
* Unit test for multiple derived classes.Renato Filho2010-04-121-2/+26
* 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-082-1/+15
* 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
* Do not segfault when a null pointer is passed to Str constructor.Hugo Parente Lima2010-04-051-1/+2
* libsample's Point extended with a reverse operator defined in libother.Marcelo Lira2010-03-313-1/+72
* Extended extended reverse shift operator test.Marcelo Lira2010-03-311-3/+9
* 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-224-0/+153
* Adding greedy method to CollectorLauro Neto2010-03-224-2/+28
* Adding OtherObjectType to libotherLauro Neto2010-03-227-0/+148
* Adds a test for a method with modifications and custom conversion rules.Marcelo Lira2010-03-193-1/+28
* 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-193-1/+8
* 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-176-0/+27
* fixed a typo in the test class nameMatti Airas2010-03-171-2/+2
* Merge branch 'master' into extensibleconversionsMarcelo Lira2010-03-046-2/+23
|\
| * Merge remote branch 'hugopl/typediscovery2'Hugo Lima2010-03-036-2/+23
| |\
| | * Turn Number::m_value private to not cause problem when compiling with "avoid ...Hugo Lima2010-03-021-1/+1
| | * Use polymorphic-id-expression to discover the correct type of a C++ object.Hugo Lima2010-03-023-1/+8
| | * Add test for bug on the current type discovery algorithm.Hugo Lima2010-03-023-0/+14
* | | Adds tests for a class without implicit conversions being extended in another...Marcelo Lira2010-03-029-0/+180