aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/sbkstring.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Make converter branch work on a Python3.2 setup.Hugo Parente Lima2012-03-081-3/+24
|
* String::convertible renamed to String::isConvertible.Hugo Parente Lima2012-03-081-1/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Small changes to sbkstring.cpp.Hugo Parente Lima2012-03-081-16/+8
|
* Fix string.Renato Filho2012-03-081-5/+9
|
* fix string class.Renato Filho2012-03-081-26/+47
|
* Updated Shiboken::String functions.Renato Filho2012-03-081-0/+26
|
* Fixed regressions caused on python2.x.Renato Filho2012-03-081-2/+3
|
* Created Shiboken::String API to support py3k.Renato Filho2012-03-081-0/+120