aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Upgrade rapidjson to 2648a732dbb8c7fa211e41616071202bfbd09c77HEADmasterHaibo Huang2019-09-138-13/+14
|\
| * Upgrade rapidjson to 2648a732dbb8c7fa211e41616071202bfbd09c77ndk-sysroot-r21Haibo Huang2019-09-138-13/+14
| |\
| | * Merge pull request #1557 from MBoldyrev/doc/fix-uint-caseMilo Yip2019-08-237-7/+7
| | |\
| | | * fixed Uint case in docsMikhail Boldyrev2019-08-237-7/+7
| | |/
* | | Blueprint file to export the headers. am: d7b22d44ec am: 535ae66d39Sasha Smundak2019-07-161-0/+5
|\ \ \
| * | | Blueprint file to export the headers. am: d7b22d44ecSasha Smundak2019-07-161-0/+5
| |\| |
| | * | Blueprint file to export the headers.Sasha Smundak2019-07-161-0/+5
| | |\ \
| | | * | Blueprint file to export the headers.Sasha Smundak2019-07-161-0/+5
* | | | | Add third party requisite files and OWNERS file. am: 12f7a5c01a am: 8e3638cbabSasha Smundak2019-07-155-0/+24
|\| | | |
| * | | | Add third party requisite files and OWNERS file. am: 12f7a5c01aSasha Smundak2019-07-155-0/+24
| |\| | |
| | * | | Add third party requisite files and OWNERS file.Sasha Smundak2019-07-155-0/+24
| | |\| |
| | | * | Add third party requisite files and OWNERS file.Sasha Smundak2019-07-135-0/+24
* | | | | Merge remote-tracking branch 'aosp/upstream-master' into rapidjson am: dfd506...Sasha Smundak2019-07-15300-0/+58583
|\| | | |
| * | | | Merge remote-tracking branch 'aosp/upstream-master' into rapidjson am: dfd506...Sasha Smundak2019-07-15300-0/+58583
|/| | | | | |/ / /
| * / / Merge remote-tracking branch 'aosp/upstream-master' into rapidjsonSasha Smundak2019-07-15300-0/+58583
|/| | | | |/ /
| * / Merge remote-tracking branch 'aosp/upstream-master' into rapidjsonSasha Smundak2019-07-12300-0/+58583
|/| | | |/
| * Change all GenericMemberIterator from struct to classMilo Yip2019-06-281-3/+3
| * Merge pull request #1506 from ylavic/CreatePatternMilo Yip2019-05-171-1/+2
| |\
| | * Add missing curly brackets in STDREGEX's CreatePattern().ylavic2019-04-291-1/+2
| |/
| * Merge pull request #1488 from somone23412/somone23412-fix-typo-1Milo Yip2019-04-151-1/+1
| |\
| | * fix typoquyan2019-04-151-1/+1
| |/
| * Merge pull request #1481 from liangdzou/patch-1Milo Yip2019-04-091-0/+1
| |\
| | * add missing header "ios"Liang ZOU2019-04-091-0/+1
| |/
| * Merge pull request #1479 from MaxXSoft/patch-tutorialMilo Yip2019-04-091-2/+2
| |\
| | * doc/tutorial.zh-cn: fixed some typosMaxXSoft2019-04-081-2/+2
| |/
| * Merge pull request #1477 from eisaev/patch-1Milo Yip2019-04-041-1/+1
| |\
| | * Update allocators.heisaev2019-04-031-1/+1
| |/
| * Merge pull request #1462 from ra1u/masterMilo Yip2019-03-111-0/+2
| |\
| | * Allow user to define custom RAPIDJSON_NOEXCEPT_ASSERT macroLuka Rahne2019-03-101-0/+2
| |/
| * Merge pull request #727 from mapbox/silence-dereference-null-pointerMilo Yip2019-03-061-2/+3
| |\
| | * Avoid pointer arithmetic on null pointer to remove undefined behaviorKonstantin Käfer2018-10-051-2/+3
| * | Update doxygen download URLMilo Yip2019-02-111-2/+2
| * | Workaround of sortkeys exampleMilo Yip2019-02-111-0/+6
| * | Adding swap() for GenericMemberMilo Yip2019-02-082-4/+7
| * | Fix gcc compilation error in sortkeysMilo Yip2019-02-061-1/+1
| * | Update sortkeys.cppMilo Yip2019-02-061-19/+12
| * | Merge pull request #1421 from HomeControlAS/sort_by_name_exampleMilo Yip2019-02-062-0/+67
| |\ \
| | * | removed std::string and receiving const Value in printItseky2018-12-051-13/+9
| | * | added example for sorting keysseky2018-12-042-0/+71
| * | | Merge pull request #1439 from ylavic/schema_pointer_allocatorMilo Yip2019-02-061-1/+1
| |\ \ \
| | * | | Use the allocator of the Schema for its Pointer.ylavic2019-01-101-1/+1
| * | | | Merge pull request #1442 from rbilovol/cmake-fixupMilo Yip2019-02-061-2/+2
| |\ \ \ \
| | * | | | CMake: remove hardcoded CMAKECONFIG_INSTALL_DIR pathRuslan Bilovol2019-01-241-2/+2
| | |/ / /
| * | | | Merge pull request #1444 from leolchat/patch-1Milo Yip2019-02-061-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Correct complexity claimLéonard Gérard2019-01-311-1/+1
| |/ / /
| * | | Merge pull request #1426 from ylavic/pointer_less_thanMilo Yip2018-12-192-0/+102
| |\ \ \
| | * \ \ Merge branch 'master' into pointer_less_thanMilo Yip2018-12-182-2/+63
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #1431 from ylavic/pointer_swapMilo Yip2018-12-182-2/+63
| |\ \ \ \
| | * | | | Pointer tests now need <algorithm> (for std::swap), but no tabs.ylavic2018-12-171-25/+26
| | * | | | Allow to (std::)Swap two pointers.ylavic2018-12-172-2/+62
| |/ / / /