Age | Commit message (Collapse) | Author |
|
There may be a better way to manage this.
|
|
It does indent automatically. I figure, you know, if you're converting
to a string then a big part of the reason is so you can read it. In that
case, why make it optional?
|
|
These may not be stl compatible, which would be sad. They seem to work
in practice, though.
|
|
|
|
|
|
|
|
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.
|