Commit Graph

1263 Commits

Author SHA1 Message Date
Tanuj Garg
0afebec774 Added complete data and renamed files and fuzzer 2020-06-07 14:52:00 +05:30
Tanuj Garg
d402b6a167 [Checking stats] resolved compiler error 2020-06-07 14:51:56 +05:30
Tanuj Garg
88194fd520 [Checking stats] Keeping only parsing vector 2020-06-07 14:51:51 +05:30
Tanuj Garg
a94e1af71c [Checking stats] Keeping json map iteration 2020-06-07 14:51:47 +05:30
Tanuj Garg
f1f38cf908 [Checking stats] keeping only stl like operations 2020-06-07 14:51:43 +05:30
Tanuj Garg
f3c7022487 [Checking stats] Keeping only map coversions to json 2020-06-07 14:51:39 +05:30
Tanuj Garg
2cd43525ea [Checking stats] resolved compile error 2020-06-07 14:51:34 +05:30
Tanuj Garg
02c901ef11 [Checking stats] Keeping only stl like operations on json vector 2020-06-07 14:51:31 +05:30
Tanuj Garg
c06ee977f4 [Checking stats] Keeping only iterating a json vector container 2020-06-07 14:51:26 +05:30
Tanuj Garg
6e81c78545 [Checking stats] Keeping only conversion from stl containers 2020-06-07 14:50:38 +05:30
Tanuj Garg
2efdbfa315 removed deque parsing because deque is not a contiguous byte sequence when it has large data 2020-06-07 14:50:21 +05:30
Tanuj Garg
35ac9319c8 resolved all warnings 2020-06-07 14:50:11 +05:30
Tanuj Garg
5c51ebb874 initialized json with empty array to test push_back & emplace_back methods 2020-06-07 14:49:48 +05:30
Tanuj Garg
9388bb2627 changed datatype of key in maps from uint8_t to std::string 2020-06-07 14:49:27 +05:30
Tanuj Garg
5868e7f289 added looping in vector & map, and tested get(), push_back() & emplace_back() methods 2020-06-07 14:48:46 +05:30
Tanuj Garg
57c8851439 added parsing from vector and deque 2020-06-07 14:48:41 +05:30
Tanuj Garg
c66806b8bc removed namespace bug 2020-06-07 14:48:35 +05:30
Tanuj Garg
74a04708cf Added conversion from various maps to json 2020-06-07 14:48:17 +05:30
Tanuj Garg
5d501bf7e3 added conversion from other stl sequence containers to json added 2020-06-07 14:47:47 +05:30
Tanuj Garg
35ce214901 fuzzer, testing conversion from vector & deque to json, added 2020-06-07 14:47:21 +05:30
Tanuj Garg
def05d0ad1 [Experiment] temp fuzzer removed 2020-06-07 14:47:17 +05:30
Tanuj Garg
651fb03be0 [Experiment] renamed again for confirmation 2020-06-07 14:47:08 +05:30
Tanuj Garg
b95ca37aff [Experiment] changed name of test fuzzer 2020-06-07 14:47:01 +05:30
Tanuj Garg
cd36c9b557 [Experiment] edited makefiles to include test fuzzer 2020-06-07 14:46:27 +05:30
Tanuj Garg
f829e72bd0 [Experiment] added a test fuzzer 2020-06-07 14:46:02 +05:30
Niels Lohmann
225fa58f16
🚧 add fix from #1715 2020-05-20 22:20:40 +02:00
Niels Lohmann
a82c80e9af
Merge pull request #2125 from nlohmann/binary_type
Clean up implementation of binary type
2020-05-20 18:58:29 +02:00
Niels Lohmann
4d39644bd0
💚 fix build 2020-05-19 13:45:52 +02:00
Niels Lohmann
21b1680ea1
🚚 rename binary_array() to binary() 2020-05-19 13:30:22 +02:00
Niels Lohmann
79347b484b
improve test coverage 2020-05-19 12:40:32 +02:00
Niels Lohmann
b7ff40029a
💥 change serialization of binary values 2020-05-18 13:53:20 +02:00
Niels Lohmann
9eb19bcc27
add more tests for binary type 2020-05-18 12:33:26 +02:00
gistrec
9e765f5aed Fixed std::numeric_limit::max() call 2020-05-18 10:25:55 +00:00
Niels Lohmann
904642f261
♻️ rename internal_binary_t with binary_t 2020-05-17 22:50:27 +02:00
Niels Lohmann
dead99eb0e
🔨 overwork binary subtypes 2020-05-17 13:51:59 +02:00
Niels Lohmann
ab6e76dd05
Merge branches 'binary_type' and 'develop' of https://github.com/nlohmann/json into binary_type 2020-05-17 12:27:58 +02:00
Niels Lohmann
28e20bd9e4
🚨 fix warnings #2113 2020-05-16 14:26:17 +02:00
Niels Lohmann
c0cf67ead3
Merge branch 'develop' of https://github.com/nlohmann/json into binary_type 2020-05-16 12:58:13 +02:00
Niels Lohmann
f40a9f876a
Merge pull request #2044 from dota17/issue#1719
Fix issue#1719
2020-05-16 12:57:00 +02:00
chenguoping
ed9c205b5d add somes test cases 2020-05-15 21:48:29 +08:00
Niels Lohmann
daf2d296dd
♻️ move wrapped binary type to separate file 2020-05-15 14:12:32 +02:00
chenguoping
779a0ec7df update 2020-05-15 17:35:43 +08:00
chenguoping
47c6570470 Add some test cases about to_cbor() 2020-05-14 15:11:38 +08:00
Niels Lohmann
0857140839
Merge pull request #1950 from FrancoisChabot/issues/1457
templated input adapters
2020-05-14 07:52:02 +02:00
Niels Lohmann
d7b032f565
add tests to improve coverage 2020-05-13 21:28:43 +02:00
Niels Lohmann
a4266bbb7d
Merge branch 'develop' into issues/1457 2020-05-13 12:48:46 +02:00
Niels Lohmann
a414e35971
🚨 add newline to end of file 2020-05-13 12:35:11 +02:00
Niels Lohmann
6014419818
Merge branches 'develop' and 'issue2082' of https://github.com/nlohmann/json into issue2082 2020-05-12 12:28:34 +02:00
Niels Lohmann
76c01501f7
🔧 fix pedantic maintainer targets 2020-05-11 20:03:13 +02:00
Niels Lohmann
5c42847011
add tests for binary type 2020-05-10 13:23:18 +02:00