simdjson 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2532) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +4 -0
  3. data/.gitmodules +2 -0
  4. data/Rakefile +14 -11
  5. data/ext/simdjson/extconf.rb +2 -17
  6. data/ext/simdjson/simdjson.cpp +14137 -52
  7. data/ext/simdjson/simdjson_ruby.cpp +72 -0
  8. data/lib/simdjson/version.rb +1 -1
  9. data/simdjson.gemspec +3 -2
  10. metadata +4 -2596
  11. data/ext/simdjson/simdjson.hpp +0 -13
  12. data/vendor/simdjson/AUTHORS +0 -4
  13. data/vendor/simdjson/CMakeFiles/3.16.3/CompilerIdC/a.out +0 -0
  14. data/vendor/simdjson/CMakeFiles/3.16.3/CompilerIdCXX/a.out +0 -0
  15. data/vendor/simdjson/CMakeLists.txt +0 -92
  16. data/vendor/simdjson/CONTRIBUTING.md +0 -92
  17. data/vendor/simdjson/CONTRIBUTORS +0 -39
  18. data/vendor/simdjson/Dockerfile +0 -88
  19. data/vendor/simdjson/Doxyfile +0 -2578
  20. data/vendor/simdjson/HACKING.md +0 -652
  21. data/vendor/simdjson/LICENSE +0 -201
  22. data/vendor/simdjson/README.md +0 -190
  23. data/vendor/simdjson/RELEASES.md +0 -50
  24. data/vendor/simdjson/benchmark/CMakeLists.txt +0 -37
  25. data/vendor/simdjson/benchmark/Dockerfile +0 -19
  26. data/vendor/simdjson/benchmark/bench_dom_api.cpp +0 -552
  27. data/vendor/simdjson/benchmark/bench_parse_call.cpp +0 -162
  28. data/vendor/simdjson/benchmark/benchfeatures.cpp +0 -466
  29. data/vendor/simdjson/benchmark/benchmark.h +0 -106
  30. data/vendor/simdjson/benchmark/benchmarker.h +0 -522
  31. data/vendor/simdjson/benchmark/checkperf.cmake +0 -101
  32. data/vendor/simdjson/benchmark/distinctuseridcompetition.cpp +0 -406
  33. data/vendor/simdjson/benchmark/event_counter.h +0 -152
  34. data/vendor/simdjson/benchmark/get_corpus_benchmark.cpp +0 -57
  35. data/vendor/simdjson/benchmark/linux/linux-perf-events.h +0 -101
  36. data/vendor/simdjson/benchmark/minifiercompetition.cpp +0 -184
  37. data/vendor/simdjson/benchmark/parse.cpp +0 -222
  38. data/vendor/simdjson/benchmark/parse_stream.cpp +0 -191
  39. data/vendor/simdjson/benchmark/parseandstatcompetition.cpp +0 -488
  40. data/vendor/simdjson/benchmark/parsingcompetition.cpp +0 -361
  41. data/vendor/simdjson/benchmark/perfdiff.cpp +0 -114
  42. data/vendor/simdjson/benchmark/statisticalmodel.cpp +0 -207
  43. data/vendor/simdjson/cmake/add_cpp_test.cmake +0 -49
  44. data/vendor/simdjson/cmake/simdjson-flags.cmake +0 -155
  45. data/vendor/simdjson/cmake/simdjson-user-cmakecache.cmake +0 -24
  46. data/vendor/simdjson/dependencies/CMakeLists.txt +0 -89
  47. data/vendor/simdjson/dependencies/benchmark/AUTHORS +0 -56
  48. data/vendor/simdjson/dependencies/benchmark/BUILD.bazel +0 -44
  49. data/vendor/simdjson/dependencies/benchmark/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
  50. data/vendor/simdjson/dependencies/benchmark/CMakeFiles/progress.marks +0 -1
  51. data/vendor/simdjson/dependencies/benchmark/CMakeLists.txt +0 -279
  52. data/vendor/simdjson/dependencies/benchmark/CONTRIBUTING.md +0 -58
  53. data/vendor/simdjson/dependencies/benchmark/CONTRIBUTORS +0 -78
  54. data/vendor/simdjson/dependencies/benchmark/CTestTestfile.cmake +0 -7
  55. data/vendor/simdjson/dependencies/benchmark/LICENSE +0 -202
  56. data/vendor/simdjson/dependencies/benchmark/Makefile +0 -220
  57. data/vendor/simdjson/dependencies/benchmark/README.md +0 -1290
  58. data/vendor/simdjson/dependencies/benchmark/WORKSPACE +0 -15
  59. data/vendor/simdjson/dependencies/benchmark/_config.yml +0 -1
  60. data/vendor/simdjson/dependencies/benchmark/appveyor.yml +0 -50
  61. data/vendor/simdjson/dependencies/benchmark/cmake/AddCXXCompilerFlag.cmake +0 -74
  62. data/vendor/simdjson/dependencies/benchmark/cmake/CXXFeatureCheck.cmake +0 -64
  63. data/vendor/simdjson/dependencies/benchmark/cmake/Config.cmake.in +0 -1
  64. data/vendor/simdjson/dependencies/benchmark/cmake/GetGitVersion.cmake +0 -54
  65. data/vendor/simdjson/dependencies/benchmark/cmake/GoogleTest.cmake +0 -41
  66. data/vendor/simdjson/dependencies/benchmark/cmake/GoogleTest.cmake.in +0 -58
  67. data/vendor/simdjson/dependencies/benchmark/cmake/Modules/FindLLVMAr.cmake +0 -16
  68. data/vendor/simdjson/dependencies/benchmark/cmake/Modules/FindLLVMNm.cmake +0 -16
  69. data/vendor/simdjson/dependencies/benchmark/cmake/Modules/FindLLVMRanLib.cmake +0 -15
  70. data/vendor/simdjson/dependencies/benchmark/cmake/benchmark.pc.in +0 -12
  71. data/vendor/simdjson/dependencies/benchmark/cmake/gnu_posix_regex.cpp +0 -12
  72. data/vendor/simdjson/dependencies/benchmark/cmake/llvm-toolchain.cmake +0 -8
  73. data/vendor/simdjson/dependencies/benchmark/cmake/posix_regex.cpp +0 -14
  74. data/vendor/simdjson/dependencies/benchmark/cmake/split_list.cmake +0 -3
  75. data/vendor/simdjson/dependencies/benchmark/cmake/std_regex.cpp +0 -10
  76. data/vendor/simdjson/dependencies/benchmark/cmake/steady_clock.cpp +0 -7
  77. data/vendor/simdjson/dependencies/benchmark/cmake/thread_safety_attributes.cpp +0 -4
  78. data/vendor/simdjson/dependencies/benchmark/cmake_install.cmake +0 -45
  79. data/vendor/simdjson/dependencies/benchmark/conan/CMakeLists.txt +0 -7
  80. data/vendor/simdjson/dependencies/benchmark/conan/test_package/CMakeLists.txt +0 -10
  81. data/vendor/simdjson/dependencies/benchmark/conan/test_package/conanfile.py +0 -19
  82. data/vendor/simdjson/dependencies/benchmark/conan/test_package/test_package.cpp +0 -18
  83. data/vendor/simdjson/dependencies/benchmark/conanfile.py +0 -79
  84. data/vendor/simdjson/dependencies/benchmark/dependencies.md +0 -18
  85. data/vendor/simdjson/dependencies/benchmark/docs/AssemblyTests.md +0 -147
  86. data/vendor/simdjson/dependencies/benchmark/docs/_config.yml +0 -1
  87. data/vendor/simdjson/dependencies/benchmark/docs/tools.md +0 -199
  88. data/vendor/simdjson/dependencies/benchmark/include/benchmark/benchmark.h +0 -1586
  89. data/vendor/simdjson/dependencies/benchmark/mingw.py +0 -320
  90. data/vendor/simdjson/dependencies/benchmark/releasing.md +0 -16
  91. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
  92. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark.dir/CXX.includecache +0 -738
  93. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark.dir/DependInfo.cmake +0 -47
  94. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark.dir/build.make +0 -354
  95. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark.dir/cmake_clean.cmake +0 -27
  96. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark.dir/cmake_clean_target.cmake +0 -3
  97. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark.dir/depend.internal +0 -157
  98. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark.dir/depend.make +0 -157
  99. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark.dir/flags.make +0 -10
  100. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark.dir/link.txt +0 -2
  101. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark.dir/progress.make +0 -20
  102. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark_main.dir/CXX.includecache +0 -40
  103. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark_main.dir/DependInfo.cmake +0 -31
  104. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark_main.dir/build.make +0 -99
  105. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark_main.dir/cmake_clean.cmake +0 -10
  106. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark_main.dir/cmake_clean_target.cmake +0 -3
  107. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark_main.dir/depend.internal +0 -6
  108. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark_main.dir/depend.make +0 -6
  109. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark_main.dir/flags.make +0 -10
  110. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark_main.dir/link.txt +0 -2
  111. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark_main.dir/progress.make +0 -3
  112. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/progress.marks +0 -1
  113. data/vendor/simdjson/dependencies/benchmark/src/CMakeLists.txt +0 -116
  114. data/vendor/simdjson/dependencies/benchmark/src/CTestTestfile.cmake +0 -6
  115. data/vendor/simdjson/dependencies/benchmark/src/Makefile +0 -822
  116. data/vendor/simdjson/dependencies/benchmark/src/arraysize.h +0 -33
  117. data/vendor/simdjson/dependencies/benchmark/src/benchmark.cc +0 -499
  118. data/vendor/simdjson/dependencies/benchmark/src/benchmark_api_internal.cc +0 -15
  119. data/vendor/simdjson/dependencies/benchmark/src/benchmark_api_internal.h +0 -53
  120. data/vendor/simdjson/dependencies/benchmark/src/benchmark_main.cc +0 -17
  121. data/vendor/simdjson/dependencies/benchmark/src/benchmark_name.cc +0 -58
  122. data/vendor/simdjson/dependencies/benchmark/src/benchmark_register.cc +0 -506
  123. data/vendor/simdjson/dependencies/benchmark/src/benchmark_register.h +0 -107
  124. data/vendor/simdjson/dependencies/benchmark/src/benchmark_runner.cc +0 -361
  125. data/vendor/simdjson/dependencies/benchmark/src/benchmark_runner.h +0 -51
  126. data/vendor/simdjson/dependencies/benchmark/src/check.h +0 -82
  127. data/vendor/simdjson/dependencies/benchmark/src/cmake_install.cmake +0 -39
  128. data/vendor/simdjson/dependencies/benchmark/src/colorprint.cc +0 -188
  129. data/vendor/simdjson/dependencies/benchmark/src/colorprint.h +0 -33
  130. data/vendor/simdjson/dependencies/benchmark/src/commandlineflags.cc +0 -228
  131. data/vendor/simdjson/dependencies/benchmark/src/commandlineflags.h +0 -103
  132. data/vendor/simdjson/dependencies/benchmark/src/complexity.cc +0 -238
  133. data/vendor/simdjson/dependencies/benchmark/src/complexity.h +0 -55
  134. data/vendor/simdjson/dependencies/benchmark/src/console_reporter.cc +0 -177
  135. data/vendor/simdjson/dependencies/benchmark/src/counter.cc +0 -80
  136. data/vendor/simdjson/dependencies/benchmark/src/counter.h +0 -32
  137. data/vendor/simdjson/dependencies/benchmark/src/csv_reporter.cc +0 -154
  138. data/vendor/simdjson/dependencies/benchmark/src/cycleclock.h +0 -192
  139. data/vendor/simdjson/dependencies/benchmark/src/internal_macros.h +0 -94
  140. data/vendor/simdjson/dependencies/benchmark/src/json_reporter.cc +0 -253
  141. data/vendor/simdjson/dependencies/benchmark/src/log.h +0 -74
  142. data/vendor/simdjson/dependencies/benchmark/src/mutex.h +0 -155
  143. data/vendor/simdjson/dependencies/benchmark/src/re.h +0 -158
  144. data/vendor/simdjson/dependencies/benchmark/src/reporter.cc +0 -105
  145. data/vendor/simdjson/dependencies/benchmark/src/sleep.cc +0 -51
  146. data/vendor/simdjson/dependencies/benchmark/src/sleep.h +0 -15
  147. data/vendor/simdjson/dependencies/benchmark/src/statistics.cc +0 -193
  148. data/vendor/simdjson/dependencies/benchmark/src/statistics.h +0 -37
  149. data/vendor/simdjson/dependencies/benchmark/src/string_util.cc +0 -252
  150. data/vendor/simdjson/dependencies/benchmark/src/string_util.h +0 -59
  151. data/vendor/simdjson/dependencies/benchmark/src/sysinfo.cc +0 -708
  152. data/vendor/simdjson/dependencies/benchmark/src/thread_manager.h +0 -64
  153. data/vendor/simdjson/dependencies/benchmark/src/thread_timer.h +0 -86
  154. data/vendor/simdjson/dependencies/benchmark/src/timers.cc +0 -217
  155. data/vendor/simdjson/dependencies/benchmark/src/timers.h +0 -48
  156. data/vendor/simdjson/dependencies/benchmark/test/AssemblyTests.cmake +0 -46
  157. data/vendor/simdjson/dependencies/benchmark/test/BUILD +0 -73
  158. data/vendor/simdjson/dependencies/benchmark/test/CMakeLists.txt +0 -260
  159. data/vendor/simdjson/dependencies/benchmark/test/basic_test.cc +0 -136
  160. data/vendor/simdjson/dependencies/benchmark/test/benchmark_gtest.cc +0 -128
  161. data/vendor/simdjson/dependencies/benchmark/test/benchmark_name_gtest.cc +0 -74
  162. data/vendor/simdjson/dependencies/benchmark/test/benchmark_test.cc +0 -245
  163. data/vendor/simdjson/dependencies/benchmark/test/clobber_memory_assembly_test.cc +0 -64
  164. data/vendor/simdjson/dependencies/benchmark/test/commandlineflags_gtest.cc +0 -201
  165. data/vendor/simdjson/dependencies/benchmark/test/complexity_test.cc +0 -213
  166. data/vendor/simdjson/dependencies/benchmark/test/cxx03_test.cc +0 -63
  167. data/vendor/simdjson/dependencies/benchmark/test/diagnostics_test.cc +0 -80
  168. data/vendor/simdjson/dependencies/benchmark/test/display_aggregates_only_test.cc +0 -43
  169. data/vendor/simdjson/dependencies/benchmark/test/donotoptimize_assembly_test.cc +0 -163
  170. data/vendor/simdjson/dependencies/benchmark/test/donotoptimize_test.cc +0 -52
  171. data/vendor/simdjson/dependencies/benchmark/test/filter_test.cc +0 -104
  172. data/vendor/simdjson/dependencies/benchmark/test/fixture_test.cc +0 -49
  173. data/vendor/simdjson/dependencies/benchmark/test/internal_threading_test.cc +0 -184
  174. data/vendor/simdjson/dependencies/benchmark/test/link_main_test.cc +0 -8
  175. data/vendor/simdjson/dependencies/benchmark/test/map_test.cc +0 -57
  176. data/vendor/simdjson/dependencies/benchmark/test/memory_manager_test.cc +0 -44
  177. data/vendor/simdjson/dependencies/benchmark/test/multiple_ranges_test.cc +0 -96
  178. data/vendor/simdjson/dependencies/benchmark/test/options_test.cc +0 -75
  179. data/vendor/simdjson/dependencies/benchmark/test/output_test.h +0 -213
  180. data/vendor/simdjson/dependencies/benchmark/test/output_test_helper.cc +0 -515
  181. data/vendor/simdjson/dependencies/benchmark/test/register_benchmark_test.cc +0 -184
  182. data/vendor/simdjson/dependencies/benchmark/test/report_aggregates_only_test.cc +0 -39
  183. data/vendor/simdjson/dependencies/benchmark/test/reporter_output_test.cc +0 -748
  184. data/vendor/simdjson/dependencies/benchmark/test/skip_with_error_test.cc +0 -189
  185. data/vendor/simdjson/dependencies/benchmark/test/state_assembly_test.cc +0 -68
  186. data/vendor/simdjson/dependencies/benchmark/test/statistics_gtest.cc +0 -28
  187. data/vendor/simdjson/dependencies/benchmark/test/string_util_gtest.cc +0 -153
  188. data/vendor/simdjson/dependencies/benchmark/test/templated_fixture_test.cc +0 -28
  189. data/vendor/simdjson/dependencies/benchmark/test/user_counters_tabular_test.cc +0 -285
  190. data/vendor/simdjson/dependencies/benchmark/test/user_counters_test.cc +0 -531
  191. data/vendor/simdjson/dependencies/benchmark/test/user_counters_thousands_test.cc +0 -173
  192. data/vendor/simdjson/dependencies/benchmark/tools/compare.py +0 -408
  193. data/vendor/simdjson/dependencies/benchmark/tools/gbench/__init__.py +0 -8
  194. data/vendor/simdjson/dependencies/benchmark/tools/gbench/report.py +0 -541
  195. data/vendor/simdjson/dependencies/benchmark/tools/gbench/util.py +0 -164
  196. data/vendor/simdjson/dependencies/benchmark/tools/strip_asm.py +0 -151
  197. data/vendor/simdjson/dependencies/cJSON/CHANGELOG.md +0 -375
  198. data/vendor/simdjson/dependencies/cJSON/CMakeLists.txt +0 -251
  199. data/vendor/simdjson/dependencies/cJSON/CONTRIBUTORS.md +0 -51
  200. data/vendor/simdjson/dependencies/cJSON/LICENSE +0 -20
  201. data/vendor/simdjson/dependencies/cJSON/Makefile +0 -157
  202. data/vendor/simdjson/dependencies/cJSON/README.md +0 -533
  203. data/vendor/simdjson/dependencies/cJSON/appveyor.yml +0 -86
  204. data/vendor/simdjson/dependencies/cJSON/cJSON.c +0 -2936
  205. data/vendor/simdjson/dependencies/cJSON/cJSON.h +0 -285
  206. data/vendor/simdjson/dependencies/cJSON/cJSON_Utils.c +0 -1450
  207. data/vendor/simdjson/dependencies/cJSON/cJSON_Utils.h +0 -88
  208. data/vendor/simdjson/dependencies/cJSON/fuzzing/CMakeLists.txt +0 -28
  209. data/vendor/simdjson/dependencies/cJSON/fuzzing/afl-prepare-linux.sh +0 -5
  210. data/vendor/simdjson/dependencies/cJSON/fuzzing/afl.c +0 -176
  211. data/vendor/simdjson/dependencies/cJSON/fuzzing/afl.sh +0 -9
  212. data/vendor/simdjson/dependencies/cJSON/fuzzing/inputs/test1 +0 -22
  213. data/vendor/simdjson/dependencies/cJSON/fuzzing/inputs/test10 +0 -1
  214. data/vendor/simdjson/dependencies/cJSON/fuzzing/inputs/test11 +0 -8
  215. data/vendor/simdjson/dependencies/cJSON/fuzzing/inputs/test2 +0 -11
  216. data/vendor/simdjson/dependencies/cJSON/fuzzing/inputs/test3 +0 -26
  217. data/vendor/simdjson/dependencies/cJSON/fuzzing/inputs/test3.bu +0 -26
  218. data/vendor/simdjson/dependencies/cJSON/fuzzing/inputs/test3.uf +0 -26
  219. data/vendor/simdjson/dependencies/cJSON/fuzzing/inputs/test3.uu +0 -26
  220. data/vendor/simdjson/dependencies/cJSON/fuzzing/inputs/test4 +0 -88
  221. data/vendor/simdjson/dependencies/cJSON/fuzzing/inputs/test5 +0 -27
  222. data/vendor/simdjson/dependencies/cJSON/fuzzing/inputs/test6 +0 -16
  223. data/vendor/simdjson/dependencies/cJSON/fuzzing/inputs/test7 +0 -22
  224. data/vendor/simdjson/dependencies/cJSON/fuzzing/inputs/test8 +0 -13
  225. data/vendor/simdjson/dependencies/cJSON/fuzzing/inputs/test9 +0 -5
  226. data/vendor/simdjson/dependencies/cJSON/fuzzing/json.dict +0 -47
  227. data/vendor/simdjson/dependencies/cJSON/library_config/cJSONConfig.cmake.in +0 -29
  228. data/vendor/simdjson/dependencies/cJSON/library_config/cJSONConfigVersion.cmake.in +0 -11
  229. data/vendor/simdjson/dependencies/cJSON/library_config/libcjson.pc.in +0 -10
  230. data/vendor/simdjson/dependencies/cJSON/library_config/libcjson_utils.pc.in +0 -10
  231. data/vendor/simdjson/dependencies/cJSON/test.c +0 -268
  232. data/vendor/simdjson/dependencies/cJSON/tests/CMakeLists.txt +0 -115
  233. data/vendor/simdjson/dependencies/cJSON/tests/cjson_add.c +0 -422
  234. data/vendor/simdjson/dependencies/cJSON/tests/common.h +0 -122
  235. data/vendor/simdjson/dependencies/cJSON/tests/compare_tests.c +0 -205
  236. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test1 +0 -22
  237. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test1.expected +0 -22
  238. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test10 +0 -1
  239. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test10.expected +0 -1
  240. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test11 +0 -8
  241. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test11.expected +0 -10
  242. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test2 +0 -11
  243. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test2.expected +0 -18
  244. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test3 +0 -26
  245. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test3.expected +0 -28
  246. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test4 +0 -88
  247. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test4.expected +0 -94
  248. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test5 +0 -27
  249. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test5.expected +0 -54
  250. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test6 +0 -16
  251. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test7 +0 -22
  252. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test7.expected +0 -19
  253. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test8 +0 -13
  254. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test8.expected +0 -13
  255. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test9 +0 -5
  256. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test9.expected +0 -1
  257. data/vendor/simdjson/dependencies/cJSON/tests/json-patch-tests/README.md +0 -75
  258. data/vendor/simdjson/dependencies/cJSON/tests/json_patch_tests.c +0 -243
  259. data/vendor/simdjson/dependencies/cJSON/tests/misc_tests.c +0 -579
  260. data/vendor/simdjson/dependencies/cJSON/tests/misc_utils_tests.c +0 -80
  261. data/vendor/simdjson/dependencies/cJSON/tests/old_utils_tests.c +0 -205
  262. data/vendor/simdjson/dependencies/cJSON/tests/parse_array.c +0 -166
  263. data/vendor/simdjson/dependencies/cJSON/tests/parse_examples.c +0 -214
  264. data/vendor/simdjson/dependencies/cJSON/tests/parse_hex4.c +0 -73
  265. data/vendor/simdjson/dependencies/cJSON/tests/parse_number.c +0 -110
  266. data/vendor/simdjson/dependencies/cJSON/tests/parse_object.c +0 -176
  267. data/vendor/simdjson/dependencies/cJSON/tests/parse_string.c +0 -135
  268. data/vendor/simdjson/dependencies/cJSON/tests/parse_value.c +0 -112
  269. data/vendor/simdjson/dependencies/cJSON/tests/parse_with_opts.c +0 -112
  270. data/vendor/simdjson/dependencies/cJSON/tests/print_array.c +0 -100
  271. data/vendor/simdjson/dependencies/cJSON/tests/print_number.c +0 -105
  272. data/vendor/simdjson/dependencies/cJSON/tests/print_object.c +0 -101
  273. data/vendor/simdjson/dependencies/cJSON/tests/print_string.c +0 -78
  274. data/vendor/simdjson/dependencies/cJSON/tests/print_value.c +0 -107
  275. data/vendor/simdjson/dependencies/cJSON/tests/readme_examples.c +0 -258
  276. data/vendor/simdjson/dependencies/cJSON/tests/unity/README.md +0 -231
  277. data/vendor/simdjson/dependencies/cJSON/tests/unity/auto/colour_prompt.rb +0 -118
  278. data/vendor/simdjson/dependencies/cJSON/tests/unity/auto/colour_reporter.rb +0 -39
  279. data/vendor/simdjson/dependencies/cJSON/tests/unity/auto/generate_config.yml +0 -36
  280. data/vendor/simdjson/dependencies/cJSON/tests/unity/auto/generate_module.rb +0 -308
  281. data/vendor/simdjson/dependencies/cJSON/tests/unity/auto/generate_test_runner.rb +0 -454
  282. data/vendor/simdjson/dependencies/cJSON/tests/unity/auto/parse_output.rb +0 -220
  283. data/vendor/simdjson/dependencies/cJSON/tests/unity/auto/stylize_as_junit.rb +0 -252
  284. data/vendor/simdjson/dependencies/cJSON/tests/unity/auto/test_file_filter.rb +0 -25
  285. data/vendor/simdjson/dependencies/cJSON/tests/unity/auto/type_sanitizer.rb +0 -6
  286. data/vendor/simdjson/dependencies/cJSON/tests/unity/auto/unity_test_summary.py +0 -139
  287. data/vendor/simdjson/dependencies/cJSON/tests/unity/auto/unity_test_summary.rb +0 -136
  288. data/vendor/simdjson/dependencies/cJSON/tests/unity/auto/unity_to_junit.py +0 -146
  289. data/vendor/simdjson/dependencies/cJSON/tests/unity/docs/ThrowTheSwitchCodingStandard.md +0 -207
  290. data/vendor/simdjson/dependencies/cJSON/tests/unity/docs/UnityAssertionsCheatSheetSuitableforPrintingandPossiblyFraming.pdf +0 -0
  291. data/vendor/simdjson/dependencies/cJSON/tests/unity/docs/UnityAssertionsReference.md +0 -770
  292. data/vendor/simdjson/dependencies/cJSON/tests/unity/docs/UnityConfigurationGuide.md +0 -435
  293. data/vendor/simdjson/dependencies/cJSON/tests/unity/docs/UnityGettingStartedGuide.md +0 -191
  294. data/vendor/simdjson/dependencies/cJSON/tests/unity/docs/UnityHelperScriptsGuide.md +0 -254
  295. data/vendor/simdjson/dependencies/cJSON/tests/unity/docs/license.txt +0 -21
  296. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_1/makefile +0 -71
  297. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_1/readme.txt +0 -5
  298. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_1/src/ProductionCode.c +0 -24
  299. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_1/src/ProductionCode.h +0 -3
  300. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_1/src/ProductionCode2.c +0 -11
  301. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_1/src/ProductionCode2.h +0 -2
  302. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_1/test/TestProductionCode.c +0 -62
  303. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_1/test/TestProductionCode2.c +0 -31
  304. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_1/test/test_runners/TestProductionCode2_Runner.c +0 -53
  305. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_1/test/test_runners/TestProductionCode_Runner.c +0 -57
  306. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_2/makefile +0 -70
  307. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_2/readme.txt +0 -5
  308. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_2/src/ProductionCode.c +0 -24
  309. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_2/src/ProductionCode.h +0 -3
  310. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_2/src/ProductionCode2.c +0 -11
  311. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_2/src/ProductionCode2.h +0 -2
  312. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_2/test/TestProductionCode.c +0 -64
  313. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_2/test/TestProductionCode2.c +0 -33
  314. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_2/test/test_runners/TestProductionCode2_Runner.c +0 -9
  315. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_2/test/test_runners/TestProductionCode_Runner.c +0 -11
  316. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_2/test/test_runners/all_tests.c +0 -12
  317. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_3/helper/UnityHelper.c +0 -10
  318. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_3/helper/UnityHelper.h +0 -12
  319. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_3/rakefile.rb +0 -43
  320. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_3/rakefile_helper.rb +0 -249
  321. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_3/readme.txt +0 -13
  322. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_3/src/ProductionCode.c +0 -24
  323. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_3/src/ProductionCode.h +0 -3
  324. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_3/src/ProductionCode2.c +0 -11
  325. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_3/src/ProductionCode2.h +0 -2
  326. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_3/target_gcc_32.yml +0 -46
  327. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_3/test/TestProductionCode.c +0 -62
  328. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_3/test/TestProductionCode2.c +0 -31
  329. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/unity_config.h +0 -239
  330. data/vendor/simdjson/dependencies/cJSON/tests/unity/extras/eclipse/error_parsers.txt +0 -26
  331. data/vendor/simdjson/dependencies/cJSON/tests/unity/extras/fixture/rakefile.rb +0 -48
  332. data/vendor/simdjson/dependencies/cJSON/tests/unity/extras/fixture/rakefile_helper.rb +0 -178
  333. data/vendor/simdjson/dependencies/cJSON/tests/unity/extras/fixture/readme.txt +0 -9
  334. data/vendor/simdjson/dependencies/cJSON/tests/unity/extras/fixture/src/unity_fixture.c +0 -432
  335. data/vendor/simdjson/dependencies/cJSON/tests/unity/extras/fixture/src/unity_fixture.h +0 -83
  336. data/vendor/simdjson/dependencies/cJSON/tests/unity/extras/fixture/src/unity_fixture_internals.h +0 -51
  337. data/vendor/simdjson/dependencies/cJSON/tests/unity/extras/fixture/src/unity_fixture_malloc_overrides.h +0 -47
  338. data/vendor/simdjson/dependencies/cJSON/tests/unity/extras/fixture/test/Makefile +0 -75
  339. data/vendor/simdjson/dependencies/cJSON/tests/unity/extras/fixture/test/main/AllTests.c +0 -22
  340. data/vendor/simdjson/dependencies/cJSON/tests/unity/extras/fixture/test/template_fixture_tests.c +0 -39
  341. data/vendor/simdjson/dependencies/cJSON/tests/unity/extras/fixture/test/unity_fixture_Test.c +0 -543
  342. data/vendor/simdjson/dependencies/cJSON/tests/unity/extras/fixture/test/unity_fixture_TestRunner.c +0 -57
  343. data/vendor/simdjson/dependencies/cJSON/tests/unity/extras/fixture/test/unity_output_Spy.c +0 -57
  344. data/vendor/simdjson/dependencies/cJSON/tests/unity/extras/fixture/test/unity_output_Spy.h +0 -17
  345. data/vendor/simdjson/dependencies/cJSON/tests/unity/release/build.info +0 -2
  346. data/vendor/simdjson/dependencies/cJSON/tests/unity/release/version.info +0 -2
  347. data/vendor/simdjson/dependencies/cJSON/tests/unity/src/unity.c +0 -1570
  348. data/vendor/simdjson/dependencies/cJSON/tests/unity/src/unity.h +0 -503
  349. data/vendor/simdjson/dependencies/cJSON/tests/unity/src/unity_internals.h +0 -870
  350. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/Makefile +0 -66
  351. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_cmd.c +0 -61
  352. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_def.c +0 -57
  353. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_head1.c +0 -55
  354. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_head1.h +0 -15
  355. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_mock_cmd.c +0 -80
  356. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_mock_def.c +0 -76
  357. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_mock_head1.c +0 -75
  358. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_mock_head1.h +0 -13
  359. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_mock_new1.c +0 -89
  360. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_mock_new2.c +0 -89
  361. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_mock_param.c +0 -77
  362. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_mock_run1.c +0 -89
  363. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_mock_run2.c +0 -89
  364. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_mock_yaml.c +0 -90
  365. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_new1.c +0 -67
  366. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_new2.c +0 -70
  367. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_param.c +0 -58
  368. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_run1.c +0 -67
  369. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_run2.c +0 -70
  370. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_yaml.c +0 -71
  371. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/rakefile +0 -125
  372. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/rakefile_helper.rb +0 -260
  373. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/spec/generate_module_existing_file_spec.rb +0 -158
  374. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/targets/clang_file.yml +0 -78
  375. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/targets/clang_strict.yml +0 -78
  376. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/targets/gcc_32.yml +0 -49
  377. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/targets/gcc_64.yml +0 -50
  378. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/targets/gcc_auto_limits.yml +0 -47
  379. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/targets/gcc_auto_stdint.yml +0 -59
  380. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/targets/gcc_manual_math.yml +0 -47
  381. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/targets/hitech_picc18.yml +0 -101
  382. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/targets/iar_arm_v4.yml +0 -90
  383. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/targets/iar_arm_v5.yml +0 -80
  384. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/targets/iar_arm_v5_3.yml +0 -80
  385. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/targets/iar_armcortex_LM3S9B92_v5_4.yml +0 -94
  386. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/targets/iar_cortexm3_v5.yml +0 -84
  387. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/targets/iar_msp430.yml +0 -95
  388. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/targets/iar_sh2a_v6.yml +0 -86
  389. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/testdata/CException.h +0 -11
  390. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/testdata/Defs.h +0 -8
  391. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/testdata/cmock.h +0 -14
  392. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/testdata/mockMock.h +0 -13
  393. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/testdata/testRunnerGenerator.c +0 -183
  394. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/testdata/testRunnerGeneratorSmall.c +0 -67
  395. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/testdata/testRunnerGeneratorWithMocks.c +0 -192
  396. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/tests/test_generate_test_runner.rb +0 -1252
  397. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/tests/testparameterized.c +0 -110
  398. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/tests/testunity.c +0 -5337
  399. data/vendor/simdjson/dependencies/cJSON/tests/unity_setup.c +0 -3
  400. data/vendor/simdjson/dependencies/cJSON/valgrind.supp +0 -6
  401. data/vendor/simdjson/dependencies/cxxopts/CHANGELOG.md +0 -97
  402. data/vendor/simdjson/dependencies/cxxopts/CMakeLists.txt +0 -108
  403. data/vendor/simdjson/dependencies/cxxopts/INSTALL +0 -23
  404. data/vendor/simdjson/dependencies/cxxopts/LICENSE +0 -19
  405. data/vendor/simdjson/dependencies/cxxopts/README.md +0 -208
  406. data/vendor/simdjson/dependencies/cxxopts/cxxopts-config.cmake.in +0 -4
  407. data/vendor/simdjson/dependencies/cxxopts/include/cxxopts.hpp +0 -2193
  408. data/vendor/simdjson/dependencies/cxxopts/src/CMakeLists.txt +0 -24
  409. data/vendor/simdjson/dependencies/cxxopts/src/example.cpp +0 -167
  410. data/vendor/simdjson/dependencies/cxxopts/test/CMakeLists.txt +0 -35
  411. data/vendor/simdjson/dependencies/cxxopts/test/add-subdirectory-test/CMakeLists.txt +0 -11
  412. data/vendor/simdjson/dependencies/cxxopts/test/catch.hpp +0 -10460
  413. data/vendor/simdjson/dependencies/cxxopts/test/find-package-test/CMakeLists.txt +0 -11
  414. data/vendor/simdjson/dependencies/cxxopts/test/link_a.cpp +0 -6
  415. data/vendor/simdjson/dependencies/cxxopts/test/link_b.cpp +0 -1
  416. data/vendor/simdjson/dependencies/cxxopts/test/main.cpp +0 -2
  417. data/vendor/simdjson/dependencies/cxxopts/test/options.cpp +0 -776
  418. data/vendor/simdjson/dependencies/fastjson/LICENSE.txt +0 -24
  419. data/vendor/simdjson/dependencies/fastjson/Makefile +0 -5
  420. data/vendor/simdjson/dependencies/fastjson/README.md +0 -68
  421. data/vendor/simdjson/dependencies/fastjson/SConstruct +0 -44
  422. data/vendor/simdjson/dependencies/fastjson/examples/address_book/Makefile +0 -2
  423. data/vendor/simdjson/dependencies/fastjson/examples/address_book/README.markdown +0 -5
  424. data/vendor/simdjson/dependencies/fastjson/examples/address_book/address_book.cpp +0 -166
  425. data/vendor/simdjson/dependencies/fastjson/include/fastjson/core.h +0 -146
  426. data/vendor/simdjson/dependencies/fastjson/include/fastjson/dom.h +0 -799
  427. data/vendor/simdjson/dependencies/fastjson/include/fastjson/error.h +0 -64
  428. data/vendor/simdjson/dependencies/fastjson/include/fastjson/fastjson.h +0 -161
  429. data/vendor/simdjson/dependencies/fastjson/include/fastjson/utils.h +0 -62
  430. data/vendor/simdjson/dependencies/fastjson/src/fastjson.cpp +0 -1016
  431. data/vendor/simdjson/dependencies/fastjson/src/fastjson2.cpp +0 -440
  432. data/vendor/simdjson/dependencies/fastjson/src/fastjson_dom.cpp +0 -165
  433. data/vendor/simdjson/dependencies/fastjson/tests/00-bug-00-bad-parse.cpp +0 -59
  434. data/vendor/simdjson/dependencies/fastjson/tests/00-bug-01-string-roundtrip.cpp +0 -88
  435. data/vendor/simdjson/dependencies/fastjson/tests/00-bug-02-unicode-escape.cpp +0 -66
  436. data/vendor/simdjson/dependencies/fastjson/tests/01-dom-00-dict-const-get.cpp +0 -35
  437. data/vendor/simdjson/dependencies/fastjson/tests/01-dom-01-vector-from-json.cpp +0 -36
  438. data/vendor/simdjson/dependencies/fastjson/tests/Makefile +0 -4
  439. data/vendor/simdjson/dependencies/fastjson/tests/clone_token.cpp +0 -49
  440. data/vendor/simdjson/dependencies/fastjson/tests/dom_from_string.cpp +0 -77
  441. data/vendor/simdjson/dependencies/fastjson/tests/misc/dynamic_test.cpp +0 -49
  442. data/vendor/simdjson/dependencies/fastjson/tests/misc/from_file.cpp +0 -57
  443. data/vendor/simdjson/dependencies/fastjson/tests/misc/speed_test.cpp +0 -127
  444. data/vendor/simdjson/dependencies/fastjson/tests/misc/speed_test_boost.cpp +0 -115
  445. data/vendor/simdjson/dependencies/fastjson/tests/saruconf +0 -3
  446. data/vendor/simdjson/dependencies/fastjson/tests/test0.cpp +0 -385
  447. data/vendor/simdjson/dependencies/fastjson/tests/test1.cpp +0 -237
  448. data/vendor/simdjson/dependencies/fastjson/tests/test2.cpp +0 -301
  449. data/vendor/simdjson/dependencies/fastjson/tests/test_permissive_count.cpp +0 -100
  450. data/vendor/simdjson/dependencies/fastjson/tests/test_permissive_parse.cpp +0 -83
  451. data/vendor/simdjson/dependencies/fastjson/tests/test_permissive_roundtrip.cpp +0 -64
  452. data/vendor/simdjson/dependencies/fastjson/tests/test_utils.cpp +0 -176
  453. data/vendor/simdjson/dependencies/gason/CMakeLists.txt +0 -16
  454. data/vendor/simdjson/dependencies/gason/LICENSE +0 -20
  455. data/vendor/simdjson/dependencies/gason/README.md +0 -167
  456. data/vendor/simdjson/dependencies/gason/data/download.sh +0 -5
  457. data/vendor/simdjson/dependencies/gason/ruberoid/AndroidManifest.xml +0 -32
  458. data/vendor/simdjson/dependencies/gason/ruberoid/res/values/strings.xml +0 -4
  459. data/vendor/simdjson/dependencies/gason/src/benchmark.cpp +0 -257
  460. data/vendor/simdjson/dependencies/gason/src/gason.cpp +0 -334
  461. data/vendor/simdjson/dependencies/gason/src/gason.h +0 -135
  462. data/vendor/simdjson/dependencies/gason/src/pretty-print.cpp +0 -192
  463. data/vendor/simdjson/dependencies/gason/src/test-suite.cpp +0 -146
  464. data/vendor/simdjson/dependencies/jsmn/LICENSE +0 -20
  465. data/vendor/simdjson/dependencies/jsmn/Makefile +0 -41
  466. data/vendor/simdjson/dependencies/jsmn/README.md +0 -168
  467. data/vendor/simdjson/dependencies/jsmn/example/jsondump.c +0 -126
  468. data/vendor/simdjson/dependencies/jsmn/example/simple.c +0 -76
  469. data/vendor/simdjson/dependencies/jsmn/jsmn.c +0 -314
  470. data/vendor/simdjson/dependencies/jsmn/jsmn.h +0 -76
  471. data/vendor/simdjson/dependencies/jsmn/test/test.h +0 -27
  472. data/vendor/simdjson/dependencies/jsmn/test/tests.c +0 -407
  473. data/vendor/simdjson/dependencies/jsmn/test/testutil.h +0 -94
  474. data/vendor/simdjson/dependencies/json/CMakeLists.txt +0 -131
  475. data/vendor/simdjson/dependencies/json/CODE_OF_CONDUCT.md +0 -46
  476. data/vendor/simdjson/dependencies/json/ChangeLog.md +0 -1670
  477. data/vendor/simdjson/dependencies/json/LICENSE.MIT +0 -21
  478. data/vendor/simdjson/dependencies/json/Makefile +0 -629
  479. data/vendor/simdjson/dependencies/json/README.md +0 -1370
  480. data/vendor/simdjson/dependencies/json/appveyor.yml +0 -111
  481. data/vendor/simdjson/dependencies/json/benchmarks/CMakeLists.txt +0 -28
  482. data/vendor/simdjson/dependencies/json/benchmarks/src/benchmarks.cpp +0 -109
  483. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/AUTHORS +0 -46
  484. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/BUILD.bazel +0 -42
  485. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/CMakeLists.txt +0 -251
  486. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/CONTRIBUTING.md +0 -58
  487. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/CONTRIBUTORS +0 -65
  488. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/LICENSE +0 -202
  489. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/README.md +0 -950
  490. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/WORKSPACE +0 -7
  491. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/appveyor.yml +0 -56
  492. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/cmake/AddCXXCompilerFlag.cmake +0 -74
  493. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/cmake/CXXFeatureCheck.cmake +0 -64
  494. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/cmake/Config.cmake.in +0 -1
  495. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/cmake/GetGitVersion.cmake +0 -54
  496. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/cmake/HandleGTest.cmake +0 -113
  497. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/cmake/Modules/FindLLVMAr.cmake +0 -16
  498. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/cmake/Modules/FindLLVMNm.cmake +0 -16
  499. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/cmake/Modules/FindLLVMRanLib.cmake +0 -15
  500. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/cmake/benchmark.pc.in +0 -11
  501. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/cmake/gnu_posix_regex.cpp +0 -12
  502. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/cmake/llvm-toolchain.cmake +0 -8
  503. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/cmake/posix_regex.cpp +0 -14
  504. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/cmake/split_list.cmake +0 -3
  505. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/cmake/std_regex.cpp +0 -10
  506. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/cmake/steady_clock.cpp +0 -7
  507. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/cmake/thread_safety_attributes.cpp +0 -4
  508. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/docs/AssemblyTests.md +0 -147
  509. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/docs/tools.md +0 -242
  510. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/include/benchmark/benchmark.h +0 -1456
  511. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/mingw.py +0 -320
  512. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/releasing.md +0 -16
  513. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/CMakeLists.txt +0 -105
  514. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/arraysize.h +0 -33
  515. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/benchmark.cc +0 -630
  516. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/benchmark_api_internal.h +0 -47
  517. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/benchmark_main.cc +0 -17
  518. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/benchmark_register.cc +0 -461
  519. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/benchmark_register.h +0 -33
  520. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/check.h +0 -79
  521. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/colorprint.cc +0 -188
  522. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/colorprint.h +0 -33
  523. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/commandlineflags.cc +0 -218
  524. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/commandlineflags.h +0 -79
  525. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/complexity.cc +0 -220
  526. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/complexity.h +0 -55
  527. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/console_reporter.cc +0 -182
  528. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/counter.cc +0 -68
  529. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/counter.h +0 -26
  530. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/csv_reporter.cc +0 -149
  531. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/cycleclock.h +0 -177
  532. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/internal_macros.h +0 -89
  533. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/json_reporter.cc +0 -205
  534. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/log.h +0 -73
  535. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/mutex.h +0 -155
  536. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/re.h +0 -152
  537. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/reporter.cc +0 -87
  538. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/sleep.cc +0 -51
  539. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/sleep.h +0 -15
  540. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/statistics.cc +0 -178
  541. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/statistics.h +0 -37
  542. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/string_util.cc +0 -172
  543. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/string_util.h +0 -40
  544. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/sysinfo.cc +0 -587
  545. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/thread_manager.h +0 -66
  546. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/thread_timer.h +0 -69
  547. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/timers.cc +0 -217
  548. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/timers.h +0 -48
  549. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/tools/compare.py +0 -316
  550. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/tools/compare_bench.py +0 -67
  551. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/tools/gbench/__init__.py +0 -8
  552. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/tools/gbench/report.py +0 -208
  553. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/tools/gbench/util.py +0 -159
  554. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/tools/strip_asm.py +0 -151
  555. data/vendor/simdjson/dependencies/json/cmake/config.cmake.in +0 -15
  556. data/vendor/simdjson/dependencies/json/doc/Doxyfile +0 -335
  557. data/vendor/simdjson/dependencies/json/doc/Makefile +0 -90
  558. data/vendor/simdjson/dependencies/json/doc/avatars.png +0 -0
  559. data/vendor/simdjson/dependencies/json/doc/binary_formats.md +0 -171
  560. data/vendor/simdjson/dependencies/json/doc/css/mylayout.css +0 -26
  561. data/vendor/simdjson/dependencies/json/doc/css/mylayout_docset.css +0 -27
  562. data/vendor/simdjson/dependencies/json/doc/examples/README.cpp +0 -39
  563. data/vendor/simdjson/dependencies/json/doc/examples/README.link +0 -1
  564. data/vendor/simdjson/dependencies/json/doc/examples/README.output +0 -27
  565. data/vendor/simdjson/dependencies/json/doc/examples/array.cpp +0 -19
  566. data/vendor/simdjson/dependencies/json/doc/examples/array.link +0 -1
  567. data/vendor/simdjson/dependencies/json/doc/examples/array.output +0 -4
  568. data/vendor/simdjson/dependencies/json/doc/examples/at__object_t_key_type.cpp +0 -48
  569. data/vendor/simdjson/dependencies/json/doc/examples/at__object_t_key_type.link +0 -1
  570. data/vendor/simdjson/dependencies/json/doc/examples/at__object_t_key_type.output +0 -4
  571. data/vendor/simdjson/dependencies/json/doc/examples/at__object_t_key_type_const.cpp +0 -42
  572. data/vendor/simdjson/dependencies/json/doc/examples/at__object_t_key_type_const.link +0 -1
  573. data/vendor/simdjson/dependencies/json/doc/examples/at__object_t_key_type_const.output +0 -3
  574. data/vendor/simdjson/dependencies/json/doc/examples/at__size_type.cpp +0 -43
  575. data/vendor/simdjson/dependencies/json/doc/examples/at__size_type.link +0 -1
  576. data/vendor/simdjson/dependencies/json/doc/examples/at__size_type.output +0 -4
  577. data/vendor/simdjson/dependencies/json/doc/examples/at__size_type_const.cpp +0 -37
  578. data/vendor/simdjson/dependencies/json/doc/examples/at__size_type_const.link +0 -1
  579. data/vendor/simdjson/dependencies/json/doc/examples/at__size_type_const.output +0 -3
  580. data/vendor/simdjson/dependencies/json/doc/examples/at_json_pointer.cpp +0 -103
  581. data/vendor/simdjson/dependencies/json/doc/examples/at_json_pointer.link +0 -1
  582. data/vendor/simdjson/dependencies/json/doc/examples/at_json_pointer.output +0 -12
  583. data/vendor/simdjson/dependencies/json/doc/examples/at_json_pointer_const.cpp +0 -79
  584. data/vendor/simdjson/dependencies/json/doc/examples/at_json_pointer_const.link +0 -1
  585. data/vendor/simdjson/dependencies/json/doc/examples/at_json_pointer_const.output +0 -9
  586. data/vendor/simdjson/dependencies/json/doc/examples/back.cpp +0 -38
  587. data/vendor/simdjson/dependencies/json/doc/examples/back.link +0 -1
  588. data/vendor/simdjson/dependencies/json/doc/examples/back.output +0 -7
  589. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__CompatibleType.cpp +0 -218
  590. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__CompatibleType.link +0 -1
  591. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__CompatibleType.output +0 -39
  592. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__InputIt_InputIt.cpp +0 -32
  593. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__InputIt_InputIt.link +0 -1
  594. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__InputIt_InputIt.output +0 -4
  595. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__basic_json.cpp +0 -17
  596. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__basic_json.link +0 -1
  597. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__basic_json.output +0 -2
  598. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__copyassignment.cpp +0 -18
  599. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__copyassignment.link +0 -1
  600. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__copyassignment.output +0 -2
  601. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__list_init_t.cpp +0 -21
  602. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__list_init_t.link +0 -1
  603. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__list_init_t.output +0 -5
  604. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__moveconstructor.cpp +0 -17
  605. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__moveconstructor.link +0 -1
  606. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__moveconstructor.output +0 -2
  607. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__nullptr_t.cpp +0 -16
  608. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__nullptr_t.link +0 -1
  609. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__nullptr_t.output +0 -2
  610. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__size_type_basic_json.cpp +0 -18
  611. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__size_type_basic_json.link +0 -1
  612. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__size_type_basic_json.output +0 -3
  613. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__value.cpp +0 -30
  614. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__value.link +0 -1
  615. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__value.output +0 -1
  616. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__value_ptr.cpp +0 -30
  617. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__value_ptr.link +0 -1
  618. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__value_ptr.output +0 -1
  619. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__value_t.cpp +0 -25
  620. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__value_t.link +0 -1
  621. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__value_t.output +0 -7
  622. data/vendor/simdjson/dependencies/json/doc/examples/begin.cpp +0 -16
  623. data/vendor/simdjson/dependencies/json/doc/examples/begin.link +0 -1
  624. data/vendor/simdjson/dependencies/json/doc/examples/begin.output +0 -1
  625. data/vendor/simdjson/dependencies/json/doc/examples/cbegin.cpp +0 -16
  626. data/vendor/simdjson/dependencies/json/doc/examples/cbegin.link +0 -1
  627. data/vendor/simdjson/dependencies/json/doc/examples/cbegin.output +0 -1
  628. data/vendor/simdjson/dependencies/json/doc/examples/cend.cpp +0 -19
  629. data/vendor/simdjson/dependencies/json/doc/examples/cend.link +0 -1
  630. data/vendor/simdjson/dependencies/json/doc/examples/cend.output +0 -1
  631. data/vendor/simdjson/dependencies/json/doc/examples/clear.cpp +0 -34
  632. data/vendor/simdjson/dependencies/json/doc/examples/clear.link +0 -1
  633. data/vendor/simdjson/dependencies/json/doc/examples/clear.output +0 -7
  634. data/vendor/simdjson/dependencies/json/doc/examples/contains.cpp +0 -17
  635. data/vendor/simdjson/dependencies/json/doc/examples/contains.link +0 -1
  636. data/vendor/simdjson/dependencies/json/doc/examples/contains.output +0 -3
  637. data/vendor/simdjson/dependencies/json/doc/examples/contains_json_pointer.cpp +0 -45
  638. data/vendor/simdjson/dependencies/json/doc/examples/contains_json_pointer.link +0 -1
  639. data/vendor/simdjson/dependencies/json/doc/examples/contains_json_pointer.output +0 -10
  640. data/vendor/simdjson/dependencies/json/doc/examples/count.cpp +0 -18
  641. data/vendor/simdjson/dependencies/json/doc/examples/count.link +0 -1
  642. data/vendor/simdjson/dependencies/json/doc/examples/count.output +0 -2
  643. data/vendor/simdjson/dependencies/json/doc/examples/crbegin.cpp +0 -16
  644. data/vendor/simdjson/dependencies/json/doc/examples/crbegin.link +0 -1
  645. data/vendor/simdjson/dependencies/json/doc/examples/crbegin.output +0 -1
  646. data/vendor/simdjson/dependencies/json/doc/examples/crend.cpp +0 -19
  647. data/vendor/simdjson/dependencies/json/doc/examples/crend.link +0 -1
  648. data/vendor/simdjson/dependencies/json/doc/examples/crend.output +0 -1
  649. data/vendor/simdjson/dependencies/json/doc/examples/diff.cpp +0 -36
  650. data/vendor/simdjson/dependencies/json/doc/examples/diff.link +0 -1
  651. data/vendor/simdjson/dependencies/json/doc/examples/diff.output +0 -25
  652. data/vendor/simdjson/dependencies/json/doc/examples/dump.cpp +0 -48
  653. data/vendor/simdjson/dependencies/json/doc/examples/dump.link +0 -1
  654. data/vendor/simdjson/dependencies/json/doc/examples/dump.output +0 -55
  655. data/vendor/simdjson/dependencies/json/doc/examples/emplace.cpp +0 -31
  656. data/vendor/simdjson/dependencies/json/doc/examples/emplace.link +0 -1
  657. data/vendor/simdjson/dependencies/json/doc/examples/emplace.output +0 -6
  658. data/vendor/simdjson/dependencies/json/doc/examples/emplace_back.cpp +0 -24
  659. data/vendor/simdjson/dependencies/json/doc/examples/emplace_back.link +0 -1
  660. data/vendor/simdjson/dependencies/json/doc/examples/emplace_back.output +0 -4
  661. data/vendor/simdjson/dependencies/json/doc/examples/empty.cpp +0 -30
  662. data/vendor/simdjson/dependencies/json/doc/examples/empty.link +0 -1
  663. data/vendor/simdjson/dependencies/json/doc/examples/empty.output +0 -9
  664. data/vendor/simdjson/dependencies/json/doc/examples/end.cpp +0 -19
  665. data/vendor/simdjson/dependencies/json/doc/examples/end.link +0 -1
  666. data/vendor/simdjson/dependencies/json/doc/examples/end.output +0 -1
  667. data/vendor/simdjson/dependencies/json/doc/examples/erase__IteratorType.cpp +0 -31
  668. data/vendor/simdjson/dependencies/json/doc/examples/erase__IteratorType.link +0 -1
  669. data/vendor/simdjson/dependencies/json/doc/examples/erase__IteratorType.output +0 -6
  670. data/vendor/simdjson/dependencies/json/doc/examples/erase__IteratorType_IteratorType.cpp +0 -31
  671. data/vendor/simdjson/dependencies/json/doc/examples/erase__IteratorType_IteratorType.link +0 -1
  672. data/vendor/simdjson/dependencies/json/doc/examples/erase__IteratorType_IteratorType.output +0 -6
  673. data/vendor/simdjson/dependencies/json/doc/examples/erase__key_type.cpp +0 -18
  674. data/vendor/simdjson/dependencies/json/doc/examples/erase__key_type.link +0 -1
  675. data/vendor/simdjson/dependencies/json/doc/examples/erase__key_type.output +0 -2
  676. data/vendor/simdjson/dependencies/json/doc/examples/erase__size_type.cpp +0 -16
  677. data/vendor/simdjson/dependencies/json/doc/examples/erase__size_type.link +0 -1
  678. data/vendor/simdjson/dependencies/json/doc/examples/erase__size_type.output +0 -1
  679. data/vendor/simdjson/dependencies/json/doc/examples/exception.cpp +0 -20
  680. data/vendor/simdjson/dependencies/json/doc/examples/exception.link +0 -1
  681. data/vendor/simdjson/dependencies/json/doc/examples/exception.output +0 -2
  682. data/vendor/simdjson/dependencies/json/doc/examples/find__key_type.cpp +0 -20
  683. data/vendor/simdjson/dependencies/json/doc/examples/find__key_type.link +0 -1
  684. data/vendor/simdjson/dependencies/json/doc/examples/find__key_type.output +0 -3
  685. data/vendor/simdjson/dependencies/json/doc/examples/flatten.cpp +0 -32
  686. data/vendor/simdjson/dependencies/json/doc/examples/flatten.link +0 -1
  687. data/vendor/simdjson/dependencies/json/doc/examples/flatten.output +0 -12
  688. data/vendor/simdjson/dependencies/json/doc/examples/from_bson.cpp +0 -21
  689. data/vendor/simdjson/dependencies/json/doc/examples/from_bson.link +0 -1
  690. data/vendor/simdjson/dependencies/json/doc/examples/from_bson.output +0 -4
  691. data/vendor/simdjson/dependencies/json/doc/examples/from_cbor.cpp +0 -20
  692. data/vendor/simdjson/dependencies/json/doc/examples/from_cbor.link +0 -1
  693. data/vendor/simdjson/dependencies/json/doc/examples/from_cbor.output +0 -4
  694. data/vendor/simdjson/dependencies/json/doc/examples/from_msgpack.cpp +0 -20
  695. data/vendor/simdjson/dependencies/json/doc/examples/from_msgpack.link +0 -1
  696. data/vendor/simdjson/dependencies/json/doc/examples/from_msgpack.output +0 -4
  697. data/vendor/simdjson/dependencies/json/doc/examples/from_ubjson.cpp +0 -20
  698. data/vendor/simdjson/dependencies/json/doc/examples/from_ubjson.link +0 -1
  699. data/vendor/simdjson/dependencies/json/doc/examples/from_ubjson.output +0 -4
  700. data/vendor/simdjson/dependencies/json/doc/examples/front.cpp +0 -29
  701. data/vendor/simdjson/dependencies/json/doc/examples/front.link +0 -1
  702. data/vendor/simdjson/dependencies/json/doc/examples/front.output +0 -6
  703. data/vendor/simdjson/dependencies/json/doc/examples/get__PointerType.cpp +0 -21
  704. data/vendor/simdjson/dependencies/json/doc/examples/get__PointerType.link +0 -1
  705. data/vendor/simdjson/dependencies/json/doc/examples/get__PointerType.output +0 -2
  706. data/vendor/simdjson/dependencies/json/doc/examples/get__ValueType_const.cpp +0 -50
  707. data/vendor/simdjson/dependencies/json/doc/examples/get__ValueType_const.link +0 -1
  708. data/vendor/simdjson/dependencies/json/doc/examples/get__ValueType_const.output +0 -11
  709. data/vendor/simdjson/dependencies/json/doc/examples/get_ptr.cpp +0 -21
  710. data/vendor/simdjson/dependencies/json/doc/examples/get_ptr.link +0 -1
  711. data/vendor/simdjson/dependencies/json/doc/examples/get_ptr.output +0 -2
  712. data/vendor/simdjson/dependencies/json/doc/examples/get_ref.cpp +0 -27
  713. data/vendor/simdjson/dependencies/json/doc/examples/get_ref.link +0 -1
  714. data/vendor/simdjson/dependencies/json/doc/examples/get_ref.output +0 -2
  715. data/vendor/simdjson/dependencies/json/doc/examples/get_to.cpp +0 -60
  716. data/vendor/simdjson/dependencies/json/doc/examples/get_to.link +0 -1
  717. data/vendor/simdjson/dependencies/json/doc/examples/get_to.output +0 -11
  718. data/vendor/simdjson/dependencies/json/doc/examples/insert.cpp +0 -17
  719. data/vendor/simdjson/dependencies/json/doc/examples/insert.link +0 -1
  720. data/vendor/simdjson/dependencies/json/doc/examples/insert.output +0 -2
  721. data/vendor/simdjson/dependencies/json/doc/examples/insert__count.cpp +0 -17
  722. data/vendor/simdjson/dependencies/json/doc/examples/insert__count.link +0 -1
  723. data/vendor/simdjson/dependencies/json/doc/examples/insert__count.output +0 -2
  724. data/vendor/simdjson/dependencies/json/doc/examples/insert__ilist.cpp +0 -17
  725. data/vendor/simdjson/dependencies/json/doc/examples/insert__ilist.link +0 -1
  726. data/vendor/simdjson/dependencies/json/doc/examples/insert__ilist.output +0 -2
  727. data/vendor/simdjson/dependencies/json/doc/examples/insert__range.cpp +0 -20
  728. data/vendor/simdjson/dependencies/json/doc/examples/insert__range.link +0 -1
  729. data/vendor/simdjson/dependencies/json/doc/examples/insert__range.output +0 -2
  730. data/vendor/simdjson/dependencies/json/doc/examples/insert__range_object.cpp +0 -21
  731. data/vendor/simdjson/dependencies/json/doc/examples/insert__range_object.link +0 -1
  732. data/vendor/simdjson/dependencies/json/doc/examples/insert__range_object.output +0 -3
  733. data/vendor/simdjson/dependencies/json/doc/examples/invalid_iterator.cpp +0 -21
  734. data/vendor/simdjson/dependencies/json/doc/examples/invalid_iterator.link +0 -1
  735. data/vendor/simdjson/dependencies/json/doc/examples/invalid_iterator.output +0 -2
  736. data/vendor/simdjson/dependencies/json/doc/examples/is_array.cpp +0 -28
  737. data/vendor/simdjson/dependencies/json/doc/examples/is_array.link +0 -1
  738. data/vendor/simdjson/dependencies/json/doc/examples/is_array.output +0 -8
  739. data/vendor/simdjson/dependencies/json/doc/examples/is_boolean.cpp +0 -28
  740. data/vendor/simdjson/dependencies/json/doc/examples/is_boolean.link +0 -1
  741. data/vendor/simdjson/dependencies/json/doc/examples/is_boolean.output +0 -8
  742. data/vendor/simdjson/dependencies/json/doc/examples/is_discarded.cpp +0 -28
  743. data/vendor/simdjson/dependencies/json/doc/examples/is_discarded.link +0 -1
  744. data/vendor/simdjson/dependencies/json/doc/examples/is_discarded.output +0 -8
  745. data/vendor/simdjson/dependencies/json/doc/examples/is_null.cpp +0 -28
  746. data/vendor/simdjson/dependencies/json/doc/examples/is_null.link +0 -1
  747. data/vendor/simdjson/dependencies/json/doc/examples/is_null.output +0 -8
  748. data/vendor/simdjson/dependencies/json/doc/examples/is_number.cpp +0 -28
  749. data/vendor/simdjson/dependencies/json/doc/examples/is_number.link +0 -1
  750. data/vendor/simdjson/dependencies/json/doc/examples/is_number.output +0 -8
  751. data/vendor/simdjson/dependencies/json/doc/examples/is_number_float.cpp +0 -28
  752. data/vendor/simdjson/dependencies/json/doc/examples/is_number_float.link +0 -1
  753. data/vendor/simdjson/dependencies/json/doc/examples/is_number_float.output +0 -8
  754. data/vendor/simdjson/dependencies/json/doc/examples/is_number_integer.cpp +0 -28
  755. data/vendor/simdjson/dependencies/json/doc/examples/is_number_integer.link +0 -1
  756. data/vendor/simdjson/dependencies/json/doc/examples/is_number_integer.output +0 -8
  757. data/vendor/simdjson/dependencies/json/doc/examples/is_number_unsigned.cpp +0 -28
  758. data/vendor/simdjson/dependencies/json/doc/examples/is_number_unsigned.link +0 -1
  759. data/vendor/simdjson/dependencies/json/doc/examples/is_number_unsigned.output +0 -8
  760. data/vendor/simdjson/dependencies/json/doc/examples/is_object.cpp +0 -28
  761. data/vendor/simdjson/dependencies/json/doc/examples/is_object.link +0 -1
  762. data/vendor/simdjson/dependencies/json/doc/examples/is_object.output +0 -8
  763. data/vendor/simdjson/dependencies/json/doc/examples/is_primitive.cpp +0 -28
  764. data/vendor/simdjson/dependencies/json/doc/examples/is_primitive.link +0 -1
  765. data/vendor/simdjson/dependencies/json/doc/examples/is_primitive.output +0 -8
  766. data/vendor/simdjson/dependencies/json/doc/examples/is_string.cpp +0 -28
  767. data/vendor/simdjson/dependencies/json/doc/examples/is_string.link +0 -1
  768. data/vendor/simdjson/dependencies/json/doc/examples/is_string.output +0 -8
  769. data/vendor/simdjson/dependencies/json/doc/examples/is_structured.cpp +0 -28
  770. data/vendor/simdjson/dependencies/json/doc/examples/is_structured.link +0 -1
  771. data/vendor/simdjson/dependencies/json/doc/examples/is_structured.output +0 -8
  772. data/vendor/simdjson/dependencies/json/doc/examples/items.cpp +0 -23
  773. data/vendor/simdjson/dependencies/json/doc/examples/items.link +0 -1
  774. data/vendor/simdjson/dependencies/json/doc/examples/items.output +0 -7
  775. data/vendor/simdjson/dependencies/json/doc/examples/iterator_wrapper.cpp +0 -23
  776. data/vendor/simdjson/dependencies/json/doc/examples/iterator_wrapper.link +0 -1
  777. data/vendor/simdjson/dependencies/json/doc/examples/iterator_wrapper.output +0 -7
  778. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer.cpp +0 -47
  779. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer.link +0 -1
  780. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer.output +0 -3
  781. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__back.cpp +0 -15
  782. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__back.link +0 -1
  783. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__back.output +0 -2
  784. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__empty.cpp +0 -20
  785. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__empty.link +0 -1
  786. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__empty.output +0 -4
  787. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__operator_add.cpp +0 -23
  788. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__operator_add.link +0 -1
  789. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__operator_add.output +0 -4
  790. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__operator_add_binary.cpp +0 -19
  791. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__operator_add_binary.link +0 -1
  792. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__operator_add_binary.output +0 -3
  793. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__parent_pointer.cpp +0 -18
  794. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__parent_pointer.link +0 -1
  795. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__parent_pointer.output +0 -3
  796. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__pop_back.cpp +0 -21
  797. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__pop_back.link +0 -1
  798. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__pop_back.output +0 -4
  799. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__push_back.cpp +0 -21
  800. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__push_back.link +0 -1
  801. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__push_back.output +0 -4
  802. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__to_string.cpp +0 -35
  803. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__to_string.link +0 -1
  804. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__to_string.output +0 -12
  805. data/vendor/simdjson/dependencies/json/doc/examples/max_size.cpp +0 -25
  806. data/vendor/simdjson/dependencies/json/doc/examples/max_size.link +0 -1
  807. data/vendor/simdjson/dependencies/json/doc/examples/max_size.output +0 -7
  808. data/vendor/simdjson/dependencies/json/doc/examples/merge_patch.cpp +0 -40
  809. data/vendor/simdjson/dependencies/json/doc/examples/merge_patch.link +0 -1
  810. data/vendor/simdjson/dependencies/json/doc/examples/merge_patch.output +0 -11
  811. data/vendor/simdjson/dependencies/json/doc/examples/meta.cpp +0 -11
  812. data/vendor/simdjson/dependencies/json/doc/examples/meta.link +0 -1
  813. data/vendor/simdjson/dependencies/json/doc/examples/meta.output +0 -17
  814. data/vendor/simdjson/dependencies/json/doc/examples/object.cpp +0 -28
  815. data/vendor/simdjson/dependencies/json/doc/examples/object.link +0 -1
  816. data/vendor/simdjson/dependencies/json/doc/examples/object.output +0 -4
  817. data/vendor/simdjson/dependencies/json/doc/examples/operator__ValueType.cpp +0 -60
  818. data/vendor/simdjson/dependencies/json/doc/examples/operator__ValueType.link +0 -1
  819. data/vendor/simdjson/dependencies/json/doc/examples/operator__ValueType.output +0 -12
  820. data/vendor/simdjson/dependencies/json/doc/examples/operator__equal.cpp +0 -24
  821. data/vendor/simdjson/dependencies/json/doc/examples/operator__equal.link +0 -1
  822. data/vendor/simdjson/dependencies/json/doc/examples/operator__equal.output +0 -4
  823. data/vendor/simdjson/dependencies/json/doc/examples/operator__equal__nullptr_t.cpp +0 -22
  824. data/vendor/simdjson/dependencies/json/doc/examples/operator__equal__nullptr_t.link +0 -1
  825. data/vendor/simdjson/dependencies/json/doc/examples/operator__equal__nullptr_t.output +0 -5
  826. data/vendor/simdjson/dependencies/json/doc/examples/operator__greater.cpp +0 -24
  827. data/vendor/simdjson/dependencies/json/doc/examples/operator__greater.link +0 -1
  828. data/vendor/simdjson/dependencies/json/doc/examples/operator__greater.output +0 -4
  829. data/vendor/simdjson/dependencies/json/doc/examples/operator__greaterequal.cpp +0 -24
  830. data/vendor/simdjson/dependencies/json/doc/examples/operator__greaterequal.link +0 -1
  831. data/vendor/simdjson/dependencies/json/doc/examples/operator__greaterequal.output +0 -4
  832. data/vendor/simdjson/dependencies/json/doc/examples/operator__less.cpp +0 -24
  833. data/vendor/simdjson/dependencies/json/doc/examples/operator__less.link +0 -1
  834. data/vendor/simdjson/dependencies/json/doc/examples/operator__less.output +0 -4
  835. data/vendor/simdjson/dependencies/json/doc/examples/operator__lessequal.cpp +0 -24
  836. data/vendor/simdjson/dependencies/json/doc/examples/operator__lessequal.link +0 -1
  837. data/vendor/simdjson/dependencies/json/doc/examples/operator__lessequal.output +0 -4
  838. data/vendor/simdjson/dependencies/json/doc/examples/operator__notequal.cpp +0 -24
  839. data/vendor/simdjson/dependencies/json/doc/examples/operator__notequal.link +0 -1
  840. data/vendor/simdjson/dependencies/json/doc/examples/operator__notequal.output +0 -4
  841. data/vendor/simdjson/dependencies/json/doc/examples/operator__notequal__nullptr_t.cpp +0 -22
  842. data/vendor/simdjson/dependencies/json/doc/examples/operator__notequal__nullptr_t.link +0 -1
  843. data/vendor/simdjson/dependencies/json/doc/examples/operator__notequal__nullptr_t.output +0 -5
  844. data/vendor/simdjson/dependencies/json/doc/examples/operator__value_t.cpp +0 -38
  845. data/vendor/simdjson/dependencies/json/doc/examples/operator__value_t.link +0 -1
  846. data/vendor/simdjson/dependencies/json/doc/examples/operator__value_t.output +0 -8
  847. data/vendor/simdjson/dependencies/json/doc/examples/operator_deserialize.cpp +0 -26
  848. data/vendor/simdjson/dependencies/json/doc/examples/operator_deserialize.link +0 -1
  849. data/vendor/simdjson/dependencies/json/doc/examples/operator_deserialize.output +0 -13
  850. data/vendor/simdjson/dependencies/json/doc/examples/operator_serialize.cpp +0 -21
  851. data/vendor/simdjson/dependencies/json/doc/examples/operator_serialize.link +0 -1
  852. data/vendor/simdjson/dependencies/json/doc/examples/operator_serialize.output +0 -22
  853. data/vendor/simdjson/dependencies/json/doc/examples/operatorarray__key_type.cpp +0 -32
  854. data/vendor/simdjson/dependencies/json/doc/examples/operatorarray__key_type.link +0 -1
  855. data/vendor/simdjson/dependencies/json/doc/examples/operatorarray__key_type.output +0 -19
  856. data/vendor/simdjson/dependencies/json/doc/examples/operatorarray__key_type_const.cpp +0 -16
  857. data/vendor/simdjson/dependencies/json/doc/examples/operatorarray__key_type_const.link +0 -1
  858. data/vendor/simdjson/dependencies/json/doc/examples/operatorarray__key_type_const.output +0 -1
  859. data/vendor/simdjson/dependencies/json/doc/examples/operatorarray__size_type.cpp +0 -25
  860. data/vendor/simdjson/dependencies/json/doc/examples/operatorarray__size_type.link +0 -1
  861. data/vendor/simdjson/dependencies/json/doc/examples/operatorarray__size_type.output +0 -3
  862. data/vendor/simdjson/dependencies/json/doc/examples/operatorarray__size_type_const.cpp +0 -13
  863. data/vendor/simdjson/dependencies/json/doc/examples/operatorarray__size_type_const.link +0 -1
  864. data/vendor/simdjson/dependencies/json/doc/examples/operatorarray__size_type_const.output +0 -1
  865. data/vendor/simdjson/dependencies/json/doc/examples/operatorjson_pointer.cpp +0 -48
  866. data/vendor/simdjson/dependencies/json/doc/examples/operatorjson_pointer.link +0 -1
  867. data/vendor/simdjson/dependencies/json/doc/examples/operatorjson_pointer.output +0 -8
  868. data/vendor/simdjson/dependencies/json/doc/examples/operatorjson_pointer_const.cpp +0 -24
  869. data/vendor/simdjson/dependencies/json/doc/examples/operatorjson_pointer_const.link +0 -1
  870. data/vendor/simdjson/dependencies/json/doc/examples/operatorjson_pointer_const.output +0 -4
  871. data/vendor/simdjson/dependencies/json/doc/examples/other_error.cpp +0 -29
  872. data/vendor/simdjson/dependencies/json/doc/examples/other_error.link +0 -1
  873. data/vendor/simdjson/dependencies/json/doc/examples/other_error.output +0 -2
  874. data/vendor/simdjson/dependencies/json/doc/examples/out_of_range.cpp +0 -20
  875. data/vendor/simdjson/dependencies/json/doc/examples/out_of_range.link +0 -1
  876. data/vendor/simdjson/dependencies/json/doc/examples/out_of_range.output +0 -2
  877. data/vendor/simdjson/dependencies/json/doc/examples/parse__array__parser_callback_t.cpp +0 -30
  878. data/vendor/simdjson/dependencies/json/doc/examples/parse__array__parser_callback_t.link +0 -1
  879. data/vendor/simdjson/dependencies/json/doc/examples/parse__array__parser_callback_t.output +0 -20
  880. data/vendor/simdjson/dependencies/json/doc/examples/parse__contiguouscontainer__parser_callback_t.cpp +0 -15
  881. data/vendor/simdjson/dependencies/json/doc/examples/parse__contiguouscontainer__parser_callback_t.link +0 -1
  882. data/vendor/simdjson/dependencies/json/doc/examples/parse__contiguouscontainer__parser_callback_t.output +0 -6
  883. data/vendor/simdjson/dependencies/json/doc/examples/parse__istream__parser_callback_t.cpp +0 -58
  884. data/vendor/simdjson/dependencies/json/doc/examples/parse__istream__parser_callback_t.link +0 -1
  885. data/vendor/simdjson/dependencies/json/doc/examples/parse__istream__parser_callback_t.output +0 -34
  886. data/vendor/simdjson/dependencies/json/doc/examples/parse__iteratortype__parser_callback_t.cpp +0 -15
  887. data/vendor/simdjson/dependencies/json/doc/examples/parse__iteratortype__parser_callback_t.link +0 -1
  888. data/vendor/simdjson/dependencies/json/doc/examples/parse__iteratortype__parser_callback_t.output +0 -6
  889. data/vendor/simdjson/dependencies/json/doc/examples/parse__string__parser_callback_t.cpp +0 -49
  890. data/vendor/simdjson/dependencies/json/doc/examples/parse__string__parser_callback_t.link +0 -1
  891. data/vendor/simdjson/dependencies/json/doc/examples/parse__string__parser_callback_t.output +0 -34
  892. data/vendor/simdjson/dependencies/json/doc/examples/parse_error.cpp +0 -20
  893. data/vendor/simdjson/dependencies/json/doc/examples/parse_error.link +0 -1
  894. data/vendor/simdjson/dependencies/json/doc/examples/parse_error.output +0 -3
  895. data/vendor/simdjson/dependencies/json/doc/examples/patch.cpp +0 -32
  896. data/vendor/simdjson/dependencies/json/doc/examples/patch.link +0 -1
  897. data/vendor/simdjson/dependencies/json/doc/examples/patch.output +0 -11
  898. data/vendor/simdjson/dependencies/json/doc/examples/push_back.cpp +0 -25
  899. data/vendor/simdjson/dependencies/json/doc/examples/push_back.link +0 -1
  900. data/vendor/simdjson/dependencies/json/doc/examples/push_back.output +0 -4
  901. data/vendor/simdjson/dependencies/json/doc/examples/push_back__initializer_list.cpp +0 -27
  902. data/vendor/simdjson/dependencies/json/doc/examples/push_back__initializer_list.link +0 -1
  903. data/vendor/simdjson/dependencies/json/doc/examples/push_back__initializer_list.output +0 -4
  904. data/vendor/simdjson/dependencies/json/doc/examples/push_back__object_t__value.cpp +0 -25
  905. data/vendor/simdjson/dependencies/json/doc/examples/push_back__object_t__value.link +0 -1
  906. data/vendor/simdjson/dependencies/json/doc/examples/push_back__object_t__value.output +0 -4
  907. data/vendor/simdjson/dependencies/json/doc/examples/rbegin.cpp +0 -16
  908. data/vendor/simdjson/dependencies/json/doc/examples/rbegin.link +0 -1
  909. data/vendor/simdjson/dependencies/json/doc/examples/rbegin.output +0 -1
  910. data/vendor/simdjson/dependencies/json/doc/examples/rend.cpp +0 -19
  911. data/vendor/simdjson/dependencies/json/doc/examples/rend.link +0 -1
  912. data/vendor/simdjson/dependencies/json/doc/examples/rend.output +0 -1
  913. data/vendor/simdjson/dependencies/json/doc/examples/sax_parse.cpp +0 -124
  914. data/vendor/simdjson/dependencies/json/doc/examples/sax_parse.link +0 -1
  915. data/vendor/simdjson/dependencies/json/doc/examples/sax_parse.output +0 -2
  916. data/vendor/simdjson/dependencies/json/doc/examples/size.cpp +0 -29
  917. data/vendor/simdjson/dependencies/json/doc/examples/size.link +0 -1
  918. data/vendor/simdjson/dependencies/json/doc/examples/size.output +0 -9
  919. data/vendor/simdjson/dependencies/json/doc/examples/swap__array_t.cpp +0 -20
  920. data/vendor/simdjson/dependencies/json/doc/examples/swap__array_t.link +0 -1
  921. data/vendor/simdjson/dependencies/json/doc/examples/swap__array_t.output +0 -2
  922. data/vendor/simdjson/dependencies/json/doc/examples/swap__object_t.cpp +0 -20
  923. data/vendor/simdjson/dependencies/json/doc/examples/swap__object_t.link +0 -1
  924. data/vendor/simdjson/dependencies/json/doc/examples/swap__object_t.output +0 -2
  925. data/vendor/simdjson/dependencies/json/doc/examples/swap__reference.cpp +0 -18
  926. data/vendor/simdjson/dependencies/json/doc/examples/swap__reference.link +0 -1
  927. data/vendor/simdjson/dependencies/json/doc/examples/swap__reference.output +0 -2
  928. data/vendor/simdjson/dependencies/json/doc/examples/swap__string_t.cpp +0 -20
  929. data/vendor/simdjson/dependencies/json/doc/examples/swap__string_t.link +0 -1
  930. data/vendor/simdjson/dependencies/json/doc/examples/swap__string_t.output +0 -2
  931. data/vendor/simdjson/dependencies/json/doc/examples/to_bson.cpp +0 -21
  932. data/vendor/simdjson/dependencies/json/doc/examples/to_bson.link +0 -1
  933. data/vendor/simdjson/dependencies/json/doc/examples/to_bson.output +0 -1
  934. data/vendor/simdjson/dependencies/json/doc/examples/to_cbor.cpp +0 -21
  935. data/vendor/simdjson/dependencies/json/doc/examples/to_cbor.link +0 -1
  936. data/vendor/simdjson/dependencies/json/doc/examples/to_cbor.output +0 -1
  937. data/vendor/simdjson/dependencies/json/doc/examples/to_msgpack.cpp +0 -21
  938. data/vendor/simdjson/dependencies/json/doc/examples/to_msgpack.link +0 -1
  939. data/vendor/simdjson/dependencies/json/doc/examples/to_msgpack.output +0 -1
  940. data/vendor/simdjson/dependencies/json/doc/examples/to_ubjson.cpp +0 -63
  941. data/vendor/simdjson/dependencies/json/doc/examples/to_ubjson.link +0 -1
  942. data/vendor/simdjson/dependencies/json/doc/examples/to_ubjson.output +0 -4
  943. data/vendor/simdjson/dependencies/json/doc/examples/type.cpp +0 -28
  944. data/vendor/simdjson/dependencies/json/doc/examples/type.link +0 -1
  945. data/vendor/simdjson/dependencies/json/doc/examples/type.output +0 -8
  946. data/vendor/simdjson/dependencies/json/doc/examples/type_error.cpp +0 -20
  947. data/vendor/simdjson/dependencies/json/doc/examples/type_error.link +0 -1
  948. data/vendor/simdjson/dependencies/json/doc/examples/type_error.output +0 -2
  949. data/vendor/simdjson/dependencies/json/doc/examples/type_name.cpp +0 -27
  950. data/vendor/simdjson/dependencies/json/doc/examples/type_name.link +0 -1
  951. data/vendor/simdjson/dependencies/json/doc/examples/type_name.output +0 -8
  952. data/vendor/simdjson/dependencies/json/doc/examples/unflatten.cpp +0 -26
  953. data/vendor/simdjson/dependencies/json/doc/examples/unflatten.link +0 -1
  954. data/vendor/simdjson/dependencies/json/doc/examples/unflatten.output +0 -18
  955. data/vendor/simdjson/dependencies/json/doc/examples/update.cpp +0 -18
  956. data/vendor/simdjson/dependencies/json/doc/examples/update.link +0 -1
  957. data/vendor/simdjson/dependencies/json/doc/examples/update.output +0 -5
  958. data/vendor/simdjson/dependencies/json/doc/examples/update__range.cpp +0 -18
  959. data/vendor/simdjson/dependencies/json/doc/examples/update__range.link +0 -1
  960. data/vendor/simdjson/dependencies/json/doc/examples/update__range.output +0 -5
  961. data/vendor/simdjson/dependencies/json/doc/faq.md +0 -87
  962. data/vendor/simdjson/dependencies/json/doc/images/binary.png +0 -0
  963. data/vendor/simdjson/dependencies/json/doc/images/callback_events.png +0 -0
  964. data/vendor/simdjson/dependencies/json/doc/images/range-begin-end.svg +0 -435
  965. data/vendor/simdjson/dependencies/json/doc/images/range-rbegin-rend.svg +0 -1232
  966. data/vendor/simdjson/dependencies/json/doc/index.md +0 -332
  967. data/vendor/simdjson/dependencies/json/doc/json.gif +0 -0
  968. data/vendor/simdjson/dependencies/json/doc/scripts/git-update-ghpages +0 -193
  969. data/vendor/simdjson/dependencies/json/doc/scripts/send_to_wandbox.py +0 -120
  970. data/vendor/simdjson/dependencies/json/doc/usages/ios.png +0 -0
  971. data/vendor/simdjson/dependencies/json/doc/usages/macos.png +0 -0
  972. data/vendor/simdjson/dependencies/json/include/nlohmann/adl_serializer.hpp +0 -49
  973. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/conversions/from_json.hpp +0 -389
  974. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/conversions/to_chars.hpp +0 -1106
  975. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/conversions/to_json.hpp +0 -344
  976. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/exceptions.hpp +0 -356
  977. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/input/binary_reader.hpp +0 -1983
  978. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/input/input_adapters.hpp +0 -442
  979. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/input/json_sax.hpp +0 -701
  980. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/input/lexer.hpp +0 -1512
  981. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/input/parser.hpp +0 -498
  982. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/input/position_t.hpp +0 -27
  983. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/iterators/internal_iterator.hpp +0 -25
  984. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/iterators/iter_impl.hpp +0 -638
  985. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/iterators/iteration_proxy.hpp +0 -170
  986. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/iterators/iterator_traits.hpp +0 -51
  987. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/iterators/json_reverse_iterator.hpp +0 -119
  988. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/iterators/primitive_iterator.hpp +0 -120
  989. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/json_pointer.hpp +0 -1011
  990. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/json_ref.hpp +0 -69
  991. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/macro_scope.hpp +0 -121
  992. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/macro_unscope.hpp +0 -21
  993. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/meta/cpp_future.hpp +0 -63
  994. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/meta/detected.hpp +0 -58
  995. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/meta/is_sax.hpp +0 -142
  996. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/meta/type_traits.hpp +0 -361
  997. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/meta/void_t.hpp +0 -13
  998. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/output/binary_writer.hpp +0 -1336
  999. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/output/output_adapters.hpp +0 -123
  1000. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/output/serializer.hpp +0 -840
  1001. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/value_t.hpp +0 -77
  1002. data/vendor/simdjson/dependencies/json/include/nlohmann/json.hpp +0 -8134
  1003. data/vendor/simdjson/dependencies/json/include/nlohmann/json_fwd.hpp +0 -64
  1004. data/vendor/simdjson/dependencies/json/include/nlohmann/thirdparty/hedley/hedley.hpp +0 -1505
  1005. data/vendor/simdjson/dependencies/json/include/nlohmann/thirdparty/hedley/hedley_undef.hpp +0 -121
  1006. data/vendor/simdjson/dependencies/json/meson.build +0 -23
  1007. data/vendor/simdjson/dependencies/json/nlohmann_json.natvis +0 -32
  1008. data/vendor/simdjson/dependencies/json/single_include/nlohmann/json.hpp +0 -22684
  1009. data/vendor/simdjson/dependencies/json/test/CMakeLists.txt +0 -150
  1010. data/vendor/simdjson/dependencies/json/test/Makefile +0 -110
  1011. data/vendor/simdjson/dependencies/json/test/cmake_add_subdirectory/CMakeLists.txt +0 -15
  1012. data/vendor/simdjson/dependencies/json/test/cmake_add_subdirectory/project/CMakeLists.txt +0 -13
  1013. data/vendor/simdjson/dependencies/json/test/cmake_add_subdirectory/project/main.cpp +0 -8
  1014. data/vendor/simdjson/dependencies/json/test/cmake_import/CMakeLists.txt +0 -15
  1015. data/vendor/simdjson/dependencies/json/test/cmake_import/project/CMakeLists.txt +0 -12
  1016. data/vendor/simdjson/dependencies/json/test/cmake_import/project/main.cpp +0 -8
  1017. data/vendor/simdjson/dependencies/json/test/cmake_import_minver/CMakeLists.txt +0 -15
  1018. data/vendor/simdjson/dependencies/json/test/cmake_import_minver/project/CMakeLists.txt +0 -8
  1019. data/vendor/simdjson/dependencies/json/test/cmake_import_minver/project/main.cpp +0 -8
  1020. data/vendor/simdjson/dependencies/json/test/data/big-list-of-naughty-strings/LICENSE +0 -22
  1021. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test01 +0 -1
  1022. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test02 +0 -0
  1023. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test03 +0 -0
  1024. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test04 +0 -0
  1025. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test05 +0 -0
  1026. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test06 +0 -0
  1027. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test07 +0 -0
  1028. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test08 +0 -0
  1029. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test09 +0 -0
  1030. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test10 +0 -1
  1031. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test11 +0 -0
  1032. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test12 +0 -0
  1033. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test13 +0 -0
  1034. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test14 +0 -0
  1035. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test15 +0 -0
  1036. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test16 +0 -0
  1037. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test17 +0 -0
  1038. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test18 +0 -0
  1039. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test19 +0 -0
  1040. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test20 +0 -0
  1041. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test21 +0 -0
  1042. data/vendor/simdjson/dependencies/json/test/data/json-patch-tests/README.md +0 -75
  1043. data/vendor/simdjson/dependencies/json/test/data/json.org/1.json.bson +0 -0
  1044. data/vendor/simdjson/dependencies/json/test/data/json.org/1.json.cbor +0 -1
  1045. data/vendor/simdjson/dependencies/json/test/data/json.org/1.json.msgpack +0 -0
  1046. data/vendor/simdjson/dependencies/json/test/data/json.org/2.json.bson +0 -0
  1047. data/vendor/simdjson/dependencies/json/test/data/json.org/2.json.cbor +0 -1
  1048. data/vendor/simdjson/dependencies/json/test/data/json.org/2.json.msgpack +0 -1
  1049. data/vendor/simdjson/dependencies/json/test/data/json.org/3.json.bson +0 -0
  1050. data/vendor/simdjson/dependencies/json/test/data/json.org/3.json.cbor +0 -1
  1051. data/vendor/simdjson/dependencies/json/test/data/json.org/3.json.msgpack +0 -0
  1052. data/vendor/simdjson/dependencies/json/test/data/json.org/4.json.bson +0 -0
  1053. data/vendor/simdjson/dependencies/json/test/data/json.org/4.json.cbor +0 -4
  1054. data/vendor/simdjson/dependencies/json/test/data/json.org/4.json.msgpack +0 -0
  1055. data/vendor/simdjson/dependencies/json/test/data/json.org/5.json.bson +0 -0
  1056. data/vendor/simdjson/dependencies/json/test/data/json.org/5.json.cbor +0 -1
  1057. data/vendor/simdjson/dependencies/json/test/data/json.org/5.json.msgpack +0 -0
  1058. data/vendor/simdjson/dependencies/json/test/data/json_nlohmann_tests/all_unicode.json.cbor +0 -0
  1059. data/vendor/simdjson/dependencies/json/test/data/json_nlohmann_tests/all_unicode.json.msgpack +0 -0
  1060. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip01.json.cbor +0 -1
  1061. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip01.json.msgpack +0 -1
  1062. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip02.json.cbor +0 -1
  1063. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip02.json.msgpack +0 -1
  1064. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip03.json.cbor +0 -1
  1065. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip03.json.msgpack +0 -1
  1066. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip04.json.cbor +0 -0
  1067. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip04.json.msgpack +0 -0
  1068. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip05.json.cbor +0 -1
  1069. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip05.json.msgpack +0 -1
  1070. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip06.json.cbor +0 -1
  1071. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip06.json.msgpack +0 -1
  1072. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip07.json.cbor +0 -1
  1073. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip07.json.msgpack +0 -1
  1074. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip08.json.cbor +0 -0
  1075. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip08.json.msgpack +0 -0
  1076. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip09.json.cbor +0 -1
  1077. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip09.json.msgpack +0 -1
  1078. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip10.json.cbor +0 -1
  1079. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip10.json.msgpack +0 -1
  1080. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip11.json.cbor +0 -1
  1081. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip11.json.msgpack +0 -1
  1082. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip12.json.cbor +0 -1
  1083. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip12.json.msgpack +0 -0
  1084. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip13.json.cbor +0 -1
  1085. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip13.json.msgpack +0 -1
  1086. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip14.json.cbor +0 -1
  1087. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip14.json.msgpack +0 -0
  1088. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip15.json.cbor +0 -1
  1089. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip15.json.msgpack +0 -1
  1090. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip16.json.cbor +0 -1
  1091. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip16.json.msgpack +0 -1
  1092. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip17.json.cbor +0 -1
  1093. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip17.json.msgpack +0 -1
  1094. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip18.json.cbor +0 -1
  1095. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip18.json.msgpack +0 -1
  1096. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip19.json.cbor +0 -1
  1097. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip19.json.msgpack +0 -1
  1098. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip20.json.cbor +0 -0
  1099. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip20.json.msgpack +0 -0
  1100. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip21.json.cbor +0 -0
  1101. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip21.json.msgpack +0 -0
  1102. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip22.json.cbor +0 -1
  1103. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip22.json.msgpack +0 -1
  1104. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip23.json.cbor +0 -1
  1105. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip23.json.msgpack +0 -1
  1106. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip24.json.cbor +0 -0
  1107. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip24.json.msgpack +0 -0
  1108. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip25.json.cbor +0 -0
  1109. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip25.json.msgpack +0 -0
  1110. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip26.json.cbor +0 -0
  1111. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip26.json.msgpack +0 -0
  1112. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip27.json.cbor +0 -1
  1113. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip27.json.msgpack +0 -1
  1114. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip28.json.cbor +0 -0
  1115. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip28.json.msgpack +0 -0
  1116. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip29.json.cbor +0 -0
  1117. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip29.json.msgpack +0 -0
  1118. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip30.json.cbor +0 -1
  1119. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip30.json.msgpack +0 -1
  1120. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip31.json.cbor +0 -1
  1121. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip31.json.msgpack +0 -1
  1122. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip32.json.cbor +0 -1
  1123. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip32.json.msgpack +0 -1
  1124. data/vendor/simdjson/dependencies/json/test/data/json_tests/pass1.json.cbor +0 -0
  1125. data/vendor/simdjson/dependencies/json/test/data/json_tests/pass1.json.msgpack +0 -0
  1126. data/vendor/simdjson/dependencies/json/test/data/json_tests/pass2.json.cbor +0 -1
  1127. data/vendor/simdjson/dependencies/json/test/data/json_tests/pass2.json.msgpack +0 -1
  1128. data/vendor/simdjson/dependencies/json/test/data/json_tests/pass3.json.bson +0 -0
  1129. data/vendor/simdjson/dependencies/json/test/data/json_tests/pass3.json.cbor +0 -1
  1130. data/vendor/simdjson/dependencies/json/test/data/json_tests/pass3.json.msgpack +0 -1
  1131. data/vendor/simdjson/dependencies/json/test/data/json_testsuite/README.md +0 -10
  1132. data/vendor/simdjson/dependencies/json/test/data/json_testsuite/sample.json.cbor +0 -0
  1133. data/vendor/simdjson/dependencies/json/test/data/json_testsuite/sample.json.msgpack +0 -0
  1134. data/vendor/simdjson/dependencies/json/test/data/markus_kuhn/UTF-8-test.txt +0 -0
  1135. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/LICENSE +0 -21
  1136. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_arraysWithSpaces.json.cbor +0 -1
  1137. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_arraysWithSpaces.json.msgpack +0 -1
  1138. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_empty-string.json.cbor +0 -1
  1139. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_empty-string.json.msgpack +0 -1
  1140. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_empty.json.cbor +0 -1
  1141. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_empty.json.msgpack +0 -1
  1142. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_ending_with_newline.json.cbor +0 -1
  1143. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_ending_with_newline.json.msgpack +0 -1
  1144. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_false.json.cbor +0 -1
  1145. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_false.json.msgpack +0 -1
  1146. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_heterogeneous.json.cbor +0 -1
  1147. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_heterogeneous.json.msgpack +0 -1
  1148. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_null.json.cbor +0 -1
  1149. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_null.json.msgpack +0 -1
  1150. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_with_1_and_newline.json.cbor +0 -1
  1151. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_with_1_and_newline.json.msgpack +0 -1
  1152. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_with_leading_space.json.cbor +0 -1
  1153. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_with_leading_space.json.msgpack +0 -1
  1154. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_with_several_null.json.cbor +0 -1
  1155. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_with_several_null.json.msgpack +0 -1
  1156. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_with_trailing_space.json.cbor +0 -1
  1157. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_with_trailing_space.json.msgpack +0 -1
  1158. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number.json.cbor +0 -1
  1159. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number.json.msgpack +0 -1
  1160. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_0e+1.json.cbor +0 -0
  1161. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_0e+1.json.msgpack +0 -0
  1162. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_0e1.json.cbor +0 -0
  1163. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_0e1.json.msgpack +0 -0
  1164. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_after_space.json.cbor +0 -1
  1165. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_after_space.json.msgpack +0 -1
  1166. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_double_close_to_zero.json.cbor +0 -1
  1167. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_double_close_to_zero.json.msgpack +0 -1
  1168. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_double_huge_neg_exp.json.cbor +0 -0
  1169. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_double_huge_neg_exp.json.msgpack +0 -0
  1170. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_huge_exp.json.cbor +0 -0
  1171. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_huge_exp.json.msgpack +0 -0
  1172. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_int_with_exp.json.cbor +0 -0
  1173. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_int_with_exp.json.msgpack +0 -0
  1174. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_minus_zero.json.cbor +0 -0
  1175. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_minus_zero.json.msgpack +0 -0
  1176. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_negative_int.json.cbor +0 -1
  1177. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_negative_int.json.msgpack +0 -1
  1178. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_negative_one.json.cbor +0 -1
  1179. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_negative_one.json.msgpack +0 -1
  1180. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_negative_zero.json.cbor +0 -0
  1181. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_negative_zero.json.msgpack +0 -0
  1182. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e.json.cbor +0 -1
  1183. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e.json.msgpack +0 -1
  1184. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e_neg_exp.json.cbor +0 -1
  1185. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e_neg_exp.json.msgpack +0 -1
  1186. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e_pos_exp.json.cbor +0 -0
  1187. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e_pos_exp.json.msgpack +0 -0
  1188. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_exponent.json.cbor +0 -0
  1189. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_exponent.json.msgpack +0 -0
  1190. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_fraction_exponent.json.cbor +0 -1
  1191. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_fraction_exponent.json.msgpack +0 -1
  1192. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_neg_exp.json.cbor +0 -1
  1193. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_neg_exp.json.msgpack +0 -1
  1194. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_neg_overflow.json.cbor +0 -0
  1195. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_neg_overflow.json.msgpack +0 -0
  1196. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_pos_exponent.json.cbor +0 -0
  1197. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_pos_exponent.json.msgpack +0 -0
  1198. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_pos_overflow.json.cbor +0 -0
  1199. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_pos_overflow.json.msgpack +0 -0
  1200. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_underflow.json.cbor +0 -0
  1201. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_underflow.json.msgpack +0 -0
  1202. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_simple_int.json.cbor +0 -1
  1203. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_simple_int.json.msgpack +0 -1
  1204. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_simple_real.json.cbor +0 -1
  1205. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_simple_real.json.msgpack +0 -1
  1206. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_too_big_neg_int.json.cbor +0 -1
  1207. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object.json.cbor +0 -1
  1208. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object.json.msgpack +0 -1
  1209. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_basic.json.cbor +0 -1
  1210. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_basic.json.msgpack +0 -1
  1211. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_duplicated_key.json.cbor +0 -1
  1212. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_duplicated_key.json.msgpack +0 -1
  1213. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_duplicated_key_and_value.json.cbor +0 -1
  1214. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_duplicated_key_and_value.json.msgpack +0 -1
  1215. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_empty.json.cbor +0 -1
  1216. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_empty.json.msgpack +0 -1
  1217. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_empty_key.json.cbor +0 -0
  1218. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_empty_key.json.msgpack +0 -0
  1219. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_escaped_null_in_key.json.cbor +0 -0
  1220. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_escaped_null_in_key.json.msgpack +0 -0
  1221. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_extreme_numbers.json.cbor +0 -1
  1222. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_extreme_numbers.json.msgpack +0 -1
  1223. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_long_strings.json.cbor +0 -1
  1224. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_long_strings.json.msgpack +0 -0
  1225. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_simple.json.cbor +0 -1
  1226. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_simple.json.msgpack +0 -1
  1227. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_string_unicode.json.cbor +0 -1
  1228. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_string_unicode.json.msgpack +0 -0
  1229. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_with_newlines.json.cbor +0 -1
  1230. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_with_newlines.json.msgpack +0 -1
  1231. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_1_2_3_bytes_UTF-8_sequences.json.cbor +0 -1
  1232. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_1_2_3_bytes_UTF-8_sequences.json.msgpack +0 -1
  1233. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_UTF-16_Surrogates_U+1D11E_MUSICAL_SYMBOL_G_CLEF.json.cbor +0 -1
  1234. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_UTF-16_Surrogates_U+1D11E_MUSICAL_SYMBOL_G_CLEF.json.msgpack +0 -1
  1235. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_accepted_surrogate_pair.json.cbor +0 -1
  1236. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_accepted_surrogate_pair.json.msgpack +0 -1
  1237. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_accepted_surrogate_pairs.json.cbor +0 -1
  1238. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_accepted_surrogate_pairs.json.msgpack +0 -1
  1239. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_allowed_escapes.json.cbor +0 -2
  1240. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_allowed_escapes.json.msgpack +0 -2
  1241. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_backslash_and_u_escaped_zero.json.cbor +0 -1
  1242. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_backslash_and_u_escaped_zero.json.msgpack +0 -1
  1243. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_backslash_doublequotes.json.cbor +0 -1
  1244. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_backslash_doublequotes.json.msgpack +0 -1
  1245. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_comments.json.cbor +0 -1
  1246. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_comments.json.msgpack +0 -1
  1247. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_double_escape_a.json.cbor +0 -1
  1248. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_double_escape_a.json.msgpack +0 -1
  1249. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_double_escape_n.json.cbor +0 -1
  1250. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_double_escape_n.json.msgpack +0 -1
  1251. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_escaped_control_character.json.cbor +0 -1
  1252. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_escaped_control_character.json.msgpack +0 -1
  1253. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_escaped_noncharacter.json.cbor +0 -1
  1254. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_escaped_noncharacter.json.msgpack +0 -1
  1255. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_in_array.json.cbor +0 -1
  1256. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_in_array.json.msgpack +0 -1
  1257. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_in_array_with_leading_space.json.cbor +0 -1
  1258. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_in_array_with_leading_space.json.msgpack +0 -1
  1259. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_last_surrogates_1_and_2.json.cbor +0 -1
  1260. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_last_surrogates_1_and_2.json.msgpack +0 -1
  1261. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_newline_uescaped.json.cbor +0 -1
  1262. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_newline_uescaped.json.msgpack +0 -1
  1263. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+10FFFF.json.cbor +0 -1
  1264. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+10FFFF.json.msgpack +0 -1
  1265. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+1FFFF.json.cbor +0 -1
  1266. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+1FFFF.json.msgpack +0 -1
  1267. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+FFFF.json.cbor +0 -1
  1268. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+FFFF.json.msgpack +0 -1
  1269. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_null_escape.json.cbor +0 -0
  1270. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_null_escape.json.msgpack +0 -0
  1271. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_one-byte-utf-8.json.cbor +0 -1
  1272. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_one-byte-utf-8.json.msgpack +0 -1
  1273. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_pi.json.cbor +0 -1
  1274. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_pi.json.msgpack +0 -1
  1275. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_simple_ascii.json.cbor +0 -1
  1276. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_simple_ascii.json.msgpack +0 -1
  1277. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_space.json.cbor +0 -1
  1278. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_space.json.msgpack +0 -1
  1279. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_three-byte-utf-8.json.cbor +0 -1
  1280. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_three-byte-utf-8.json.msgpack +0 -1
  1281. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_two-byte-utf-8.json.cbor +0 -1
  1282. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_two-byte-utf-8.json.msgpack +0 -1
  1283. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_u+2028_line_sep.json.cbor +0 -1
  1284. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_u+2028_line_sep.json.msgpack +0 -1
  1285. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_u+2029_par_sep.json.cbor +0 -1
  1286. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_u+2029_par_sep.json.msgpack +0 -1
  1287. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_uEscape.json.cbor +0 -1
  1288. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_uEscape.json.msgpack +0 -1
  1289. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_unescaped_char_delete.json.cbor +0 -1
  1290. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_unescaped_char_delete.json.msgpack +0 -1
  1291. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_unicode.json.cbor +0 -1
  1292. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_unicode.json.msgpack +0 -1
  1293. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_unicodeEscapedBackslash.json.cbor +0 -1
  1294. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_unicodeEscapedBackslash.json.msgpack +0 -1
  1295. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_unicode_2.json.cbor +0 -1
  1296. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_unicode_2.json.msgpack +0 -1
  1297. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_unicode_U+200B_ZERO_WIDTH_SPACE.json.cbor +0 -1
  1298. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_unicode_U+200B_ZERO_WIDTH_SPACE.json.msgpack +0 -1
  1299. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_unicode_U+2064_invisible_plus.json.cbor +0 -1
  1300. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_unicode_U+2064_invisible_plus.json.msgpack +0 -1
  1301. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_unicode_escaped_double_quote.json.cbor +0 -1
  1302. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_unicode_escaped_double_quote.json.msgpack +0 -1
  1303. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_utf8.json.cbor +0 -1
  1304. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_utf8.json.msgpack +0 -1
  1305. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_with_del_character.json.cbor +0 -1
  1306. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_with_del_character.json.msgpack +0 -1
  1307. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_false.json.cbor +0 -1
  1308. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_false.json.msgpack +0 -1
  1309. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_int.json.cbor +0 -1
  1310. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_int.json.msgpack +0 -1
  1311. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_negative_real.json.cbor +0 -1
  1312. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_negative_real.json.msgpack +0 -1
  1313. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_null.json.cbor +0 -1
  1314. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_null.json.msgpack +0 -1
  1315. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_string.json.cbor +0 -1
  1316. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_string.json.msgpack +0 -1
  1317. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_true.json.cbor +0 -1
  1318. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_true.json.msgpack +0 -1
  1319. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_string_empty.json.cbor +0 -1
  1320. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_string_empty.json.msgpack +0 -1
  1321. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_trailing_newline.json.cbor +0 -1
  1322. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_trailing_newline.json.msgpack +0 -1
  1323. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_true_in_array.json.cbor +0 -1
  1324. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_true_in_array.json.msgpack +0 -1
  1325. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_whitespace_array.json.cbor +0 -1
  1326. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_whitespace_array.json.msgpack +0 -1
  1327. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite2/LICENSE +0 -21
  1328. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite2/README.md +0 -55
  1329. data/vendor/simdjson/dependencies/json/test/data/regression/floats.json.cbor +0 -0
  1330. data/vendor/simdjson/dependencies/json/test/data/regression/floats.json.msgpack +0 -0
  1331. data/vendor/simdjson/dependencies/json/test/data/regression/signed_ints.json.cbor +0 -0
  1332. data/vendor/simdjson/dependencies/json/test/data/regression/signed_ints.json.msgpack +0 -0
  1333. data/vendor/simdjson/dependencies/json/test/data/regression/unsigned_ints.json.cbor +0 -0
  1334. data/vendor/simdjson/dependencies/json/test/data/regression/unsigned_ints.json.msgpack +0 -0
  1335. data/vendor/simdjson/dependencies/json/test/data/regression/working_file.json.cbor +0 -1
  1336. data/vendor/simdjson/dependencies/json/test/data/regression/working_file.json.msgpack +0 -1
  1337. data/vendor/simdjson/dependencies/json/test/reports/2016-08-29-fuzz/exec_speed.png +0 -0
  1338. data/vendor/simdjson/dependencies/json/test/reports/2016-08-29-fuzz/fuzz.tiff +0 -0
  1339. data/vendor/simdjson/dependencies/json/test/reports/2016-08-29-fuzz/high_freq.png +0 -0
  1340. data/vendor/simdjson/dependencies/json/test/reports/2016-08-29-fuzz/index.html +0 -10
  1341. data/vendor/simdjson/dependencies/json/test/reports/2016-08-29-fuzz/low_freq.png +0 -0
  1342. data/vendor/simdjson/dependencies/json/test/reports/2016-09-09-nativejson_benchmark/README.md +0 -31
  1343. data/vendor/simdjson/dependencies/json/test/reports/2016-09-09-nativejson_benchmark/conformance_Nlohmann (C++11).md +0 -670
  1344. data/vendor/simdjson/dependencies/json/test/reports/2016-09-09-nativejson_benchmark/conformance_overall_Result.png +0 -0
  1345. data/vendor/simdjson/dependencies/json/test/reports/2016-09-09-nativejson_benchmark/performance_Corei7-4980HQ@2.80GHz_mac64_clang7.0_1._Parse_Memory_(byte).png +0 -0
  1346. data/vendor/simdjson/dependencies/json/test/reports/2016-09-09-nativejson_benchmark/performance_Corei7-4980HQ@2.80GHz_mac64_clang7.0_1._Parse_Time_(ms).png +0 -0
  1347. data/vendor/simdjson/dependencies/json/test/reports/2016-09-09-nativejson_benchmark/performance_Corei7-4980HQ@2.80GHz_mac64_clang7.0_2._Stringify_Time_(ms).png +0 -0
  1348. data/vendor/simdjson/dependencies/json/test/reports/2016-09-09-nativejson_benchmark/performance_Corei7-4980HQ@2.80GHz_mac64_clang7.0_3._Prettify_Time_(ms).png +0 -0
  1349. data/vendor/simdjson/dependencies/json/test/reports/2016-09-09-nativejson_benchmark/performance_Corei7-4980HQ@2.80GHz_mac64_clang7.0_7._Code_size_FileSize_(byte).png +0 -0
  1350. data/vendor/simdjson/dependencies/json/test/reports/2016-10-02-fuzz/exec_speed.png +0 -0
  1351. data/vendor/simdjson/dependencies/json/test/reports/2016-10-02-fuzz/fuzz.tiff +0 -0
  1352. data/vendor/simdjson/dependencies/json/test/reports/2016-10-02-fuzz/high_freq.png +0 -0
  1353. data/vendor/simdjson/dependencies/json/test/reports/2016-10-02-fuzz/index.html +0 -10
  1354. data/vendor/simdjson/dependencies/json/test/reports/2016-10-02-fuzz/low_freq.png +0 -0
  1355. data/vendor/simdjson/dependencies/json/test/src/fuzzer-driver_afl.cpp +0 -38
  1356. data/vendor/simdjson/dependencies/json/test/src/fuzzer-parse_bson.cpp +0 -73
  1357. data/vendor/simdjson/dependencies/json/test/src/fuzzer-parse_cbor.cpp +0 -68
  1358. data/vendor/simdjson/dependencies/json/test/src/fuzzer-parse_json.cpp +0 -69
  1359. data/vendor/simdjson/dependencies/json/test/src/fuzzer-parse_msgpack.cpp +0 -68
  1360. data/vendor/simdjson/dependencies/json/test/src/fuzzer-parse_ubjson.cpp +0 -68
  1361. data/vendor/simdjson/dependencies/json/test/src/unit-algorithms.cpp +0 -320
  1362. data/vendor/simdjson/dependencies/json/test/src/unit-allocator.cpp +0 -236
  1363. data/vendor/simdjson/dependencies/json/test/src/unit-alt-string.cpp +0 -264
  1364. data/vendor/simdjson/dependencies/json/test/src/unit-bson.cpp +0 -1254
  1365. data/vendor/simdjson/dependencies/json/test/src/unit-capacity.cpp +0 -563
  1366. data/vendor/simdjson/dependencies/json/test/src/unit-cbor.cpp +0 -2189
  1367. data/vendor/simdjson/dependencies/json/test/src/unit-class_const_iterator.cpp +0 -419
  1368. data/vendor/simdjson/dependencies/json/test/src/unit-class_iterator.cpp +0 -403
  1369. data/vendor/simdjson/dependencies/json/test/src/unit-class_lexer.cpp +0 -181
  1370. data/vendor/simdjson/dependencies/json/test/src/unit-class_parser.cpp +0 -1770
  1371. data/vendor/simdjson/dependencies/json/test/src/unit-comparison.cpp +0 -263
  1372. data/vendor/simdjson/dependencies/json/test/src/unit-concepts.cpp +0 -171
  1373. data/vendor/simdjson/dependencies/json/test/src/unit-constructor1.cpp +0 -1537
  1374. data/vendor/simdjson/dependencies/json/test/src/unit-constructor2.cpp +0 -192
  1375. data/vendor/simdjson/dependencies/json/test/src/unit-convenience.cpp +0 -117
  1376. data/vendor/simdjson/dependencies/json/test/src/unit-conversions.cpp +0 -1577
  1377. data/vendor/simdjson/dependencies/json/test/src/unit-deserialization.cpp +0 -1026
  1378. data/vendor/simdjson/dependencies/json/test/src/unit-element_access1.cpp +0 -974
  1379. data/vendor/simdjson/dependencies/json/test/src/unit-element_access2.cpp +0 -1109
  1380. data/vendor/simdjson/dependencies/json/test/src/unit-inspection.cpp +0 -442
  1381. data/vendor/simdjson/dependencies/json/test/src/unit-items.cpp +0 -1450
  1382. data/vendor/simdjson/dependencies/json/test/src/unit-iterators1.cpp +0 -1692
  1383. data/vendor/simdjson/dependencies/json/test/src/unit-iterators2.cpp +0 -906
  1384. data/vendor/simdjson/dependencies/json/test/src/unit-json_patch.cpp +0 -1295
  1385. data/vendor/simdjson/dependencies/json/test/src/unit-json_pointer.cpp +0 -646
  1386. data/vendor/simdjson/dependencies/json/test/src/unit-merge_patch.cpp +0 -262
  1387. data/vendor/simdjson/dependencies/json/test/src/unit-meta.cpp +0 -57
  1388. data/vendor/simdjson/dependencies/json/test/src/unit-modifiers.cpp +0 -941
  1389. data/vendor/simdjson/dependencies/json/test/src/unit-msgpack.cpp +0 -1607
  1390. data/vendor/simdjson/dependencies/json/test/src/unit-noexcept.cpp +0 -82
  1391. data/vendor/simdjson/dependencies/json/test/src/unit-pointer_access.cpp +0 -444
  1392. data/vendor/simdjson/dependencies/json/test/src/unit-readme.cpp +0 -327
  1393. data/vendor/simdjson/dependencies/json/test/src/unit-reference_access.cpp +0 -318
  1394. data/vendor/simdjson/dependencies/json/test/src/unit-regression.cpp +0 -1830
  1395. data/vendor/simdjson/dependencies/json/test/src/unit-serialization.cpp +0 -191
  1396. data/vendor/simdjson/dependencies/json/test/src/unit-testsuites.cpp +0 -1415
  1397. data/vendor/simdjson/dependencies/json/test/src/unit-to_chars.cpp +0 -537
  1398. data/vendor/simdjson/dependencies/json/test/src/unit-ubjson.cpp +0 -2295
  1399. data/vendor/simdjson/dependencies/json/test/src/unit-udt.cpp +0 -830
  1400. data/vendor/simdjson/dependencies/json/test/src/unit-unicode.cpp +0 -1610
  1401. data/vendor/simdjson/dependencies/json/test/src/unit-wstring.cpp +0 -117
  1402. data/vendor/simdjson/dependencies/json/test/src/unit.cpp +0 -31
  1403. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/CMakeLists.txt +0 -45
  1404. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerCorpus.h +0 -217
  1405. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerCrossOver.cpp +0 -52
  1406. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerDefs.h +0 -89
  1407. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerDictionary.h +0 -124
  1408. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerDriver.cpp +0 -545
  1409. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerExtFunctions.def +0 -50
  1410. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerExtFunctions.h +0 -35
  1411. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerExtFunctionsDlsym.cpp +0 -52
  1412. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerExtFunctionsWeak.cpp +0 -53
  1413. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerExtFunctionsWeakAlias.cpp +0 -56
  1414. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerFlags.def +0 -115
  1415. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerIO.cpp +0 -117
  1416. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerIO.h +0 -64
  1417. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerIOPosix.cpp +0 -88
  1418. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerIOWindows.cpp +0 -282
  1419. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerInterface.h +0 -67
  1420. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerInternal.h +0 -182
  1421. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerLoop.cpp +0 -792
  1422. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerMain.cpp +0 -21
  1423. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerMerge.cpp +0 -261
  1424. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerMerge.h +0 -70
  1425. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerMutate.cpp +0 -527
  1426. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerMutate.h +0 -145
  1427. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerOptions.h +0 -68
  1428. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerRandom.h +0 -36
  1429. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerSHA1.cpp +0 -222
  1430. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerSHA1.h +0 -33
  1431. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerTracePC.cpp +0 -339
  1432. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerTracePC.h +0 -158
  1433. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerTraceState.cpp +0 -325
  1434. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerUtil.cpp +0 -218
  1435. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerUtil.h +0 -72
  1436. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerUtilDarwin.cpp +0 -152
  1437. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerUtilLinux.cpp +0 -24
  1438. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerUtilPosix.cpp +0 -117
  1439. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerUtilWindows.cpp +0 -182
  1440. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerValueBitMap.h +0 -87
  1441. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/README.txt +0 -2
  1442. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/afl/afl_driver.cpp +0 -295
  1443. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/build.sh +0 -10
  1444. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/cxx.dict +0 -122
  1445. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/standalone/StandaloneFuzzTargetMain.c +0 -41
  1446. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/AFLDriverTest.cpp +0 -22
  1447. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/AbsNegAndConstant64Test.cpp +0 -23
  1448. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/AbsNegAndConstantTest.cpp +0 -23
  1449. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/AccumulateAllocationsTest.cpp +0 -17
  1450. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/BufferOverflowOnInput.cpp +0 -23
  1451. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/CMakeLists.txt +0 -217
  1452. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/CallerCalleeTest.cpp +0 -59
  1453. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/CounterTest.cpp +0 -18
  1454. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/CustomCrossOverTest.cpp +0 -63
  1455. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/CustomMutatorTest.cpp +0 -38
  1456. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/DSO1.cpp +0 -12
  1457. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/DSO2.cpp +0 -12
  1458. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/DSOTestExtra.cpp +0 -11
  1459. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/DSOTestMain.cpp +0 -31
  1460. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/DivTest.cpp +0 -20
  1461. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/EmptyTest.cpp +0 -11
  1462. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/FourIndependentBranchesTest.cpp +0 -22
  1463. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/FullCoverageSetTest.cpp +0 -24
  1464. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/FuzzerUnittest.cpp +0 -738
  1465. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/InitializeTest.cpp +0 -28
  1466. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/LeakTest.cpp +0 -17
  1467. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/LeakTimeoutTest.cpp +0 -17
  1468. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/LoadTest.cpp +0 -22
  1469. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/MemcmpTest.cpp +0 -31
  1470. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/NthRunCrashTest.cpp +0 -18
  1471. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/NullDerefOnEmptyTest.cpp +0 -19
  1472. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/NullDerefTest.cpp +0 -26
  1473. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/OneHugeAllocTest.cpp +0 -28
  1474. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/OutOfMemorySingleLargeMallocTest.cpp +0 -27
  1475. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/OutOfMemoryTest.cpp +0 -31
  1476. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/RepeatedBytesTest.cpp +0 -29
  1477. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/RepeatedMemcmp.cpp +0 -22
  1478. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/ShrinkControlFlowTest.cpp +0 -28
  1479. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/ShrinkValueProfileTest.cpp +0 -22
  1480. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/SignedIntOverflowTest.cpp +0 -28
  1481. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/SimpleCmpTest.cpp +0 -46
  1482. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/SimpleDictionaryTest.cpp +0 -29
  1483. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/SimpleHashTest.cpp +0 -40
  1484. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/SimpleTest.cpp +0 -27
  1485. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/SimpleThreadedTest.cpp +0 -25
  1486. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/SingleMemcmpTest.cpp +0 -17
  1487. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/SingleStrcmpTest.cpp +0 -17
  1488. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/SingleStrncmpTest.cpp +0 -17
  1489. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/SpamyTest.cpp +0 -21
  1490. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/StrcmpTest.cpp +0 -32
  1491. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/StrncmpOOBTest.cpp +0 -21
  1492. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/StrncmpTest.cpp +0 -28
  1493. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/StrstrTest.cpp +0 -28
  1494. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/SwapCmpTest.cpp +0 -34
  1495. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/Switch2Test.cpp +0 -35
  1496. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/SwitchTest.cpp +0 -58
  1497. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/ThreadedLeakTest.cpp +0 -18
  1498. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/ThreadedTest.cpp +0 -26
  1499. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/TimeoutEmptyTest.cpp +0 -14
  1500. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/TimeoutTest.cpp +0 -26
  1501. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/TraceMallocTest.cpp +0 -27
  1502. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/UninstrumentedTest.cpp +0 -11
  1503. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/afl-driver-extra-stats.test +0 -28
  1504. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/afl-driver-stderr.test +0 -10
  1505. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/caller-callee.test +0 -2
  1506. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/coverage.test +0 -19
  1507. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/dict1.txt +0 -4
  1508. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/dump_coverage.test +0 -16
  1509. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-customcrossover.test +0 -10
  1510. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-custommutator.test +0 -4
  1511. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-dict.test +0 -6
  1512. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-dirs.test +0 -15
  1513. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-fdmask.test +0 -30
  1514. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-finalstats.test +0 -11
  1515. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-flags.test +0 -10
  1516. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-jobs.test +0 -29
  1517. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-leak.test +0 -35
  1518. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-oom-with-profile.test +0 -6
  1519. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-oom.test +0 -11
  1520. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-printcovpcs.test +0 -8
  1521. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-runs.test +0 -8
  1522. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-seed.test +0 -3
  1523. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-segv.test +0 -5
  1524. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-singleinputs.test +0 -16
  1525. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-threaded.test +0 -7
  1526. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-timeout.test +0 -19
  1527. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-traces-hooks.test +0 -25
  1528. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-ubsan.test +0 -4
  1529. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer.test +0 -57
  1530. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/hi.txt +0 -1
  1531. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/lit.cfg +0 -29
  1532. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/lit.site.cfg.in +0 -4
  1533. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/merge.test +0 -46
  1534. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/minimize_crash.test +0 -6
  1535. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/no-coverage/CMakeLists.txt +0 -29
  1536. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/repeated-bytes.test +0 -2
  1537. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/shrink.test +0 -7
  1538. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/simple-cmp.test +0 -2
  1539. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/standalone.test +0 -4
  1540. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/swap-cmp.test +0 -2
  1541. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/trace-malloc.test +0 -10
  1542. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/ubsan/CMakeLists.txt +0 -15
  1543. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/ulimit.test +0 -2
  1544. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/uninstrumented/CMakeLists.txt +0 -16
  1545. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/unit/lit.cfg +0 -7
  1546. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/unit/lit.site.cfg.in +0 -2
  1547. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/value-profile-cmp.test +0 -2
  1548. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/value-profile-cmp2.test +0 -2
  1549. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/value-profile-cmp3.test +0 -2
  1550. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/value-profile-cmp4.test +0 -2
  1551. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/value-profile-div.test +0 -3
  1552. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/value-profile-load.test +0 -3
  1553. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/value-profile-mem.test +0 -2
  1554. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/value-profile-set.test +0 -3
  1555. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/value-profile-strcmp.test +0 -2
  1556. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/value-profile-strncmp.test +0 -2
  1557. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/value-profile-switch.test +0 -3
  1558. data/vendor/simdjson/dependencies/json/test/thirdparty/doctest/LICENSE.txt +0 -21
  1559. data/vendor/simdjson/dependencies/json/test/thirdparty/doctest/doctest.h +0 -6025
  1560. data/vendor/simdjson/dependencies/json/test/thirdparty/doctest/doctest_compatibility.h +0 -37
  1561. data/vendor/simdjson/dependencies/json/test/thirdparty/fastcov/LICENSE +0 -21
  1562. data/vendor/simdjson/dependencies/json/test/thirdparty/fastcov/README.md +0 -46
  1563. data/vendor/simdjson/dependencies/json/test/thirdparty/fastcov/fastcov.py +0 -372
  1564. data/vendor/simdjson/dependencies/json/test/thirdparty/fifo_map/LICENSE.MIT +0 -21
  1565. data/vendor/simdjson/dependencies/json/test/thirdparty/fifo_map/fifo_map.hpp +0 -530
  1566. data/vendor/simdjson/dependencies/json/test/thirdparty/imapdl/filterbr.py +0 -109
  1567. data/vendor/simdjson/dependencies/json/test/thirdparty/imapdl/gpl-3.0.txt +0 -674
  1568. data/vendor/simdjson/dependencies/json/third_party/amalgamate/CHANGES.md +0 -10
  1569. data/vendor/simdjson/dependencies/json/third_party/amalgamate/LICENSE.md +0 -27
  1570. data/vendor/simdjson/dependencies/json/third_party/amalgamate/README.md +0 -66
  1571. data/vendor/simdjson/dependencies/json/third_party/amalgamate/amalgamate.py +0 -299
  1572. data/vendor/simdjson/dependencies/json/third_party/cpplint/LICENSE +0 -27
  1573. data/vendor/simdjson/dependencies/json/third_party/cpplint/README.rst +0 -80
  1574. data/vendor/simdjson/dependencies/json/third_party/cpplint/cpplint.py +0 -6583
  1575. data/vendor/simdjson/dependencies/json/third_party/cpplint/update.sh +0 -5
  1576. data/vendor/simdjson/dependencies/json11/CMakeLists.txt +0 -57
  1577. data/vendor/simdjson/dependencies/json11/LICENSE.txt +0 -19
  1578. data/vendor/simdjson/dependencies/json11/Makefile +0 -15
  1579. data/vendor/simdjson/dependencies/json11/README.md +0 -42
  1580. data/vendor/simdjson/dependencies/json11/json11.cpp +0 -788
  1581. data/vendor/simdjson/dependencies/json11/json11.hpp +0 -232
  1582. data/vendor/simdjson/dependencies/json11/json11.pc.in +0 -9
  1583. data/vendor/simdjson/dependencies/json11/test.cpp +0 -281
  1584. data/vendor/simdjson/dependencies/jsoncpp/AUTHORS +0 -111
  1585. data/vendor/simdjson/dependencies/jsoncpp/CMakeLists.txt +0 -186
  1586. data/vendor/simdjson/dependencies/jsoncpp/CTestConfig.cmake +0 -15
  1587. data/vendor/simdjson/dependencies/jsoncpp/LICENSE +0 -55
  1588. data/vendor/simdjson/dependencies/jsoncpp/README.md +0 -144
  1589. data/vendor/simdjson/dependencies/jsoncpp/amalgamate.py +0 -155
  1590. data/vendor/simdjson/dependencies/jsoncpp/appveyor.yml +0 -26
  1591. data/vendor/simdjson/dependencies/jsoncpp/dev.makefile +0 -35
  1592. data/vendor/simdjson/dependencies/jsoncpp/devtools/__init__.py +0 -6
  1593. data/vendor/simdjson/dependencies/jsoncpp/devtools/antglob.py +0 -205
  1594. data/vendor/simdjson/dependencies/jsoncpp/devtools/batchbuild.py +0 -278
  1595. data/vendor/simdjson/dependencies/jsoncpp/devtools/fixeol.py +0 -70
  1596. data/vendor/simdjson/dependencies/jsoncpp/devtools/licenseupdater.py +0 -94
  1597. data/vendor/simdjson/dependencies/jsoncpp/devtools/tarball.py +0 -52
  1598. data/vendor/simdjson/dependencies/jsoncpp/doc/doxyfile.in +0 -2302
  1599. data/vendor/simdjson/dependencies/jsoncpp/doc/footer.html +0 -21
  1600. data/vendor/simdjson/dependencies/jsoncpp/doc/header.html +0 -64
  1601. data/vendor/simdjson/dependencies/jsoncpp/doc/jsoncpp.dox +0 -164
  1602. data/vendor/simdjson/dependencies/jsoncpp/doc/readme.txt +0 -1
  1603. data/vendor/simdjson/dependencies/jsoncpp/doc/roadmap.dox +0 -3
  1604. data/vendor/simdjson/dependencies/jsoncpp/doc/web_doxyfile.in +0 -2290
  1605. data/vendor/simdjson/dependencies/jsoncpp/doxybuild.py +0 -189
  1606. data/vendor/simdjson/dependencies/jsoncpp/include/CMakeLists.txt +0 -2
  1607. data/vendor/simdjson/dependencies/jsoncpp/include/json/allocator.h +0 -89
  1608. data/vendor/simdjson/dependencies/jsoncpp/include/json/assertions.h +0 -59
  1609. data/vendor/simdjson/dependencies/jsoncpp/include/json/autolink.h +0 -25
  1610. data/vendor/simdjson/dependencies/jsoncpp/include/json/config.h +0 -198
  1611. data/vendor/simdjson/dependencies/jsoncpp/include/json/features.h +0 -61
  1612. data/vendor/simdjson/dependencies/jsoncpp/include/json/forwards.h +0 -37
  1613. data/vendor/simdjson/dependencies/jsoncpp/include/json/json.h +0 -15
  1614. data/vendor/simdjson/dependencies/jsoncpp/include/json/reader.h +0 -417
  1615. data/vendor/simdjson/dependencies/jsoncpp/include/json/value.h +0 -909
  1616. data/vendor/simdjson/dependencies/jsoncpp/include/json/version.h +0 -22
  1617. data/vendor/simdjson/dependencies/jsoncpp/include/json/writer.h +0 -368
  1618. data/vendor/simdjson/dependencies/jsoncpp/makefiles/msvc2010/jsoncpp.sln +0 -42
  1619. data/vendor/simdjson/dependencies/jsoncpp/makefiles/msvc2010/jsontest.vcxproj +0 -96
  1620. data/vendor/simdjson/dependencies/jsoncpp/makefiles/msvc2010/jsontest.vcxproj.filters +0 -13
  1621. data/vendor/simdjson/dependencies/jsoncpp/makefiles/msvc2010/lib_json.vcxproj +0 -143
  1622. data/vendor/simdjson/dependencies/jsoncpp/makefiles/msvc2010/lib_json.vcxproj.filters +0 -33
  1623. data/vendor/simdjson/dependencies/jsoncpp/makefiles/msvc2010/test_lib_json.vcxproj +0 -109
  1624. data/vendor/simdjson/dependencies/jsoncpp/makefiles/msvc2010/test_lib_json.vcxproj.filters +0 -24
  1625. data/vendor/simdjson/dependencies/jsoncpp/makefiles/msvc2017/jsoncpp.sln +0 -64
  1626. data/vendor/simdjson/dependencies/jsoncpp/makefiles/msvc2017/jsontest.vcxproj +0 -168
  1627. data/vendor/simdjson/dependencies/jsoncpp/makefiles/msvc2017/lib_json.vcxproj +0 -258
  1628. data/vendor/simdjson/dependencies/jsoncpp/makefiles/msvc2017/test_lib_json.vcxproj +0 -189
  1629. data/vendor/simdjson/dependencies/jsoncpp/makefiles/vs71/jsoncpp.sln +0 -46
  1630. data/vendor/simdjson/dependencies/jsoncpp/makefiles/vs71/jsontest.vcproj +0 -119
  1631. data/vendor/simdjson/dependencies/jsoncpp/makefiles/vs71/lib_json.vcproj +0 -205
  1632. data/vendor/simdjson/dependencies/jsoncpp/makefiles/vs71/test_lib_json.vcproj +0 -130
  1633. data/vendor/simdjson/dependencies/jsoncpp/makerelease.py +0 -390
  1634. data/vendor/simdjson/dependencies/jsoncpp/meson.build +0 -115
  1635. data/vendor/simdjson/dependencies/jsoncpp/pkg-config/jsoncpp.pc.in +0 -9
  1636. data/vendor/simdjson/dependencies/jsoncpp/src/CMakeLists.txt +0 -5
  1637. data/vendor/simdjson/dependencies/jsoncpp/src/jsontestrunner/CMakeLists.txt +0 -36
  1638. data/vendor/simdjson/dependencies/jsoncpp/src/jsontestrunner/main.cpp +0 -300
  1639. data/vendor/simdjson/dependencies/jsoncpp/src/lib_json/CMakeLists.txt +0 -145
  1640. data/vendor/simdjson/dependencies/jsoncpp/src/lib_json/json_reader.cpp +0 -2008
  1641. data/vendor/simdjson/dependencies/jsoncpp/src/lib_json/json_tool.h +0 -134
  1642. data/vendor/simdjson/dependencies/jsoncpp/src/lib_json/json_value.cpp +0 -1713
  1643. data/vendor/simdjson/dependencies/jsoncpp/src/lib_json/json_valueiterator.inl +0 -159
  1644. data/vendor/simdjson/dependencies/jsoncpp/src/lib_json/json_writer.cpp +0 -1253
  1645. data/vendor/simdjson/dependencies/jsoncpp/src/lib_json/version.h.in +0 -20
  1646. data/vendor/simdjson/dependencies/jsoncpp/src/test_lib_json/CMakeLists.txt +0 -40
  1647. data/vendor/simdjson/dependencies/jsoncpp/src/test_lib_json/jsontest.cpp +0 -435
  1648. data/vendor/simdjson/dependencies/jsoncpp/src/test_lib_json/jsontest.h +0 -276
  1649. data/vendor/simdjson/dependencies/jsoncpp/src/test_lib_json/main.cpp +0 -2597
  1650. data/vendor/simdjson/dependencies/jsoncpp/test/cleantests.py +0 -16
  1651. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_array_01.expected +0 -1
  1652. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_array_02.expected +0 -2
  1653. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_array_03.expected +0 -6
  1654. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_array_04.expected +0 -5
  1655. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_array_05.expected +0 -100
  1656. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_array_06.expected +0 -5
  1657. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_array_07.expected +0 -2122
  1658. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_basic_01.expected +0 -1
  1659. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_basic_02.expected +0 -1
  1660. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_basic_03.expected +0 -3
  1661. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_basic_04.expected +0 -2
  1662. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_basic_05.expected +0 -2
  1663. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_basic_06.expected +0 -2
  1664. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_basic_07.expected +0 -2
  1665. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_basic_08.expected +0 -3
  1666. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_basic_09.expected +0 -4
  1667. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_comment_00.expected +0 -4
  1668. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_comment_01.expected +0 -10
  1669. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_comment_02.expected +0 -23
  1670. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_complex_01.expected +0 -20
  1671. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_integer_01.expected +0 -2
  1672. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_integer_02.expected +0 -2
  1673. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_integer_03.expected +0 -2
  1674. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_integer_04.expected +0 -3
  1675. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_integer_05.expected +0 -2
  1676. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_integer_06_64bits.expected +0 -1
  1677. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_integer_07_64bits.expected +0 -1
  1678. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_integer_08_64bits.expected +0 -1
  1679. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_large_01.expected +0 -2122
  1680. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_object_01.expected +0 -1
  1681. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_object_02.expected +0 -2
  1682. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_object_03.expected +0 -4
  1683. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_object_04.expected +0 -2
  1684. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_preserve_comment_01.expected +0 -11
  1685. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_real_01.expected +0 -3
  1686. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_real_02.expected +0 -3
  1687. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_real_03.expected +0 -3
  1688. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_real_04.expected +0 -3
  1689. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_real_05.expected +0 -4
  1690. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_real_06.expected +0 -4
  1691. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_real_07.expected +0 -4
  1692. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_real_08.expected +0 -4
  1693. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_real_09.expected +0 -4
  1694. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_real_10.expected +0 -4
  1695. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_real_11.expected +0 -4
  1696. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_real_12.expected +0 -2
  1697. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_string_01.expected +0 -1
  1698. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_string_02.expected +0 -1
  1699. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_string_03.expected +0 -1
  1700. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_string_04.expected +0 -2
  1701. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_string_05.expected +0 -2
  1702. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_string_unicode_01.expected +0 -1
  1703. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_string_unicode_02.expected +0 -1
  1704. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_string_unicode_03.expected +0 -1
  1705. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_string_unicode_04.expected +0 -1
  1706. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_string_unicode_05.expected +0 -2
  1707. data/vendor/simdjson/dependencies/jsoncpp/test/generate_expected.py +0 -17
  1708. data/vendor/simdjson/dependencies/jsoncpp/test/jsonchecker/readme.txt +0 -3
  1709. data/vendor/simdjson/dependencies/jsoncpp/test/pyjsontestrunner.py +0 -71
  1710. data/vendor/simdjson/dependencies/jsoncpp/test/runjsontests.py +0 -210
  1711. data/vendor/simdjson/dependencies/jsoncpp/test/rununittests.py +0 -84
  1712. data/vendor/simdjson/dependencies/jsoncpp/version +0 -1
  1713. data/vendor/simdjson/dependencies/jsoncpp/version.in +0 -1
  1714. data/vendor/simdjson/dependencies/jsoncppdist/json/json-forwards.h +0 -344
  1715. data/vendor/simdjson/dependencies/jsoncppdist/json/json.h +0 -2366
  1716. data/vendor/simdjson/dependencies/jsoncppdist/jsoncpp.cpp +0 -5426
  1717. data/vendor/simdjson/dependencies/rapidjson/CHANGELOG.md +0 -158
  1718. data/vendor/simdjson/dependencies/rapidjson/CMakeLists.txt +0 -221
  1719. data/vendor/simdjson/dependencies/rapidjson/CMakeModules/FindGTestSrc.cmake +0 -30
  1720. data/vendor/simdjson/dependencies/rapidjson/RapidJSON.pc.in +0 -7
  1721. data/vendor/simdjson/dependencies/rapidjson/RapidJSONConfig.cmake.in +0 -15
  1722. data/vendor/simdjson/dependencies/rapidjson/RapidJSONConfigVersion.cmake.in +0 -10
  1723. data/vendor/simdjson/dependencies/rapidjson/appveyor.yml +0 -41
  1724. data/vendor/simdjson/dependencies/rapidjson/bin/data/readme.txt +0 -1
  1725. data/vendor/simdjson/dependencies/rapidjson/bin/draft-04/schema +0 -150
  1726. data/vendor/simdjson/dependencies/rapidjson/bin/jsonchecker/readme.txt +0 -3
  1727. data/vendor/simdjson/dependencies/rapidjson/bin/jsonschema/LICENSE +0 -19
  1728. data/vendor/simdjson/dependencies/rapidjson/bin/jsonschema/README.md +0 -148
  1729. data/vendor/simdjson/dependencies/rapidjson/bin/jsonschema/bin/jsonschema_suite +0 -283
  1730. data/vendor/simdjson/dependencies/rapidjson/bin/jsonschema/tox.ini +0 -8
  1731. data/vendor/simdjson/dependencies/rapidjson/bin/types/readme.txt +0 -1
  1732. data/vendor/simdjson/dependencies/rapidjson/contrib/natvis/LICENSE +0 -45
  1733. data/vendor/simdjson/dependencies/rapidjson/contrib/natvis/README.md +0 -7
  1734. data/vendor/simdjson/dependencies/rapidjson/contrib/natvis/rapidjson.natvis +0 -38
  1735. data/vendor/simdjson/dependencies/rapidjson/doc/CMakeLists.txt +0 -27
  1736. data/vendor/simdjson/dependencies/rapidjson/doc/Doxyfile.in +0 -2369
  1737. data/vendor/simdjson/dependencies/rapidjson/doc/Doxyfile.zh-cn.in +0 -2369
  1738. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/architecture.dot +0 -50
  1739. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/architecture.png +0 -0
  1740. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/insituparsing.dot +0 -65
  1741. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/insituparsing.png +0 -0
  1742. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/iterative-parser-states-diagram.dot +0 -62
  1743. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/iterative-parser-states-diagram.png +0 -0
  1744. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/makefile +0 -8
  1745. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/move1.dot +0 -47
  1746. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/move1.png +0 -0
  1747. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/move2.dot +0 -62
  1748. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/move2.png +0 -0
  1749. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/move3.dot +0 -60
  1750. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/move3.png +0 -0
  1751. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/normalparsing.dot +0 -56
  1752. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/normalparsing.png +0 -0
  1753. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/simpledom.dot +0 -54
  1754. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/simpledom.png +0 -0
  1755. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/tutorial.dot +0 -58
  1756. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/tutorial.png +0 -0
  1757. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/utilityclass.dot +0 -73
  1758. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/utilityclass.png +0 -0
  1759. data/vendor/simdjson/dependencies/rapidjson/doc/dom.md +0 -280
  1760. data/vendor/simdjson/dependencies/rapidjson/doc/dom.zh-cn.md +0 -284
  1761. data/vendor/simdjson/dependencies/rapidjson/doc/encoding.md +0 -146
  1762. data/vendor/simdjson/dependencies/rapidjson/doc/encoding.zh-cn.md +0 -152
  1763. data/vendor/simdjson/dependencies/rapidjson/doc/faq.md +0 -289
  1764. data/vendor/simdjson/dependencies/rapidjson/doc/faq.zh-cn.md +0 -290
  1765. data/vendor/simdjson/dependencies/rapidjson/doc/features.md +0 -104
  1766. data/vendor/simdjson/dependencies/rapidjson/doc/features.zh-cn.md +0 -103
  1767. data/vendor/simdjson/dependencies/rapidjson/doc/internals.md +0 -368
  1768. data/vendor/simdjson/dependencies/rapidjson/doc/internals.zh-cn.md +0 -363
  1769. data/vendor/simdjson/dependencies/rapidjson/doc/logo/rapidjson.png +0 -0
  1770. data/vendor/simdjson/dependencies/rapidjson/doc/logo/rapidjson.svg +0 -119
  1771. data/vendor/simdjson/dependencies/rapidjson/doc/misc/DoxygenLayout.xml +0 -194
  1772. data/vendor/simdjson/dependencies/rapidjson/doc/misc/doxygenextra.css +0 -274
  1773. data/vendor/simdjson/dependencies/rapidjson/doc/misc/footer.html +0 -11
  1774. data/vendor/simdjson/dependencies/rapidjson/doc/misc/header.html +0 -24
  1775. data/vendor/simdjson/dependencies/rapidjson/doc/npm.md +0 -31
  1776. data/vendor/simdjson/dependencies/rapidjson/doc/performance.md +0 -26
  1777. data/vendor/simdjson/dependencies/rapidjson/doc/performance.zh-cn.md +0 -26
  1778. data/vendor/simdjson/dependencies/rapidjson/doc/pointer.md +0 -234
  1779. data/vendor/simdjson/dependencies/rapidjson/doc/pointer.zh-cn.md +0 -234
  1780. data/vendor/simdjson/dependencies/rapidjson/doc/sax.md +0 -509
  1781. data/vendor/simdjson/dependencies/rapidjson/doc/sax.zh-cn.md +0 -487
  1782. data/vendor/simdjson/dependencies/rapidjson/doc/schema.md +0 -505
  1783. data/vendor/simdjson/dependencies/rapidjson/doc/schema.zh-cn.md +0 -237
  1784. data/vendor/simdjson/dependencies/rapidjson/doc/stream.md +0 -429
  1785. data/vendor/simdjson/dependencies/rapidjson/doc/stream.zh-cn.md +0 -429
  1786. data/vendor/simdjson/dependencies/rapidjson/doc/tutorial.md +0 -536
  1787. data/vendor/simdjson/dependencies/rapidjson/doc/tutorial.zh-cn.md +0 -534
  1788. data/vendor/simdjson/dependencies/rapidjson/docker/debian/Dockerfile +0 -8
  1789. data/vendor/simdjson/dependencies/rapidjson/example/CMakeLists.txt +0 -45
  1790. data/vendor/simdjson/dependencies/rapidjson/example/archiver/archiver.cpp +0 -292
  1791. data/vendor/simdjson/dependencies/rapidjson/example/archiver/archiver.h +0 -145
  1792. data/vendor/simdjson/dependencies/rapidjson/example/archiver/archivertest.cpp +0 -287
  1793. data/vendor/simdjson/dependencies/rapidjson/example/capitalize/capitalize.cpp +0 -67
  1794. data/vendor/simdjson/dependencies/rapidjson/example/condense/condense.cpp +0 -32
  1795. data/vendor/simdjson/dependencies/rapidjson/example/filterkey/filterkey.cpp +0 -135
  1796. data/vendor/simdjson/dependencies/rapidjson/example/filterkeydom/filterkeydom.cpp +0 -170
  1797. data/vendor/simdjson/dependencies/rapidjson/example/jsonx/jsonx.cpp +0 -207
  1798. data/vendor/simdjson/dependencies/rapidjson/example/lookaheadparser/lookaheadparser.cpp +0 -350
  1799. data/vendor/simdjson/dependencies/rapidjson/example/messagereader/messagereader.cpp +0 -105
  1800. data/vendor/simdjson/dependencies/rapidjson/example/parsebyparts/parsebyparts.cpp +0 -176
  1801. data/vendor/simdjson/dependencies/rapidjson/example/pretty/pretty.cpp +0 -30
  1802. data/vendor/simdjson/dependencies/rapidjson/example/prettyauto/prettyauto.cpp +0 -56
  1803. data/vendor/simdjson/dependencies/rapidjson/example/schemavalidator/schemavalidator.cpp +0 -78
  1804. data/vendor/simdjson/dependencies/rapidjson/example/serialize/serialize.cpp +0 -173
  1805. data/vendor/simdjson/dependencies/rapidjson/example/simpledom/simpledom.cpp +0 -29
  1806. data/vendor/simdjson/dependencies/rapidjson/example/simplepullreader/simplepullreader.cpp +0 -53
  1807. data/vendor/simdjson/dependencies/rapidjson/example/simplereader/simplereader.cpp +0 -42
  1808. data/vendor/simdjson/dependencies/rapidjson/example/simplewriter/simplewriter.cpp +0 -36
  1809. data/vendor/simdjson/dependencies/rapidjson/example/tutorial/tutorial.cpp +0 -151
  1810. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/allocators.h +0 -284
  1811. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/cursorstreamwrapper.h +0 -78
  1812. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/document.h +0 -2658
  1813. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/encodedstream.h +0 -299
  1814. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/encodings.h +0 -716
  1815. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/error/en.h +0 -74
  1816. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/error/error.h +0 -161
  1817. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/filereadstream.h +0 -99
  1818. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/filewritestream.h +0 -104
  1819. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/fwd.h +0 -151
  1820. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/internal/biginteger.h +0 -290
  1821. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/internal/diyfp.h +0 -258
  1822. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/internal/dtoa.h +0 -245
  1823. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/internal/ieee754.h +0 -78
  1824. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/internal/itoa.h +0 -309
  1825. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/internal/meta.h +0 -186
  1826. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/internal/pow10.h +0 -55
  1827. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/internal/regex.h +0 -732
  1828. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/internal/stack.h +0 -231
  1829. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/internal/strfunc.h +0 -69
  1830. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/internal/strtod.h +0 -269
  1831. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/internal/swap.h +0 -46
  1832. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/istreamwrapper.h +0 -113
  1833. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/memorybuffer.h +0 -70
  1834. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/memorystream.h +0 -71
  1835. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/msinttypes/inttypes.h +0 -316
  1836. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/msinttypes/stdint.h +0 -300
  1837. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/ostreamwrapper.h +0 -81
  1838. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/pointer.h +0 -1357
  1839. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/prettywriter.h +0 -277
  1840. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/rapidjson.h +0 -628
  1841. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/reader.h +0 -2216
  1842. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/schema.h +0 -2483
  1843. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/stream.h +0 -223
  1844. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/stringbuffer.h +0 -121
  1845. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/writer.h +0 -710
  1846. data/vendor/simdjson/dependencies/rapidjson/include_dirs.js +0 -2
  1847. data/vendor/simdjson/dependencies/rapidjson/license.txt +0 -57
  1848. data/vendor/simdjson/dependencies/rapidjson/rapidjson.autopkg +0 -77
  1849. data/vendor/simdjson/dependencies/rapidjson/readme.md +0 -160
  1850. data/vendor/simdjson/dependencies/rapidjson/readme.zh-cn.md +0 -152
  1851. data/vendor/simdjson/dependencies/rapidjson/test/CMakeLists.txt +0 -20
  1852. data/vendor/simdjson/dependencies/rapidjson/test/perftest/CMakeLists.txt +0 -28
  1853. data/vendor/simdjson/dependencies/rapidjson/test/perftest/misctest.cpp +0 -974
  1854. data/vendor/simdjson/dependencies/rapidjson/test/perftest/perftest.cpp +0 -24
  1855. data/vendor/simdjson/dependencies/rapidjson/test/perftest/perftest.h +0 -185
  1856. data/vendor/simdjson/dependencies/rapidjson/test/perftest/platformtest.cpp +0 -166
  1857. data/vendor/simdjson/dependencies/rapidjson/test/perftest/rapidjsontest.cpp +0 -472
  1858. data/vendor/simdjson/dependencies/rapidjson/test/perftest/schematest.cpp +0 -216
  1859. data/vendor/simdjson/dependencies/rapidjson/test/unittest/CMakeLists.txt +0 -92
  1860. data/vendor/simdjson/dependencies/rapidjson/test/unittest/allocatorstest.cpp +0 -102
  1861. data/vendor/simdjson/dependencies/rapidjson/test/unittest/bigintegertest.cpp +0 -133
  1862. data/vendor/simdjson/dependencies/rapidjson/test/unittest/cursorstreamwrappertest.cpp +0 -115
  1863. data/vendor/simdjson/dependencies/rapidjson/test/unittest/documenttest.cpp +0 -672
  1864. data/vendor/simdjson/dependencies/rapidjson/test/unittest/dtoatest.cpp +0 -98
  1865. data/vendor/simdjson/dependencies/rapidjson/test/unittest/encodedstreamtest.cpp +0 -313
  1866. data/vendor/simdjson/dependencies/rapidjson/test/unittest/encodingstest.cpp +0 -451
  1867. data/vendor/simdjson/dependencies/rapidjson/test/unittest/filestreamtest.cpp +0 -112
  1868. data/vendor/simdjson/dependencies/rapidjson/test/unittest/fwdtest.cpp +0 -230
  1869. data/vendor/simdjson/dependencies/rapidjson/test/unittest/istreamwrappertest.cpp +0 -181
  1870. data/vendor/simdjson/dependencies/rapidjson/test/unittest/itoatest.cpp +0 -160
  1871. data/vendor/simdjson/dependencies/rapidjson/test/unittest/jsoncheckertest.cpp +0 -143
  1872. data/vendor/simdjson/dependencies/rapidjson/test/unittest/namespacetest.cpp +0 -70
  1873. data/vendor/simdjson/dependencies/rapidjson/test/unittest/ostreamwrappertest.cpp +0 -92
  1874. data/vendor/simdjson/dependencies/rapidjson/test/unittest/pointertest.cpp +0 -1529
  1875. data/vendor/simdjson/dependencies/rapidjson/test/unittest/prettywritertest.cpp +0 -344
  1876. data/vendor/simdjson/dependencies/rapidjson/test/unittest/readertest.cpp +0 -1895
  1877. data/vendor/simdjson/dependencies/rapidjson/test/unittest/regextest.cpp +0 -638
  1878. data/vendor/simdjson/dependencies/rapidjson/test/unittest/schematest.cpp +0 -2045
  1879. data/vendor/simdjson/dependencies/rapidjson/test/unittest/simdtest.cpp +0 -219
  1880. data/vendor/simdjson/dependencies/rapidjson/test/unittest/strfunctest.cpp +0 -30
  1881. data/vendor/simdjson/dependencies/rapidjson/test/unittest/stringbuffertest.cpp +0 -192
  1882. data/vendor/simdjson/dependencies/rapidjson/test/unittest/strtodtest.cpp +0 -132
  1883. data/vendor/simdjson/dependencies/rapidjson/test/unittest/unittest.cpp +0 -51
  1884. data/vendor/simdjson/dependencies/rapidjson/test/unittest/unittest.h +0 -140
  1885. data/vendor/simdjson/dependencies/rapidjson/test/unittest/valuetest.cpp +0 -1851
  1886. data/vendor/simdjson/dependencies/rapidjson/test/unittest/writertest.cpp +0 -598
  1887. data/vendor/simdjson/dependencies/rapidjson/test/valgrind.supp +0 -17
  1888. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/CMakeLists.txt +0 -16
  1889. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/README.md +0 -141
  1890. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/CHANGES +0 -126
  1891. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/CMakeLists.txt +0 -202
  1892. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/CONTRIBUTORS +0 -40
  1893. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/LICENSE +0 -28
  1894. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/Makefile.am +0 -224
  1895. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/README.md +0 -333
  1896. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/configure.ac +0 -146
  1897. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/CheatSheet.md +0 -562
  1898. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/CookBook.md +0 -3675
  1899. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/DesignDoc.md +0 -280
  1900. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/DevGuide.md +0 -132
  1901. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/Documentation.md +0 -12
  1902. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/ForDummies.md +0 -439
  1903. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/FrequentlyAskedQuestions.md +0 -628
  1904. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/KnownIssues.md +0 -19
  1905. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/v1_5/CheatSheet.md +0 -525
  1906. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/v1_5/CookBook.md +0 -3250
  1907. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/v1_5/Documentation.md +0 -11
  1908. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/v1_5/ForDummies.md +0 -439
  1909. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/v1_5/FrequentlyAskedQuestions.md +0 -624
  1910. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/v1_6/CheatSheet.md +0 -534
  1911. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/v1_6/CookBook.md +0 -3342
  1912. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/v1_6/Documentation.md +0 -12
  1913. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/v1_6/ForDummies.md +0 -439
  1914. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/v1_6/FrequentlyAskedQuestions.md +0 -628
  1915. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/v1_7/CheatSheet.md +0 -556
  1916. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/v1_7/CookBook.md +0 -3432
  1917. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/v1_7/Documentation.md +0 -12
  1918. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/v1_7/ForDummies.md +0 -439
  1919. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/v1_7/FrequentlyAskedQuestions.md +0 -628
  1920. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-actions.h +0 -1205
  1921. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-cardinalities.h +0 -147
  1922. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-actions.h +0 -2377
  1923. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-actions.h.pump +0 -794
  1924. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-function-mockers.h +0 -1095
  1925. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-function-mockers.h.pump +0 -291
  1926. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-matchers.h +0 -2179
  1927. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-matchers.h.pump +0 -672
  1928. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-nice-strict.h +0 -397
  1929. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-nice-strict.h.pump +0 -161
  1930. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-matchers.h +0 -4399
  1931. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-more-actions.h +0 -246
  1932. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-more-matchers.h +0 -58
  1933. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-spec-builders.h +0 -1847
  1934. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock.h +0 -94
  1935. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h +0 -8
  1936. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h.pump +0 -10
  1937. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/custom/gmock-matchers.h +0 -39
  1938. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/custom/gmock-port.h +0 -46
  1939. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/gmock-generated-internal-utils.h +0 -279
  1940. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/gmock-generated-internal-utils.h.pump +0 -136
  1941. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/gmock-internal-utils.h +0 -511
  1942. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/gmock-port.h +0 -91
  1943. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/make/Makefile +0 -101
  1944. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/msvc/2005/gmock.sln +0 -32
  1945. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/msvc/2005/gmock.vcproj +0 -191
  1946. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/msvc/2005/gmock_config.vsprops +0 -15
  1947. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/msvc/2005/gmock_main.vcproj +0 -187
  1948. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/msvc/2005/gmock_test.vcproj +0 -201
  1949. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/msvc/2010/gmock.sln +0 -32
  1950. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/msvc/2010/gmock.vcxproj +0 -82
  1951. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/msvc/2010/gmock_config.props +0 -19
  1952. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/msvc/2010/gmock_main.vcxproj +0 -88
  1953. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/msvc/2010/gmock_test.vcxproj +0 -101
  1954. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/msvc/2015/gmock.sln +0 -32
  1955. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/msvc/2015/gmock.vcxproj +0 -84
  1956. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/msvc/2015/gmock_config.props +0 -19
  1957. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/msvc/2015/gmock_main.vcxproj +0 -90
  1958. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/msvc/2015/gmock_test.vcxproj +0 -103
  1959. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/scripts/fuse_gmock_files.py +0 -240
  1960. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/scripts/generator/LICENSE +0 -203
  1961. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/scripts/generator/README +0 -35
  1962. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/scripts/generator/README.cppclean +0 -115
  1963. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/__init__.py +0 -0
  1964. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/ast.py +0 -1733
  1965. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/gmock_class.py +0 -227
  1966. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/gmock_class_test.py +0 -448
  1967. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/keywords.py +0 -59
  1968. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/tokenize.py +0 -287
  1969. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/utils.py +0 -41
  1970. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/scripts/generator/gmock_gen.py +0 -31
  1971. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/scripts/gmock-config.in +0 -303
  1972. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/scripts/gmock_doctor.py +0 -640
  1973. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/scripts/upload.py +0 -1387
  1974. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/scripts/upload_gmock.py +0 -78
  1975. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/src/gmock-all.cc +0 -47
  1976. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/src/gmock-cardinalities.cc +0 -156
  1977. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/src/gmock-internal-utils.cc +0 -174
  1978. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/src/gmock-matchers.cc +0 -498
  1979. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/src/gmock-spec-builders.cc +0 -823
  1980. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/src/gmock.cc +0 -183
  1981. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/src/gmock_main.cc +0 -54
  1982. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock-actions_test.cc +0 -1411
  1983. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock-cardinalities_test.cc +0 -428
  1984. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock-generated-actions_test.cc +0 -1228
  1985. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock-generated-function-mockers_test.cc +0 -622
  1986. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock-generated-internal-utils_test.cc +0 -127
  1987. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock-generated-matchers_test.cc +0 -1286
  1988. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock-internal-utils_test.cc +0 -699
  1989. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock-matchers_test.cc +0 -5648
  1990. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock-more-actions_test.cc +0 -708
  1991. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock-nice-strict_test.cc +0 -424
  1992. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock-port_test.cc +0 -43
  1993. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock-spec-builders_test.cc +0 -2644
  1994. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock_all_test.cc +0 -51
  1995. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock_ex_test.cc +0 -81
  1996. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock_leak_test.py +0 -108
  1997. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock_leak_test_.cc +0 -100
  1998. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock_link2_test.cc +0 -40
  1999. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock_link_test.cc +0 -40
  2000. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock_link_test.h +0 -669
  2001. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock_output_test.py +0 -180
  2002. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock_output_test_.cc +0 -291
  2003. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock_output_test_golden.txt +0 -310
  2004. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock_stress_test.cc +0 -322
  2005. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock_test.cc +0 -220
  2006. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock_test_utils.py +0 -112
  2007. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/CHANGES +0 -157
  2008. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/CMakeLists.txt +0 -286
  2009. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/CONTRIBUTORS +0 -37
  2010. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/LICENSE +0 -28
  2011. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/Makefile.am +0 -310
  2012. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/README.md +0 -280
  2013. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/cmake/internal_utils.cmake +0 -242
  2014. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/codegear/gtest.cbproj +0 -138
  2015. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/codegear/gtest.groupproj +0 -54
  2016. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/codegear/gtest_all.cc +0 -38
  2017. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/codegear/gtest_link.cc +0 -40
  2018. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/codegear/gtest_main.cbproj +0 -82
  2019. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/codegear/gtest_unittest.cbproj +0 -88
  2020. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/configure.ac +0 -68
  2021. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/AdvancedGuide.md +0 -2182
  2022. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/DevGuide.md +0 -126
  2023. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/Documentation.md +0 -14
  2024. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/FAQ.md +0 -1087
  2025. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/Primer.md +0 -502
  2026. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/PumpManual.md +0 -177
  2027. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/Samples.md +0 -14
  2028. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_5_AdvancedGuide.md +0 -2096
  2029. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_5_Documentation.md +0 -12
  2030. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_5_FAQ.md +0 -886
  2031. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_5_Primer.md +0 -497
  2032. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_5_PumpManual.md +0 -177
  2033. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_5_XcodeGuide.md +0 -93
  2034. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_6_AdvancedGuide.md +0 -2178
  2035. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_6_Documentation.md +0 -14
  2036. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_6_FAQ.md +0 -1038
  2037. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_6_Primer.md +0 -501
  2038. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_6_PumpManual.md +0 -177
  2039. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_6_Samples.md +0 -14
  2040. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_6_XcodeGuide.md +0 -93
  2041. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_7_AdvancedGuide.md +0 -2181
  2042. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_7_Documentation.md +0 -14
  2043. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_7_FAQ.md +0 -1082
  2044. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_7_Primer.md +0 -501
  2045. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_7_PumpManual.md +0 -177
  2046. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_7_Samples.md +0 -14
  2047. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_7_XcodeGuide.md +0 -93
  2048. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/XcodeGuide.md +0 -93
  2049. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-death-test.h +0 -294
  2050. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-message.h +0 -250
  2051. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-param-test.h +0 -1444
  2052. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-param-test.h.pump +0 -510
  2053. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-printers.h +0 -993
  2054. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-spi.h +0 -232
  2055. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-test-part.h +0 -179
  2056. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-typed-test.h +0 -263
  2057. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest.h +0 -2236
  2058. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest_pred_impl.h +0 -358
  2059. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest_prod.h +0 -58
  2060. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/custom/gtest-port.h +0 -69
  2061. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/custom/gtest-printers.h +0 -42
  2062. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/custom/gtest.h +0 -41
  2063. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-death-test-internal.h +0 -319
  2064. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-filepath.h +0 -206
  2065. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-internal.h +0 -1238
  2066. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-linked_ptr.h +0 -243
  2067. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-param-util-generated.h +0 -5146
  2068. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-param-util-generated.h.pump +0 -286
  2069. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-param-util.h +0 -731
  2070. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-port-arch.h +0 -93
  2071. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-port.h +0 -2554
  2072. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-string.h +0 -167
  2073. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-tuple.h +0 -1020
  2074. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-tuple.h.pump +0 -347
  2075. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-type-util.h +0 -3331
  2076. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-type-util.h.pump +0 -297
  2077. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/m4/acx_pthread.m4 +0 -363
  2078. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/m4/gtest.m4 +0 -74
  2079. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/make/Makefile +0 -82
  2080. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/msvc/gtest-md.sln +0 -45
  2081. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/msvc/gtest-md.vcproj +0 -126
  2082. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/msvc/gtest.sln +0 -45
  2083. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/msvc/gtest.vcproj +0 -126
  2084. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/msvc/gtest_main-md.vcproj +0 -129
  2085. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/msvc/gtest_main.vcproj +0 -129
  2086. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/msvc/gtest_prod_test-md.vcproj +0 -164
  2087. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/msvc/gtest_prod_test.vcproj +0 -164
  2088. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/msvc/gtest_unittest-md.vcproj +0 -147
  2089. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/msvc/gtest_unittest.vcproj +0 -147
  2090. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/samples/prime_tables.h +0 -123
  2091. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/samples/sample1.cc +0 -68
  2092. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/samples/sample1.h +0 -43
  2093. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/samples/sample10_unittest.cc +0 -144
  2094. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/samples/sample1_unittest.cc +0 -153
  2095. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/samples/sample2.cc +0 -56
  2096. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/samples/sample2.h +0 -85
  2097. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/samples/sample2_unittest.cc +0 -109
  2098. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/samples/sample3-inl.h +0 -172
  2099. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/samples/sample3_unittest.cc +0 -151
  2100. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/samples/sample4.cc +0 -46
  2101. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/samples/sample4.h +0 -53
  2102. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/samples/sample4_unittest.cc +0 -45
  2103. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/samples/sample5_unittest.cc +0 -199
  2104. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/samples/sample6_unittest.cc +0 -224
  2105. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/samples/sample7_unittest.cc +0 -130
  2106. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/samples/sample8_unittest.cc +0 -173
  2107. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/samples/sample9_unittest.cc +0 -160
  2108. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/scripts/common.py +0 -83
  2109. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/scripts/fuse_gtest_files.py +0 -253
  2110. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/scripts/gen_gtest_pred_impl.py +0 -730
  2111. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/scripts/gtest-config.in +0 -274
  2112. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/scripts/pump.py +0 -855
  2113. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/scripts/release_docs.py +0 -158
  2114. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/scripts/test/Makefile +0 -59
  2115. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/scripts/upload.py +0 -1387
  2116. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/scripts/upload_gtest.py +0 -78
  2117. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/src/gtest-all.cc +0 -48
  2118. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/src/gtest-death-test.cc +0 -1342
  2119. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/src/gtest-filepath.cc +0 -387
  2120. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/src/gtest-internal-inl.h +0 -1183
  2121. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/src/gtest-port.cc +0 -1259
  2122. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/src/gtest-printers.cc +0 -373
  2123. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/src/gtest-test-part.cc +0 -110
  2124. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/src/gtest-typed-test.cc +0 -118
  2125. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/src/gtest.cc +0 -5388
  2126. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/src/gtest_main.cc +0 -38
  2127. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest-death-test_ex_test.cc +0 -93
  2128. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest-death-test_test.cc +0 -1427
  2129. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest-filepath_test.cc +0 -662
  2130. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest-linked_ptr_test.cc +0 -154
  2131. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest-listener_test.cc +0 -311
  2132. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest-message_test.cc +0 -159
  2133. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest-options_test.cc +0 -215
  2134. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest-param-test2_test.cc +0 -65
  2135. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest-param-test_test.cc +0 -1055
  2136. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest-param-test_test.h +0 -57
  2137. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest-port_test.cc +0 -1304
  2138. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest-printers_test.cc +0 -1635
  2139. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest-test-part_test.cc +0 -208
  2140. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest-tuple_test.cc +0 -320
  2141. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest-typed-test2_test.cc +0 -45
  2142. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest-typed-test_test.cc +0 -380
  2143. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest-typed-test_test.h +0 -66
  2144. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest-unittest-api_test.cc +0 -341
  2145. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_all_test.cc +0 -47
  2146. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_break_on_failure_unittest.py +0 -212
  2147. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_break_on_failure_unittest_.cc +0 -88
  2148. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_catch_exceptions_test.py +0 -237
  2149. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_catch_exceptions_test_.cc +0 -311
  2150. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_color_test.py +0 -130
  2151. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_color_test_.cc +0 -71
  2152. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_env_var_test.py +0 -117
  2153. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_env_var_test_.cc +0 -126
  2154. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_environment_test.cc +0 -192
  2155. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_filter_unittest.py +0 -636
  2156. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_filter_unittest_.cc +0 -140
  2157. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_help_test.py +0 -172
  2158. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_help_test_.cc +0 -46
  2159. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_list_tests_unittest.py +0 -207
  2160. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_list_tests_unittest_.cc +0 -157
  2161. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_main_unittest.cc +0 -45
  2162. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_no_test_unittest.cc +0 -56
  2163. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_output_test.py +0 -340
  2164. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_output_test_.cc +0 -1062
  2165. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_output_test_golden_lin.txt +0 -743
  2166. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_pred_impl_unittest.cc +0 -2427
  2167. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_premature_exit_test.cc +0 -127
  2168. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_prod_test.cc +0 -57
  2169. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_repeat_test.cc +0 -253
  2170. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_shuffle_test.py +0 -325
  2171. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_shuffle_test_.cc +0 -103
  2172. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_sole_header_test.cc +0 -57
  2173. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_stress_test.cc +0 -256
  2174. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_test_utils.py +0 -320
  2175. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_throw_on_failure_ex_test.cc +0 -92
  2176. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_throw_on_failure_test.py +0 -171
  2177. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_throw_on_failure_test_.cc +0 -72
  2178. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_uninitialized_test.py +0 -70
  2179. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_uninitialized_test_.cc +0 -43
  2180. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_unittest.cc +0 -7706
  2181. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_outfile1_test_.cc +0 -49
  2182. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_outfile2_test_.cc +0 -49
  2183. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_outfiles_test.py +0 -132
  2184. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_output_unittest.py +0 -308
  2185. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_output_unittest_.cc +0 -181
  2186. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_test_utils.py +0 -194
  2187. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/production.cc +0 -36
  2188. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/production.h +0 -55
  2189. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/xcode/Config/DebugProject.xcconfig +0 -30
  2190. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/xcode/Config/FrameworkTarget.xcconfig +0 -17
  2191. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/xcode/Config/General.xcconfig +0 -41
  2192. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/xcode/Config/ReleaseProject.xcconfig +0 -32
  2193. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/xcode/Config/StaticLibraryTarget.xcconfig +0 -18
  2194. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/xcode/Config/TestTarget.xcconfig +0 -8
  2195. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/xcode/Resources/Info.plist +0 -30
  2196. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/Info.plist +0 -28
  2197. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj +0 -457
  2198. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/runtests.sh +0 -62
  2199. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/widget.cc +0 -63
  2200. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/widget.h +0 -59
  2201. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/widget_test.cc +0 -68
  2202. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/xcode/Scripts/runtests.sh +0 -65
  2203. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/xcode/Scripts/versiongenerate.py +0 -100
  2204. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/xcode/gtest.xcodeproj/project.pbxproj +0 -1135
  2205. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/travis.sh +0 -15
  2206. data/vendor/simdjson/dependencies/rapidjson/travis-doxygen.sh +0 -121
  2207. data/vendor/simdjson/dependencies/sajson/LICENSE.txt +0 -7
  2208. data/vendor/simdjson/dependencies/sajson/README.md +0 -73
  2209. data/vendor/simdjson/dependencies/sajson/SConscript +0 -41
  2210. data/vendor/simdjson/dependencies/sajson/SConstruct +0 -95
  2211. data/vendor/simdjson/dependencies/sajson/benchmark/benchmark.cpp +0 -92
  2212. data/vendor/simdjson/dependencies/sajson/doc/doxygen.config +0 -2427
  2213. data/vendor/simdjson/dependencies/sajson/example/main.cpp +0 -127
  2214. data/vendor/simdjson/dependencies/sajson/example/zero-allocation.cpp +0 -28
  2215. data/vendor/simdjson/dependencies/sajson/include/sajson.h +0 -2493
  2216. data/vendor/simdjson/dependencies/sajson/include/sajson_ostream.h +0 -20
  2217. data/vendor/simdjson/dependencies/sajson/s/bench +0 -15
  2218. data/vendor/simdjson/dependencies/sajson/s/build +0 -4
  2219. data/vendor/simdjson/dependencies/sajson/s/doxygen +0 -4
  2220. data/vendor/simdjson/dependencies/sajson/s/test +0 -21
  2221. data/vendor/simdjson/dependencies/sajson/sajson-fuzz/build.sh +0 -4
  2222. data/vendor/simdjson/dependencies/sajson/sajson-fuzz/json.dict +0 -44
  2223. data/vendor/simdjson/dependencies/sajson/sajson-fuzz/run-primary.sh +0 -4
  2224. data/vendor/simdjson/dependencies/sajson/sajson-fuzz/run.sh +0 -3
  2225. data/vendor/simdjson/dependencies/sajson/swift/sajson.xcodeproj/project.pbxproj +0 -665
  2226. data/vendor/simdjson/dependencies/sajson/swift/sajson.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
  2227. data/vendor/simdjson/dependencies/sajson/swift/sajson.xcodeproj/xcshareddata/xcschemes/sajson-macOS.xcscheme +0 -100
  2228. data/vendor/simdjson/dependencies/sajson/swift/sajson/Info.plist +0 -24
  2229. data/vendor/simdjson/dependencies/sajson/swift/sajson/sajson-ffi.cpp +0 -79
  2230. data/vendor/simdjson/dependencies/sajson/swift/sajson/sajson-swift/sajson-ffi.h +0 -35
  2231. data/vendor/simdjson/dependencies/sajson/swift/sajson/sajson.swift +0 -409
  2232. data/vendor/simdjson/dependencies/sajson/swift/sajson/sajson_swift.h +0 -3
  2233. data/vendor/simdjson/dependencies/sajson/swift/sajsonTests/Info.plist +0 -22
  2234. data/vendor/simdjson/dependencies/sajson/swift/sajsonTests/sajsonTests.swift +0 -122
  2235. data/vendor/simdjson/dependencies/sajson/tests/test.cpp +0 -1049
  2236. data/vendor/simdjson/dependencies/sajson/tests/test_no_stl.cpp +0 -2
  2237. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/COPYING +0 -20
  2238. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/Makefile +0 -96
  2239. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/README +0 -68
  2240. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/TestUnitTest++.vsnet2003.vcproj +0 -174
  2241. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/TestUnitTest++.vsnet2005.vcproj +0 -256
  2242. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/UnitTest++.vsnet2003.sln +0 -30
  2243. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/UnitTest++.vsnet2003.vcproj +0 -226
  2244. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/UnitTest++.vsnet2005.sln +0 -29
  2245. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/UnitTest++.vsnet2005.vcproj +0 -318
  2246. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/docs/UnitTest++.html +0 -260
  2247. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/AssertException.cpp +0 -34
  2248. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/AssertException.h +0 -28
  2249. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/CheckMacros.h +0 -122
  2250. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/Checks.cpp +0 -50
  2251. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/Checks.h +0 -158
  2252. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/Config.h +0 -31
  2253. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/CurrentTest.cpp +0 -18
  2254. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/CurrentTest.h +0 -17
  2255. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/DeferredTestReporter.cpp +0 -29
  2256. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/DeferredTestReporter.h +0 -28
  2257. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/DeferredTestResult.cpp +0 -25
  2258. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/DeferredTestResult.h +0 -29
  2259. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/ExecuteTest.h +0 -46
  2260. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/MemoryOutStream.cpp +0 -149
  2261. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/MemoryOutStream.h +0 -67
  2262. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/Posix/SignalTranslator.cpp +0 -46
  2263. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/Posix/SignalTranslator.h +0 -42
  2264. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/Posix/TimeHelpers.cpp +0 -33
  2265. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/Posix/TimeHelpers.h +0 -28
  2266. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/ReportAssert.cpp +0 -10
  2267. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/ReportAssert.h +0 -10
  2268. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/Test.cpp +0 -41
  2269. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/Test.h +0 -34
  2270. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/TestDetails.cpp +0 -22
  2271. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/TestDetails.h +0 -24
  2272. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/TestList.cpp +0 -39
  2273. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/TestList.h +0 -32
  2274. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/TestMacros.h +0 -113
  2275. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/TestReporter.cpp +0 -10
  2276. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/TestReporter.h +0 -20
  2277. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/TestReporterStdout.cpp +0 -41
  2278. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/TestReporterStdout.h +0 -19
  2279. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/TestResults.cpp +0 -60
  2280. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/TestResults.h +0 -36
  2281. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/TestRunner.cpp +0 -76
  2282. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/TestRunner.h +0 -61
  2283. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/TestSuite.h +0 -14
  2284. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/TimeConstraint.cpp +0 -29
  2285. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/TimeConstraint.h +0 -33
  2286. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/TimeHelpers.h +0 -7
  2287. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/UnitTest++.h +0 -18
  2288. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/Win32/TimeHelpers.cpp +0 -50
  2289. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/Win32/TimeHelpers.h +0 -48
  2290. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/XmlTestReporter.cpp +0 -127
  2291. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/XmlTestReporter.h +0 -34
  2292. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/Main.cpp +0 -8
  2293. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/RecordingReporter.h +0 -98
  2294. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/ScopedCurrentTest.h +0 -37
  2295. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/TestAssertHandler.cpp +0 -44
  2296. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/TestCheckMacros.cpp +0 -801
  2297. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/TestChecks.cpp +0 -293
  2298. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/TestCurrentTest.cpp +0 -38
  2299. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/TestDeferredTestReporter.cpp +0 -117
  2300. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/TestMemoryOutStream.cpp +0 -151
  2301. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/TestTest.cpp +0 -129
  2302. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/TestTestList.cpp +0 -50
  2303. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/TestTestMacros.cpp +0 -212
  2304. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/TestTestResults.cpp +0 -111
  2305. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/TestTestRunner.cpp +0 -307
  2306. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/TestTestSuite.cpp +0 -12
  2307. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/TestTimeConstraint.cpp +0 -69
  2308. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/TestTimeConstraintMacro.cpp +0 -35
  2309. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/TestUnitTest++.cpp +0 -156
  2310. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/TestXmlTestReporter.cpp +0 -183
  2311. data/vendor/simdjson/dependencies/sajson/tools/genpow10.js +0 -39
  2312. data/vendor/simdjson/dependencies/ujson4c/3rdparty/ultrajson.h +0 -310
  2313. data/vendor/simdjson/dependencies/ujson4c/3rdparty/ultrajsondec.c +0 -891
  2314. data/vendor/simdjson/dependencies/ujson4c/LICENSE.txt +0 -31
  2315. data/vendor/simdjson/dependencies/ujson4c/README.rst +0 -43
  2316. data/vendor/simdjson/dependencies/ujson4c/src/ujdecode.c +0 -836
  2317. data/vendor/simdjson/dependencies/ujson4c/src/ujdecode.h +0 -261
  2318. data/vendor/simdjson/dependencies/ujson4c/tests/benchmark.c +0 -225
  2319. data/vendor/simdjson/dependencies/ujson4c/tests/tests.c +0 -102
  2320. data/vendor/simdjson/doc/Multiline_JSON_Parse_Competition.png +0 -0
  2321. data/vendor/simdjson/doc/apache_builds.jsonparseandstat.png +0 -0
  2322. data/vendor/simdjson/doc/basics.md +0 -574
  2323. data/vendor/simdjson/doc/basics_doxygen.md +0 -556
  2324. data/vendor/simdjson/doc/gbps.png +0 -0
  2325. data/vendor/simdjson/doc/github_events.jsonparseandstat.png +0 -0
  2326. data/vendor/simdjson/doc/growing.png +0 -0
  2327. data/vendor/simdjson/doc/implementation-selection.md +0 -83
  2328. data/vendor/simdjson/doc/parse_many.md +0 -160
  2329. data/vendor/simdjson/doc/performance.md +0 -172
  2330. data/vendor/simdjson/doc/tape.md +0 -136
  2331. data/vendor/simdjson/doc/twitter.jsonparseandstat.png +0 -0
  2332. data/vendor/simdjson/doc/update-center.jsonparseandstat.png +0 -0
  2333. data/vendor/simdjson/examples/CMakeLists.txt +0 -1
  2334. data/vendor/simdjson/examples/quickstart/CMakeLists.txt +0 -60
  2335. data/vendor/simdjson/examples/quickstart/Makefile +0 -32
  2336. data/vendor/simdjson/examples/quickstart/quickstart.cpp +0 -7
  2337. data/vendor/simdjson/examples/quickstart/quickstart_noexceptions.cpp +0 -16
  2338. data/vendor/simdjson/extra/dumpbits.h +0 -19
  2339. data/vendor/simdjson/fuzz/CMakeLists.txt +0 -63
  2340. data/vendor/simdjson/fuzz/Fuzzing.md +0 -86
  2341. data/vendor/simdjson/fuzz/NullBuffer.h +0 -21
  2342. data/vendor/simdjson/fuzz/build_corpus.sh +0 -18
  2343. data/vendor/simdjson/fuzz/build_fuzzer_variants.sh +0 -174
  2344. data/vendor/simdjson/fuzz/build_like_ossfuzz.sh +0 -22
  2345. data/vendor/simdjson/fuzz/fuzz_dump.cpp +0 -60
  2346. data/vendor/simdjson/fuzz/fuzz_dump_raw_tape.cpp +0 -18
  2347. data/vendor/simdjson/fuzz/fuzz_minify.cpp +0 -19
  2348. data/vendor/simdjson/fuzz/fuzz_parser.cpp +0 -10
  2349. data/vendor/simdjson/fuzz/fuzz_print_json.cpp +0 -18
  2350. data/vendor/simdjson/fuzz/main.cpp +0 -26
  2351. data/vendor/simdjson/fuzz/measure_coverage.sh +0 -34
  2352. data/vendor/simdjson/fuzz/ossfuzz.sh +0 -44
  2353. data/vendor/simdjson/images/halvarflake.png +0 -0
  2354. data/vendor/simdjson/images/logo.png +0 -0
  2355. data/vendor/simdjson/images/logotiny.png +0 -0
  2356. data/vendor/simdjson/include/CMakeLists.txt +0 -13
  2357. data/vendor/simdjson/include/simdjson.h +0 -47
  2358. data/vendor/simdjson/include/simdjson/common_defs.h +0 -208
  2359. data/vendor/simdjson/include/simdjson/compiler_check.h +0 -35
  2360. data/vendor/simdjson/include/simdjson/dom/array.h +0 -158
  2361. data/vendor/simdjson/include/simdjson/dom/document.h +0 -78
  2362. data/vendor/simdjson/include/simdjson/dom/document_stream.h +0 -261
  2363. data/vendor/simdjson/include/simdjson/dom/element.h +0 -545
  2364. data/vendor/simdjson/include/simdjson/dom/jsonparser.h +0 -117
  2365. data/vendor/simdjson/include/simdjson/dom/object.h +0 -264
  2366. data/vendor/simdjson/include/simdjson/dom/parsedjson.h +0 -17
  2367. data/vendor/simdjson/include/simdjson/dom/parsedjson_iterator.h +0 -270
  2368. data/vendor/simdjson/include/simdjson/dom/parser.h +0 -434
  2369. data/vendor/simdjson/include/simdjson/error.h +0 -252
  2370. data/vendor/simdjson/include/simdjson/implementation.h +0 -244
  2371. data/vendor/simdjson/include/simdjson/inline/array.h +0 -153
  2372. data/vendor/simdjson/include/simdjson/inline/document.h +0 -141
  2373. data/vendor/simdjson/include/simdjson/inline/document_stream.h +0 -255
  2374. data/vendor/simdjson/include/simdjson/inline/element.h +0 -535
  2375. data/vendor/simdjson/include/simdjson/inline/error.h +0 -155
  2376. data/vendor/simdjson/include/simdjson/inline/object.h +0 -255
  2377. data/vendor/simdjson/include/simdjson/inline/padded_string.h +0 -150
  2378. data/vendor/simdjson/include/simdjson/inline/parsedjson_iterator.h +0 -486
  2379. data/vendor/simdjson/include/simdjson/inline/parser.h +0 -206
  2380. data/vendor/simdjson/include/simdjson/inline/tape_ref.h +0 -105
  2381. data/vendor/simdjson/include/simdjson/internal/dom_parser_implementation.h +0 -181
  2382. data/vendor/simdjson/include/simdjson/internal/jsonformatutils.h +0 -65
  2383. data/vendor/simdjson/include/simdjson/internal/tape_ref.h +0 -51
  2384. data/vendor/simdjson/include/simdjson/internal/tape_type.h +0 -28
  2385. data/vendor/simdjson/include/simdjson/jsonioutil.h +0 -20
  2386. data/vendor/simdjson/include/simdjson/minify.h +0 -75
  2387. data/vendor/simdjson/include/simdjson/nonstd/string_view.hpp +0 -1529
  2388. data/vendor/simdjson/include/simdjson/padded_string.h +0 -156
  2389. data/vendor/simdjson/include/simdjson/portability.h +0 -241
  2390. data/vendor/simdjson/include/simdjson/simdjson.h +0 -10
  2391. data/vendor/simdjson/include/simdjson/simdjson_version.h +0 -26
  2392. data/vendor/simdjson/jsonchecker/CMakeLists.txt +0 -3
  2393. data/vendor/simdjson/jsonexamples/CMakeLists.txt +0 -16
  2394. data/vendor/simdjson/jsonexamples/generated/CMakeLists.txt +0 -18
  2395. data/vendor/simdjson/jsonexamples/generated/genfeaturejson.rb +0 -117
  2396. data/vendor/simdjson/jsonexamples/generated/genfeaturejsonseed.rb +0 -49
  2397. data/vendor/simdjson/jsonexamples/generated/miss-templates/128.txt +0 -10000
  2398. data/vendor/simdjson/jsonexamples/generated/miss-templates/64.txt +0 -10000
  2399. data/vendor/simdjson/jsonexamples/small/jsoniter_scala/README.md +0 -28
  2400. data/vendor/simdjson/scripts/dumpsimplestats.sh +0 -11
  2401. data/vendor/simdjson/scripts/javascript/README.md +0 -3
  2402. data/vendor/simdjson/scripts/javascript/generatelargejson.js +0 -19
  2403. data/vendor/simdjson/scripts/minifier.sh +0 -11
  2404. data/vendor/simdjson/scripts/parseandstat.sh +0 -24
  2405. data/vendor/simdjson/scripts/parser.sh +0 -11
  2406. data/vendor/simdjson/scripts/parsingcompdata.sh +0 -26
  2407. data/vendor/simdjson/scripts/plotparse.sh +0 -98
  2408. data/vendor/simdjson/scripts/ruby/kostya_large.rb +0 -32
  2409. data/vendor/simdjson/scripts/selectparser.sh +0 -11
  2410. data/vendor/simdjson/scripts/setupfortesting/disablehyperthreading.sh +0 -15
  2411. data/vendor/simdjson/scripts/setupfortesting/powerpolicy.sh +0 -32
  2412. data/vendor/simdjson/scripts/setupfortesting/setupfortesting.sh +0 -6
  2413. data/vendor/simdjson/scripts/setupfortesting/turboboost.sh +0 -51
  2414. data/vendor/simdjson/scripts/shootout.sh +0 -32
  2415. data/vendor/simdjson/scripts/transitions/Makefile +0 -10
  2416. data/vendor/simdjson/scripts/transitions/generatetransitions.cpp +0 -20
  2417. data/vendor/simdjson/singleheader/CMakeLists.txt +0 -151
  2418. data/vendor/simdjson/singleheader/README.md +0 -2
  2419. data/vendor/simdjson/singleheader/amalgamate.sh +0 -196
  2420. data/vendor/simdjson/singleheader/amalgamate_demo.cpp +0 -46
  2421. data/vendor/simdjson/singleheader/simdjson.cpp +0 -14156
  2422. data/vendor/simdjson/singleheader/simdjson.h +0 -7716
  2423. data/vendor/simdjson/src/CMakeLists.txt +0 -108
  2424. data/vendor/simdjson/src/arm64/bitmanipulation.h +0 -73
  2425. data/vendor/simdjson/src/arm64/bitmask.h +0 -43
  2426. data/vendor/simdjson/src/arm64/dom_parser_implementation.cpp +0 -137
  2427. data/vendor/simdjson/src/arm64/dom_parser_implementation.h +0 -15
  2428. data/vendor/simdjson/src/arm64/implementation.cpp +0 -25
  2429. data/vendor/simdjson/src/arm64/implementation.h +0 -27
  2430. data/vendor/simdjson/src/arm64/intrinsics.h +0 -10
  2431. data/vendor/simdjson/src/arm64/numberparsing.h +0 -39
  2432. data/vendor/simdjson/src/arm64/simd.h +0 -522
  2433. data/vendor/simdjson/src/arm64/stringparsing.h +0 -53
  2434. data/vendor/simdjson/src/error.cpp +0 -34
  2435. data/vendor/simdjson/src/fallback/bitmanipulation.h +0 -77
  2436. data/vendor/simdjson/src/fallback/dom_parser_implementation.cpp +0 -335
  2437. data/vendor/simdjson/src/fallback/dom_parser_implementation.h +0 -15
  2438. data/vendor/simdjson/src/fallback/implementation.cpp +0 -25
  2439. data/vendor/simdjson/src/fallback/implementation.h +0 -32
  2440. data/vendor/simdjson/src/fallback/numberparsing.h +0 -35
  2441. data/vendor/simdjson/src/fallback/stringparsing.h +0 -35
  2442. data/vendor/simdjson/src/generic/dom_parser_implementation.h +0 -59
  2443. data/vendor/simdjson/src/generic/stage1/allocate.h +0 -17
  2444. data/vendor/simdjson/src/generic/stage1/buf_block_reader.h +0 -83
  2445. data/vendor/simdjson/src/generic/stage1/find_next_document_index.h +0 -86
  2446. data/vendor/simdjson/src/generic/stage1/json_minifier.h +0 -77
  2447. data/vendor/simdjson/src/generic/stage1/json_scanner.h +0 -104
  2448. data/vendor/simdjson/src/generic/stage1/json_string_scanner.h +0 -139
  2449. data/vendor/simdjson/src/generic/stage1/json_structural_indexer.h +0 -198
  2450. data/vendor/simdjson/src/generic/stage1/utf8_fastvalidate_algorithm.h +0 -178
  2451. data/vendor/simdjson/src/generic/stage1/utf8_lookup2_algorithm.h +0 -218
  2452. data/vendor/simdjson/src/generic/stage1/utf8_lookup3_algorithm.h +0 -230
  2453. data/vendor/simdjson/src/generic/stage1/utf8_lookup_algorithm.h +0 -299
  2454. data/vendor/simdjson/src/generic/stage1/utf8_range_algorithm.h +0 -180
  2455. data/vendor/simdjson/src/generic/stage1/utf8_validator.h +0 -26
  2456. data/vendor/simdjson/src/generic/stage1/utf8_zwegner_algorithm.h +0 -360
  2457. data/vendor/simdjson/src/generic/stage2/allocate.h +0 -18
  2458. data/vendor/simdjson/src/generic/stage2/atomparsing.h +0 -51
  2459. data/vendor/simdjson/src/generic/stage2/logger.h +0 -64
  2460. data/vendor/simdjson/src/generic/stage2/numberparsing.h +0 -572
  2461. data/vendor/simdjson/src/generic/stage2/streaming_structural_parser.h +0 -168
  2462. data/vendor/simdjson/src/generic/stage2/stringparsing.h +0 -123
  2463. data/vendor/simdjson/src/generic/stage2/structural_iterator.h +0 -70
  2464. data/vendor/simdjson/src/generic/stage2/structural_parser.h +0 -474
  2465. data/vendor/simdjson/src/generic/stage2/tape_writer.h +0 -95
  2466. data/vendor/simdjson/src/haswell/bitmanipulation.h +0 -80
  2467. data/vendor/simdjson/src/haswell/bitmask.h +0 -30
  2468. data/vendor/simdjson/src/haswell/dom_parser_implementation.cpp +0 -127
  2469. data/vendor/simdjson/src/haswell/dom_parser_implementation.h +0 -15
  2470. data/vendor/simdjson/src/haswell/implementation.cpp +0 -25
  2471. data/vendor/simdjson/src/haswell/implementation.h +0 -29
  2472. data/vendor/simdjson/src/haswell/intrinsics.h +0 -54
  2473. data/vendor/simdjson/src/haswell/numberparsing.h +0 -49
  2474. data/vendor/simdjson/src/haswell/simd.h +0 -377
  2475. data/vendor/simdjson/src/haswell/stringparsing.h +0 -50
  2476. data/vendor/simdjson/src/implementation.cpp +0 -155
  2477. data/vendor/simdjson/src/isadetection.h +0 -167
  2478. data/vendor/simdjson/src/jsoncharutils.h +0 -1336
  2479. data/vendor/simdjson/src/simdjson.cpp +0 -32
  2480. data/vendor/simdjson/src/simdprune_tables.h +0 -136
  2481. data/vendor/simdjson/src/westmere/bitmanipulation.h +0 -89
  2482. data/vendor/simdjson/src/westmere/bitmask.h +0 -29
  2483. data/vendor/simdjson/src/westmere/dom_parser_implementation.cpp +0 -128
  2484. data/vendor/simdjson/src/westmere/dom_parser_implementation.h +0 -15
  2485. data/vendor/simdjson/src/westmere/implementation.cpp +0 -25
  2486. data/vendor/simdjson/src/westmere/implementation.h +0 -28
  2487. data/vendor/simdjson/src/westmere/intrinsics.h +0 -27
  2488. data/vendor/simdjson/src/westmere/numberparsing.h +0 -50
  2489. data/vendor/simdjson/src/westmere/simd.h +0 -362
  2490. data/vendor/simdjson/src/westmere/stringparsing.h +0 -52
  2491. data/vendor/simdjson/style/clang-format-check.sh +0 -25
  2492. data/vendor/simdjson/style/clang-format.sh +0 -25
  2493. data/vendor/simdjson/style/run-clang-format.py +0 -326
  2494. data/vendor/simdjson/tests/CMakeLists.txt +0 -196
  2495. data/vendor/simdjson/tests/allparserscheckfile.cpp +0 -188
  2496. data/vendor/simdjson/tests/basictests.cpp +0 -1984
  2497. data/vendor/simdjson/tests/cast_tester.h +0 -271
  2498. data/vendor/simdjson/tests/checkimplementation.cpp +0 -23
  2499. data/vendor/simdjson/tests/compilation_failure_tests/CMakeLists.txt +0 -25
  2500. data/vendor/simdjson/tests/compilation_failure_tests/dangling_parser_load.cpp +0 -15
  2501. data/vendor/simdjson/tests/compilation_failure_tests/dangling_parser_parse_padstring.cpp +0 -16
  2502. data/vendor/simdjson/tests/compilation_failure_tests/dangling_parser_parse_stdstring.cpp +0 -16
  2503. data/vendor/simdjson/tests/compilation_failure_tests/dangling_parser_parse_uchar.cpp +0 -17
  2504. data/vendor/simdjson/tests/compilation_failure_tests/dangling_parser_parse_uint8.cpp +0 -17
  2505. data/vendor/simdjson/tests/compilation_failure_tests/example_compiletest.cpp +0 -20
  2506. data/vendor/simdjson/tests/errortests.cpp +0 -160
  2507. data/vendor/simdjson/tests/extracting_values_example.cpp +0 -12
  2508. data/vendor/simdjson/tests/integer_tests.cpp +0 -95
  2509. data/vendor/simdjson/tests/issue150.sh +0 -13
  2510. data/vendor/simdjson/tests/jsoncheck.cpp +0 -144
  2511. data/vendor/simdjson/tests/numberparsingcheck.cpp +0 -239
  2512. data/vendor/simdjson/tests/parse_many_test.cpp +0 -146
  2513. data/vendor/simdjson/tests/pointercheck.cpp +0 -86
  2514. data/vendor/simdjson/tests/readme_examples.cpp +0 -298
  2515. data/vendor/simdjson/tests/readme_examples_noexceptions.cpp +0 -197
  2516. data/vendor/simdjson/tests/singleheadertest.cpp +0 -18
  2517. data/vendor/simdjson/tests/staticchecks.cpp +0 -29
  2518. data/vendor/simdjson/tests/stringparsingcheck.cpp +0 -407
  2519. data/vendor/simdjson/tests/test_macros.h +0 -55
  2520. data/vendor/simdjson/tests/testjson2json.sh +0 -39
  2521. data/vendor/simdjson/tests/unicode_tests.cpp +0 -246
  2522. data/vendor/simdjson/tools/CMakeLists.txt +0 -9
  2523. data/vendor/simdjson/tools/json2json.cpp +0 -73
  2524. data/vendor/simdjson/tools/jsonpointer.cpp +0 -45
  2525. data/vendor/simdjson/tools/jsonstats.cpp +0 -283
  2526. data/vendor/simdjson/tools/minify.cpp +0 -79
  2527. data/vendor/simdjson/tools/release.py +0 -197
  2528. data/vendor/simdjson/windows/CMakeLists.txt +0 -6
  2529. data/vendor/simdjson/windows/dirent_portable.h +0 -10
  2530. data/vendor/simdjson/windows/getopt.h +0 -658
  2531. data/vendor/simdjson/windows/toni_ronnko_dirent.h +0 -1075
  2532. data/vendor/simdjson/windows/unistd.h +0 -3
