summaryrefslogtreecommitdiffstats
path: root/src/qjsonparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replaced Nokia copyrightsHEADmasterTeemu Kaukoranta2013-07-111-3/+2
* Fixed licensesTeemu Kaukoranta2013-05-231-21/+22
* One (hopefully) last commit to this repo: Mirror what's in qtbase now.Lars Knoll2012-01-251-40/+42
* Store the (key, value) pairs in objects sortedLars Knoll2012-01-171-9/+30
* Remove a ### comment.Lars Knoll2012-01-171-1/+1
* Rename QJsonValue::Number to DoubleLars Knoll2012-01-161-1/+1
* Changes after API review round.Lars Knoll2012-01-091-3/+3
* Move the QBJS tag into QJsonDocumentLars Knoll2012-01-091-1/+1
* Class names should start with a QLars Knoll2012-01-091-10/+10
* Naming cleanupsLars Knoll2012-01-091-27/+27
* Make the json parser endian safe.Lars Knoll2012-01-091-8/+15
* Make the data structure endian-safeLars Knoll2012-01-051-2/+1
* Add support for validating the binary dataLars Knoll2012-01-041-2/+6
* Add copyright headersLars Knoll2012-01-041-0/+41
* Fix type to compile on 64-bit machineAndrew Christian2011-12-141-1/+1
* Add a more extensive parser testLars Knoll2011-12-091-2/+6
* Some cleanupsLars Knoll2011-12-091-8/+9
* Add a Json parser to the code baseLars Knoll2011-12-081-0/+673