summaryrefslogtreecommitdiffstats
path: root/src/qjson.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/+35
* Store the (key, value) pairs in objects sortedLars Knoll2012-01-171-8/+56
* Move private methods into the private namespaceLars Knoll2012-01-171-0/+87
* Rename QJsonValue::Number to DoubleLars Knoll2012-01-161-2/+2
* Fix a corruption in the binary dataLars Knoll2012-01-131-5/+12
* Fixed object validation in a boundary caseDenis Dzyubenko2012-01-111-1/+1
* Changes after API review round.Lars Knoll2012-01-091-4/+4
* Move the QBJS tag into QJsonDocumentLars Knoll2012-01-091-2/+2
* Class names should start with a QLars Knoll2012-01-091-14/+14
* Naming cleanupsLars Knoll2012-01-091-15/+23
* Ensure the header is always little endianLars Knoll2012-01-091-1/+1
* Fixed broken binary output after compactionDenis Dzyubenko2012-01-061-0/+2
* Reuse the table entry when inserting an existing keyLars Knoll2012-01-061-12/+0
* Make the data structure endian-safeLars Knoll2012-01-051-2/+2
* Reuse the index in the object for existing keysLars Knoll2012-01-041-7/+22
* De-inline some codeLars Knoll2012-01-041-0/+74
* Add support for validating the binary dataLars Knoll2012-01-041-0/+87
* Implement support for compacting objects and arraysLars Knoll2012-01-041-0/+116