aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Created cmake option 'ENABLE_VERSION_SUFFIX' to use version on generated file...sb-0.5.0Renato Filho2010-09-101-3/+1
* Impleted auto code for classes derived from list container.Renato Filho2010-08-301-0/+1
* Use .pyd to python modules on windows.Renato Filho2010-08-191-0/+3
* Created unit test to operator().Renato Filho2010-08-111-0/+1
* Use correct python library in debug mode.Renato Filho2010-07-191-1/+1
* Fixes the build-tests by including the library postfixes in the programRenato Filho2010-06-181-1/+1
* Used CMAKE_DEBUG_POSTFIX in plugin name on generatorrunner.Renato Filho2010-06-171-1/+1
* Added support for protected fields when not using the "protected hack".Marcelo Lira2010-06-031-0/+1
* Adds protected enum test cases.Marcelo Lira2010-06-011-0/+1
* Merge remote branch 'luck/fixprivctor'Luciano Wolf2010-04-231-0/+1
|\
| * Support to "only private constructor available" case.Luciano Wolf2010-04-211-0/+1
* | Use qualified class name when callign a method like self->ClassName::method().Hugo Parente Lima2010-04-221-0/+1
* | Add test for classes and inner classes inside namespaces.Hugo Parente Lima2010-04-221-0/+3
|/
* Adds tests for a class without implicit conversions being extended in another...Marcelo Lira2010-03-021-0/+1
* other binding does not link against sample binding.Hugo Lima2010-02-181-1/+1
* Adds tests for reference counting in model/view style relationships.Marcelo Lira2010-02-101-0/+1
* Adds support for void pointer conversions.Marcelo Lira2010-01-281-0/+1
* Write cptr macro for inner classes.Hugo Lima2010-01-261-0/+1
* Adding new tests related to threads/GIL lockingLauro Neto2010-01-151-0/+1
* Adds "libother" as a new test library.Marcelo Lira2009-12-291-1/+1
* Adds StrList test to check classes that inherit from containers.Marcelo Lira2009-12-071-0/+1
* Expanded protected method tests with cases of reimplemented grand parent and ...Marcelo Lira2009-12-021-0/+2
* Expanded virtual methods tests with a case of reimplementation of a grand par...Marcelo Lira2009-12-021-0/+1
* Added tests for something like QLayout.Hugo Lima2009-11-301-0/+1
* Add the generator flag "enable-parent-ctor-heuristic".Hugo Lima2009-11-301-1/+1
* Renaming -> KinderGarten to BlackBoxLuciano Wolf2009-11-271-1/+1
* Added tests for the validity of Python wrappers used as method arguments.Marcelo Lira2009-11-261-0/+1
* Merged with multipleinheritance branchMarcelo Lira2009-11-251-3/+12
|\
| * improved multiple inheritance tests with a myriad of new casesMarcelo Lira2009-11-181-3/+12
* | Adding test case for sorting overload dataLauro Neto2009-11-251-0/+3
* | Added an PyObject* specialization to the Conversion template toMarcelo Lira2009-11-241-0/+1
* | Added tests for classes with virtual and non-virtual protected methods,Marcelo Lira2009-11-241-0/+3
* | Added unit test for virtual destructor.Marcelo Lira2009-11-241-0/+1
|/
* Added features to manage basic ownership transference between C++Marcelo Lira2009-11-181-0/+1
* Added support for the type system "invalidate-after-use" argument modification.Marcelo Lira2009-11-181-0/+1
* added initial work for more complete code injection testsMarcelo Lira2009-11-131-0/+1
* Adding external operator to Collector (stream)Lauro Neto2009-11-101-0/+1
* Adding test case for add-function with const char*Lauro Neto2009-11-091-0/+1
* added a new test called Time with a set of constructor and methodMarcelo Lira2009-11-061-0/+1
* improved the multiple inheritance test with two new methods that castMarcelo Lira2009-11-041-1/+1
* * added the ObjectType example which adds some cases similar toMarcelo Lira2009-11-031-4/+5
* added the Str class to libsample and test cases that check the __str__Marcelo Lira2009-10-301-0/+1
* added test cases for C++ operator<< method (Python's __lshift__);Marcelo Lira2009-10-271-0/+1
* added more test cases to check overload decisor behaviorMarcelo Lira2009-10-271-0/+1
* added the SimpleFile class to the sample library to check how aMarcelo Lira2009-10-201-0/+1
* Create multiple heritance tests.Renato Araujo Oliveira Filho2009-09-101-0/+3
* Fix libsamplebinding generator, due to recent changes in boostpythongenerator.Hugo Lima2009-09-081-1/+1
* Changed generator to convert the method call results on wrapped methodsMarcelo Lira2009-09-011-0/+1
* Added an example of a class with a private destructor.Hugo Lima2009-09-011-0/+1
* Added a corner case to broke Shiboken tests >:-)Hugo Lima2009-08-311-0/+1