summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in the test caseLars Knoll2012-01-171-2/+2
* Rename QJsonValue::Number to DoubleLars Knoll2012-01-168-126/+94
* fix compilation after documentation update.Jamey Hicks2012-01-162-7/+7
* Documentation for QJsonValueLars Knoll2012-01-161-0/+199
* Add docs for QJsonArrayLars Knoll2012-01-161-1/+684
* Add documentation for QJsonObjectLars Knoll2012-01-161-0/+616
* Documentation for QJsonDocumentLars Knoll2012-01-162-4/+184
* Overview documentationLars Knoll2012-01-161-0/+118
* Fix a corruption in the binary dataLars Knoll2012-01-135-53/+39
* Test case for segfault in compactionJamey Hicks2012-01-131-0/+49
* Add another test caseLars Knoll2012-01-131-0/+30
* Fix the debug operators for aaray and objectLars Knoll2012-01-132-4/+4
* Add fromRawData and rawData methodsLars Knoll2012-01-133-4/+26
* Fixed object validation in a boundary caseDenis Dzyubenko2012-01-113-3/+32
* Remove the QT_STRICT_ITERATOR definesLars Knoll2012-01-112-17/+1
* Added iterator interface to QJsonArrayLars Knoll2012-01-112-2/+181
* Added an iterator interface to QJsonObjectLars Knoll2012-01-113-9/+248
* Add non const QJsonArray/Object::operator[]Lars Knoll2012-01-118-18/+157
* Added debug stream operatorsDenis Dzyubenko2012-01-0911-30/+243
* Implement QJsonArray::replace(int, QJsonValue)Lars Knoll2012-01-093-2/+33
* Make QJsonObject/Array::detach() privateLars Knoll2012-01-093-12/+5
* Fixed the remaining API issues in QJsonValueLars Knoll2012-01-093-51/+6
* Changes after API review round.Lars Knoll2012-01-0913-91/+144
* rename enum QJsonValue::ValueType to QJsonValue::TypeLars Knoll2012-01-096-11/+11
* Move the QBJS tag into QJsonDocumentLars Knoll2012-01-096-8/+9
* Class names should start with a QLars Knoll2012-01-0916-514/+514
* Naming cleanupsLars Knoll2012-01-0916-305/+318
* Fix a bug in QJsonDocument::operator==()Lars Knoll2012-01-093-1/+21
* Make the json parser endian safe.Lars Knoll2012-01-091-8/+15
* Ensure the header is always little endianLars Knoll2012-01-093-4/+4
* Store double as little endianLars Knoll2012-01-093-4/+6
* Fixed broken binary output after compactionDenis Dzyubenko2012-01-062-0/+22
* Reuse the table entry when inserting an existing keyLars Knoll2012-01-063-17/+7
* When insering an existing key, remove old value.Denis Dzyubenko2012-01-062-1/+13
* Marked unit tests as testcasesDenis Dzyubenko2012-01-062-0/+6
* Removed wrong rpath from the testsDenis Dzyubenko2012-01-062-4/+0
* Make the data structure endian-safeLars Knoll2012-01-057-53/+177
* Move QBJS_Tag to externally-visible locationAndrew Christian2012-01-052-2/+1
* use QT += json in tests/auto and tests/benchmarksJamey Hicks2012-01-042-6/+2
* Simplify the String/Latin1String classesLars Knoll2012-01-041-105/+64
* Extend the validation test a bitLars Knoll2012-01-041-0/+25
* Update the memory usage numbersLars Knoll2012-01-041-9/+9
* Reuse the index in the object for existing keysLars Knoll2012-01-043-10/+29
* De-inline some codeLars Knoll2012-01-044-113/+84
* package as qt module "json"Jamey Hicks2012-01-048-13/+63
* Add support for validating the binary dataLars Knoll2012-01-046-8/+161
* Implement support for compacting objects and arraysLars Knoll2012-01-0410-40/+310
* Add copyright headersLars Knoll2012-01-0414-0/+607
* Add another benchmarkLars Knoll2012-01-042-0/+32
* use ull suffix for unsigned 64bitJamey Hicks2012-01-031-2/+2