aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/helper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Avoid string variable to be used unitialized.Hugo Parente Lima2012-03-081-1/+1
|
* Replaced use of PyBytes_AS_STRING to Shiboken::String functions.Renato Filho2012-03-081-6/+3
|
* Replaced all PyString_* by PyBytes_* as preparation for a Python 3.x port.Hugo Parente Lima2012-03-081-4/+4
|
* Created Shiboken::warning function.Renato Filho2012-03-081-0/+29
| | | | | | | This is a help function to make able call python warning with formatted strings. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Put __file__ on argv only when a empty list is given.Hugo Parente Lima2012-03-081-14/+22
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Refactor on sequenceToIntArray.Hugo Parente Lima2012-03-081-22/+11
|
* Removed deprecated function: PySequenceToArgcArgvHugo Parente Lima2012-03-081-8/+1
|
* Fix function PySequenceToArgcArgv to support unicode strings.Hugo Parente Lima2012-03-081-16/+29
| | | | | | | Also fix some reference leaks. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@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>
* Fix memory corruption due to missing parenthesis in ternary operatorAnderson Lizardo2010-02-221-1/+1
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Fixing array deallocation in exampleLauro Neto2010-02-191-1/+1
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Adding sequenceToIntArray helper functionLauro Neto2010-02-191-0/+37
|
* Changed API for PySequence_to_argc_argv.Hugo Lima2010-01-281-3/+11
| | | | | | | | | | It was renamed to PySequenceToArgcArgv and a new argument was added, besides some documentation. If the sequence is empty and defaultAppName (the new argument) was provided, argc will be 1 and argv will have a copy of defaultAppName because some libraries, like Qt, need at least one element in argv (the application name), otherwise it'll crash somewhere inside Qt. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Changed signature of PySequence_to_argc_argv.Hugo Lima2009-09-161-18/+15
|
* fixed some typos on license platesBruno dos Santos de Araujo2009-09-021-1/+1
|
* The End Is the Beginning Is the EndMarcelo Lira2009-08-171-0/+67