aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/sbkenum.h
Commit message (Expand)AuthorAgeFilesLines
* Update enum implemantation.Renato Filho2012-03-081-0/+1
* Using Py_TYPE macro instead of direct access to ob_type to work with Python 2...Hugo Parente Lima2012-03-081-1/+1
* Added sbkpython.h to deal with conflicts and missing symbols between Python2...Hugo Parente Lima2012-03-081-1/+1
* Mark deprecated functions as deprecated.Hugo Parente Lima2012-03-081-1/+2
* Added functions to provide a cleaner enum and flags initialization.Marcelo Lira2012-03-081-0/+35
* Now the generated code stores the enum cpp name on the PyThon type.Renato Filho2012-03-081-1/+5
* Fixed enum __repr__ function.Renato Araujo Oliveira Filho2012-03-081-0/+1
* Create enum python types on the fly, avoiding generation of structs and dupli...Hugo Parente Lima2012-03-081-18/+9
* pyenum.{h|cpp} moved to sbkenum.{h|cpp}Hugo Parente Lima2012-03-081-0/+63