aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/sbkenum.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed code style on sbkenum.cppHugo Parente Lima2012-03-081-9/+4
* Fixed regression that made enums not hashable.Hugo Parente Lima2012-03-081-1/+5
* Removes printfs and fixes str test.Marcelo Lira2012-03-081-2/+0
* fix shiboken enum.Renato Filho2012-03-081-8/+19
* Update enum implemantation.Renato Filho2012-03-081-16/+86
* Fixed regressions caused on python2.x.Renato Filho2012-03-081-8/+18
* Implemented support to py3k on Shiboken::Enum.Renato Filho2012-03-081-14/+133
* Use PyVarObject_HEAD_INIT instead of PyObject_HEAD_INIT.Hugo Parente Lima2012-03-081-2/+1
* Using Py_TYPE macro instead of direct access to ob_type to work with Python 2...Hugo Parente Lima2012-03-081-1/+1
* Replaced all PyString_* by PyBytes_* as preparation for a Python 3.x port.Hugo Parente Lima2012-03-081-4/+4
* 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