aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/sbkenum.cpp
Commit message (Expand)AuthorAgeFilesLines
* Creates type registers for enums in createScopedEnum and createGlobalEnum.Marcelo Lira2012-03-081-19/+17
* Added functions to provide a cleaner enum and flags initialization.Marcelo Lira2012-03-081-0/+75
* Now the generated code stores the enum cpp name on the PyThon type.Renato Filho2012-03-081-7/+30
* Fixed enum repr, print functions.Renato Filho2012-03-081-13/+18
* Fixed enum __repr__ function.Renato Araujo Oliveira Filho2012-03-081-9/+32
* Shiboken enums now have a tp_print representation.Marcelo Lira2012-03-081-1/+15
* Create enum python types on the fly, avoiding generation of structs and dupli...Hugo Parente Lima2012-03-081-38/+111
* pyenum.{h|cpp} moved to sbkenum.{h|cpp}Hugo Parente Lima2012-03-081-0/+141