summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replaced Nokia copyrightsHEADmasterTeemu Kaukoranta2013-07-1118-54/+36
* Fixed licensesTeemu Kaukoranta2013-05-2318-368/+386
* One (hopefully) last commit to this repo: Mirror what's in qtbase now.Lars Knoll2012-01-2516-557/+654
* More documentation fixes.Lars Knoll2012-01-182-135/+132
* Store the (key, value) pairs in objects sortedLars Knoll2012-01-179-61/+263
* Smaller documentation fixesLars Knoll2012-01-172-12/+12
* Remove inline tag from methods that aren't inlineLars Knoll2012-01-171-2/+2
* Further cleanups of the qjsonvalue.h headerLars Knoll2012-01-172-15/+13
* Remove a ### comment.Lars Knoll2012-01-171-1/+1
* Move private methods into the private namespaceLars Knoll2012-01-176-99/+101
* 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