summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/rapidjson
Commit message (Collapse)AuthorAgeFilesLines
* rapidjson: Update to 1.1.0 + gitKhem Raj2017-03-313-51/+29
| | | | | | | | | | Drop backports Adjust the license checksums to match the changes to file especially https://github.com/miloyip/rapidjson/commit/b4b1a39937fbd168ef72ea477f90f626773d56fc Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rapidjson: explicitly disable unit testsAndre McCurdy2017-01-251-1/+1
| | | | | | | | | Normally the unit tests don't get compiled as gtest sources are not available. However it's possible that gtest sources may be found on the host, so make it explicit that unit tests should not be enabled. Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rapidjson: add initial recipeAndre McCurdy2016-12-263-0/+87
A fast JSON parser/generator for C++ with both SAX/DOM style API. Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>