summaryrefslogtreecommitdiffstats
path: root/src/qjsonvalue.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-42/+37
* Smaller documentation fixesLars Knoll2012-01-171-2/+2
* Further cleanups of the qjsonvalue.h headerLars Knoll2012-01-171-11/+13
* Move private methods into the private namespaceLars Knoll2012-01-171-84/+0
* Rename QJsonValue::Number to DoubleLars Knoll2012-01-161-33/+20
* Documentation for QJsonValueLars Knoll2012-01-161-0/+199
* Add non const QJsonArray/Object::operator[]Lars Knoll2012-01-111-0/+29
* Added debug stream operatorsDenis Dzyubenko2012-01-091-1/+39
* Fixed the remaining API issues in QJsonValueLars Knoll2012-01-091-35/+0
* Changes after API review round.Lars Knoll2012-01-091-7/+7
* rename enum QJsonValue::ValueType to QJsonValue::TypeLars Knoll2012-01-091-3/+3
* Class names should start with a QLars Knoll2012-01-091-58/+58
* Naming cleanupsLars Knoll2012-01-091-70/+70
* Store double as little endianLars Knoll2012-01-091-2/+3
* Make the data structure endian-safeLars Knoll2012-01-051-3/+3
* De-inline some codeLars Knoll2012-01-041-1/+1
* Implement support for compacting objects and arraysLars Knoll2012-01-041-0/+2
* Add copyright headersLars Knoll2012-01-041-0/+41
* Small cleanupLars Knoll2011-12-091-14/+6
* Some cleanupsLars Knoll2011-12-091-5/+10
* Add a bit in Value to store whether key is latin1Lars Knoll2011-12-081-15/+5
* Save another 4 bytes per object and arrayLars Knoll2011-12-081-1/+1
* Store smaller integers inlineLars Knoll2011-12-081-2/+11
* Add an explicit UndefinedValue typeLars Knoll2011-12-081-2/+7
* Use latin1 for keys as wellLars Knoll2011-12-081-11/+2
* Add a Latin1String variant and use it for valuesLars Knoll2011-12-081-5/+27
* Refactored the way Values are storedLars Knoll2011-12-081-96/+170
* Use 12-16 bytes less per stringLars Knoll2011-12-071-2/+2
* Remove references to binary in the nameLars Knoll2011-12-061-0/+306