~ppsspp/ppsspp/+git/rapidjson:regex

Last commit made on 2016-04-21
Get this branch:
git clone -b regex https://git.launchpad.net/~ppsspp/ppsspp/+git/rapidjson

Branch merges

Branch information

Name:
regex
Repository:
lp:~ppsspp/ppsspp/+git/rapidjson

Recent commits

f191cd9... by Milo Yip <email address hidden>

Fix potential memory leak of RAPIDJSON_SCHEMA_USE_STDREGEX

0fe08c2... by Milo Yip <email address hidden>

Fix english error message gramma

Fix #606

8821797... by Milo Yip <email address hidden>

Merge pull request #609 from miloyip/issue608_required

Fix schema "required" keyword cannot handle duplicated keys

bbcdb8b... by Milo Yip <email address hidden>

Update changelog

a6571d5... by Milo Yip <email address hidden>

Combine objectDependices and objectRequired into propertyExist array

f586edd... by Milo Yip <email address hidden>

Fix required for duplicated keys

Fix #608

c8a1d51... by Milo Yip <email address hidden>

Add reproduction test case

07343d5... by Milo Yip <email address hidden>

Merge pull request #605 from miloyip/issue583_regexcrash

Fix regex crash

fa8c676... by Milo Yip <email address hidden>

Update changelog

be352d9... by Milo Yip <email address hidden>

Fix a bug in regex

Due to dereferencing a pointer which may be invalidated