index
:
slackcoder/xbmc
master
Kodi is an award-winning free and open source home theater media center software and entertainment hub for digital media
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xbmc
/
utils
/
JSONVariantParser.cpp
Age
Commit message (
Expand
)
Author
2023-07-19
[clang-tidy] modernize-use-default-member-init
Rechi
2023-04-15
CJSONVariantParserHandler: Optimize for move semantic
Markus Härer
2021-11-13
JSONVariantParser: Fix memory leak by making document root part of parser
Markus Härer
2020-10-30
[clang-tidy] performance-unnecessary-value-param
Rechi
2019-06-15
Move main thread implementation to std::thread to remove as many platform spe...
Jim Carroll
2018-07-27
[xbmc] Update copyright year span
h.udo
2018-07-27
[xbmc] GPL-2.0-or-later SPDX license identifier
h.udo
2017-08-15
mark constructors explicit
Arne Morten Kvarving
2017-03-27
[fix] fix build error with rapidjson 1.1.0
Stefan Saraev
2017-03-24
CJSONVariantParser: use RapidJSON instead of yajl
montellese
2016-06-18
CJSONVariantParser: add std::string shortcut
Thomas Amland
2015-12-20
Prefer empty() over size() == 0
h.udo
2014-08-05
Dropped libyajl 1.x and removed the dependency on system.h in the JSON parser...
Tobias Arrskog
2013-07-25
[cosmetics] update copyright headers
M. Kaijser
2013-02-09
[cosmetics] update date in GPL header
Martijn Kaijser
2012-09-09
update date in GPL header
montellese
2012-09-09
fix address line in GPL headers
montellese
2011-06-15
Add support for YAJL 2.x (fixes #11609)
Fredrik Wendel
2011-06-03
updates linux READMEs with libyajl-dev and silences another two warnings
montellese
2011-06-03
fix some warnings and array handling problems introduced with yajl merge
montellese
2011-05-20
Added yajl parser for Variant
Tobias Arrskog