Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-11 | All languages now support Null except for python and php, python is proving | Mike Buland | |
slightly trickier. | |||
2012-04-06 | The Qt API now supports cloning. | Mike Buland | |
2012-04-06 | Qt is tested more thoroughly, some read bugs are fixed. It also works better | Mike Buland | |
with qt principles. You can hook up the readyRead signal to the readObject slot on GatsStream, and connect the GatsStream objectRead signal to your own functions, and you'll be notified whenever a new gats object is read. Cool. | |||
2012-04-06 | I think I fixed a seeking bug in the qt gatsstream, but...I haven't tested it | Mike Buland | |
yet. | |||
2012-03-31 | Tweaks to help build in windows. There...may be a problem with symlinks... | Mike Buland | |
2012-03-31 | Gats for QT is here. It's a pretty basic conversion right now, it doesn't | Mike Buland | |
support debugging formatting (Bu::sio), it doesn't support gats-text string parsing, and the exceptions need to be fixed to be real exceptions. The basic functions have been renamed to match the Qt API and we use QT types for everything (QHash, QList, QByteArray). It needs more testing, but it's a great start. |