Commit Graph

  • 5d17b24e53
    Merge pull request #1 from Tencent/master Steve Hanson 2021-01-12 14:54:16 +00:00
  • 850d432749 Automatic doxygen build miloyip 2021-01-06 06:17:11 +00:00
  • 585042c02b
    Merge pull request #1821 from slsyy/master Milo Yip 2021-01-06 13:43:21 +08:00
  • cbf62de55d Add implicit conversion from Object and Array to Value (#1404) Krystian Chmura 2021-01-05 14:20:57 +01:00
  • 9b8cd28455 Automatic doxygen build miloyip 2020-12-28 02:55:03 +00:00
  • 3cdd3c8370
    Merge pull request #1817 from lukedan/lukedan_cpp20 Milo Yip 2020-12-28 10:32:35 +08:00
  • 5e50f27ed1 also initialize class member Xuanyi Zhou 2020-12-26 23:41:42 -05:00
  • 1e4f59d3ae add return statement & comment Xuanyi Zhou 2020-12-26 23:38:27 -05:00
  • d742a030aa add body to private copy constructor & copy assignment Xuanyi Zhou 2020-12-26 23:27:43 -05:00
  • 3006926231 suppress enum bitwise operation warnings on msvc Xuanyi Zhou 2020-12-26 23:09:39 -05:00
  • 13f5ab4f44 fix schema test compile error Xuanyi Zhou 2020-12-26 22:58:13 -05:00
  • 4b9abd55e0 Automatic doxygen build miloyip 2020-12-23 02:38:58 +00:00
  • 56f215e5c3
    Merge pull request #1568 from ericrannaud/ericrannaud/memberiterator-public Milo Yip 2020-12-23 09:41:20 +08:00
  • d4c10bfcb4 Automatic doxygen build miloyip 2020-10-13 02:19:31 +00:00
  • 0ccdbf364c
    Merge pull request #1786 from ssb22/master Milo Yip 2020-10-13 09:54:06 +08:00
  • b7734d97c0 Remove unnecessary wording from BSD license not needed for MIT license (fixes #528) Silas S. Brown 2020-10-09 10:04:07 +01:00
  • 3a65e2dd7f fix https://github.com/Tencent/rapidjson/issues/1778 (part 1) Pave Pimenov 2020-09-12 19:53:06 +03:00
  • 69db8700b2 Automatic doxygen build miloyip 2020-08-07 02:28:41 +00:00
  • ce81bc9edf
    Merge pull request #1760 from escherstair/fix_ce6_support Milo Yip 2020-08-07 10:12:21 +08:00
  • 5fbf8bf89c fix unit test escherstair 2020-08-06 15:55:42 +02:00
  • 7f559ec80a fix naive implementation for clzll() escherstair 2020-08-06 15:55:26 +02:00
  • 58e2964856 add unit test for clzll() escherstair 2020-08-06 14:57:39 +02:00
  • aa5dd60865 fix naive version implementation escherstair 2020-08-04 14:39:19 +02:00
  • 91940e84b1 fallback to the naive version for CE6 escherstair 2020-08-04 14:38:45 +02:00
  • 6364c8e5ab fix _BitScanReverse() usage for CE6 escherstair 2020-08-04 10:01:44 +02:00
  • aa6b3452f4 Automatic doxygen build miloyip 2020-07-13 03:31:14 +00:00
  • f56928de85
    Merge pull request #1744 from lklein53/improve-surrogate-handling Milo Yip 2020-07-13 11:10:39 +08:00
  • 6694c996b9 Add test case for low surrogate handling Lars Klein 2020-07-04 14:48:39 +02:00
  • ed73d7bdb4 Improve surrogate handling Lars Klein 2020-07-04 14:34:09 +02:00
  • c2c3fe1763 Automatic doxygen build miloyip 2020-06-23 06:53:52 +00:00
  • 88bd956d66
    Merge pull request #1453 from eidosmontreal/custom_malloc Milo Yip 2020-06-23 14:34:10 +08:00
  • 004e8e61a0 Merge branch 'master' into custom_malloc Gaspard Petit 2020-06-22 22:31:37 -04:00
  • ac0d1c82a0 Automatic doxygen build miloyip 2020-05-18 16:45:39 +00:00
  • 1a803826f1
    Merge pull request #1720 from madeso/master Milo Yip 2020-05-19 00:25:35 +08:00
  • ac0fc79c76 Fixes issue #1718 Gustav 2020-05-18 14:06:39 +02:00
  • 8f4c021fa2
    Merge pull request #1689 from g199209/master Milo Yip 2020-04-10 17:34:09 +08:00
  • 1ce28f454b Add CMake minimum version required. Gao Mingfei 2020-04-10 14:50:51 +08:00
  • dffeccbb5f Automatic doxygen build miloyip 2020-03-30 02:52:49 +00:00
  • 7ccb1a4770 Automatic doxygen build miloyip 2020-03-30 02:32:45 +00:00
  • f376690822
    Add a target to RapidJSONConfig.cmake.in (#1350) Matteo Settenvini 2020-03-30 04:29:56 +02:00
  • 234ff044f4
    ci: upgrade distro to xenial and add arm64 test cases (#1662) Jun 2020-03-30 10:24:11 +08:00
  • 36481c30b3
    Update Visual Studio Visualizer (#1665) ioannis-e 2020-03-30 05:22:52 +03:00
  • d4f03d0d04
    Doc: Fix some typos. (#1675) 仓鼠 2020-03-29 21:21:37 -05:00
  • ebcbd04484
    Three-way comparison for CLang 10 fix (#1679) Nikolay 2020-03-30 07:20:35 +05:00
  • c4f1647aba Automatic doxygen build miloyip 2020-03-20 05:52:05 +00:00
  • 2661a17c7e
    Avoid warnings when using -std=c++20 and clang 10: use three way comparision for iterators when possible. (#1667) Romain Geissler @ Amadeus 2020-03-20 06:39:48 +01:00
  • 4eace6260f Automatic doxygen build miloyip 2020-03-11 07:24:34 +00:00
  • 814bb27bf0
    Replace RAPIDJSON_CLZLL with internal clzll (#1660) Jun 2020-03-11 15:11:25 +08:00
  • 47ee6335ac Automatic doxygen build miloyip 2020-03-05 06:24:06 +00:00
  • 563fe5bbbe
    PrettyWriter constructor uninitialized member (#1654) Milo Yip 2020-03-05 14:13:11 +08:00
  • d044e71212 Automatic doxygen build miloyip 2020-03-05 03:17:29 +00:00
  • 2bed293f48
    Update biginteger.h (#1652) Milo Yip 2020-03-05 11:06:01 +08:00
  • af8a0e44e7 Automatic doxygen build miloyip 2020-02-25 03:46:57 +00:00
  • b16cec1a1a
    Closes #1643 (#1644) mdamle 2020-02-24 19:34:28 -08:00
  • 5b505e7b32 Automatic doxygen build miloyip 2020-02-21 07:59:44 +00:00
  • 98f52b6bb0
    Fix simple typo: drived -> derived (#1646) Tim Gates 2020-02-21 18:46:10 +11:00
  • 2a3f4f8fc4 Automatic doxygen build miloyip 2020-02-13 02:09:55 +00:00
  • a895ce150f
    Allow escaped apostrophe in values (#1639) xpahos 2020-02-13 04:53:15 +03:00
  • 2e15513d0d Automatic doxygen build miloyip 2020-01-17 02:08:54 +00:00
  • 418331e99f
    Merge pull request #1631 from PhoebeHui/dev/Phoebe/vcpkg_instructions Milo Yip 2020-01-17 09:55:44 +08:00
  • b4cf6e7381 Add vcpkg installation instructions PhoebeHui 2020-01-16 03:09:20 -08:00
  • 4842934001
    Merge pull request #1613 from piratf/Issue1604_ASCIIValidation Issue1604_ASCIIValidation Milo Yip 2019-12-20 17:03:21 +08:00
  • 596d590e00 fix [‘>>’ should be ‘> >’ within a nested template argument list] piratf 2019-12-20 09:59:30 +08:00
  • 8fb58e8cc1 add unittest for EncodeUnsafe to increase coverage. piratf 2019-12-19 20:00:33 +08:00
  • 01b90420ed use static_cast to optimize warning. piratf 2019-12-18 15:50:57 +08:00
  • b24219bb2f always inline should not be used here. piratf 2019-12-18 14:42:26 +08:00
  • 132a2e34c6 add code point encoding check ability when using kParseValidateEncodingFlag piratf 2019-11-24 20:53:15 +08:00
  • 52b883a9a6 Automatic doxygen build miloyip 2019-12-03 02:16:53 +00:00
  • ef0b3f0222 Automatic doxygen build miloyip 2019-12-03 02:02:36 +00:00
  • dfbe1db9da
    Merge pull request #1502 from ylavic/compilation_fixes Milo Yip 2019-12-03 09:51:05 +08:00
  • eeb9d553f8
    Merge pull request #1617 from JPEWdev/master Milo Yip 2019-12-03 09:49:40 +08:00
  • 134af9d811 Remove shadow typedef Joshua Watt 2019-12-02 09:11:25 -06:00
  • 29467563ce Automatic doxygen build miloyip 2019-11-25 04:08:33 +00:00
  • 35e480fc4d
    Merge pull request #1609 from piratf/readme_contributing Milo Yip 2019-11-25 11:54:59 +08:00
  • 6cadd4b2ca add contributing section in readme.md, introduced the basic cooperation process. piratf 2019-11-12 16:03:21 +08:00
  • be9f30b664 Reproduce issue 1604 Milo Yip 2019-11-14 10:41:50 +08:00
  • 6534506e82
    Merge pull request #1603 from piratf/cmakelist_upgrade Milo Yip 2019-11-11 18:03:54 +08:00
  • 46d980b46a fix CMake policy CMP0048 warning #1154 piratf 2019-11-11 16:09:43 +08:00
  • 12d986c8f4 Automatic doxygen build miloyip 2019-11-01 03:09:17 +00:00
  • c4c6a65410
    Merge pull request #1548 from TranslucentTB/master Milo Yip 2019-11-01 10:53:00 +08:00
  • e54aca7006
    Merge branch 'master' of https://github.com/Tencent/rapidjson Charles Milette 2019-10-31 21:10:28 -04:00
  • 32cc3d1ac9 Automatic doxygen build miloyip 2019-10-21 13:34:10 +00:00
  • bb5f966b99
    Merge pull request #1591 from veekxt/patch-1 Milo Yip 2019-10-21 21:19:59 +08:00
  • 67b245e07d
    doc: fix a typo VeekXT 2019-10-18 18:49:15 +08:00
  • 45c86f15f0 Automatic doxygen build miloyip 2019-10-15 02:01:37 +00:00
  • 1a825d24fa
    Merge pull request #1529 from rkoshy/master Milo Yip 2019-10-15 09:49:27 +08:00
  • 43b934dd71 Automatic doxygen build miloyip 2019-10-08 02:26:17 +00:00
  • 6a6bed2759
    Merge pull request #1582 from crazyscot/master Milo Yip 2019-10-08 10:12:13 +08:00
  • e76c7db042 Automatic doxygen build miloyip 2019-10-08 02:08:51 +00:00
  • 5592c2eed4
    Merge pull request #1544 from fredgan/master Milo Yip 2019-10-08 09:57:38 +08:00
  • 39db1177bf fix some misspellings fredgan 2019-10-08 09:25:51 +08:00
  • 4116912cde Use C++17 fallthrough tag instead of disabling warning Ross Younger 2019-10-01 18:48:29 +13:00
  • 168609997a Automatic doxygen build miloyip 2019-09-26 02:21:33 +00:00
  • d67a69a9cf
    Merge pull request #1490 from MalcolmTyrrell/fixCompileErrorInPointerH Milo Yip 2019-09-26 10:08:13 +08:00
  • 5777291497
    Merge pull request #1579 from Tencent/vs2010 Milo Yip 2019-09-26 10:07:46 +08:00
  • 88a1ba9e30 Provide default implementations for move constructor/assignment in GenericMember Milo Yip 2019-09-25 20:20:20 +08:00
  • c36b713c47 Disable copy constructor in GenericMember Milo Yip 2019-09-25 18:02:17 +08:00
  • a93947227a Automatic doxygen build miloyip 2019-09-25 06:38:37 +00:00
  • 6006d6b678
    Merge pull request #1573 from esrrhs/master Milo Yip 2019-09-25 14:27:37 +08:00
  • 02d4ae838c
    Update travis-doxygen.sh zhao xin 2019-09-25 11:17:28 +08:00