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
/
qjson_p.h
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
-113
/
+130
*
Store the (key, value) pairs in objects sorted
Lars Knoll
2012-01-17
1
-21
/
+106
*
Move private methods into the private namespace
Lars Knoll
2012-01-17
1
-0
/
+4
*
Rename QJsonValue::Number to Double
Lars Knoll
2012-01-16
1
-10
/
+3
*
Fix a corruption in the binary data
Lars Knoll
2012-01-13
1
-1
/
+1
*
Add fromRawData and rawData methods
Lars Knoll
2012-01-13
1
-4
/
+5
*
Changes after API review round.
Lars Knoll
2012-01-09
1
-3
/
+3
*
rename enum QJsonValue::ValueType to QJsonValue::Type
Lars Knoll
2012-01-09
1
-1
/
+1
*
Move the QBJS tag into QJsonDocument
Lars Knoll
2012-01-09
1
-2
/
+3
*
Class names should start with a Q
Lars Knoll
2012-01-09
1
-12
/
+12
*
Naming cleanups
Lars Knoll
2012-01-09
1
-8
/
+12
*
Ensure the header is always little endian
Lars Knoll
2012-01-09
1
-2
/
+2
*
Store double as little endian
Lars Knoll
2012-01-09
1
-2
/
+2
*
Reuse the table entry when inserting an existing key
Lars Knoll
2012-01-06
1
-1
/
+0
*
Make the data structure endian-safe
Lars Knoll
2012-01-05
1
-34
/
+159
*
Move QBJS_Tag to externally-visible location
Andrew Christian
2012-01-05
1
-2
/
+0
*
Simplify the String/Latin1String classes
Lars Knoll
2012-01-04
1
-105
/
+64
*
Update the memory usage numbers
Lars Knoll
2012-01-04
1
-9
/
+9
*
Reuse the index in the object for existing keys
Lars Knoll
2012-01-04
1
-0
/
+3
*
De-inline some code
Lars Knoll
2012-01-04
1
-111
/
+8
*
Add support for validating the binary data
Lars Knoll
2012-01-04
1
-6
/
+25
*
Implement support for compacting objects and arrays
Lars Knoll
2012-01-04
1
-6
/
+55
*
Add copyright headers
Lars Knoll
2012-01-04
1
-0
/
+52
*
use ull suffix for unsigned 64bit
Jamey Hicks
2012-01-03
1
-2
/
+2
*
Small cleanup
Lars Knoll
2011-12-09
1
-12
/
+4
*
Some cleanups
Lars Knoll
2011-12-09
1
-19
/
+30
*
Add a bit in Value to store whether key is latin1
Lars Knoll
2011-12-08
1
-31
/
+63
*
The root object shouldn't be part of the header
Lars Knoll
2011-12-08
1
-1
/
+3
*
Save another 4 bytes per object and array
Lars Knoll
2011-12-08
1
-7
/
+6
*
Store smaller integers inline
Lars Knoll
2011-12-08
1
-17
/
+66
*
Use latin1 for keys as well
Lars Knoll
2011-12-08
1
-27
/
+54
*
Add a Latin1String variant and use it for values
Lars Knoll
2011-12-08
1
-8
/
+96
*
Refactored the way Values are stored
Lars Knoll
2011-12-08
1
-149
/
+139
*
Use 12-16 bytes less per string
Lars Knoll
2011-12-07
1
-25
/
+48
*
Move the code for writing json into it's own class
Lars Knoll
2011-12-07
1
-0
/
+2
*
Add a JsonDocument class
Lars Knoll
2011-12-06
1
-2
/
+2
*
Remove references to binary in the name
Lars Knoll
2011-12-06
1
-0
/
+339