aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/helper.h
Commit message (Collapse)AuthorAgeFilesLines
* Added another overload for makeTuple, this time with just one argument.Hugo Parente Lima2012-03-081-1/+7
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Removed deprecated function: PySequenceToArgcArgvHugo Parente Lima2012-03-081-5/+0
|
* Fix function PySequenceToArgcArgv to support unicode strings.Hugo Parente Lima2012-03-081-3/+11
| | | | | | | 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>
* Fixed reference leak on shiboken make tuple.Renato Filho2010-07-291-13/+15
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Adding sequenceToIntArray helper functionLauro Neto2010-02-191-0/+8
|
* Fixing tuple construction and adding more makeTupleLauro Neto2010-02-041-9/+23
| | | | | | For 4 and 5-item tuples Reviewed by Hugo Parente Lima <hugo.lima@openbossa.org>
* Changed API for PySequence_to_argc_argv.Hugo Lima2010-01-281-1/+9
| | | | | | | | | | 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>
* Added Shiboken::makeTuple inline method to help with constructions of Python ↵Hugo Lima2010-01-081-0/+20
| | | | | | | | tuples from C++ objects. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Add visibility policies to libshiboken and for bindings generated by ↵Hugo Lima2009-11-121-25/+2
| | | | | | | | | | shiboken generator. As shiboken generator needs minor changes to support inter-module dependencies, these changes about symbol visibility does not support inter-module dependencies, however support it is simple, because we just need to make some symbols visible to other DSO's. Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Changed signature of PySequence_to_argc_argv.Hugo Lima2009-09-161-1/+1
|
* 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/+72