aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/helper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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