summaryrefslogtreecommitdiffstats
path: root/src/qjsonobject.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-59/+72
* More documentation fixes.Lars Knoll2012-01-181-56/+55
* Store the (key, value) pairs in objects sortedLars Knoll2012-01-171-19/+15
* Move private methods into the private namespaceLars Knoll2012-01-171-3/+3
* Add documentation for QJsonObjectLars Knoll2012-01-161-0/+616
* Fix a corruption in the binary dataLars Knoll2012-01-131-3/+3
* Fix the debug operators for aaray and objectLars Knoll2012-01-131-2/+2
* Added an iterator interface to QJsonObjectLars Knoll2012-01-111-5/+41
* Add non const QJsonArray/Object::operator[]Lars Knoll2012-01-111-7/+42
* Added debug stream operatorsDenis Dzyubenko2012-01-091-1/+21
* Changes after API review round.Lars Knoll2012-01-091-9/+1
* Class names should start with a QLars Knoll2012-01-091-35/+35
* Naming cleanupsLars Knoll2012-01-091-21/+21
* Reuse the table entry when inserting an existing keyLars Knoll2012-01-061-4/+7
* When insering an existing key, remove old value.Denis Dzyubenko2012-01-061-1/+3
* Make the data structure endian-safeLars Knoll2012-01-051-6/+6
* Reuse the index in the object for existing keysLars Knoll2012-01-041-3/+4
* Implement support for compacting objects and arraysLars Knoll2012-01-041-3/+21
* Add copyright headersLars Knoll2012-01-041-0/+41
* Some cleanupsLars Knoll2011-12-091-30/+6
* Add a bit in Value to store whether key is latin1Lars Knoll2011-12-081-32/+9
* Save another 4 bytes per object and arrayLars Knoll2011-12-081-1/+0
* Add an explicit UndefinedValue typeLars Knoll2011-12-081-3/+8
* Use latin1 for keys as wellLars Knoll2011-12-081-4/+33
* Add a Latin1String variant and use it for valuesLars Knoll2011-12-081-3/+4
* Refactored the way Values are storedLars Knoll2011-12-081-16/+10
* Use 12-16 bytes less per stringLars Knoll2011-12-071-2/+3
* Rename (from)Data to from/toBinaryDataLars Knoll2011-12-071-2/+2
* Move the code for writing json into it's own classLars Knoll2011-12-071-216/+2
* Add a JsonDocument classLars Knoll2011-12-061-5/+2
* Remove references to binary in the nameLars Knoll2011-12-061-0/+477