index
:
{graveyard}/qtbinaryjson.git
master
fromGit static_content test Obsolete Project. Merged into qt/qtbase. fromGit static_content test
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
qjsonobject.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replaced Nokia copyrights
HEAD
master
Teemu Kaukoranta
2013-07-11
1
-3
/
+2
*
Fixed licenses
Teemu Kaukoranta
2013-05-23
1
-21
/
+22
*
One (hopefully) last commit to this repo: Mirror what's in qtbase now.
Lars Knoll
2012-01-25
1
-59
/
+72
*
More documentation fixes.
Lars Knoll
2012-01-18
1
-56
/
+55
*
Store the (key, value) pairs in objects sorted
Lars Knoll
2012-01-17
1
-19
/
+15
*
Move private methods into the private namespace
Lars Knoll
2012-01-17
1
-3
/
+3
*
Add documentation for QJsonObject
Lars Knoll
2012-01-16
1
-0
/
+616
*
Fix a corruption in the binary data
Lars Knoll
2012-01-13
1
-3
/
+3
*
Fix the debug operators for aaray and object
Lars Knoll
2012-01-13
1
-2
/
+2
*
Added an iterator interface to QJsonObject
Lars Knoll
2012-01-11
1
-5
/
+41
*
Add non const QJsonArray/Object::operator[]
Lars Knoll
2012-01-11
1
-7
/
+42
*
Added debug stream operators
Denis Dzyubenko
2012-01-09
1
-1
/
+21
*
Changes after API review round.
Lars Knoll
2012-01-09
1
-9
/
+1
*
Class names should start with a Q
Lars Knoll
2012-01-09
1
-35
/
+35
*
Naming cleanups
Lars Knoll
2012-01-09
1
-21
/
+21
*
Reuse the table entry when inserting an existing key
Lars Knoll
2012-01-06
1
-4
/
+7
*
When insering an existing key, remove old value.
Denis Dzyubenko
2012-01-06
1
-1
/
+3
*
Make the data structure endian-safe
Lars Knoll
2012-01-05
1
-6
/
+6
*
Reuse the index in the object for existing keys
Lars Knoll
2012-01-04
1
-3
/
+4
*
Implement support for compacting objects and arrays
Lars Knoll
2012-01-04
1
-3
/
+21
*
Add copyright headers
Lars Knoll
2012-01-04
1
-0
/
+41
*
Some cleanups
Lars Knoll
2011-12-09
1
-30
/
+6
*
Add a bit in Value to store whether key is latin1
Lars Knoll
2011-12-08
1
-32
/
+9
*
Save another 4 bytes per object and array
Lars Knoll
2011-12-08
1
-1
/
+0
*
Add an explicit UndefinedValue type
Lars Knoll
2011-12-08
1
-3
/
+8
*
Use latin1 for keys as well
Lars Knoll
2011-12-08
1
-4
/
+33
*
Add a Latin1String variant and use it for values
Lars Knoll
2011-12-08
1
-3
/
+4
*
Refactored the way Values are stored
Lars Knoll
2011-12-08
1
-16
/
+10
*
Use 12-16 bytes less per string
Lars Knoll
2011-12-07
1
-2
/
+3
*
Rename (from)Data to from/toBinaryData
Lars Knoll
2011-12-07
1
-2
/
+2
*
Move the code for writing json into it's own class
Lars Knoll
2011-12-07
1
-216
/
+2
*
Add a JsonDocument class
Lars Knoll
2011-12-06
1
-5
/
+2
*
Remove references to binary in the name
Lars Knoll
2011-12-06
1
-0
/
+477