Commit Graph

  • 8710d7e989 Do not depend on c++11 conditional Kyrega 2021-08-10 10:12:29 +02:00
  • e0512e0944 Using unsigned for WIStreamWrapper Kyrega 2021-08-10 09:40:03 +02:00
  • 7fac34f7bb Added typename Kyrega 2021-08-10 09:33:17 +02:00
  • b952a592a4 Fix RawNumber for longer char types Kyrega 2021-08-10 09:04:30 +02:00
  • 28c59ab4c6
    Merge pull request #1922 from jack-perisich/grisu2_precision Milo Yip 2021-08-10 22:16:46 +08:00
  • bb06211088 Fix small errors in dtoa output for certain doubles jack_perisich 2021-07-27 19:50:51 -04:00
  • 7ee918fc8f Merge branch 'master' of https://github.com/Tencent/rapidjson Steve Hanson 2021-07-09 10:47:18 +01:00
  • 48fbd8cd20
    Merge pull request #1848 from smhdfdl/id-and-ref Milo Yip 2021-07-09 10:57:40 +08:00
  • 8d16abd980 Uri Parse improvements Steve Hanson 2021-06-30 17:09:52 +01:00
  • 9dd4764cea Automatic doxygen build gh-pages miloyip 2021-06-14 15:23:15 +00:00
  • b557259f88
    Merge pull request #1904 from Tencent/issue1899_pointerappend Milo Yip 2021-06-14 22:49:09 +08:00
  • a21cf9f7b8 equiv fix for issue 1899 Steve Hanson 2021-06-14 11:35:00 +01:00
  • 8c29a7b493 Fix Pointer::Append() crash for custom allocator on Windows Milo Yip 2021-06-11 11:49:14 +08:00
  • 12b88efa6f fix coverage again Steve Hanson 2021-06-09 18:11:04 +01:00
  • f6ebcb2008 fix Uri.Match optional arg Steve Hanson 2021-06-09 16:38:40 +01:00
  • 3df804c128 fix coverage, unit test allocators and equality Steve Hanson 2021-06-09 10:31:09 +01:00
  • 18ab3b16bc remove temp debug statements Steve Hanson 2021-06-08 17:11:42 +01:00
  • 6d253c160d remove compiler warning Steve Hanson 2021-06-08 15:31:25 +01:00
  • 28bcbd3f35 make std::string optional Steve Hanson 2021-06-08 10:53:10 +01:00
  • f4be0ada85 Use modern cmake function export to generate target JackBoosY 2021-06-07 02:12:20 -07:00
  • 494447b731 remove copyright & debug statements Steve Hanson 2021-05-21 15:55:11 +01:00
  • 6e58a53f44 fix coverage Steve Hanson 2021-05-20 17:44:34 +01:00
  • 3987d82f41 Merge branch 'master' of https://github.com/Tencent/rapidjson into id-and-ref Steve Hanson 2021-05-20 12:20:12 +01:00
  • 9c1002f94d rge branch 'master' of https://github.com/Tencent/rapidjson Steve Hanson 2021-05-20 12:18:46 +01:00
  • f290d8115c Automatic doxygen build miloyip 2021-05-07 09:53:11 +00:00
  • 17aa824c92
    Merge pull request #1885 from saurabhchardereal/master Milo Yip 2021-05-07 17:00:48 +08:00
  • cd737fb545
    Improve documentation Saurabh Charde 2021-05-07 14:13:33 +05:30
  • 11bc77cec0 Automatic doxygen build miloyip 2021-05-06 02:53:15 +00:00
  • 25fa7a119d
    Merge pull request #1883 from nkolotov/fix/issues/1882 Milo Yip 2021-05-06 09:54:52 +08:00
  • 3aa8d04b74 Fixed -Wshadow warning. N. Kolotov 2021-05-03 01:56:41 +03:00
  • b2b4c861d8 Automatic doxygen build miloyip 2021-04-20 02:32:00 +00:00
  • e0f68a4356
    Merge pull request #1877 from hendrikmuhs/windows-GetObject-conflict-#1418 Milo Yip 2021-04-20 10:02:53 +08:00
  • 3cdfde14d6 replace auto with concrete type Hendrik Muhs 2021-04-19 13:15:11 -07:00
  • d179facf90 don't let the GetObject macro rewrite the GetObject method, add a GetObj alias Hendrik Muhs 2021-04-19 12:29:11 -07:00
  • 3168d7c343 add a test that provokes a compile time error on windows Hendrik Muhs 2021-04-18 18:06:35 +02:00
  • 210f49c28a Automatic doxygen build miloyip 2021-04-08 02:40:00 +00:00
  • 47b837e14a
    Merge pull request #1485 from ylavic/MemberMap Milo Yip 2021-04-08 10:06:28 +08:00
  • be4a5a9087 Turn some Tests to RAPIDJSON_USE_MEMBERSMAP in CI. ylavic 2021-04-01 23:55:15 +02:00
  • fc08f4f61b Tests for Members in std::multimap. ylavic 2021-04-01 18:19:53 +02:00
  • 71f0fa7eb3 Set RAPIDJSON_USE_MEMBERSMAP to use a (std::multi)map for object members. ylavic 2021-04-01 18:20:09 +02:00
  • 9641af6e38 Automatic doxygen build miloyip 2021-04-07 10:37:34 +00:00
  • a1ef43072e Automatic doxygen build miloyip 2021-04-07 10:10:36 +00:00
  • 7d801bbe45
    Merge pull request #1503 from ylavic/sub_value_assignment Milo Yip 2021-04-07 17:52:51 +08:00
  • 03676c9bf5
    Merge pull request #1870 from ylavic/allocators_rvalues Milo Yip 2021-04-07 17:39:26 +08:00
  • aa0675ffd7 Try some tests with -D_GLIBCXX_DEBUG and coverage with -O0. ylavic 2021-04-03 16:40:09 +02:00
  • 5c764d9a81 Tests for Allocators copy by rvalue reference. ylavic 2021-04-03 03:21:09 +02:00
  • 683010b02d Add rvalue copy and assignment to MemoryPoolAllocator and StdAllocator. ylavic 2021-04-02 14:35:29 +02:00
  • 117276c413 Fix would-crash tests if the default allocator used were kNeedFree. ylavic 2019-04-27 03:55:23 +02:00
  • 97ba70b17d Automatic doxygen build miloyip 2021-04-01 07:13:46 +00:00
  • 49aa0fc15d
    Merge pull request #1868 from ylavic/cpp17_in_ci Milo Yip 2021-04-01 14:40:55 +08:00
  • a8bd931766 Tests for C++17 with VS 2019. ylavic 2021-03-30 15:58:17 +02:00
  • 6bed9b266f Don't define StdAllocator<void> from C++17. ylavic 2021-03-30 13:47:04 +02:00
  • e336667b4a Handle C++17 (and C++11 with MSVC) in CI. ylavic 2021-03-29 17:42:30 +02:00
  • 53f527af17 Automatic doxygen build miloyip 2021-03-30 06:55:53 +00:00
  • b996a23714
    Merge pull request #1866 from ylavic/std_allocator_traits Milo Yip 2021-03-30 14:31:29 +08:00
  • 08cf9a56c0 Make StdAllocator C++17-20 compatible. ylavic 2021-03-29 00:17:24 +02:00
  • 02f42604bd Make StdAllocator C++17-20 compatible. ylavic 2021-03-28 12:31:52 +02:00
  • 9e1ea49354 Automatic doxygen build miloyip 2021-03-25 07:46:49 +00:00
  • cd5ee4dfe9
    Merge pull request #1858 from ylavic/std_allocator Milo Yip 2021-03-25 15:22:32 +08:00
  • 18e66fe069 Try to fix travis by adding apt source issue1858_travis miloyip 2021-03-24 16:59:20 +08:00
  • 3d77d11e28 add traverse as pointer example miloyip 2021-03-24 16:51:12 +08:00
  • 2e6f761458 Tests for StdAllocator. ylavic 2021-03-13 02:11:17 +01:00
  • 49e4dd619f Provide StdAllocator, STL compatible, for use with STL types. ylavic 2021-03-12 15:16:02 +01:00
  • 50cb424c34 Test assignment from inner Value. ylavic 2021-03-15 23:56:55 +01:00
  • c033292aea Safer GenericValue& operator=(GenericValue& rhs). ylavic 2019-04-27 03:41:19 +02:00
  • d51dd2d0e9 RAPIDJSON_NOEXCEPT_ASSERT should assert regardless of RAPIDJSON_HAS_CXX11_NOEXCEPT. ylavic 2021-03-12 15:31:10 +01:00
  • cdb2d4757d Provide RAPIDJSON_HAS_CXX11 and use it for RAPIDJSON_HAS_CXX11_RVALUE_REFS and RAPIDJSON_HAS_CXX11_NOEXCEPT. ylavic 2021-03-12 15:14:30 +01:00
  • bc026e3fb5 satisfy all compilers 3 Steve Hanson 2021-03-11 18:25:10 +00:00
  • 24b9b7e276 satisfy all compilers 2 Steve Hanson 2021-03-11 18:16:24 +00:00
  • 32722fa31d satisfy all compilers Steve Hanson 2021-03-11 16:53:05 +00:00
  • 8768b5b1d6 correct #defines in uri.h Steve Hanson 2021-03-11 15:13:17 +00:00
  • 6c9da69abf remove comma Steve Hanson 2021-03-11 15:06:02 +00:00
  • 6b57738e4a handle internal refs properly Steve Hanson 2021-03-11 14:49:28 +00:00
  • 987de0a032 Automatic doxygen build miloyip 2021-03-02 03:34:27 +00:00
  • 1c2c8e085a doc: fix incorrect template parameters in EncodedOutputStream example miloyip 2021-03-02 11:15:31 +08:00
  • fe1a29ca69 fix platform-dependent compiler error with >> Steve Hanson 2021-02-25 23:54:44 +00:00
  • ad73c032e7 fix compile errors Steve Hanson 2021-02-25 22:51:35 +00:00
  • 892f6e3fd3 fix bracket Steve Hanson 2021-02-25 22:21:20 +00:00
  • cabc3d5aa1 merge Steve Hanson 2021-02-25 22:12:05 +00:00
  • 7698b3cd48 code and tests Steve Hanson 2021-02-25 21:45:29 +00:00
  • dad85cab9d
    Merge pull request #2 from smhdfdl/multiple-validation-failures-and-validation-messages Steve Hanson 2021-02-25 21:01:50 +00:00
  • 59b1d9ca10 Automatic doxygen build miloyip 2021-02-23 03:04:02 +00:00
  • a7d57817b2 Automatic doxygen build miloyip 2021-02-23 02:43:22 +00:00
  • b1a4d91a53
    Merge pull request #1779 from pavel-pimenov/fix-1778-part-1 Milo Yip 2021-02-23 10:23:34 +08:00
  • 8be64594f2
    Merge pull request #1847 from stac47/fix_1846 Milo Yip 2021-02-23 10:21:11 +08:00
  • 24ebd51287 Fix recursive operator== call in C++20 (#1846) Laurent Stacul 2021-02-22 16:11:42 +00:00
  • b392dca0a4 Automatic doxygen build miloyip 2021-02-21 16:28:56 +00:00
  • 8bce684cda
    Merge pull request #1844 from smhdfdl/multiple-validation-failures-and-validation-messages Milo Yip 2021-02-22 00:01:56 +08:00
  • 9bb81e20ff fix crash where simple type with sub-schema has a bad value Steve Hanson 2021-02-12 17:36:55 +00:00
  • eded64609f Automatic doxygen build miloyip 2021-02-03 14:54:35 +00:00
  • 13dfc96c9c
    Merge pull request #1837 from smhdfdl/multiple-validation-failures-and-validation-messages Milo Yip 2021-02-03 21:19:27 +08:00
  • 167efb4fa0 work around issue 1089 Steve Hanson 2021-02-03 08:34:10 +00:00
  • 28dc42d8d3 restore coverage Steve Hanson 2021-01-29 19:20:01 +00:00
  • a3757456fe correct workaround for issue 1805 Steve Hanson 2021-01-29 16:43:12 +00:00
  • 7fee368be3 Revert "revert perftest" Steve Hanson 2021-01-29 11:58:31 +00:00
  • 221e8d5364 revert perftest Steve Hanson 2021-01-29 11:38:33 +00:00
  • f89e75af75 remove C++ 11 std::string to_string() syntax Steve Hanson 2021-01-29 11:08:01 +00:00
  • c491dd5213 remove C++ 11 enum syntax Steve Hanson 2021-01-29 10:26:05 +00:00
  • 6f3cccd6e1 remove debug std::cout, handle empty error object in example Steve Hanson 2021-01-28 14:21:36 +00:00
  • 05e7b33977 code and tests Steve Hanson 2021-01-28 12:11:43 +00:00