aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/modifications.h
Commit message (Collapse)AuthorAgeFilesLines
* Updated license headers of the tests (cpp)Friedemann Kleint2016-09-231-21/+27
| | | | | Change-Id: I4e4a42131f9d27b4dda58d919328845a2a328a99 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Replaced Nokia copyrights in headerTeemu Kaukoranta2013-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Replaced old Nokia copyrights with Digia copyrights. Removed "All rights reserved" strings without leading copyrights were removed (for example, 'Copyright SomeCompany, all rights reserved remain untouched). Did NOT touch contact details, will change them later. Excluded folders that have '3rdparty' in path. Used command: find . -path '*/3rdparty/*' -prune -o -exec grep -ilI -E '.*Copyright.*Nokia.*' {} \; | tee >(xargs sed -i -r '1,10 s/([ \t#*]*)(.*Copyright.*Nokia.*)/ \1Copyright \(C\) 2013 Digia Plc and\/or its subsidiary\(-ies\)\./I') >(xargs sed -i -r '1,10 s/(^[ \t#*]*)(all rights reserved.*)/\1/I') This excludes binary files and retains whitespace and #* characters in the beginning of the edited lines. Change-Id: I0d49f991c3dbd45d804843f185714e8681bc6c51 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Janne Anttila <janne.anttila@digia.com>
* Fixed generator to consider conversion rules for the return type of wrapper ↵Marcelo Lira2012-03-081-0/+4
| | | | | | | | | methods. Tests were added. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Lauro Moura <lauro.neto@openbossa.org>
* Added a method modification test dealing with code injection and user's ↵Marcelo Lira2012-03-081-0/+4
| | | | | | primitive type. The inject code has a %CONVERTTOPYTHON that receives an user's primitive type.
* Improved the generation of argument conversion in modified functions.Marcelo Lira2012-03-081-3/+11
| | | | | | | | Added the SBK_UNUSED macro to libshiboken to prevent compilation warnings. An unit test was added. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* The type checking now pays attention to the <no-null-pointer/> tag.Marcelo Lira2012-03-081-0/+4
| | | | An unit test was also added for it.
* Improved guessCPythonCheckFunction method to produce an AbstractMetaType for ↵Marcelo Lira2012-03-081-0/+3
| | | | | | | | | | known types. This is in opposition of simply returning a string with a custom type check. The details are in the docstring in ShibokenGenerator header. Also added a new modification test and refactored here and there in the sample binding type system.
* Fixed type system variable replacement for arguments removed with conversion ↵Marcelo Lira2012-03-081-0/+2
| | | | | | | | | | rule. Also added an array argument modification test, and moved AutoArrayPointer from libpyside to libshiboken. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Change the license boiler plates of all LGPL files removing the special ↵Hugo Parente Lima2010-09-091-20/+8
| | | | | | | exception. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* fixed tests exported symbols.Renato Filho2010-08-181-15/+15
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* API fixes.Renato Filho2010-05-181-2/+2
| | | | | | | | | * Export enums without macro * Declare virtual destructor on all classes with virtual functions * Fix extern "C" declaration scope Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Marcelo Lira <marcelo.lira@openbossa.org>
* Added visibility rules to libsample.Hugo Lima2009-11-231-2/+3
|
* Added a great deal of test cases for argument removal and modification.Marcelo Lira2009-11-231-0/+15
|
* renamed PolymorphicData class to OverloadData, this should represent correctlyMarcelo Lira2009-09-021-13/+13
| | | | the class' function; other relative renamings were also performed
* Added LGPL copyright header to all libsample files.Hugo Lima2009-09-011-0/+34
|
* The End Is the Beginning Is the EndMarcelo Lira2009-08-171-0/+73