aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/sbkenum.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed enum __repr__ function.Renato Araujo Oliveira Filho2012-03-081-9/+32
| | | | | | | fixes bug #617. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Shiboken enums now have a tp_print representation.Marcelo Lira2012-03-081-1/+15
| | | | | | | | | | This fixes the bug #611[1], and an unit test was also added. [1] http://bugs.openbossa.org/show_bug.cgi?id=611 Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Create enum python types on the fly, avoiding generation of structs and ↵Hugo Parente Lima2012-03-081-38/+111
| | | | duplication of many C functions.
* pyenum.{h|cpp} moved to sbkenum.{h|cpp}Hugo Parente Lima2012-03-081-0/+141