index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
json.cpp
Age
Commit message (
Expand
)
Author
2018-05-10
COMMON: Use nullptr instead of NULL or 0 where appropriate
Bastien Bouclet
2017-01-12
COMMON: Replace sprintf() with safer String::format() in JSON module.
D G Turner
2016-10-30
COMMON: Fix GCC Warning in JSON Parser.
D G Turner
2016-09-03
JANITORIAL: Make GPL headers uniform
Eugene Sandulenko
2016-08-30
COMMON: Replace broken URL
Willem Jan Palenstijn
2016-08-30
COMMON: Fix sign warning
Willem Jan Palenstijn
2016-08-24
JANITORIAL: Remove spaces at the end of the line
Alexander Tkachev
2016-08-24
CLOUD: Fix some warnings
Alexander Tkachev
2016-08-24
CLOUD: Add GoogleDriveStorage
Alexander Tkachev
2016-08-24
COMMON: Fix JSON to understand integers correctly
Alexander Tkachev
2016-08-24
CLOUD: Fix format string warnings
Alexander Tkachev
2016-08-24
CLOUD: Remove wcsncasecmp() usage from SimpleJSON
Alexander Tkachev
2016-08-24
CLOUD: Refactor SimpleJSON
Alexander Tkachev
2016-08-24
CLOUD: SimpleJSON refactor
Alexander Tkachev
2016-08-24
CLOUD: Add SimpleJSON library as Common::JSON
Alexander Tkachev