@@ -1,2236 +0,0 @@
1
- // Copyright 2005, Google Inc.
2
- // All rights reserved.
3
- //
4
- // Redistribution and use in source and binary forms, with or without
5
- // modification, are permitted provided that the following conditions are
6
- // met:
7
- //
8
- // * Redistributions of source code must retain the above copyright
9
- // notice, this list of conditions and the following disclaimer.
10
- // * Redistributions in binary form must reproduce the above
11
- // copyright notice, this list of conditions and the following disclaimer
12
- // in the documentation and/or other materials provided with the
13
- // distribution.
14
- // * Neither the name of Google Inc. nor the names of its
15
- // contributors may be used to endorse or promote products derived from
16
- // this software without specific prior written permission.
17
- //
18
- // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
19
- // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20
- // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
21
- // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
22
- // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
23
- // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
24
- // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25
- // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
26
- // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27
- // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28
- // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29
- //
30
- // Author: wan@google.com (Zhanyong Wan)
31
- //
32
- // The Google C++ Testing Framework (Google Test)
33
- //
34
- // This header file defines the public API for Google Test. It should be
35
- // included by any test program that uses Google Test.
36
- //
37
- // IMPORTANT NOTE: Due to limitation of the C++ language, we have to
38
- // leave some internal implementation details in this header file.
39
- // They are clearly marked by comments like this:
40
- //
41
- // // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM.
42
- //
43
- // Such code is NOT meant to be used by a user directly, and is subject
44
- // to CHANGE WITHOUT NOTICE. Therefore DO NOT DEPEND ON IT in a user
45
- // program!
46
- //
47
- // Acknowledgment: Google Test borrowed the idea of automatic test
48
- // registration from Barthelemy Dagenais' (barthelemy@prologique.com)
49
- // easyUnit framework.
50
-
51
- #ifndef GTEST_INCLUDE_GTEST_GTEST_H_
52
- #define GTEST_INCLUDE_GTEST_GTEST_H_
53
-
54
- #include <limits>
55
- #include <ostream>
56
- #include <vector>
57
-
58
- #include "gtest/internal/gtest-internal.h"
59
- #include "gtest/internal/gtest-string.h"
60
- #include "gtest/gtest-death-test.h"
61
- #include "gtest/gtest-message.h"
62
- #include "gtest/gtest-param-test.h"
63
- #include "gtest/gtest-printers.h"
64
- #include "gtest/gtest_prod.h"
65
- #include "gtest/gtest-test-part.h"
66
- #include "gtest/gtest-typed-test.h"
67
-
68
- // Depending on the platform, different string classes are available.
69
- // On Linux, in addition to ::std::string, Google also makes use of
70
- // class ::string, which has the same interface as ::std::string, but
71
- // has a different implementation.
72
- //
73
- // You can define GTEST_HAS_GLOBAL_STRING to 1 to indicate that
74
- // ::string is available AND is a distinct type to ::std::string, or
75
- // define it to 0 to indicate otherwise.
76
- //
77
- // If ::std::string and ::string are the same class on your platform
78
- // due to aliasing, you should define GTEST_HAS_GLOBAL_STRING to 0.
79
- //
80
- // If you do not define GTEST_HAS_GLOBAL_STRING, it is defined
81
- // heuristically.
82
-
83
- namespace testing {
84
-
85
- // Declares the flags.
86
-
87
- // This flag temporary enables the disabled tests.
88
- GTEST_DECLARE_bool_(also_run_disabled_tests);
89
-
90
- // This flag brings the debugger on an assertion failure.
91
- GTEST_DECLARE_bool_(break_on_failure);
92
-
93
- // This flag controls whether Google Test catches all test-thrown exceptions
94
- // and logs them as failures.
95
- GTEST_DECLARE_bool_(catch_exceptions);
96
-
97
- // This flag enables using colors in terminal output. Available values are
98
- // "yes" to enable colors, "no" (disable colors), or "auto" (the default)
99
- // to let Google Test decide.
100
- GTEST_DECLARE_string_(color);
101
-
102
- // This flag sets up the filter to select by name using a glob pattern
103
- // the tests to run. If the filter is not given all tests are executed.
104
- GTEST_DECLARE_string_(filter);
105
-
106
- // This flag causes the Google Test to list tests. None of the tests listed
107
- // are actually run if the flag is provided.
108
- GTEST_DECLARE_bool_(list_tests);
109
-
110
- // This flag controls whether Google Test emits a detailed XML report to a file
111
- // in addition to its normal textual output.
112
- GTEST_DECLARE_string_(output);
113
-
114
- // This flags control whether Google Test prints the elapsed time for each
115
- // test.
116
- GTEST_DECLARE_bool_(print_time);
117
-
118
- // This flag specifies the random number seed.
119
- GTEST_DECLARE_int32_(random_seed);
120
-
121
- // This flag sets how many times the tests are repeated. The default value
122
- // is 1. If the value is -1 the tests are repeating forever.
123
- GTEST_DECLARE_int32_(repeat);
124
-
125
- // This flag controls whether Google Test includes Google Test internal
126
- // stack frames in failure stack traces.
127
- GTEST_DECLARE_bool_(show_internal_stack_frames);
128
-
129
- // When this flag is specified, tests' order is randomized on every iteration.
130
- GTEST_DECLARE_bool_(shuffle);
131
-
132
- // This flag specifies the maximum number of stack frames to be
133
- // printed in a failure message.
134
- GTEST_DECLARE_int32_(stack_trace_depth);
135
-
136
- // When this flag is specified, a failed assertion will throw an
137
- // exception if exceptions are enabled, or exit the program with a
138
- // non-zero code otherwise.
139
- GTEST_DECLARE_bool_(throw_on_failure);
140
-
141
- // When this flag is set with a "host:port" string, on supported
142
- // platforms test results are streamed to the specified port on
143
- // the specified host machine.
144
- GTEST_DECLARE_string_(stream_result_to);
145
-
146
- // The upper limit for valid stack trace depths.
147
- const int kMaxStackTraceDepth = 100;
148
-
149
- namespace internal {
150
-
151
- class AssertHelper;
152
- class DefaultGlobalTestPartResultReporter;
153
- class ExecDeathTest;
154
- class NoExecDeathTest;
155
- class FinalSuccessChecker;
156
- class GTestFlagSaver;
157
- class StreamingListenerTest;
158
- class TestResultAccessor;
159
- class TestEventListenersAccessor;
160
- class TestEventRepeater;
161
- class UnitTestRecordPropertyTestHelper;
162
- class WindowsDeathTest;
163
- class UnitTestImpl* GetUnitTestImpl();
164
- void ReportFailureInUnknownLocation(TestPartResult::Type result_type,
165
- const std::string& message);
166
-
167
- } // namespace internal
168
-
169
- // The friend relationship of some of these classes is cyclic.
170
- // If we don't forward declare them the compiler might confuse the classes
171
- // in friendship clauses with same named classes on the scope.
172
- class Test;
173
- class TestCase;
174
- class TestInfo;
175
- class UnitTest;
176
-
177
- // A class for indicating whether an assertion was successful. When
178
- // the assertion wasn't successful, the AssertionResult object
179
- // remembers a non-empty message that describes how it failed.
180
- //
181
- // To create an instance of this class, use one of the factory functions
182
- // (AssertionSuccess() and AssertionFailure()).
183
- //
184
- // This class is useful for two purposes:
185
- // 1. Defining predicate functions to be used with Boolean test assertions
186
- // EXPECT_TRUE/EXPECT_FALSE and their ASSERT_ counterparts
187
- // 2. Defining predicate-format functions to be
188
- // used with predicate assertions (ASSERT_PRED_FORMAT*, etc).
189
- //
190
- // For example, if you define IsEven predicate:
191
- //
192
- // testing::AssertionResult IsEven(int n) {
193
- // if ((n % 2) == 0)
194
- // return testing::AssertionSuccess();
195
- // else
196
- // return testing::AssertionFailure() << n << " is odd";
197
- // }
198
- //
199
- // Then the failed expectation EXPECT_TRUE(IsEven(Fib(5)))
200
- // will print the message
201
- //
202
- // Value of: IsEven(Fib(5))
203
- // Actual: false (5 is odd)
204
- // Expected: true
205
- //
206
- // instead of a more opaque
207
- //
208
- // Value of: IsEven(Fib(5))
209
- // Actual: false
210
- // Expected: true
211
- //
212
- // in case IsEven is a simple Boolean predicate.
213
- //
214
- // If you expect your predicate to be reused and want to support informative
215
- // messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up
216
- // about half as often as positive ones in our tests), supply messages for
217
- // both success and failure cases:
218
- //
219
- // testing::AssertionResult IsEven(int n) {
220
- // if ((n % 2) == 0)
221
- // return testing::AssertionSuccess() << n << " is even";
222
- // else
223
- // return testing::AssertionFailure() << n << " is odd";
224
- // }
225
- //
226
- // Then a statement EXPECT_FALSE(IsEven(Fib(6))) will print
227
- //
228
- // Value of: IsEven(Fib(6))
229
- // Actual: true (8 is even)
230
- // Expected: false
231
- //
232
- // NB: Predicates that support negative Boolean assertions have reduced
233
- // performance in positive ones so be careful not to use them in tests
234
- // that have lots (tens of thousands) of positive Boolean assertions.
235
- //
236
- // To use this class with EXPECT_PRED_FORMAT assertions such as:
237
- //
238
- // // Verifies that Foo() returns an even number.
239
- // EXPECT_PRED_FORMAT1(IsEven, Foo());
240
- //
241
- // you need to define:
242
- //
243
- // testing::AssertionResult IsEven(const char* expr, int n) {
244
- // if ((n % 2) == 0)
245
- // return testing::AssertionSuccess();
246
- // else
247
- // return testing::AssertionFailure()
248
- // << "Expected: " << expr << " is even\n Actual: it's " << n;
249
- // }
250
- //
251
- // If Foo() returns 5, you will see the following message:
252
- //
253
- // Expected: Foo() is even
254
- // Actual: it's 5
255
- //
256
- class GTEST_API_ AssertionResult {
257
- public:
258
- // Copy constructor.
259
- // Used in EXPECT_TRUE/FALSE(assertion_result).
260
- AssertionResult(const AssertionResult& other);
261
-
262
- GTEST_DISABLE_MSC_WARNINGS_PUSH_(4800 /* forcing value to bool */)
263
-
264
- // Used in the EXPECT_TRUE/FALSE(bool_expression).
265
- //
266
- // T must be contextually convertible to bool.
267
- //
268
- // The second parameter prevents this overload from being considered if
269
- // the argument is implicitly convertible to AssertionResult. In that case
270
- // we want AssertionResult's copy constructor to be used.
271
- template <typename T>
272
- explicit AssertionResult(
273
- const T& success,
274
- typename internal::EnableIf<
275
- !internal::ImplicitlyConvertible<T, AssertionResult>::value>::type*
276
- /*enabler*/ = NULL)
277
- : success_(success) {}
278
-
279
- GTEST_DISABLE_MSC_WARNINGS_POP_()
280
-
281
- // Assignment operator.
282
- AssertionResult& operator=(AssertionResult other) {
283
- swap(other);
284
- return *this;
285
- }
286
-
287
- // Returns true iff the assertion succeeded.
288
- operator bool() const { return success_; } // NOLINT
289
-
290
- // Returns the assertion's negation. Used with EXPECT/ASSERT_FALSE.
291
- AssertionResult operator!() const;
292
-
293
- // Returns the text streamed into this AssertionResult. Test assertions
294
- // use it when they fail (i.e., the predicate's outcome doesn't match the
295
- // assertion's expectation). When nothing has been streamed into the
296
- // object, returns an empty string.
297
- const char* message() const {
298
- return message_.get() != NULL ? message_->c_str() : "";
299
- }
300
- // TODO(vladl@google.com): Remove this after making sure no clients use it.
301
- // Deprecated; please use message() instead.
302
- const char* failure_message() const { return message(); }
303
-
304
- // Streams a custom failure message into this object.
305
- template <typename T> AssertionResult& operator<<(const T& value) {
306
- AppendMessage(Message() << value);
307
- return *this;
308
- }
309
-
310
- // Allows streaming basic output manipulators such as endl or flush into
311
- // this object.
312
- AssertionResult& operator<<(
313
- ::std::ostream& (*basic_manipulator)(::std::ostream& stream)) {
314
- AppendMessage(Message() << basic_manipulator);
315
- return *this;
316
- }
317
-
318
- private:
319
- // Appends the contents of message to message_.
320
- void AppendMessage(const Message& a_message) {
321
- if (message_.get() == NULL)
322
- message_.reset(new ::std::string);
323
- message_->append(a_message.GetString().c_str());
324
- }
325
-
326
- // Swap the contents of this AssertionResult with other.
327
- void swap(AssertionResult& other);
328
-
329
- // Stores result of the assertion predicate.
330
- bool success_;
331
- // Stores the message describing the condition in case the expectation
332
- // construct is not satisfied with the predicate's outcome.
333
- // Referenced via a pointer to avoid taking too much stack frame space
334
- // with test assertions.
335
- internal::scoped_ptr< ::std::string> message_;
336
- };
337
-
338
- // Makes a successful assertion result.
339
- GTEST_API_ AssertionResult AssertionSuccess();
340
-
341
- // Makes a failed assertion result.
342
- GTEST_API_ AssertionResult AssertionFailure();
343
-
344
- // Makes a failed assertion result with the given failure message.
345
- // Deprecated; use AssertionFailure() << msg.
346
- GTEST_API_ AssertionResult AssertionFailure(const Message& msg);
347
-
348
- // The abstract class that all tests inherit from.
349
- //
350
- // In Google Test, a unit test program contains one or many TestCases, and
351
- // each TestCase contains one or many Tests.
352
- //
353
- // When you define a test using the TEST macro, you don't need to
354
- // explicitly derive from Test - the TEST macro automatically does
355
- // this for you.
356
- //
357
- // The only time you derive from Test is when defining a test fixture
358
- // to be used a TEST_F. For example:
359
- //
360
- // class FooTest : public testing::Test {
361
- // protected:
362
- // void SetUp() override { ... }
363
- // void TearDown() override { ... }
364
- // ...
365
- // };
366
- //
367
- // TEST_F(FooTest, Bar) { ... }
368
- // TEST_F(FooTest, Baz) { ... }
369
- //
370
- // Test is not copyable.
371
- class GTEST_API_ Test {
372
- public:
373
- friend class TestInfo;
374
-
375
- // Defines types for pointers to functions that set up and tear down
376
- // a test case.
377
- typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc;
378
- typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc;
379
-
380
- // The d'tor is virtual as we intend to inherit from Test.
381
- virtual ~Test();
382
-
383
- // Sets up the stuff shared by all tests in this test case.
384
- //
385
- // Google Test will call Foo::SetUpTestCase() before running the first
386
- // test in test case Foo. Hence a sub-class can define its own
387
- // SetUpTestCase() method to shadow the one defined in the super
388
- // class.
389
- static void SetUpTestCase() {}
390
-
391
- // Tears down the stuff shared by all tests in this test case.
392
- //
393
- // Google Test will call Foo::TearDownTestCase() after running the last
394
- // test in test case Foo. Hence a sub-class can define its own
395
- // TearDownTestCase() method to shadow the one defined in the super
396
- // class.
397
- static void TearDownTestCase() {}
398
-
399
- // Returns true iff the current test has a fatal failure.
400
- static bool HasFatalFailure();
401
-
402
- // Returns true iff the current test has a non-fatal failure.
403
- static bool HasNonfatalFailure();
404
-
405
- // Returns true iff the current test has a (either fatal or
406
- // non-fatal) failure.
407
- static bool HasFailure() { return HasFatalFailure() || HasNonfatalFailure(); }
408
-
409
- // Logs a property for the current test, test case, or for the entire
410
- // invocation of the test program when used outside of the context of a
411
- // test case. Only the last value for a given key is remembered. These
412
- // are public static so they can be called from utility functions that are
413
- // not members of the test fixture. Calls to RecordProperty made during
414
- // lifespan of the test (from the moment its constructor starts to the
415
- // moment its destructor finishes) will be output in XML as attributes of
416
- // the <testcase> element. Properties recorded from fixture's
417
- // SetUpTestCase or TearDownTestCase are logged as attributes of the
418
- // corresponding <testsuite> element. Calls to RecordProperty made in the
419
- // global context (before or after invocation of RUN_ALL_TESTS and from
420
- // SetUp/TearDown method of Environment objects registered with Google
421
- // Test) will be output as attributes of the <testsuites> element.
422
- static void RecordProperty(const std::string& key, const std::string& value);
423
- static void RecordProperty(const std::string& key, int value);
424
-
425
- protected:
426
- // Creates a Test object.
427
- Test();
428
-
429
- // Sets up the test fixture.
430
- virtual void SetUp();
431
-
432
- // Tears down the test fixture.
433
- virtual void TearDown();
434
-
435
- private:
436
- // Returns true iff the current test has the same fixture class as
437
- // the first test in the current test case.
438
- static bool HasSameFixtureClass();
439
-
440
- // Runs the test after the test fixture has been set up.
441
- //
442
- // A sub-class must implement this to define the test logic.
443
- //
444
- // DO NOT OVERRIDE THIS FUNCTION DIRECTLY IN A USER PROGRAM.
445
- // Instead, use the TEST or TEST_F macro.
446
- virtual void TestBody() = 0;
447
-
448
- // Sets up, executes, and tears down the test.
449
- void Run();
450
-
451
- // Deletes self. We deliberately pick an unusual name for this
452
- // internal method to avoid clashing with names used in user TESTs.
453
- void DeleteSelf_() { delete this; }
454
-
455
- const internal::scoped_ptr< GTEST_FLAG_SAVER_ > gtest_flag_saver_;
456
-
457
- // Often a user misspells SetUp() as Setup() and spends a long time
458
- // wondering why it is never called by Google Test. The declaration of
459
- // the following method is solely for catching such an error at
460
- // compile time:
461
- //
462
- // - The return type is deliberately chosen to be not void, so it
463
- // will be a conflict if void Setup() is declared in the user's
464
- // test fixture.
465
- //
466
- // - This method is private, so it will be another compiler error
467
- // if the method is called from the user's test fixture.
468
- //
469
- // DO NOT OVERRIDE THIS FUNCTION.
470
- //
471
- // If you see an error about overriding the following function or
472
- // about it being private, you have mis-spelled SetUp() as Setup().
473
- struct Setup_should_be_spelled_SetUp {};
474
- virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; }
475
-
476
- // We disallow copying Tests.
477
- GTEST_DISALLOW_COPY_AND_ASSIGN_(Test);
478
- };
479
-
480
- typedef internal::TimeInMillis TimeInMillis;
481
-
482
- // A copyable object representing a user specified test property which can be
483
- // output as a key/value string pair.
484
- //
485
- // Don't inherit from TestProperty as its destructor is not virtual.
486
- class TestProperty {
487
- public:
488
- // C'tor. TestProperty does NOT have a default constructor.
489
- // Always use this constructor (with parameters) to create a
490
- // TestProperty object.
491
- TestProperty(const std::string& a_key, const std::string& a_value) :
492
- key_(a_key), value_(a_value) {
493
- }
494
-
495
- // Gets the user supplied key.
496
- const char* key() const {
497
- return key_.c_str();
498
- }
499
-
500
- // Gets the user supplied value.
501
- const char* value() const {
502
- return value_.c_str();
503
- }
504
-
505
- // Sets a new value, overriding the one supplied in the constructor.
506
- void SetValue(const std::string& new_value) {
507
- value_ = new_value;
508
- }
509
-
510
- private:
511
- // The key supplied by the user.
512
- std::string key_;
513
- // The value supplied by the user.
514
- std::string value_;
515
- };
516
-
517
- // The result of a single Test. This includes a list of
518
- // TestPartResults, a list of TestProperties, a count of how many
519
- // death tests there are in the Test, and how much time it took to run
520
- // the Test.
521
- //
522
- // TestResult is not copyable.
523
- class GTEST_API_ TestResult {
524
- public:
525
- // Creates an empty TestResult.
526
- TestResult();
527
-
528
- // D'tor. Do not inherit from TestResult.
529
- ~TestResult();
530
-
531
- // Gets the number of all test parts. This is the sum of the number
532
- // of successful test parts and the number of failed test parts.
533
- int total_part_count() const;
534
-
535
- // Returns the number of the test properties.
536
- int test_property_count() const;
537
-
538
- // Returns true iff the test passed (i.e. no test part failed).
539
- bool Passed() const { return !Failed(); }
540
-
541
- // Returns true iff the test failed.
542
- bool Failed() const;
543
-
544
- // Returns true iff the test fatally failed.
545
- bool HasFatalFailure() const;
546
-
547
- // Returns true iff the test has a non-fatal failure.
548
- bool HasNonfatalFailure() const;
549
-
550
- // Returns the elapsed time, in milliseconds.
551
- TimeInMillis elapsed_time() const { return elapsed_time_; }
552
-
553
- // Returns the i-th test part result among all the results. i can range
554
- // from 0 to test_property_count() - 1. If i is not in that range, aborts
555
- // the program.
556
- const TestPartResult& GetTestPartResult(int i) const;
557
-
558
- // Returns the i-th test property. i can range from 0 to
559
- // test_property_count() - 1. If i is not in that range, aborts the
560
- // program.
561
- const TestProperty& GetTestProperty(int i) const;
562
-
563
- private:
564
- friend class TestInfo;
565
- friend class TestCase;
566
- friend class UnitTest;
567
- friend class internal::DefaultGlobalTestPartResultReporter;
568
- friend class internal::ExecDeathTest;
569
- friend class internal::TestResultAccessor;
570
- friend class internal::UnitTestImpl;
571
- friend class internal::WindowsDeathTest;
572
-
573
- // Gets the vector of TestPartResults.
574
- const std::vector<TestPartResult>& test_part_results() const {
575
- return test_part_results_;
576
- }
577
-
578
- // Gets the vector of TestProperties.
579
- const std::vector<TestProperty>& test_properties() const {
580
- return test_properties_;
581
- }
582
-
583
- // Sets the elapsed time.
584
- void set_elapsed_time(TimeInMillis elapsed) { elapsed_time_ = elapsed; }
585
-
586
- // Adds a test property to the list. The property is validated and may add
587
- // a non-fatal failure if invalid (e.g., if it conflicts with reserved
588
- // key names). If a property is already recorded for the same key, the
589
- // value will be updated, rather than storing multiple values for the same
590
- // key. xml_element specifies the element for which the property is being
591
- // recorded and is used for validation.
592
- void RecordProperty(const std::string& xml_element,
593
- const TestProperty& test_property);
594
-
595
- // Adds a failure if the key is a reserved attribute of Google Test
596
- // testcase tags. Returns true if the property is valid.
597
- // TODO(russr): Validate attribute names are legal and human readable.
598
- static bool ValidateTestProperty(const std::string& xml_element,
599
- const TestProperty& test_property);
600
-
601
- // Adds a test part result to the list.
602
- void AddTestPartResult(const TestPartResult& test_part_result);
603
-
604
- // Returns the death test count.
605
- int death_test_count() const { return death_test_count_; }
606
-
607
- // Increments the death test count, returning the new count.
608
- int increment_death_test_count() { return ++death_test_count_; }
609
-
610
- // Clears the test part results.
611
- void ClearTestPartResults();
612
-
613
- // Clears the object.
614
- void Clear();
615
-
616
- // Protects mutable state of the property vector and of owned
617
- // properties, whose values may be updated.
618
- internal::Mutex test_properites_mutex_;
619
-
620
- // The vector of TestPartResults
621
- std::vector<TestPartResult> test_part_results_;
622
- // The vector of TestProperties
623
- std::vector<TestProperty> test_properties_;
624
- // Running count of death tests.
625
- int death_test_count_;
626
- // The elapsed time, in milliseconds.
627
- TimeInMillis elapsed_time_;
628
-
629
- // We disallow copying TestResult.
630
- GTEST_DISALLOW_COPY_AND_ASSIGN_(TestResult);
631
- }; // class TestResult
632
-
633
- // A TestInfo object stores the following information about a test:
634
- //
635
- // Test case name
636
- // Test name
637
- // Whether the test should be run
638
- // A function pointer that creates the test object when invoked
639
- // Test result
640
- //
641
- // The constructor of TestInfo registers itself with the UnitTest
642
- // singleton such that the RUN_ALL_TESTS() macro knows which tests to
643
- // run.
644
- class GTEST_API_ TestInfo {
645
- public:
646
- // Destructs a TestInfo object. This function is not virtual, so
647
- // don't inherit from TestInfo.
648
- ~TestInfo();
649
-
650
- // Returns the test case name.
651
- const char* test_case_name() const { return test_case_name_.c_str(); }
652
-
653
- // Returns the test name.
654
- const char* name() const { return name_.c_str(); }
655
-
656
- // Returns the name of the parameter type, or NULL if this is not a typed
657
- // or a type-parameterized test.
658
- const char* type_param() const {
659
- if (type_param_.get() != NULL)
660
- return type_param_->c_str();
661
- return NULL;
662
- }
663
-
664
- // Returns the text representation of the value parameter, or NULL if this
665
- // is not a value-parameterized test.
666
- const char* value_param() const {
667
- if (value_param_.get() != NULL)
668
- return value_param_->c_str();
669
- return NULL;
670
- }
671
-
672
- // Returns the file name where this test is defined.
673
- const char* file() const { return location_.file.c_str(); }
674
-
675
- // Returns the line where this test is defined.
676
- int line() const { return location_.line; }
677
-
678
- // Returns true if this test should run, that is if the test is not
679
- // disabled (or it is disabled but the also_run_disabled_tests flag has
680
- // been specified) and its full name matches the user-specified filter.
681
- //
682
- // Google Test allows the user to filter the tests by their full names.
683
- // The full name of a test Bar in test case Foo is defined as
684
- // "Foo.Bar". Only the tests that match the filter will run.
685
- //
686
- // A filter is a colon-separated list of glob (not regex) patterns,
687
- // optionally followed by a '-' and a colon-separated list of
688
- // negative patterns (tests to exclude). A test is run if it
689
- // matches one of the positive patterns and does not match any of
690
- // the negative patterns.
691
- //
692
- // For example, *A*:Foo.* is a filter that matches any string that
693
- // contains the character 'A' or starts with "Foo.".
694
- bool should_run() const { return should_run_; }
695
-
696
- // Returns true iff this test will appear in the XML report.
697
- bool is_reportable() const {
698
- // For now, the XML report includes all tests matching the filter.
699
- // In the future, we may trim tests that are excluded because of
700
- // sharding.
701
- return matches_filter_;
702
- }
703
-
704
- // Returns the result of the test.
705
- const TestResult* result() const { return &result_; }
706
-
707
- private:
708
- #if GTEST_HAS_DEATH_TEST
709
- friend class internal::DefaultDeathTestFactory;
710
- #endif // GTEST_HAS_DEATH_TEST
711
- friend class Test;
712
- friend class TestCase;
713
- friend class internal::UnitTestImpl;
714
- friend class internal::StreamingListenerTest;
715
- friend TestInfo* internal::MakeAndRegisterTestInfo(
716
- const char* test_case_name,
717
- const char* name,
718
- const char* type_param,
719
- const char* value_param,
720
- internal::CodeLocation code_location,
721
- internal::TypeId fixture_class_id,
722
- Test::SetUpTestCaseFunc set_up_tc,
723
- Test::TearDownTestCaseFunc tear_down_tc,
724
- internal::TestFactoryBase* factory);
725
-
726
- // Constructs a TestInfo object. The newly constructed instance assumes
727
- // ownership of the factory object.
728
- TestInfo(const std::string& test_case_name,
729
- const std::string& name,
730
- const char* a_type_param, // NULL if not a type-parameterized test
731
- const char* a_value_param, // NULL if not a value-parameterized test
732
- internal::CodeLocation a_code_location,
733
- internal::TypeId fixture_class_id,
734
- internal::TestFactoryBase* factory);
735
-
736
- // Increments the number of death tests encountered in this test so
737
- // far.
738
- int increment_death_test_count() {
739
- return result_.increment_death_test_count();
740
- }
741
-
742
- // Creates the test object, runs it, records its result, and then
743
- // deletes it.
744
- void Run();
745
-
746
- static void ClearTestResult(TestInfo* test_info) {
747
- test_info->result_.Clear();
748
- }
749
-
750
- // These fields are immutable properties of the test.
751
- const std::string test_case_name_; // Test case name
752
- const std::string name_; // Test name
753
- // Name of the parameter type, or NULL if this is not a typed or a
754
- // type-parameterized test.
755
- const internal::scoped_ptr<const ::std::string> type_param_;
756
- // Text representation of the value parameter, or NULL if this is not a
757
- // value-parameterized test.
758
- const internal::scoped_ptr<const ::std::string> value_param_;
759
- internal::CodeLocation location_;
760
- const internal::TypeId fixture_class_id_; // ID of the test fixture class
761
- bool should_run_; // True iff this test should run
762
- bool is_disabled_; // True iff this test is disabled
763
- bool matches_filter_; // True if this test matches the
764
- // user-specified filter.
765
- internal::TestFactoryBase* const factory_; // The factory that creates
766
- // the test object
767
-
768
- // This field is mutable and needs to be reset before running the
769
- // test for the second time.
770
- TestResult result_;
771
-
772
- GTEST_DISALLOW_COPY_AND_ASSIGN_(TestInfo);
773
- };
774
-
775
- // A test case, which consists of a vector of TestInfos.
776
- //
777
- // TestCase is not copyable.
778
- class GTEST_API_ TestCase {
779
- public:
780
- // Creates a TestCase with the given name.
781
- //
782
- // TestCase does NOT have a default constructor. Always use this
783
- // constructor to create a TestCase object.
784
- //
785
- // Arguments:
786
- //
787
- // name: name of the test case
788
- // a_type_param: the name of the test's type parameter, or NULL if
789
- // this is not a type-parameterized test.
790
- // set_up_tc: pointer to the function that sets up the test case
791
- // tear_down_tc: pointer to the function that tears down the test case
792
- TestCase(const char* name, const char* a_type_param,
793
- Test::SetUpTestCaseFunc set_up_tc,
794
- Test::TearDownTestCaseFunc tear_down_tc);
795
-
796
- // Destructor of TestCase.
797
- virtual ~TestCase();
798
-
799
- // Gets the name of the TestCase.
800
- const char* name() const { return name_.c_str(); }
801
-
802
- // Returns the name of the parameter type, or NULL if this is not a
803
- // type-parameterized test case.
804
- const char* type_param() const {
805
- if (type_param_.get() != NULL)
806
- return type_param_->c_str();
807
- return NULL;
808
- }
809
-
810
- // Returns true if any test in this test case should run.
811
- bool should_run() const { return should_run_; }
812
-
813
- // Gets the number of successful tests in this test case.
814
- int successful_test_count() const;
815
-
816
- // Gets the number of failed tests in this test case.
817
- int failed_test_count() const;
818
-
819
- // Gets the number of disabled tests that will be reported in the XML report.
820
- int reportable_disabled_test_count() const;
821
-
822
- // Gets the number of disabled tests in this test case.
823
- int disabled_test_count() const;
824
-
825
- // Gets the number of tests to be printed in the XML report.
826
- int reportable_test_count() const;
827
-
828
- // Get the number of tests in this test case that should run.
829
- int test_to_run_count() const;
830
-
831
- // Gets the number of all tests in this test case.
832
- int total_test_count() const;
833
-
834
- // Returns true iff the test case passed.
835
- bool Passed() const { return !Failed(); }
836
-
837
- // Returns true iff the test case failed.
838
- bool Failed() const { return failed_test_count() > 0; }
839
-
840
- // Returns the elapsed time, in milliseconds.
841
- TimeInMillis elapsed_time() const { return elapsed_time_; }
842
-
843
- // Returns the i-th test among all the tests. i can range from 0 to
844
- // total_test_count() - 1. If i is not in that range, returns NULL.
845
- const TestInfo* GetTestInfo(int i) const;
846
-
847
- // Returns the TestResult that holds test properties recorded during
848
- // execution of SetUpTestCase and TearDownTestCase.
849
- const TestResult& ad_hoc_test_result() const { return ad_hoc_test_result_; }
850
-
851
- private:
852
- friend class Test;
853
- friend class internal::UnitTestImpl;
854
-
855
- // Gets the (mutable) vector of TestInfos in this TestCase.
856
- std::vector<TestInfo*>& test_info_list() { return test_info_list_; }
857
-
858
- // Gets the (immutable) vector of TestInfos in this TestCase.
859
- const std::vector<TestInfo*>& test_info_list() const {
860
- return test_info_list_;
861
- }
862
-
863
- // Returns the i-th test among all the tests. i can range from 0 to
864
- // total_test_count() - 1. If i is not in that range, returns NULL.
865
- TestInfo* GetMutableTestInfo(int i);
866
-
867
- // Sets the should_run member.
868
- void set_should_run(bool should) { should_run_ = should; }
869
-
870
- // Adds a TestInfo to this test case. Will delete the TestInfo upon
871
- // destruction of the TestCase object.
872
- void AddTestInfo(TestInfo * test_info);
873
-
874
- // Clears the results of all tests in this test case.
875
- void ClearResult();
876
-
877
- // Clears the results of all tests in the given test case.
878
- static void ClearTestCaseResult(TestCase* test_case) {
879
- test_case->ClearResult();
880
- }
881
-
882
- // Runs every test in this TestCase.
883
- void Run();
884
-
885
- // Runs SetUpTestCase() for this TestCase. This wrapper is needed
886
- // for catching exceptions thrown from SetUpTestCase().
887
- void RunSetUpTestCase() { (*set_up_tc_)(); }
888
-
889
- // Runs TearDownTestCase() for this TestCase. This wrapper is
890
- // needed for catching exceptions thrown from TearDownTestCase().
891
- void RunTearDownTestCase() { (*tear_down_tc_)(); }
892
-
893
- // Returns true iff test passed.
894
- static bool TestPassed(const TestInfo* test_info) {
895
- return test_info->should_run() && test_info->result()->Passed();
896
- }
897
-
898
- // Returns true iff test failed.
899
- static bool TestFailed(const TestInfo* test_info) {
900
- return test_info->should_run() && test_info->result()->Failed();
901
- }
902
-
903
- // Returns true iff the test is disabled and will be reported in the XML
904
- // report.
905
- static bool TestReportableDisabled(const TestInfo* test_info) {
906
- return test_info->is_reportable() && test_info->is_disabled_;
907
- }
908
-
909
- // Returns true iff test is disabled.
910
- static bool TestDisabled(const TestInfo* test_info) {
911
- return test_info->is_disabled_;
912
- }
913
-
914
- // Returns true iff this test will appear in the XML report.
915
- static bool TestReportable(const TestInfo* test_info) {
916
- return test_info->is_reportable();
917
- }
918
-
919
- // Returns true if the given test should run.
920
- static bool ShouldRunTest(const TestInfo* test_info) {
921
- return test_info->should_run();
922
- }
923
-
924
- // Shuffles the tests in this test case.
925
- void ShuffleTests(internal::Random* random);
926
-
927
- // Restores the test order to before the first shuffle.
928
- void UnshuffleTests();
929
-
930
- // Name of the test case.
931
- std::string name_;
932
- // Name of the parameter type, or NULL if this is not a typed or a
933
- // type-parameterized test.
934
- const internal::scoped_ptr<const ::std::string> type_param_;
935
- // The vector of TestInfos in their original order. It owns the
936
- // elements in the vector.
937
- std::vector<TestInfo*> test_info_list_;
938
- // Provides a level of indirection for the test list to allow easy
939
- // shuffling and restoring the test order. The i-th element in this
940
- // vector is the index of the i-th test in the shuffled test list.
941
- std::vector<int> test_indices_;
942
- // Pointer to the function that sets up the test case.
943
- Test::SetUpTestCaseFunc set_up_tc_;
944
- // Pointer to the function that tears down the test case.
945
- Test::TearDownTestCaseFunc tear_down_tc_;
946
- // True iff any test in this test case should run.
947
- bool should_run_;
948
- // Elapsed time, in milliseconds.
949
- TimeInMillis elapsed_time_;
950
- // Holds test properties recorded during execution of SetUpTestCase and
951
- // TearDownTestCase.
952
- TestResult ad_hoc_test_result_;
953
-
954
- // We disallow copying TestCases.
955
- GTEST_DISALLOW_COPY_AND_ASSIGN_(TestCase);
956
- };
957
-
958
- // An Environment object is capable of setting up and tearing down an
959
- // environment. You should subclass this to define your own
960
- // environment(s).
961
- //
962
- // An Environment object does the set-up and tear-down in virtual
963
- // methods SetUp() and TearDown() instead of the constructor and the
964
- // destructor, as:
965
- //
966
- // 1. You cannot safely throw from a destructor. This is a problem
967
- // as in some cases Google Test is used where exceptions are enabled, and
968
- // we may want to implement ASSERT_* using exceptions where they are
969
- // available.
970
- // 2. You cannot use ASSERT_* directly in a constructor or
971
- // destructor.
972
- class Environment {
973
- public:
974
- // The d'tor is virtual as we need to subclass Environment.
975
- virtual ~Environment() {}
976
-
977
- // Override this to define how to set up the environment.
978
- virtual void SetUp() {}
979
-
980
- // Override this to define how to tear down the environment.
981
- virtual void TearDown() {}
982
- private:
983
- // If you see an error about overriding the following function or
984
- // about it being private, you have mis-spelled SetUp() as Setup().
985
- struct Setup_should_be_spelled_SetUp {};
986
- virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; }
987
- };
988
-
989
- // The interface for tracing execution of tests. The methods are organized in
990
- // the order the corresponding events are fired.
991
- class TestEventListener {
992
- public:
993
- virtual ~TestEventListener() {}
994
-
995
- // Fired before any test activity starts.
996
- virtual void OnTestProgramStart(const UnitTest& unit_test) = 0;
997
-
998
- // Fired before each iteration of tests starts. There may be more than
999
- // one iteration if GTEST_FLAG(repeat) is set. iteration is the iteration
1000
- // index, starting from 0.
1001
- virtual void OnTestIterationStart(const UnitTest& unit_test,
1002
- int iteration) = 0;
1003
-
1004
- // Fired before environment set-up for each iteration of tests starts.
1005
- virtual void OnEnvironmentsSetUpStart(const UnitTest& unit_test) = 0;
1006
-
1007
- // Fired after environment set-up for each iteration of tests ends.
1008
- virtual void OnEnvironmentsSetUpEnd(const UnitTest& unit_test) = 0;
1009
-
1010
- // Fired before the test case starts.
1011
- virtual void OnTestCaseStart(const TestCase& test_case) = 0;
1012
-
1013
- // Fired before the test starts.
1014
- virtual void OnTestStart(const TestInfo& test_info) = 0;
1015
-
1016
- // Fired after a failed assertion or a SUCCEED() invocation.
1017
- virtual void OnTestPartResult(const TestPartResult& test_part_result) = 0;
1018
-
1019
- // Fired after the test ends.
1020
- virtual void OnTestEnd(const TestInfo& test_info) = 0;
1021
-
1022
- // Fired after the test case ends.
1023
- virtual void OnTestCaseEnd(const TestCase& test_case) = 0;
1024
-
1025
- // Fired before environment tear-down for each iteration of tests starts.
1026
- virtual void OnEnvironmentsTearDownStart(const UnitTest& unit_test) = 0;
1027
-
1028
- // Fired after environment tear-down for each iteration of tests ends.
1029
- virtual void OnEnvironmentsTearDownEnd(const UnitTest& unit_test) = 0;
1030
-
1031
- // Fired after each iteration of tests finishes.
1032
- virtual void OnTestIterationEnd(const UnitTest& unit_test,
1033
- int iteration) = 0;
1034
-
1035
- // Fired after all test activities have ended.
1036
- virtual void OnTestProgramEnd(const UnitTest& unit_test) = 0;
1037
- };
1038
-
1039
- // The convenience class for users who need to override just one or two
1040
- // methods and are not concerned that a possible change to a signature of
1041
- // the methods they override will not be caught during the build. For
1042
- // comments about each method please see the definition of TestEventListener
1043
- // above.
1044
- class EmptyTestEventListener : public TestEventListener {
1045
- public:
1046
- virtual void OnTestProgramStart(const UnitTest& /*unit_test*/) {}
1047
- virtual void OnTestIterationStart(const UnitTest& /*unit_test*/,
1048
- int /*iteration*/) {}
1049
- virtual void OnEnvironmentsSetUpStart(const UnitTest& /*unit_test*/) {}
1050
- virtual void OnEnvironmentsSetUpEnd(const UnitTest& /*unit_test*/) {}
1051
- virtual void OnTestCaseStart(const TestCase& /*test_case*/) {}
1052
- virtual void OnTestStart(const TestInfo& /*test_info*/) {}
1053
- virtual void OnTestPartResult(const TestPartResult& /*test_part_result*/) {}
1054
- virtual void OnTestEnd(const TestInfo& /*test_info*/) {}
1055
- virtual void OnTestCaseEnd(const TestCase& /*test_case*/) {}
1056
- virtual void OnEnvironmentsTearDownStart(const UnitTest& /*unit_test*/) {}
1057
- virtual void OnEnvironmentsTearDownEnd(const UnitTest& /*unit_test*/) {}
1058
- virtual void OnTestIterationEnd(const UnitTest& /*unit_test*/,
1059
- int /*iteration*/) {}
1060
- virtual void OnTestProgramEnd(const UnitTest& /*unit_test*/) {}
1061
- };
1062
-
1063
- // TestEventListeners lets users add listeners to track events in Google Test.
1064
- class GTEST_API_ TestEventListeners {
1065
- public:
1066
- TestEventListeners();
1067
- ~TestEventListeners();
1068
-
1069
- // Appends an event listener to the end of the list. Google Test assumes
1070
- // the ownership of the listener (i.e. it will delete the listener when
1071
- // the test program finishes).
1072
- void Append(TestEventListener* listener);
1073
-
1074
- // Removes the given event listener from the list and returns it. It then
1075
- // becomes the caller's responsibility to delete the listener. Returns
1076
- // NULL if the listener is not found in the list.
1077
- TestEventListener* Release(TestEventListener* listener);
1078
-
1079
- // Returns the standard listener responsible for the default console
1080
- // output. Can be removed from the listeners list to shut down default
1081
- // console output. Note that removing this object from the listener list
1082
- // with Release transfers its ownership to the caller and makes this
1083
- // function return NULL the next time.
1084
- TestEventListener* default_result_printer() const {
1085
- return default_result_printer_;
1086
- }
1087
-
1088
- // Returns the standard listener responsible for the default XML output
1089
- // controlled by the --gtest_output=xml flag. Can be removed from the
1090
- // listeners list by users who want to shut down the default XML output
1091
- // controlled by this flag and substitute it with custom one. Note that
1092
- // removing this object from the listener list with Release transfers its
1093
- // ownership to the caller and makes this function return NULL the next
1094
- // time.
1095
- TestEventListener* default_xml_generator() const {
1096
- return default_xml_generator_;
1097
- }
1098
-
1099
- private:
1100
- friend class TestCase;
1101
- friend class TestInfo;
1102
- friend class internal::DefaultGlobalTestPartResultReporter;
1103
- friend class internal::NoExecDeathTest;
1104
- friend class internal::TestEventListenersAccessor;
1105
- friend class internal::UnitTestImpl;
1106
-
1107
- // Returns repeater that broadcasts the TestEventListener events to all
1108
- // subscribers.
1109
- TestEventListener* repeater();
1110
-
1111
- // Sets the default_result_printer attribute to the provided listener.
1112
- // The listener is also added to the listener list and previous
1113
- // default_result_printer is removed from it and deleted. The listener can
1114
- // also be NULL in which case it will not be added to the list. Does
1115
- // nothing if the previous and the current listener objects are the same.
1116
- void SetDefaultResultPrinter(TestEventListener* listener);
1117
-
1118
- // Sets the default_xml_generator attribute to the provided listener. The
1119
- // listener is also added to the listener list and previous
1120
- // default_xml_generator is removed from it and deleted. The listener can
1121
- // also be NULL in which case it will not be added to the list. Does
1122
- // nothing if the previous and the current listener objects are the same.
1123
- void SetDefaultXmlGenerator(TestEventListener* listener);
1124
-
1125
- // Controls whether events will be forwarded by the repeater to the
1126
- // listeners in the list.
1127
- bool EventForwardingEnabled() const;
1128
- void SuppressEventForwarding();
1129
-
1130
- // The actual list of listeners.
1131
- internal::TestEventRepeater* repeater_;
1132
- // Listener responsible for the standard result output.
1133
- TestEventListener* default_result_printer_;
1134
- // Listener responsible for the creation of the XML output file.
1135
- TestEventListener* default_xml_generator_;
1136
-
1137
- // We disallow copying TestEventListeners.
1138
- GTEST_DISALLOW_COPY_AND_ASSIGN_(TestEventListeners);
1139
- };
1140
-
1141
- // A UnitTest consists of a vector of TestCases.
1142
- //
1143
- // This is a singleton class. The only instance of UnitTest is
1144
- // created when UnitTest::GetInstance() is first called. This
1145
- // instance is never deleted.
1146
- //
1147
- // UnitTest is not copyable.
1148
- //
1149
- // This class is thread-safe as long as the methods are called
1150
- // according to their specification.
1151
- class GTEST_API_ UnitTest {
1152
- public:
1153
- // Gets the singleton UnitTest object. The first time this method
1154
- // is called, a UnitTest object is constructed and returned.
1155
- // Consecutive calls will return the same object.
1156
- static UnitTest* GetInstance();
1157
-
1158
- // Runs all tests in this UnitTest object and prints the result.
1159
- // Returns 0 if successful, or 1 otherwise.
1160
- //
1161
- // This method can only be called from the main thread.
1162
- //
1163
- // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM.
1164
- int Run() GTEST_MUST_USE_RESULT_;
1165
-
1166
- // Returns the working directory when the first TEST() or TEST_F()
1167
- // was executed. The UnitTest object owns the string.
1168
- const char* original_working_dir() const;
1169
-
1170
- // Returns the TestCase object for the test that's currently running,
1171
- // or NULL if no test is running.
1172
- const TestCase* current_test_case() const
1173
- GTEST_LOCK_EXCLUDED_(mutex_);
1174
-
1175
- // Returns the TestInfo object for the test that's currently running,
1176
- // or NULL if no test is running.
1177
- const TestInfo* current_test_info() const
1178
- GTEST_LOCK_EXCLUDED_(mutex_);
1179
-
1180
- // Returns the random seed used at the start of the current test run.
1181
- int random_seed() const;
1182
-
1183
- #if GTEST_HAS_PARAM_TEST
1184
- // Returns the ParameterizedTestCaseRegistry object used to keep track of
1185
- // value-parameterized tests and instantiate and register them.
1186
- //
1187
- // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM.
1188
- internal::ParameterizedTestCaseRegistry& parameterized_test_registry()
1189
- GTEST_LOCK_EXCLUDED_(mutex_);
1190
- #endif // GTEST_HAS_PARAM_TEST
1191
-
1192
- // Gets the number of successful test cases.
1193
- int successful_test_case_count() const;
1194
-
1195
- // Gets the number of failed test cases.
1196
- int failed_test_case_count() const;
1197
-
1198
- // Gets the number of all test cases.
1199
- int total_test_case_count() const;
1200
-
1201
- // Gets the number of all test cases that contain at least one test
1202
- // that should run.
1203
- int test_case_to_run_count() const;
1204
-
1205
- // Gets the number of successful tests.
1206
- int successful_test_count() const;
1207
-
1208
- // Gets the number of failed tests.
1209
- int failed_test_count() const;
1210
-
1211
- // Gets the number of disabled tests that will be reported in the XML report.
1212
- int reportable_disabled_test_count() const;
1213
-
1214
- // Gets the number of disabled tests.
1215
- int disabled_test_count() const;
1216
-
1217
- // Gets the number of tests to be printed in the XML report.
1218
- int reportable_test_count() const;
1219
-
1220
- // Gets the number of all tests.
1221
- int total_test_count() const;
1222
-
1223
- // Gets the number of tests that should run.
1224
- int test_to_run_count() const;
1225
-
1226
- // Gets the time of the test program start, in ms from the start of the
1227
- // UNIX epoch.
1228
- TimeInMillis start_timestamp() const;
1229
-
1230
- // Gets the elapsed time, in milliseconds.
1231
- TimeInMillis elapsed_time() const;
1232
-
1233
- // Returns true iff the unit test passed (i.e. all test cases passed).
1234
- bool Passed() const;
1235
-
1236
- // Returns true iff the unit test failed (i.e. some test case failed
1237
- // or something outside of all tests failed).
1238
- bool Failed() const;
1239
-
1240
- // Gets the i-th test case among all the test cases. i can range from 0 to
1241
- // total_test_case_count() - 1. If i is not in that range, returns NULL.
1242
- const TestCase* GetTestCase(int i) const;
1243
-
1244
- // Returns the TestResult containing information on test failures and
1245
- // properties logged outside of individual test cases.
1246
- const TestResult& ad_hoc_test_result() const;
1247
-
1248
- // Returns the list of event listeners that can be used to track events
1249
- // inside Google Test.
1250
- TestEventListeners& listeners();
1251
-
1252
- private:
1253
- // Registers and returns a global test environment. When a test
1254
- // program is run, all global test environments will be set-up in
1255
- // the order they were registered. After all tests in the program
1256
- // have finished, all global test environments will be torn-down in
1257
- // the *reverse* order they were registered.
1258
- //
1259
- // The UnitTest object takes ownership of the given environment.
1260
- //
1261
- // This method can only be called from the main thread.
1262
- Environment* AddEnvironment(Environment* env);
1263
-
1264
- // Adds a TestPartResult to the current TestResult object. All
1265
- // Google Test assertion macros (e.g. ASSERT_TRUE, EXPECT_EQ, etc)
1266
- // eventually call this to report their results. The user code
1267
- // should use the assertion macros instead of calling this directly.
1268
- void AddTestPartResult(TestPartResult::Type result_type,
1269
- const char* file_name,
1270
- int line_number,
1271
- const std::string& message,
1272
- const std::string& os_stack_trace)
1273
- GTEST_LOCK_EXCLUDED_(mutex_);
1274
-
1275
- // Adds a TestProperty to the current TestResult object when invoked from
1276
- // inside a test, to current TestCase's ad_hoc_test_result_ when invoked
1277
- // from SetUpTestCase or TearDownTestCase, or to the global property set
1278
- // when invoked elsewhere. If the result already contains a property with
1279
- // the same key, the value will be updated.
1280
- void RecordProperty(const std::string& key, const std::string& value);
1281
-
1282
- // Gets the i-th test case among all the test cases. i can range from 0 to
1283
- // total_test_case_count() - 1. If i is not in that range, returns NULL.
1284
- TestCase* GetMutableTestCase(int i);
1285
-
1286
- // Accessors for the implementation object.
1287
- internal::UnitTestImpl* impl() { return impl_; }
1288
- const internal::UnitTestImpl* impl() const { return impl_; }
1289
-
1290
- // These classes and funcions are friends as they need to access private
1291
- // members of UnitTest.
1292
- friend class Test;
1293
- friend class internal::AssertHelper;
1294
- friend class internal::ScopedTrace;
1295
- friend class internal::StreamingListenerTest;
1296
- friend class internal::UnitTestRecordPropertyTestHelper;
1297
- friend Environment* AddGlobalTestEnvironment(Environment* env);
1298
- friend internal::UnitTestImpl* internal::GetUnitTestImpl();
1299
- friend void internal::ReportFailureInUnknownLocation(
1300
- TestPartResult::Type result_type,
1301
- const std::string& message);
1302
-
1303
- // Creates an empty UnitTest.
1304
- UnitTest();
1305
-
1306
- // D'tor
1307
- virtual ~UnitTest();
1308
-
1309
- // Pushes a trace defined by SCOPED_TRACE() on to the per-thread
1310
- // Google Test trace stack.
1311
- void PushGTestTrace(const internal::TraceInfo& trace)
1312
- GTEST_LOCK_EXCLUDED_(mutex_);
1313
-
1314
- // Pops a trace from the per-thread Google Test trace stack.
1315
- void PopGTestTrace()
1316
- GTEST_LOCK_EXCLUDED_(mutex_);
1317
-
1318
- // Protects mutable state in *impl_. This is mutable as some const
1319
- // methods need to lock it too.
1320
- mutable internal::Mutex mutex_;
1321
-
1322
- // Opaque implementation object. This field is never changed once
1323
- // the object is constructed. We don't mark it as const here, as
1324
- // doing so will cause a warning in the constructor of UnitTest.
1325
- // Mutable state in *impl_ is protected by mutex_.
1326
- internal::UnitTestImpl* impl_;
1327
-
1328
- // We disallow copying UnitTest.
1329
- GTEST_DISALLOW_COPY_AND_ASSIGN_(UnitTest);
1330
- };
1331
-
1332
- // A convenient wrapper for adding an environment for the test
1333
- // program.
1334
- //
1335
- // You should call this before RUN_ALL_TESTS() is called, probably in
1336
- // main(). If you use gtest_main, you need to call this before main()
1337
- // starts for it to take effect. For example, you can define a global
1338
- // variable like this:
1339
- //
1340
- // testing::Environment* const foo_env =
1341
- // testing::AddGlobalTestEnvironment(new FooEnvironment);
1342
- //
1343
- // However, we strongly recommend you to write your own main() and
1344
- // call AddGlobalTestEnvironment() there, as relying on initialization
1345
- // of global variables makes the code harder to read and may cause
1346
- // problems when you register multiple environments from different
1347
- // translation units and the environments have dependencies among them
1348
- // (remember that the compiler doesn't guarantee the order in which
1349
- // global variables from different translation units are initialized).
1350
- inline Environment* AddGlobalTestEnvironment(Environment* env) {
1351
- return UnitTest::GetInstance()->AddEnvironment(env);
1352
- }
1353
-
1354
- // Initializes Google Test. This must be called before calling
1355
- // RUN_ALL_TESTS(). In particular, it parses a command line for the
1356
- // flags that Google Test recognizes. Whenever a Google Test flag is
1357
- // seen, it is removed from argv, and *argc is decremented.
1358
- //
1359
- // No value is returned. Instead, the Google Test flag variables are
1360
- // updated.
1361
- //
1362
- // Calling the function for the second time has no user-visible effect.
1363
- GTEST_API_ void InitGoogleTest(int* argc, char** argv);
1364
-
1365
- // This overloaded version can be used in Windows programs compiled in
1366
- // UNICODE mode.
1367
- GTEST_API_ void InitGoogleTest(int* argc, wchar_t** argv);
1368
-
1369
- namespace internal {
1370
-
1371
- // Separate the error generating code from the code path to reduce the stack
1372
- // frame size of CmpHelperEQ. This helps reduce the overhead of some sanitizers
1373
- // when calling EXPECT_* in a tight loop.
1374
- template <typename T1, typename T2>
1375
- AssertionResult CmpHelperEQFailure(const char* lhs_expression,
1376
- const char* rhs_expression,
1377
- const T1& lhs, const T2& rhs) {
1378
- return EqFailure(lhs_expression,
1379
- rhs_expression,
1380
- FormatForComparisonFailureMessage(lhs, rhs),
1381
- FormatForComparisonFailureMessage(rhs, lhs),
1382
- false);
1383
- }
1384
-
1385
- // The helper function for {ASSERT|EXPECT}_EQ.
1386
- template <typename T1, typename T2>
1387
- AssertionResult CmpHelperEQ(const char* lhs_expression,
1388
- const char* rhs_expression,
1389
- const T1& lhs,
1390
- const T2& rhs) {
1391
- GTEST_DISABLE_MSC_WARNINGS_PUSH_(4389 /* signed/unsigned mismatch */)
1392
- if (lhs == rhs) {
1393
- return AssertionSuccess();
1394
- }
1395
- GTEST_DISABLE_MSC_WARNINGS_POP_()
1396
-
1397
- return CmpHelperEQFailure(lhs_expression, rhs_expression, lhs, rhs);
1398
- }
1399
-
1400
- // With this overloaded version, we allow anonymous enums to be used
1401
- // in {ASSERT|EXPECT}_EQ when compiled with gcc 4, as anonymous enums
1402
- // can be implicitly cast to BiggestInt.
1403
- GTEST_API_ AssertionResult CmpHelperEQ(const char* lhs_expression,
1404
- const char* rhs_expression,
1405
- BiggestInt lhs,
1406
- BiggestInt rhs);
1407
-
1408
- // The helper class for {ASSERT|EXPECT}_EQ. The template argument
1409
- // lhs_is_null_literal is true iff the first argument to ASSERT_EQ()
1410
- // is a null pointer literal. The following default implementation is
1411
- // for lhs_is_null_literal being false.
1412
- template <bool lhs_is_null_literal>
1413
- class EqHelper {
1414
- public:
1415
- // This templatized version is for the general case.
1416
- template <typename T1, typename T2>
1417
- static AssertionResult Compare(const char* lhs_expression,
1418
- const char* rhs_expression,
1419
- const T1& lhs,
1420
- const T2& rhs) {
1421
- return CmpHelperEQ(lhs_expression, rhs_expression, lhs, rhs);
1422
- }
1423
-
1424
- // With this overloaded version, we allow anonymous enums to be used
1425
- // in {ASSERT|EXPECT}_EQ when compiled with gcc 4, as anonymous
1426
- // enums can be implicitly cast to BiggestInt.
1427
- //
1428
- // Even though its body looks the same as the above version, we
1429
- // cannot merge the two, as it will make anonymous enums unhappy.
1430
- static AssertionResult Compare(const char* lhs_expression,
1431
- const char* rhs_expression,
1432
- BiggestInt lhs,
1433
- BiggestInt rhs) {
1434
- return CmpHelperEQ(lhs_expression, rhs_expression, lhs, rhs);
1435
- }
1436
- };
1437
-
1438
- // This specialization is used when the first argument to ASSERT_EQ()
1439
- // is a null pointer literal, like NULL, false, or 0.
1440
- template <>
1441
- class EqHelper<true> {
1442
- public:
1443
- // We define two overloaded versions of Compare(). The first
1444
- // version will be picked when the second argument to ASSERT_EQ() is
1445
- // NOT a pointer, e.g. ASSERT_EQ(0, AnIntFunction()) or
1446
- // EXPECT_EQ(false, a_bool).
1447
- template <typename T1, typename T2>
1448
- static AssertionResult Compare(
1449
- const char* lhs_expression,
1450
- const char* rhs_expression,
1451
- const T1& lhs,
1452
- const T2& rhs,
1453
- // The following line prevents this overload from being considered if T2
1454
- // is not a pointer type. We need this because ASSERT_EQ(NULL, my_ptr)
1455
- // expands to Compare("", "", NULL, my_ptr), which requires a conversion
1456
- // to match the Secret* in the other overload, which would otherwise make
1457
- // this template match better.
1458
- typename EnableIf<!is_pointer<T2>::value>::type* = 0) {
1459
- return CmpHelperEQ(lhs_expression, rhs_expression, lhs, rhs);
1460
- }
1461
-
1462
- // This version will be picked when the second argument to ASSERT_EQ() is a
1463
- // pointer, e.g. ASSERT_EQ(NULL, a_pointer).
1464
- template <typename T>
1465
- static AssertionResult Compare(
1466
- const char* lhs_expression,
1467
- const char* rhs_expression,
1468
- // We used to have a second template parameter instead of Secret*. That
1469
- // template parameter would deduce to 'long', making this a better match
1470
- // than the first overload even without the first overload's EnableIf.
1471
- // Unfortunately, gcc with -Wconversion-null warns when "passing NULL to
1472
- // non-pointer argument" (even a deduced integral argument), so the old
1473
- // implementation caused warnings in user code.
1474
- Secret* /* lhs (NULL) */,
1475
- T* rhs) {
1476
- // We already know that 'lhs' is a null pointer.
1477
- return CmpHelperEQ(lhs_expression, rhs_expression,
1478
- static_cast<T*>(NULL), rhs);
1479
- }
1480
- };
1481
-
1482
- // Separate the error generating code from the code path to reduce the stack
1483
- // frame size of CmpHelperOP. This helps reduce the overhead of some sanitizers
1484
- // when calling EXPECT_OP in a tight loop.
1485
- template <typename T1, typename T2>
1486
- AssertionResult CmpHelperOpFailure(const char* expr1, const char* expr2,
1487
- const T1& val1, const T2& val2,
1488
- const char* op) {
1489
- return AssertionFailure()
1490
- << "Expected: (" << expr1 << ") " << op << " (" << expr2
1491
- << "), actual: " << FormatForComparisonFailureMessage(val1, val2)
1492
- << " vs " << FormatForComparisonFailureMessage(val2, val1);
1493
- }
1494
-
1495
- // A macro for implementing the helper functions needed to implement
1496
- // ASSERT_?? and EXPECT_??. It is here just to avoid copy-and-paste
1497
- // of similar code.
1498
- //
1499
- // For each templatized helper function, we also define an overloaded
1500
- // version for BiggestInt in order to reduce code bloat and allow
1501
- // anonymous enums to be used with {ASSERT|EXPECT}_?? when compiled
1502
- // with gcc 4.
1503
- //
1504
- // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM.
1505
-
1506
- #define GTEST_IMPL_CMP_HELPER_(op_name, op)\
1507
- template <typename T1, typename T2>\
1508
- AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \
1509
- const T1& val1, const T2& val2) {\
1510
- if (val1 op val2) {\
1511
- return AssertionSuccess();\
1512
- } else {\
1513
- return CmpHelperOpFailure(expr1, expr2, val1, val2, #op);\
1514
- }\
1515
- }\
1516
- GTEST_API_ AssertionResult CmpHelper##op_name(\
1517
- const char* expr1, const char* expr2, BiggestInt val1, BiggestInt val2)
1518
-
1519
- // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM.
1520
-
1521
- // Implements the helper function for {ASSERT|EXPECT}_NE
1522
- GTEST_IMPL_CMP_HELPER_(NE, !=);
1523
- // Implements the helper function for {ASSERT|EXPECT}_LE
1524
- GTEST_IMPL_CMP_HELPER_(LE, <=);
1525
- // Implements the helper function for {ASSERT|EXPECT}_LT
1526
- GTEST_IMPL_CMP_HELPER_(LT, <);
1527
- // Implements the helper function for {ASSERT|EXPECT}_GE
1528
- GTEST_IMPL_CMP_HELPER_(GE, >=);
1529
- // Implements the helper function for {ASSERT|EXPECT}_GT
1530
- GTEST_IMPL_CMP_HELPER_(GT, >);
1531
-
1532
- #undef GTEST_IMPL_CMP_HELPER_
1533
-
1534
- // The helper function for {ASSERT|EXPECT}_STREQ.
1535
- //
1536
- // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM.
1537
- GTEST_API_ AssertionResult CmpHelperSTREQ(const char* s1_expression,
1538
- const char* s2_expression,
1539
- const char* s1,
1540
- const char* s2);
1541
-
1542
- // The helper function for {ASSERT|EXPECT}_STRCASEEQ.
1543
- //
1544
- // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM.
1545
- GTEST_API_ AssertionResult CmpHelperSTRCASEEQ(const char* s1_expression,
1546
- const char* s2_expression,
1547
- const char* s1,
1548
- const char* s2);
1549
-
1550
- // The helper function for {ASSERT|EXPECT}_STRNE.
1551
- //
1552
- // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM.
1553
- GTEST_API_ AssertionResult CmpHelperSTRNE(const char* s1_expression,
1554
- const char* s2_expression,
1555
- const char* s1,
1556
- const char* s2);
1557
-
1558
- // The helper function for {ASSERT|EXPECT}_STRCASENE.
1559
- //
1560
- // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM.
1561
- GTEST_API_ AssertionResult CmpHelperSTRCASENE(const char* s1_expression,
1562
- const char* s2_expression,
1563
- const char* s1,
1564
- const char* s2);
1565
-
1566
-
1567
- // Helper function for *_STREQ on wide strings.
1568
- //
1569
- // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM.
1570
- GTEST_API_ AssertionResult CmpHelperSTREQ(const char* s1_expression,
1571
- const char* s2_expression,
1572
- const wchar_t* s1,
1573
- const wchar_t* s2);
1574
-
1575
- // Helper function for *_STRNE on wide strings.
1576
- //
1577
- // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM.
1578
- GTEST_API_ AssertionResult CmpHelperSTRNE(const char* s1_expression,
1579
- const char* s2_expression,
1580
- const wchar_t* s1,
1581
- const wchar_t* s2);
1582
-
1583
- } // namespace internal
1584
-
1585
- // IsSubstring() and IsNotSubstring() are intended to be used as the
1586
- // first argument to {EXPECT,ASSERT}_PRED_FORMAT2(), not by
1587
- // themselves. They check whether needle is a substring of haystack
1588
- // (NULL is considered a substring of itself only), and return an
1589
- // appropriate error message when they fail.
1590
- //
1591
- // The {needle,haystack}_expr arguments are the stringified
1592
- // expressions that generated the two real arguments.
1593
- GTEST_API_ AssertionResult IsSubstring(
1594
- const char* needle_expr, const char* haystack_expr,
1595
- const char* needle, const char* haystack);
1596
- GTEST_API_ AssertionResult IsSubstring(
1597
- const char* needle_expr, const char* haystack_expr,
1598
- const wchar_t* needle, const wchar_t* haystack);
1599
- GTEST_API_ AssertionResult IsNotSubstring(
1600
- const char* needle_expr, const char* haystack_expr,
1601
- const char* needle, const char* haystack);
1602
- GTEST_API_ AssertionResult IsNotSubstring(
1603
- const char* needle_expr, const char* haystack_expr,
1604
- const wchar_t* needle, const wchar_t* haystack);
1605
- GTEST_API_ AssertionResult IsSubstring(
1606
- const char* needle_expr, const char* haystack_expr,
1607
- const ::std::string& needle, const ::std::string& haystack);
1608
- GTEST_API_ AssertionResult IsNotSubstring(
1609
- const char* needle_expr, const char* haystack_expr,
1610
- const ::std::string& needle, const ::std::string& haystack);
1611
-
1612
- #if GTEST_HAS_STD_WSTRING
1613
- GTEST_API_ AssertionResult IsSubstring(
1614
- const char* needle_expr, const char* haystack_expr,
1615
- const ::std::wstring& needle, const ::std::wstring& haystack);
1616
- GTEST_API_ AssertionResult IsNotSubstring(
1617
- const char* needle_expr, const char* haystack_expr,
1618
- const ::std::wstring& needle, const ::std::wstring& haystack);
1619
- #endif // GTEST_HAS_STD_WSTRING
1620
-
1621
- namespace internal {
1622
-
1623
- // Helper template function for comparing floating-points.
1624
- //
1625
- // Template parameter:
1626
- //
1627
- // RawType: the raw floating-point type (either float or double)
1628
- //
1629
- // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM.
1630
- template <typename RawType>
1631
- AssertionResult CmpHelperFloatingPointEQ(const char* lhs_expression,
1632
- const char* rhs_expression,
1633
- RawType lhs_value,
1634
- RawType rhs_value) {
1635
- const FloatingPoint<RawType> lhs(lhs_value), rhs(rhs_value);
1636
-
1637
- if (lhs.AlmostEquals(rhs)) {
1638
- return AssertionSuccess();
1639
- }
1640
-
1641
- ::std::stringstream lhs_ss;
1642
- lhs_ss << std::setprecision(std::numeric_limits<RawType>::digits10 + 2)
1643
- << lhs_value;
1644
-
1645
- ::std::stringstream rhs_ss;
1646
- rhs_ss << std::setprecision(std::numeric_limits<RawType>::digits10 + 2)
1647
- << rhs_value;
1648
-
1649
- return EqFailure(lhs_expression,
1650
- rhs_expression,
1651
- StringStreamToString(&lhs_ss),
1652
- StringStreamToString(&rhs_ss),
1653
- false);
1654
- }
1655
-
1656
- // Helper function for implementing ASSERT_NEAR.
1657
- //
1658
- // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM.
1659
- GTEST_API_ AssertionResult DoubleNearPredFormat(const char* expr1,
1660
- const char* expr2,
1661
- const char* abs_error_expr,
1662
- double val1,
1663
- double val2,
1664
- double abs_error);
1665
-
1666
- // INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE.
1667
- // A class that enables one to stream messages to assertion macros
1668
- class GTEST_API_ AssertHelper {
1669
- public:
1670
- // Constructor.
1671
- AssertHelper(TestPartResult::Type type,
1672
- const char* file,
1673
- int line,
1674
- const char* message);
1675
- ~AssertHelper();
1676
-
1677
- // Message assignment is a semantic trick to enable assertion
1678
- // streaming; see the GTEST_MESSAGE_ macro below.
1679
- void operator=(const Message& message) const;
1680
-
1681
- private:
1682
- // We put our data in a struct so that the size of the AssertHelper class can
1683
- // be as small as possible. This is important because gcc is incapable of
1684
- // re-using stack space even for temporary variables, so every EXPECT_EQ
1685
- // reserves stack space for another AssertHelper.
1686
- struct AssertHelperData {
1687
- AssertHelperData(TestPartResult::Type t,
1688
- const char* srcfile,
1689
- int line_num,
1690
- const char* msg)
1691
- : type(t), file(srcfile), line(line_num), message(msg) { }
1692
-
1693
- TestPartResult::Type const type;
1694
- const char* const file;
1695
- int const line;
1696
- std::string const message;
1697
-
1698
- private:
1699
- GTEST_DISALLOW_COPY_AND_ASSIGN_(AssertHelperData);
1700
- };
1701
-
1702
- AssertHelperData* const data_;
1703
-
1704
- GTEST_DISALLOW_COPY_AND_ASSIGN_(AssertHelper);
1705
- };
1706
-
1707
- } // namespace internal
1708
-
1709
- #if GTEST_HAS_PARAM_TEST
1710
- // The pure interface class that all value-parameterized tests inherit from.
1711
- // A value-parameterized class must inherit from both ::testing::Test and
1712
- // ::testing::WithParamInterface. In most cases that just means inheriting
1713
- // from ::testing::TestWithParam, but more complicated test hierarchies
1714
- // may need to inherit from Test and WithParamInterface at different levels.
1715
- //
1716
- // This interface has support for accessing the test parameter value via
1717
- // the GetParam() method.
1718
- //
1719
- // Use it with one of the parameter generator defining functions, like Range(),
1720
- // Values(), ValuesIn(), Bool(), and Combine().
1721
- //
1722
- // class FooTest : public ::testing::TestWithParam<int> {
1723
- // protected:
1724
- // FooTest() {
1725
- // // Can use GetParam() here.
1726
- // }
1727
- // virtual ~FooTest() {
1728
- // // Can use GetParam() here.
1729
- // }
1730
- // virtual void SetUp() {
1731
- // // Can use GetParam() here.
1732
- // }
1733
- // virtual void TearDown {
1734
- // // Can use GetParam() here.
1735
- // }
1736
- // };
1737
- // TEST_P(FooTest, DoesBar) {
1738
- // // Can use GetParam() method here.
1739
- // Foo foo;
1740
- // ASSERT_TRUE(foo.DoesBar(GetParam()));
1741
- // }
1742
- // INSTANTIATE_TEST_CASE_P(OneToTenRange, FooTest, ::testing::Range(1, 10));
1743
-
1744
- template <typename T>
1745
- class WithParamInterface {
1746
- public:
1747
- typedef T ParamType;
1748
- virtual ~WithParamInterface() {}
1749
-
1750
- // The current parameter value. Is also available in the test fixture's
1751
- // constructor. This member function is non-static, even though it only
1752
- // references static data, to reduce the opportunity for incorrect uses
1753
- // like writing 'WithParamInterface<bool>::GetParam()' for a test that
1754
- // uses a fixture whose parameter type is int.
1755
- const ParamType& GetParam() const {
1756
- GTEST_CHECK_(parameter_ != NULL)
1757
- << "GetParam() can only be called inside a value-parameterized test "
1758
- << "-- did you intend to write TEST_P instead of TEST_F?";
1759
- return *parameter_;
1760
- }
1761
-
1762
- private:
1763
- // Sets parameter value. The caller is responsible for making sure the value
1764
- // remains alive and unchanged throughout the current test.
1765
- static void SetParam(const ParamType* parameter) {
1766
- parameter_ = parameter;
1767
- }
1768
-
1769
- // Static value used for accessing parameter during a test lifetime.
1770
- static const ParamType* parameter_;
1771
-
1772
- // TestClass must be a subclass of WithParamInterface<T> and Test.
1773
- template <class TestClass> friend class internal::ParameterizedTestFactory;
1774
- };
1775
-
1776
- template <typename T>
1777
- const T* WithParamInterface<T>::parameter_ = NULL;
1778
-
1779
- // Most value-parameterized classes can ignore the existence of
1780
- // WithParamInterface, and can just inherit from ::testing::TestWithParam.
1781
-
1782
- template <typename T>
1783
- class TestWithParam : public Test, public WithParamInterface<T> {
1784
- };
1785
-
1786
- #endif // GTEST_HAS_PARAM_TEST
1787
-
1788
- // Macros for indicating success/failure in test code.
1789
-
1790
- // ADD_FAILURE unconditionally adds a failure to the current test.
1791
- // SUCCEED generates a success - it doesn't automatically make the
1792
- // current test successful, as a test is only successful when it has
1793
- // no failure.
1794
- //
1795
- // EXPECT_* verifies that a certain condition is satisfied. If not,
1796
- // it behaves like ADD_FAILURE. In particular:
1797
- //
1798
- // EXPECT_TRUE verifies that a Boolean condition is true.
1799
- // EXPECT_FALSE verifies that a Boolean condition is false.
1800
- //
1801
- // FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except
1802
- // that they will also abort the current function on failure. People
1803
- // usually want the fail-fast behavior of FAIL and ASSERT_*, but those
1804
- // writing data-driven tests often find themselves using ADD_FAILURE
1805
- // and EXPECT_* more.
1806
-
1807
- // Generates a nonfatal failure with a generic message.
1808
- #define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed")
1809
-
1810
- // Generates a nonfatal failure at the given source file location with
1811
- // a generic message.
1812
- #define ADD_FAILURE_AT(file, line) \
1813
- GTEST_MESSAGE_AT_(file, line, "Failed", \
1814
- ::testing::TestPartResult::kNonFatalFailure)
1815
-
1816
- // Generates a fatal failure with a generic message.
1817
- #define GTEST_FAIL() GTEST_FATAL_FAILURE_("Failed")
1818
-
1819
- // Define this macro to 1 to omit the definition of FAIL(), which is a
1820
- // generic name and clashes with some other libraries.
1821
- #if !GTEST_DONT_DEFINE_FAIL
1822
- # define FAIL() GTEST_FAIL()
1823
- #endif
1824
-
1825
- // Generates a success with a generic message.
1826
- #define GTEST_SUCCEED() GTEST_SUCCESS_("Succeeded")
1827
-
1828
- // Define this macro to 1 to omit the definition of SUCCEED(), which
1829
- // is a generic name and clashes with some other libraries.
1830
- #if !GTEST_DONT_DEFINE_SUCCEED
1831
- # define SUCCEED() GTEST_SUCCEED()
1832
- #endif
1833
-
1834
- // Macros for testing exceptions.
1835
- //
1836
- // * {ASSERT|EXPECT}_THROW(statement, expected_exception):
1837
- // Tests that the statement throws the expected exception.
1838
- // * {ASSERT|EXPECT}_NO_THROW(statement):
1839
- // Tests that the statement doesn't throw any exception.
1840
- // * {ASSERT|EXPECT}_ANY_THROW(statement):
1841
- // Tests that the statement throws an exception.
1842
-
1843
- #define EXPECT_THROW(statement, expected_exception) \
1844
- GTEST_TEST_THROW_(statement, expected_exception, GTEST_NONFATAL_FAILURE_)
1845
- #define EXPECT_NO_THROW(statement) \
1846
- GTEST_TEST_NO_THROW_(statement, GTEST_NONFATAL_FAILURE_)
1847
- #define EXPECT_ANY_THROW(statement) \
1848
- GTEST_TEST_ANY_THROW_(statement, GTEST_NONFATAL_FAILURE_)
1849
- #define ASSERT_THROW(statement, expected_exception) \
1850
- GTEST_TEST_THROW_(statement, expected_exception, GTEST_FATAL_FAILURE_)
1851
- #define ASSERT_NO_THROW(statement) \
1852
- GTEST_TEST_NO_THROW_(statement, GTEST_FATAL_FAILURE_)
1853
- #define ASSERT_ANY_THROW(statement) \
1854
- GTEST_TEST_ANY_THROW_(statement, GTEST_FATAL_FAILURE_)
1855
-
1856
- // Boolean assertions. Condition can be either a Boolean expression or an
1857
- // AssertionResult. For more information on how to use AssertionResult with
1858
- // these macros see comments on that class.
1859
- #define EXPECT_TRUE(condition) \
1860
- GTEST_TEST_BOOLEAN_(condition, #condition, false, true, \
1861
- GTEST_NONFATAL_FAILURE_)
1862
- #define EXPECT_FALSE(condition) \
1863
- GTEST_TEST_BOOLEAN_(!(condition), #condition, true, false, \
1864
- GTEST_NONFATAL_FAILURE_)
1865
- #define ASSERT_TRUE(condition) \
1866
- GTEST_TEST_BOOLEAN_(condition, #condition, false, true, \
1867
- GTEST_FATAL_FAILURE_)
1868
- #define ASSERT_FALSE(condition) \
1869
- GTEST_TEST_BOOLEAN_(!(condition), #condition, true, false, \
1870
- GTEST_FATAL_FAILURE_)
1871
-
1872
- // Includes the auto-generated header that implements a family of
1873
- // generic predicate assertion macros.
1874
- #include "gtest/gtest_pred_impl.h"
1875
-
1876
- // Macros for testing equalities and inequalities.
1877
- //
1878
- // * {ASSERT|EXPECT}_EQ(v1, v2): Tests that v1 == v2
1879
- // * {ASSERT|EXPECT}_NE(v1, v2): Tests that v1 != v2
1880
- // * {ASSERT|EXPECT}_LT(v1, v2): Tests that v1 < v2
1881
- // * {ASSERT|EXPECT}_LE(v1, v2): Tests that v1 <= v2
1882
- // * {ASSERT|EXPECT}_GT(v1, v2): Tests that v1 > v2
1883
- // * {ASSERT|EXPECT}_GE(v1, v2): Tests that v1 >= v2
1884
- //
1885
- // When they are not, Google Test prints both the tested expressions and
1886
- // their actual values. The values must be compatible built-in types,
1887
- // or you will get a compiler error. By "compatible" we mean that the
1888
- // values can be compared by the respective operator.
1889
- //
1890
- // Note:
1891
- //
1892
- // 1. It is possible to make a user-defined type work with
1893
- // {ASSERT|EXPECT}_??(), but that requires overloading the
1894
- // comparison operators and is thus discouraged by the Google C++
1895
- // Usage Guide. Therefore, you are advised to use the
1896
- // {ASSERT|EXPECT}_TRUE() macro to assert that two objects are
1897
- // equal.
1898
- //
1899
- // 2. The {ASSERT|EXPECT}_??() macros do pointer comparisons on
1900
- // pointers (in particular, C strings). Therefore, if you use it
1901
- // with two C strings, you are testing how their locations in memory
1902
- // are related, not how their content is related. To compare two C
1903
- // strings by content, use {ASSERT|EXPECT}_STR*().
1904
- //
1905
- // 3. {ASSERT|EXPECT}_EQ(v1, v2) is preferred to
1906
- // {ASSERT|EXPECT}_TRUE(v1 == v2), as the former tells you
1907
- // what the actual value is when it fails, and similarly for the
1908
- // other comparisons.
1909
- //
1910
- // 4. Do not depend on the order in which {ASSERT|EXPECT}_??()
1911
- // evaluate their arguments, which is undefined.
1912
- //
1913
- // 5. These macros evaluate their arguments exactly once.
1914
- //
1915
- // Examples:
1916
- //
1917
- // EXPECT_NE(5, Foo());
1918
- // EXPECT_EQ(NULL, a_pointer);
1919
- // ASSERT_LT(i, array_size);
1920
- // ASSERT_GT(records.size(), 0) << "There is no record left.";
1921
-
1922
- #define EXPECT_EQ(val1, val2) \
1923
- EXPECT_PRED_FORMAT2(::testing::internal:: \
1924
- EqHelper<GTEST_IS_NULL_LITERAL_(val1)>::Compare, \
1925
- val1, val2)
1926
- #define EXPECT_NE(val1, val2) \
1927
- EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperNE, val1, val2)
1928
- #define EXPECT_LE(val1, val2) \
1929
- EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperLE, val1, val2)
1930
- #define EXPECT_LT(val1, val2) \
1931
- EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperLT, val1, val2)
1932
- #define EXPECT_GE(val1, val2) \
1933
- EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperGE, val1, val2)
1934
- #define EXPECT_GT(val1, val2) \
1935
- EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperGT, val1, val2)
1936
-
1937
- #define GTEST_ASSERT_EQ(val1, val2) \
1938
- ASSERT_PRED_FORMAT2(::testing::internal:: \
1939
- EqHelper<GTEST_IS_NULL_LITERAL_(val1)>::Compare, \
1940
- val1, val2)
1941
- #define GTEST_ASSERT_NE(val1, val2) \
1942
- ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperNE, val1, val2)
1943
- #define GTEST_ASSERT_LE(val1, val2) \
1944
- ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperLE, val1, val2)
1945
- #define GTEST_ASSERT_LT(val1, val2) \
1946
- ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperLT, val1, val2)
1947
- #define GTEST_ASSERT_GE(val1, val2) \
1948
- ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperGE, val1, val2)
1949
- #define GTEST_ASSERT_GT(val1, val2) \
1950
- ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperGT, val1, val2)
1951
-
1952
- // Define macro GTEST_DONT_DEFINE_ASSERT_XY to 1 to omit the definition of
1953
- // ASSERT_XY(), which clashes with some users' own code.
1954
-
1955
- #if !GTEST_DONT_DEFINE_ASSERT_EQ
1956
- # define ASSERT_EQ(val1, val2) GTEST_ASSERT_EQ(val1, val2)
1957
- #endif
1958
-
1959
- #if !GTEST_DONT_DEFINE_ASSERT_NE
1960
- # define ASSERT_NE(val1, val2) GTEST_ASSERT_NE(val1, val2)
1961
- #endif
1962
-
1963
- #if !GTEST_DONT_DEFINE_ASSERT_LE
1964
- # define ASSERT_LE(val1, val2) GTEST_ASSERT_LE(val1, val2)
1965
- #endif
1966
-
1967
- #if !GTEST_DONT_DEFINE_ASSERT_LT
1968
- # define ASSERT_LT(val1, val2) GTEST_ASSERT_LT(val1, val2)
1969
- #endif
1970
-
1971
- #if !GTEST_DONT_DEFINE_ASSERT_GE
1972
- # define ASSERT_GE(val1, val2) GTEST_ASSERT_GE(val1, val2)
1973
- #endif
1974
-
1975
- #if !GTEST_DONT_DEFINE_ASSERT_GT
1976
- # define ASSERT_GT(val1, val2) GTEST_ASSERT_GT(val1, val2)
1977
- #endif
1978
-
1979
- // C-string Comparisons. All tests treat NULL and any non-NULL string
1980
- // as different. Two NULLs are equal.
1981
- //
1982
- // * {ASSERT|EXPECT}_STREQ(s1, s2): Tests that s1 == s2
1983
- // * {ASSERT|EXPECT}_STRNE(s1, s2): Tests that s1 != s2
1984
- // * {ASSERT|EXPECT}_STRCASEEQ(s1, s2): Tests that s1 == s2, ignoring case
1985
- // * {ASSERT|EXPECT}_STRCASENE(s1, s2): Tests that s1 != s2, ignoring case
1986
- //
1987
- // For wide or narrow string objects, you can use the
1988
- // {ASSERT|EXPECT}_??() macros.
1989
- //
1990
- // Don't depend on the order in which the arguments are evaluated,
1991
- // which is undefined.
1992
- //
1993
- // These macros evaluate their arguments exactly once.
1994
-
1995
- #define EXPECT_STREQ(s1, s2) \
1996
- EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperSTREQ, s1, s2)
1997
- #define EXPECT_STRNE(s1, s2) \
1998
- EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperSTRNE, s1, s2)
1999
- #define EXPECT_STRCASEEQ(s1, s2) \
2000
- EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperSTRCASEEQ, s1, s2)
2001
- #define EXPECT_STRCASENE(s1, s2)\
2002
- EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperSTRCASENE, s1, s2)
2003
-
2004
- #define ASSERT_STREQ(s1, s2) \
2005
- ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperSTREQ, s1, s2)
2006
- #define ASSERT_STRNE(s1, s2) \
2007
- ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperSTRNE, s1, s2)
2008
- #define ASSERT_STRCASEEQ(s1, s2) \
2009
- ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperSTRCASEEQ, s1, s2)
2010
- #define ASSERT_STRCASENE(s1, s2)\
2011
- ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperSTRCASENE, s1, s2)
2012
-
2013
- // Macros for comparing floating-point numbers.
2014
- //
2015
- // * {ASSERT|EXPECT}_FLOAT_EQ(val1, val2):
2016
- // Tests that two float values are almost equal.
2017
- // * {ASSERT|EXPECT}_DOUBLE_EQ(val1, val2):
2018
- // Tests that two double values are almost equal.
2019
- // * {ASSERT|EXPECT}_NEAR(v1, v2, abs_error):
2020
- // Tests that v1 and v2 are within the given distance to each other.
2021
- //
2022
- // Google Test uses ULP-based comparison to automatically pick a default
2023
- // error bound that is appropriate for the operands. See the
2024
- // FloatingPoint template class in gtest-internal.h if you are
2025
- // interested in the implementation details.
2026
-
2027
- #define EXPECT_FLOAT_EQ(val1, val2)\
2028
- EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperFloatingPointEQ<float>, \
2029
- val1, val2)
2030
-
2031
- #define EXPECT_DOUBLE_EQ(val1, val2)\
2032
- EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperFloatingPointEQ<double>, \
2033
- val1, val2)
2034
-
2035
- #define ASSERT_FLOAT_EQ(val1, val2)\
2036
- ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperFloatingPointEQ<float>, \
2037
- val1, val2)
2038
-
2039
- #define ASSERT_DOUBLE_EQ(val1, val2)\
2040
- ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperFloatingPointEQ<double>, \
2041
- val1, val2)
2042
-
2043
- #define EXPECT_NEAR(val1, val2, abs_error)\
2044
- EXPECT_PRED_FORMAT3(::testing::internal::DoubleNearPredFormat, \
2045
- val1, val2, abs_error)
2046
-
2047
- #define ASSERT_NEAR(val1, val2, abs_error)\
2048
- ASSERT_PRED_FORMAT3(::testing::internal::DoubleNearPredFormat, \
2049
- val1, val2, abs_error)
2050
-
2051
- // These predicate format functions work on floating-point values, and
2052
- // can be used in {ASSERT|EXPECT}_PRED_FORMAT2*(), e.g.
2053
- //
2054
- // EXPECT_PRED_FORMAT2(testing::DoubleLE, Foo(), 5.0);
2055
-
2056
- // Asserts that val1 is less than, or almost equal to, val2. Fails
2057
- // otherwise. In particular, it fails if either val1 or val2 is NaN.
2058
- GTEST_API_ AssertionResult FloatLE(const char* expr1, const char* expr2,
2059
- float val1, float val2);
2060
- GTEST_API_ AssertionResult DoubleLE(const char* expr1, const char* expr2,
2061
- double val1, double val2);
2062
-
2063
-
2064
- #if GTEST_OS_WINDOWS
2065
-
2066
- // Macros that test for HRESULT failure and success, these are only useful
2067
- // on Windows, and rely on Windows SDK macros and APIs to compile.
2068
- //
2069
- // * {ASSERT|EXPECT}_HRESULT_{SUCCEEDED|FAILED}(expr)
2070
- //
2071
- // When expr unexpectedly fails or succeeds, Google Test prints the
2072
- // expected result and the actual result with both a human-readable
2073
- // string representation of the error, if available, as well as the
2074
- // hex result code.
2075
- # define EXPECT_HRESULT_SUCCEEDED(expr) \
2076
- EXPECT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr))
2077
-
2078
- # define ASSERT_HRESULT_SUCCEEDED(expr) \
2079
- ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr))
2080
-
2081
- # define EXPECT_HRESULT_FAILED(expr) \
2082
- EXPECT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr))
2083
-
2084
- # define ASSERT_HRESULT_FAILED(expr) \
2085
- ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr))
2086
-
2087
- #endif // GTEST_OS_WINDOWS
2088
-
2089
- // Macros that execute statement and check that it doesn't generate new fatal
2090
- // failures in the current thread.
2091
- //
2092
- // * {ASSERT|EXPECT}_NO_FATAL_FAILURE(statement);
2093
- //
2094
- // Examples:
2095
- //
2096
- // EXPECT_NO_FATAL_FAILURE(Process());
2097
- // ASSERT_NO_FATAL_FAILURE(Process()) << "Process() failed";
2098
- //
2099
- #define ASSERT_NO_FATAL_FAILURE(statement) \
2100
- GTEST_TEST_NO_FATAL_FAILURE_(statement, GTEST_FATAL_FAILURE_)
2101
- #define EXPECT_NO_FATAL_FAILURE(statement) \
2102
- GTEST_TEST_NO_FATAL_FAILURE_(statement, GTEST_NONFATAL_FAILURE_)
2103
-
2104
- // Causes a trace (including the source file path, the current line
2105
- // number, and the given message) to be included in every test failure
2106
- // message generated by code in the current scope. The effect is
2107
- // undone when the control leaves the current scope.
2108
- //
2109
- // The message argument can be anything streamable to std::ostream.
2110
- //
2111
- // In the implementation, we include the current line number as part
2112
- // of the dummy variable name, thus allowing multiple SCOPED_TRACE()s
2113
- // to appear in the same block - as long as they are on different
2114
- // lines.
2115
- #define SCOPED_TRACE(message) \
2116
- ::testing::internal::ScopedTrace GTEST_CONCAT_TOKEN_(gtest_trace_, __LINE__)(\
2117
- __FILE__, __LINE__, ::testing::Message() << (message))
2118
-
2119
- // Compile-time assertion for type equality.
2120
- // StaticAssertTypeEq<type1, type2>() compiles iff type1 and type2 are
2121
- // the same type. The value it returns is not interesting.
2122
- //
2123
- // Instead of making StaticAssertTypeEq a class template, we make it a
2124
- // function template that invokes a helper class template. This
2125
- // prevents a user from misusing StaticAssertTypeEq<T1, T2> by
2126
- // defining objects of that type.
2127
- //
2128
- // CAVEAT:
2129
- //
2130
- // When used inside a method of a class template,
2131
- // StaticAssertTypeEq<T1, T2>() is effective ONLY IF the method is
2132
- // instantiated. For example, given:
2133
- //
2134
- // template <typename T> class Foo {
2135
- // public:
2136
- // void Bar() { testing::StaticAssertTypeEq<int, T>(); }
2137
- // };
2138
- //
2139
- // the code:
2140
- //
2141
- // void Test1() { Foo<bool> foo; }
2142
- //
2143
- // will NOT generate a compiler error, as Foo<bool>::Bar() is never
2144
- // actually instantiated. Instead, you need:
2145
- //
2146
- // void Test2() { Foo<bool> foo; foo.Bar(); }
2147
- //
2148
- // to cause a compiler error.
2149
- template <typename T1, typename T2>
2150
- bool StaticAssertTypeEq() {
2151
- (void)internal::StaticAssertTypeEqHelper<T1, T2>();
2152
- return true;
2153
- }
2154
-
2155
- // Defines a test.
2156
- //
2157
- // The first parameter is the name of the test case, and the second
2158
- // parameter is the name of the test within the test case.
2159
- //
2160
- // The convention is to end the test case name with "Test". For
2161
- // example, a test case for the Foo class can be named FooTest.
2162
- //
2163
- // Test code should appear between braces after an invocation of
2164
- // this macro. Example:
2165
- //
2166
- // TEST(FooTest, InitializesCorrectly) {
2167
- // Foo foo;
2168
- // EXPECT_TRUE(foo.StatusIsOK());
2169
- // }
2170
-
2171
- // Note that we call GetTestTypeId() instead of GetTypeId<
2172
- // ::testing::Test>() here to get the type ID of testing::Test. This
2173
- // is to work around a suspected linker bug when using Google Test as
2174
- // a framework on Mac OS X. The bug causes GetTypeId<
2175
- // ::testing::Test>() to return different values depending on whether
2176
- // the call is from the Google Test framework itself or from user test
2177
- // code. GetTestTypeId() is guaranteed to always return the same
2178
- // value, as it always calls GetTypeId<>() from the Google Test
2179
- // framework.
2180
- #define GTEST_TEST(test_case_name, test_name)\
2181
- GTEST_TEST_(test_case_name, test_name, \
2182
- ::testing::Test, ::testing::internal::GetTestTypeId())
2183
-
2184
- // Define this macro to 1 to omit the definition of TEST(), which
2185
- // is a generic name and clashes with some other libraries.
2186
- #if !GTEST_DONT_DEFINE_TEST
2187
- # define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name)
2188
- #endif
2189
-
2190
- // Defines a test that uses a test fixture.
2191
- //
2192
- // The first parameter is the name of the test fixture class, which
2193
- // also doubles as the test case name. The second parameter is the
2194
- // name of the test within the test case.
2195
- //
2196
- // A test fixture class must be declared earlier. The user should put
2197
- // his test code between braces after using this macro. Example:
2198
- //
2199
- // class FooTest : public testing::Test {
2200
- // protected:
2201
- // virtual void SetUp() { b_.AddElement(3); }
2202
- //
2203
- // Foo a_;
2204
- // Foo b_;
2205
- // };
2206
- //
2207
- // TEST_F(FooTest, InitializesCorrectly) {
2208
- // EXPECT_TRUE(a_.StatusIsOK());
2209
- // }
2210
- //
2211
- // TEST_F(FooTest, ReturnsElementCountCorrectly) {
2212
- // EXPECT_EQ(0, a_.size());
2213
- // EXPECT_EQ(1, b_.size());
2214
- // }
2215
-
2216
- #define TEST_F(test_fixture, test_name)\
2217
- GTEST_TEST_(test_fixture, test_name, test_fixture, \
2218
- ::testing::internal::GetTypeId<test_fixture>())
2219
-
2220
- } // namespace testing
2221
-
2222
- // Use this function in main() to run all tests. It returns 0 if all
2223
- // tests are successful, or 1 otherwise.
2224
- //
2225
- // RUN_ALL_TESTS() should be invoked after the command line has been
2226
- // parsed by InitGoogleTest().
2227
- //
2228
- // This function was formerly a macro; thus, it is in the global
2229
- // namespace and has an all-caps name.
2230
- int RUN_ALL_TESTS() GTEST_MUST_USE_RESULT_;
2231
-
2232
- inline int RUN_ALL_TESTS() {
2233
- return ::testing::UnitTest::GetInstance()->Run();
2234
- }
2235
-
2236
- #endif // GTEST_INCLUDE_GTEST_GTEST_H_