aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when creating signatures of function pointers in a parameterAlexandru Croitor2016-12-131-0/+1
* Revert "Fix the shiboken tests on VS2015"Christian Tismer2016-06-041-0/+4
* Fix the shiboken tests on VS2015Christian Tismer2016-06-031-4/+0
* Simple test for the template pointer parameter fix.Florin Dinu2015-12-111-0/+1
* fix broken shiboken tests after the big renamingChristian Tismer2015-10-211-2/+2
* Fix for containers with 'const' valuesMatthew Woehlke2014-01-071-0/+2
* Write inititializations in topological orderMatthew Woehlke2013-09-241-0/+1
* Improve dependencies for testsMatthew Woehlke2013-07-301-3/+2
* Find function modifications defined in the 2nd+ base class.John Ehresman2012-06-141-0/+2
* Merge GeneratorRunner inside Shiboken.Hugo Parente Lima2012-03-091-3/+2
* Updates std::list methods writer to use the new converters.Marcelo Lira2012-03-081-1/+3
* Added unit test for bug 969.Hugo Parente Lima2012-03-081-0/+1
* Added a test for a typedef of a pointer to a struct.Marcelo Lira2012-03-081-0/+1
* New conversions for containers.Marcelo Lira2012-03-081-0/+1
* Added tests for a class that its only constructor is the copy one.Marcelo Lira2012-03-081-0/+2
* Added tests for classes that are typedefs that implement a template class.Marcelo Lira2012-03-081-0/+3
* Added a test dealing with a reference to an Object Type passed to Python.Marcelo Lira2012-03-081-0/+1
* Added tests for custom conversion and buffer protocol.Marcelo Lira2012-03-081-0/+1
* Added test for a typedef to a primitive numerical type.Marcelo Lira2012-03-081-0/+1
* Test for bug 464 - "Can't create target lang package and namespace with the s...Hugo Parente Lima2012-03-081-0/+2
* Added tests for conversion operator that returns a constant reference type.Marcelo Lira2012-03-081-0/+3
* Added unit tests to simulate the QPainter::drawText overloads.Marcelo Lira2012-03-081-0/+2
* Tests for reverse operatorsLauro Neto2012-03-081-0/+4
* The option "avoid protected hack" is now set via command line.sb-1.0.0-rc1Marcelo Lira2012-03-081-1/+1
* Fix bug 616 - "error compiling when public and private methods differ by the ...Hugo Parente Lima2012-03-081-0/+1
* Test bindings project files modified to use key/value pair text files.Marcelo Lira2012-03-081-3/+3
* Test bindings now use project files instead of generator command line options.Marcelo Lira2012-03-081-10/+5
* Shiboken binary now responds to the "--version" argument.Marcelo Lira2012-03-081-1/+2
* Shiboken executable calls GeneratorRunner with the renamed "--generator-set" ...Marcelo Lira2012-03-081-1/+3
* Use SBK_PYTHON_INCLUDE_DIR instead of PYTHON_INCLUDE_DIRS or PYTHON_INCLUDE_P...Hugo Parente Lima2012-03-081-1/+1
* Fix bug#633 - "bool of null QDate (possibly other empty QString/null QObj typ...Hugo Parente Lima2012-03-081-1/+1
* Added test to assert the precedence of enum arguments over int implicit conve...Marcelo Lira2012-03-081-0/+2
* Fix bug#495 - "Broken rich compare operators if they use an object-type as pa...Hugo Parente Lima2012-03-081-0/+1
* Added support for promoting enums from removed namespaces to upper scope.Marcelo Lira2012-03-081-0/+1
* Added tests to check the release of ownership of objects returned from Python.Marcelo Lira2012-03-081-0/+1
* Fix bug#513 - "Hardcoded bool return type for operator overloads"Hugo Parente Lima2012-03-081-0/+1
* Test case for proper generation of constructor altered by conversion-rule tag.Marcelo Lira2012-03-081-0/+1
* Fix bug#411 - "Incorrect return statement generated in a function that return...Hugo Parente Lima2012-03-081-0/+1
* Added test for overload decisor handling container dependencies.Marcelo Lira2012-03-081-0/+1
* Created unit test for unknown class holder.renatofilho2012-03-081-0/+1
* Unit test to target conversion.renatofilho2012-03-081-0/+1
* Shiboken generator code moved to the directory generator.Hugo Parente Lima2012-03-081-1/+1
* Fix code generation for modified constructors.Luciano Wolf2012-03-081-0/+1
* 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