Commit Graph

  • 8b99e7175d update StyledWriterTest, StyledStreamWriterTest and StreamWriterTest dota17 2019-10-08 15:20:16 +08:00
  • 08fb7d2e10 Re-add JSONCPP_NORETURN Elad Sadan 2019-10-06 16:59:03 +03:00
  • 736409f1b5 fix clang-format error for ci (#1036) dota17 2019-10-02 03:54:07 +08:00
  • 7e97345e26 Add vcpkg installation instructions (#1037) Griffin Downs 2019-10-01 12:53:42 -07:00
  • eb3dbafa1e add testcases for writerTest chenguoping 2019-09-27 21:03:15 +08:00
  • d50b661250 Add vcpkg installation instructions grdowns 2019-09-26 17:18:06 -07:00
  • b09fbbb600 update chenguoping 2019-09-26 19:14:20 +08:00
  • b42bf85e93 fix clang-format error for ci chenguoping 2019-09-26 17:03:06 +08:00
  • 4765282e90 update testcase chenguoping 2019-09-26 16:00:54 +08:00
  • 25258ab492 update: index > length, return false; chenguoping 2019-09-26 15:44:07 +08:00
  • 674d9cc8e6 Merge branch 'master' into issue691 chenguoping 2019-09-26 15:35:54 +08:00
  • 227c7cdfa5 Supplement the testcase for comparing object (#1032) Vincent 2019-09-26 05:07:34 +08:00
  • 00c2c9f6e4 Supplement the testcase for comparing the Array and Null (#1031) Vincent 2019-09-26 05:07:08 +08:00
  • d448610770
    Fixup Json::Value append methods, run clang format. (#1022) Jordan Bayles 2019-09-25 14:05:45 -07:00
  • 00b979f086
    Issue #970: Rename features.h to json_features.h (#1024) Jordan Bayles 2019-09-25 14:04:53 -07:00
  • 2a8189e7aa
    Revert "Delete JSONCPP_DEPRECATED, use [[deprecated]] instead. (#978)" (#1029) Jordan Bayles 2019-09-25 14:03:45 -07:00
  • ae4dc9aa62 clang-tidy fixes (#1033) Rosen Penev 2019-09-25 14:03:30 -07:00
  • a0f801ceec [clang-tidy] Use default member init Rosen Penev 2019-09-18 18:01:12 -07:00
  • 1ebbf258d1 add a new test scenarios in compareObject Vincent-LP 2019-09-21 17:44:23 +08:00
  • 99d20e1eb5
    [clang-tidy] Replace C casts with C++ ones Rosen Penev 2019-09-18 15:20:01 -07:00
  • 57277d6a3c
    [clang-tidy] Remove redundant member init Rosen Penev 2019-09-18 15:16:42 -07:00
  • 73056f9476
    [clang-tidy] Replace C typedef with C++ using Rosen Penev 2019-09-18 15:13:36 -07:00
  • f27d564706 update testcase Vincent-LP 2019-09-18 20:17:34 +08:00
  • 46de97c0db update testcase Vincent-LP 2019-09-18 20:06:30 +08:00
  • f6960ffd80 supplement the testcase for comparing object Vincent-LP 2019-09-18 16:31:54 +08:00
  • 9b3c08c113 supplement the testcase for comparing the Array and Null Vincent-LP 2019-09-18 16:07:04 +08:00
  • e9ccbe0145 Create an example directory and add some code examples. (#944) dota17 2019-09-18 04:30:00 +08:00
  • 0f61e81020 Revert "Delete JSONCPP_DEPRECATED, use [[deprecated]] instead. (#978)" Jordan Bayles 2019-09-17 13:14:36 -07:00
  • ee80f6d692 Cleanup clang Jordan Bayles 2019-09-17 12:56:02 -07:00
  • 645501b157 Roll back to version 8 since 9 is in test Jordan Bayles 2019-09-16 16:04:11 -07:00
  • 7521dd4172 Update path Jordan Bayles 2019-09-16 16:02:23 -07:00
  • cc26500fc1 Issue #958: Travis CI should enfore clang-format standards Jordan Bayles 2019-09-16 15:56:19 -07:00
  • 21e3d21243 pkgconfig: Fix for cross compilation (#1027) Rosen Penev 2019-09-17 12:46:55 -07:00
  • c97bd59ff2 add a testcase in ValueTest:CopyObject (#1028) Vincent 2019-09-18 03:46:29 +08:00
  • e7b12a9177 add a testcase in ValueTest:CopyObject Vincent-LP 2019-09-17 21:02:00 +08:00
  • ca763abf50 fix typo chenguoping 2019-09-17 16:55:33 +08:00
  • 63dc2f77e3
    pkgconfig: Fix for cross compilation Rosen Penev 2019-09-16 18:38:24 -07:00
  • cadae47003 Fixup Json::Value append methods, run clang format. Jordan Bayles 2019-09-16 12:22:20 -07:00
  • 81ae1d55f7
    Just run clang format (#1025) Jordan Bayles 2019-09-16 12:37:14 -07:00
  • 7a5fdbe113 Just run clang format Jordan Bayles 2019-09-16 12:36:38 -07:00
  • 247236031c Issue #970: Rename features.h to json_features.h Jordan Bayles 2019-09-16 12:31:37 -07:00
  • 18f790fbe7
    Issue 1021: Fix clang 10 compilation (#1023) Jordan Bayles 2019-09-16 12:27:59 -07:00
  • 28b7eb787c Issue 1021: Fix clang 10 compilation Jordan Bayles 2019-09-16 12:26:04 -07:00
  • 3013ed48b3 jsoncpp: Define JSON_USE_INT64_DOUBLE_CONVERSION for clang as well. (#1002) m-gupta 2019-09-16 12:24:13 -07:00
  • 2cb9a5803e reinforce readToken function and add simple tests (#1012) dota17 2019-09-17 02:25:22 +08:00
  • c5cb313ca0 Do not allow tokenError tokens after input if failIfExtra is set. (#1014) Frank Richter 2019-09-16 19:41:50 +02:00
  • abcd3f7b1f Modify code comments in write.h (#987) dota17 2019-09-17 01:40:35 +08:00
  • d622250c3e Check the comments array boundry. (#993) dota17 2019-09-17 01:40:09 +08:00
  • db61dba885 Improving Code Readability (#1004) dota17 2019-09-17 01:35:48 +08:00
  • 7ef0f9fa5b [Language Conformance] Use constexpr restriction in jsoncpp (#1005) dota17 2019-09-17 01:33:47 +08:00
  • 3550a0a939 add some testcases: WriteTest, StreamWriterTest (#1015) dota17 2019-09-17 01:32:46 +08:00
  • 21ab82916b Add dictionary for fuzzing (#1020) Google AutoFuzz Team 2019-09-16 10:30:59 -07:00
  • 175d2a2758 remove empty line chenguoping 2019-09-12 11:37:36 +08:00
  • 75df789621 check the comments array boundry chenguoping 2019-09-12 11:34:55 +08:00
  • ded9d8cea6 Add dictionary for fuzzing Google-Autofuzz 2019-09-10 10:11:09 -04:00
  • 228f4fc2ff run ninja -v -C build-shared clang-format chenguoping 2019-09-05 20:49:50 +08:00
  • 14ac99dba5 update chenguoping 2019-09-04 14:50:41 +08:00
  • e0cd860fa2 update chenguoping 2019-09-04 14:07:25 +08:00
  • 8a62ff09c6 add some testcases: WriteTest, StreamWriterTest chenguoping 2019-08-29 17:28:28 +08:00
  • 716be0f487
    Add link Google AutoFuzz Team 2019-08-27 10:38:37 -04:00
  • a457fa955f
    Update fuzz.cpp Google AutoFuzz Team 2019-08-27 10:36:40 -04:00
  • e87b86cbe1
    Update readFromStream.cpp dota17 2019-08-27 16:52:38 +08:00
  • e3aba48fcc Do not allow tokenError tokens after input if failIfExtra is set. Steffen Kieß 2019-08-15 16:02:27 +02:00
  • eba496d2d7
    remove TODO comment dota17 2019-08-27 14:37:46 +08:00
  • fd940255ce change the returned value (#1003) dota17 2019-08-27 03:47:54 +08:00
  • 472adb60ee Fix a coupe of typos (#1007) aliha 2019-08-26 15:37:05 -04:00
  • c92c87b47d Add some test cases in ValueTest (#1010) dota17 2019-08-27 03:36:51 +08:00
  • b941149a37 tests: Improve CharReaderFailIfExtraTest (#1011) Frank Richter 2019-08-26 21:36:27 +02:00
  • 00be3b2005 reinforce readToken function and add simple tests chenguoping 2019-08-23 15:46:51 +08:00
  • f7b03062a7 tests: Improve CharReaderFailIfExtraTest Frank Richter 2019-08-21 11:14:06 +02:00
  • d3a864935d add some test cases in ValueTest chenguoping 2019-08-21 16:56:08 +08:00
  • 0f44a60d8a add some test cases in ValueTest chenguoping 2019-08-21 16:35:59 +08:00
  • 7a3e8b45a3 Fix a coupe of typos Ali Hashemi 2019-08-16 14:55:33 -04:00
  • 685ab19eca use constexpr restriction in jsoncpp chenguoping 2019-08-16 15:49:42 +08:00
  • 9c5997f1d6 Improving Code Readability chenguoping 2019-08-16 11:51:43 +08:00
  • 7dc4f2eb0f
    Merge pull request #1 from open-source-parsers/master dota17 2019-08-16 11:28:49 +08:00
  • 301f43526c change the returned value chenguoping 2019-08-16 10:55:07 +08:00
  • 7e25c42dcd jsoncpp: Define JSON_USE_INT64_DOUBLE_CONVERSION for clang as well. Manoj Gupta 2019-08-15 13:06:32 -07:00
  • 59dbe20d7c Do not allow tokenError tokens after input if failIfExtra is set. Steffen Kieß 2019-08-15 16:02:27 +02:00
  • 2cf939e8c3 change Value::null to Value::nullSingleton() (#1000) dota17 2019-08-14 13:42:10 +08:00
  • 7b28698c5c
    Cleanup versioning strategy relanding (#989) (#997) Jordan Bayles 2019-08-13 22:41:43 -07:00
  • e7096b3ffc Add define for string_view. Add tests for string_view Igor Mineev 2019-08-13 11:51:02 +01:00
  • f961d9a6f6 change Value::null to Value::nullSingleton() chenguoping 2019-08-13 15:36:25 +08:00
  • 0f6b0a8ed5 Add string_view Json::Value constructor Igor Mineev 2019-08-09 16:31:54 +01:00
  • ca14e4bbfb Add cxx17 string_view operator[] for Json::Value Igor Mineev 2019-08-09 16:04:17 +01:00
  • 0c23fa540b
    Update fuzz.cpp Google AutoFuzz Team 2019-08-01 13:05:23 -04:00
  • 383c121c09 update lilinchao 2019-08-01 19:48:34 +08:00
  • 7528fd3c91 Cleanup versioning strategy relanding (#989) Jordan Bayles 2019-07-22 15:25:23 -07:00
  • 0d27381acf
    Revert "Cleanup versioning strategy (#989)" (#996) Jordan Bayles 2019-07-31 11:26:48 -07:00
  • a12b73b713 Revert "Cleanup versioning strategy (#989)" Jordan Bayles 2019-07-31 11:25:52 -07:00
  • d3121d73fc
    Get rid of unnecessary comments Google AutoFuzz Team 2019-07-30 15:47:46 -04:00
  • 8f67878f21
    Create fuzz.dict Google AutoFuzz Team 2019-07-30 15:33:53 -04:00
  • 6ad1612514
    Update fuzz.cpp Google AutoFuzz Team 2019-07-30 15:28:03 -04:00
  • 3362035101
    got rid of decapracated Google AutoFuzz Team 2019-07-30 15:24:19 -04:00
  • f561b895a9
    Update fuzz.cpp Google AutoFuzz Team 2019-07-30 14:55:05 -04:00
  • f7edafe848
    Modify fuzzer for OSS-Fuzz Google AutoFuzz Team 2019-07-30 14:45:31 -04:00
  • 898b87d4fe update streamWrite.cpp lilinchao 2019-07-26 16:16:42 +08:00
  • 12325b814f
    Cleanup versioning strategy (#989) Jordan Bayles 2019-07-22 15:25:23 -07:00
  • 35cf0db116 Update SOVERSION.... Jordan Bayles 2019-07-17 15:26:51 -07:00
  • b27c83f691 Delete JSONCPP_DEPRECATED, use [[deprecated]] instead. (#978) dota17 2019-07-18 04:35:33 +08:00