aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/sbkdbg.h
Commit message (Collapse)AuthorAgeFilesLines
* Improved the SbkDbg to avoid throwing exceptions when showing an object.Marcelo Lira2012-03-081-1/+2
| | | | | | | Also added a new Shiboken::Object::isValid signature to help. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Lauro Moura <lauro.neto@openbossa.org>
* Change the license boiler plates of all LGPL files removing the special ↵Hugo Parente Lima2010-09-091-21/+9
| | | | | | | exception. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Add std::ostream& operator<<(std::ostream& out, PyObject* obj) to create ↵Hugo Lima2010-03-301-0/+13
| | | | better and easier debug messages.
* Added SbkDbg stream class, used to print debug messages.Hugo Lima2010-01-141-0/+100
Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>