~ppsspp/ppsspp/+git/rapidjson:Issue1604_ASCIIValidation

Last commit made on 2019-12-20
Get this branch:
git clone -b Issue1604_ASCIIValidation https://git.launchpad.net/~ppsspp/ppsspp/+git/rapidjson

Branch merges

Branch information

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

Recent commits

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

Merge pull request #1613 from piratf/Issue1604_ASCIIValidation

Check before really encoding code points by default.

596d590... by piratf <email address hidden>

fix [‘>>’ should be ‘> >’ within a nested template argument list]

8fb58e8... by piratf <email address hidden>

add unittest for `EncodeUnsafe` to increase coverage.

01b9042... by piratf <email address hidden>

use static_cast to optimize warning.

b24219b... by piratf <email address hidden>

always inline should not be used here.

132a2e3... by piratf <email address hidden>

add code point encoding check ability when using kParseValidateEncodingFlag

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

Reproduce issue 1604

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

Merge pull request #1603 from piratf/cmakelist_upgrade

fix CMake policy CMP0048 warning #1154

46d980b... by piratf <email address hidden>

fix CMake policy CMP0048 warning #1154

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

Merge pull request #1548 from TranslucentTB/master

Fix ARM NEON under MSVC