summaryrefslogtreecommitdiffstats
path: root/src/qjson_p.h
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-113/+130
* Store the (key, value) pairs in objects sortedLars Knoll2012-01-171-21/+106
* Move private methods into the private namespaceLars Knoll2012-01-171-0/+4
* Rename QJsonValue::Number to DoubleLars Knoll2012-01-161-10/+3
* Fix a corruption in the binary dataLars Knoll2012-01-131-1/+1
* Add fromRawData and rawData methodsLars Knoll2012-01-131-4/+5
* Changes after API review round.Lars Knoll2012-01-091-3/+3
* rename enum QJsonValue::ValueType to QJsonValue::TypeLars Knoll2012-01-091-1/+1
* Move the QBJS tag into QJsonDocumentLars Knoll2012-01-091-2/+3
* Class names should start with a QLars Knoll2012-01-091-12/+12
* Naming cleanupsLars Knoll2012-01-091-8/+12
* Ensure the header is always little endianLars Knoll2012-01-091-2/+2
* Store double as little endianLars Knoll2012-01-091-2/+2
* Reuse the table entry when inserting an existing keyLars Knoll2012-01-061-1/+0
* Make the data structure endian-safeLars Knoll2012-01-051-34/+159
* Move QBJS_Tag to externally-visible locationAndrew Christian2012-01-051-2/+0
* Simplify the String/Latin1String classesLars Knoll2012-01-041-105/+64
* Update the memory usage numbersLars Knoll2012-01-041-9/+9
* Reuse the index in the object for existing keysLars Knoll2012-01-041-0/+3
* De-inline some codeLars Knoll2012-01-041-111/+8
* Add support for validating the binary dataLars Knoll2012-01-041-6/+25
* Implement support for compacting objects and arraysLars Knoll2012-01-041-6/+55
* Add copyright headersLars Knoll2012-01-041-0/+52
* use ull suffix for unsigned 64bitJamey Hicks2012-01-031-2/+2
* Small cleanupLars Knoll2011-12-091-12/+4
* Some cleanupsLars Knoll2011-12-091-19/+30
* Add a bit in Value to store whether key is latin1Lars Knoll2011-12-081-31/+63
* The root object shouldn't be part of the headerLars Knoll2011-12-081-1/+3
* Save another 4 bytes per object and arrayLars Knoll2011-12-081-7/+6
* Store smaller integers inlineLars Knoll2011-12-081-17/+66
* Use latin1 for keys as wellLars Knoll2011-12-081-27/+54
* Add a Latin1String variant and use it for valuesLars Knoll2011-12-081-8/+96
* Refactored the way Values are storedLars Knoll2011-12-081-149/+139
* Use 12-16 bytes less per stringLars Knoll2011-12-071-25/+48
* Move the code for writing json into it's own classLars Knoll2011-12-071-0/+2
* Add a JsonDocument classLars Knoll2011-12-061-2/+2
* Remove references to binary in the nameLars Knoll2011-12-061-0/+339