aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/helper.cpp
Commit message (Expand)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
* Put __file__ on argv only when a empty list is given.Hugo Parente Lima2012-03-081-14/+22
* 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
* Change the license boiler plates of all LGPL files removing the special excep...Hugo Parente Lima2010-09-091-20/+8
* Fix memory corruption due to missing parenthesis in ternary operatorAnderson Lizardo2010-02-221-1/+1
* Fixing array deallocation in exampleLauro Neto2010-02-191-1/+1
* Adding sequenceToIntArray helper functionLauro Neto2010-02-191-0/+37
* Changed API for PySequence_to_argc_argv.Hugo Lima2010-01-281-3/+11
* 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