aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/sbkdbg.h
Commit message (Expand)AuthorAgeFilesLines
* Replaced Nokia copyrights in headerTeemu Kaukoranta2013-05-281-1/+1
* Fix SbkDbg() << PyObject on Python 3.xHugo Parente Lima2012-03-081-0/+5
* Added sbkpython.h to deal with conflicts and missing symbols between Python2...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-1/+1
* Improved the SbkDbg to avoid throwing exceptions when showing an object.Marcelo Lira2012-03-081-1/+2
* Change the license boiler plates of all LGPL files removing the special excep...Hugo Parente Lima2010-09-091-21/+9
* Add std::ostream& operator<<(std::ostream& out, PyObject* obj) to create bett...Hugo Lima2010-03-301-0/+13
* Added SbkDbg stream class, used to print debug messages.Hugo Lima2010-01-141-0/+100