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
/
qjsonvalue.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
-42
/
+37
*
Smaller documentation fixes
Lars Knoll
2012-01-17
1
-2
/
+2
*
Further cleanups of the qjsonvalue.h header
Lars Knoll
2012-01-17
1
-11
/
+13
*
Move private methods into the private namespace
Lars Knoll
2012-01-17
1
-84
/
+0
*
Rename QJsonValue::Number to Double
Lars Knoll
2012-01-16
1
-33
/
+20
*
Documentation for QJsonValue
Lars Knoll
2012-01-16
1
-0
/
+199
*
Add non const QJsonArray/Object::operator[]
Lars Knoll
2012-01-11
1
-0
/
+29
*
Added debug stream operators
Denis Dzyubenko
2012-01-09
1
-1
/
+39
*
Fixed the remaining API issues in QJsonValue
Lars Knoll
2012-01-09
1
-35
/
+0
*
Changes after API review round.
Lars Knoll
2012-01-09
1
-7
/
+7
*
rename enum QJsonValue::ValueType to QJsonValue::Type
Lars Knoll
2012-01-09
1
-3
/
+3
*
Class names should start with a Q
Lars Knoll
2012-01-09
1
-58
/
+58
*
Naming cleanups
Lars Knoll
2012-01-09
1
-70
/
+70
*
Store double as little endian
Lars Knoll
2012-01-09
1
-2
/
+3
*
Make the data structure endian-safe
Lars Knoll
2012-01-05
1
-3
/
+3
*
De-inline some code
Lars Knoll
2012-01-04
1
-1
/
+1
*
Implement support for compacting objects and arrays
Lars Knoll
2012-01-04
1
-0
/
+2
*
Add copyright headers
Lars Knoll
2012-01-04
1
-0
/
+41
*
Small cleanup
Lars Knoll
2011-12-09
1
-14
/
+6
*
Some cleanups
Lars Knoll
2011-12-09
1
-5
/
+10
*
Add a bit in Value to store whether key is latin1
Lars Knoll
2011-12-08
1
-15
/
+5
*
Save another 4 bytes per object and array
Lars Knoll
2011-12-08
1
-1
/
+1
*
Store smaller integers inline
Lars Knoll
2011-12-08
1
-2
/
+11
*
Add an explicit UndefinedValue type
Lars Knoll
2011-12-08
1
-2
/
+7
*
Use latin1 for keys as well
Lars Knoll
2011-12-08
1
-11
/
+2
*
Add a Latin1String variant and use it for values
Lars Knoll
2011-12-08
1
-5
/
+27
*
Refactored the way Values are stored
Lars Knoll
2011-12-08
1
-96
/
+170
*
Use 12-16 bytes less per string
Lars Knoll
2011-12-07
1
-2
/
+2
*
Remove references to binary in the name
Lars Knoll
2011-12-06
1
-0
/
+306