rn-leveldb 3.11.0 → 3.11.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (409) hide show
  1. package/README.md +55 -0
  2. package/cpp/leveldb/util/env_posix.cc +8 -2
  3. package/cpp/leveldb/util/env_windows.cc +8 -2
  4. package/package.json +1 -1
  5. package/cpp/leveldb/third_party/benchmark/.clang-format +0 -5
  6. package/cpp/leveldb/third_party/benchmark/.github/ISSUE_TEMPLATE/bug_report.md +0 -32
  7. package/cpp/leveldb/third_party/benchmark/.github/ISSUE_TEMPLATE/feature_request.md +0 -20
  8. package/cpp/leveldb/third_party/benchmark/.github/workflows/build-and-test.yml +0 -38
  9. package/cpp/leveldb/third_party/benchmark/.github/workflows/pylint.yml +0 -26
  10. package/cpp/leveldb/third_party/benchmark/.github/workflows/test_bindings.yml +0 -24
  11. package/cpp/leveldb/third_party/benchmark/.travis-libcxx-setup.sh +0 -28
  12. package/cpp/leveldb/third_party/benchmark/.travis.yml +0 -231
  13. package/cpp/leveldb/third_party/benchmark/.ycm_extra_conf.py +0 -115
  14. package/cpp/leveldb/third_party/benchmark/AUTHORS +0 -58
  15. package/cpp/leveldb/third_party/benchmark/BUILD.bazel +0 -44
  16. package/cpp/leveldb/third_party/benchmark/CMakeLists.txt +0 -287
  17. package/cpp/leveldb/third_party/benchmark/CONTRIBUTING.md +0 -58
  18. package/cpp/leveldb/third_party/benchmark/CONTRIBUTORS +0 -83
  19. package/cpp/leveldb/third_party/benchmark/LICENSE +0 -202
  20. package/cpp/leveldb/third_party/benchmark/README.md +0 -1323
  21. package/cpp/leveldb/third_party/benchmark/WORKSPACE +0 -51
  22. package/cpp/leveldb/third_party/benchmark/_config.yml +0 -1
  23. package/cpp/leveldb/third_party/benchmark/appveyor.yml +0 -50
  24. package/cpp/leveldb/third_party/benchmark/bindings/python/BUILD +0 -3
  25. package/cpp/leveldb/third_party/benchmark/bindings/python/build_defs.bzl +0 -25
  26. package/cpp/leveldb/third_party/benchmark/bindings/python/google_benchmark/BUILD +0 -38
  27. package/cpp/leveldb/third_party/benchmark/bindings/python/google_benchmark/__init__.py +0 -156
  28. package/cpp/leveldb/third_party/benchmark/bindings/python/google_benchmark/benchmark.cc +0 -180
  29. package/cpp/leveldb/third_party/benchmark/bindings/python/google_benchmark/example.py +0 -136
  30. package/cpp/leveldb/third_party/benchmark/bindings/python/pybind11.BUILD +0 -20
  31. package/cpp/leveldb/third_party/benchmark/bindings/python/python_headers.BUILD +0 -6
  32. package/cpp/leveldb/third_party/benchmark/bindings/python/requirements.txt +0 -2
  33. package/cpp/leveldb/third_party/benchmark/cmake/AddCXXCompilerFlag.cmake +0 -74
  34. package/cpp/leveldb/third_party/benchmark/cmake/CXXFeatureCheck.cmake +0 -69
  35. package/cpp/leveldb/third_party/benchmark/cmake/Config.cmake.in +0 -1
  36. package/cpp/leveldb/third_party/benchmark/cmake/GetGitVersion.cmake +0 -54
  37. package/cpp/leveldb/third_party/benchmark/cmake/GoogleTest.cmake +0 -41
  38. package/cpp/leveldb/third_party/benchmark/cmake/GoogleTest.cmake.in +0 -58
  39. package/cpp/leveldb/third_party/benchmark/cmake/benchmark.pc.in +0 -12
  40. package/cpp/leveldb/third_party/benchmark/cmake/gnu_posix_regex.cpp +0 -12
  41. package/cpp/leveldb/third_party/benchmark/cmake/llvm-toolchain.cmake +0 -8
  42. package/cpp/leveldb/third_party/benchmark/cmake/posix_regex.cpp +0 -14
  43. package/cpp/leveldb/third_party/benchmark/cmake/split_list.cmake +0 -3
  44. package/cpp/leveldb/third_party/benchmark/cmake/std_regex.cpp +0 -10
  45. package/cpp/leveldb/third_party/benchmark/cmake/steady_clock.cpp +0 -7
  46. package/cpp/leveldb/third_party/benchmark/cmake/thread_safety_attributes.cpp +0 -4
  47. package/cpp/leveldb/third_party/benchmark/conan/CMakeLists.txt +0 -7
  48. package/cpp/leveldb/third_party/benchmark/conan/test_package/CMakeLists.txt +0 -10
  49. package/cpp/leveldb/third_party/benchmark/conan/test_package/conanfile.py +0 -19
  50. package/cpp/leveldb/third_party/benchmark/conan/test_package/test_package.cpp +0 -18
  51. package/cpp/leveldb/third_party/benchmark/conanfile.py +0 -79
  52. package/cpp/leveldb/third_party/benchmark/dependencies.md +0 -18
  53. package/cpp/leveldb/third_party/benchmark/docs/AssemblyTests.md +0 -147
  54. package/cpp/leveldb/third_party/benchmark/docs/_config.yml +0 -1
  55. package/cpp/leveldb/third_party/benchmark/docs/releasing.md +0 -16
  56. package/cpp/leveldb/third_party/benchmark/docs/tools.md +0 -203
  57. package/cpp/leveldb/third_party/benchmark/include/benchmark/benchmark.h +0 -1604
  58. package/cpp/leveldb/third_party/benchmark/requirements.txt +0 -2
  59. package/cpp/leveldb/third_party/benchmark/setup.py +0 -140
  60. package/cpp/leveldb/third_party/benchmark/src/CMakeLists.txt +0 -114
  61. package/cpp/leveldb/third_party/benchmark/src/arraysize.h +0 -33
  62. package/cpp/leveldb/third_party/benchmark/src/benchmark.cc +0 -499
  63. package/cpp/leveldb/third_party/benchmark/src/benchmark_api_internal.cc +0 -15
  64. package/cpp/leveldb/third_party/benchmark/src/benchmark_api_internal.h +0 -53
  65. package/cpp/leveldb/third_party/benchmark/src/benchmark_main.cc +0 -17
  66. package/cpp/leveldb/third_party/benchmark/src/benchmark_name.cc +0 -58
  67. package/cpp/leveldb/third_party/benchmark/src/benchmark_register.cc +0 -515
  68. package/cpp/leveldb/third_party/benchmark/src/benchmark_register.h +0 -108
  69. package/cpp/leveldb/third_party/benchmark/src/benchmark_runner.cc +0 -362
  70. package/cpp/leveldb/third_party/benchmark/src/benchmark_runner.h +0 -51
  71. package/cpp/leveldb/third_party/benchmark/src/check.h +0 -82
  72. package/cpp/leveldb/third_party/benchmark/src/colorprint.cc +0 -188
  73. package/cpp/leveldb/third_party/benchmark/src/colorprint.h +0 -33
  74. package/cpp/leveldb/third_party/benchmark/src/commandlineflags.cc +0 -228
  75. package/cpp/leveldb/third_party/benchmark/src/commandlineflags.h +0 -103
  76. package/cpp/leveldb/third_party/benchmark/src/complexity.cc +0 -238
  77. package/cpp/leveldb/third_party/benchmark/src/complexity.h +0 -55
  78. package/cpp/leveldb/third_party/benchmark/src/console_reporter.cc +0 -177
  79. package/cpp/leveldb/third_party/benchmark/src/counter.cc +0 -80
  80. package/cpp/leveldb/third_party/benchmark/src/counter.h +0 -32
  81. package/cpp/leveldb/third_party/benchmark/src/csv_reporter.cc +0 -154
  82. package/cpp/leveldb/third_party/benchmark/src/cycleclock.h +0 -211
  83. package/cpp/leveldb/third_party/benchmark/src/internal_macros.h +0 -102
  84. package/cpp/leveldb/third_party/benchmark/src/json_reporter.cc +0 -255
  85. package/cpp/leveldb/third_party/benchmark/src/log.h +0 -74
  86. package/cpp/leveldb/third_party/benchmark/src/mutex.h +0 -155
  87. package/cpp/leveldb/third_party/benchmark/src/re.h +0 -158
  88. package/cpp/leveldb/third_party/benchmark/src/reporter.cc +0 -105
  89. package/cpp/leveldb/third_party/benchmark/src/sleep.cc +0 -67
  90. package/cpp/leveldb/third_party/benchmark/src/sleep.h +0 -15
  91. package/cpp/leveldb/third_party/benchmark/src/statistics.cc +0 -193
  92. package/cpp/leveldb/third_party/benchmark/src/statistics.h +0 -37
  93. package/cpp/leveldb/third_party/benchmark/src/string_util.cc +0 -255
  94. package/cpp/leveldb/third_party/benchmark/src/string_util.h +0 -59
  95. package/cpp/leveldb/third_party/benchmark/src/sysinfo.cc +0 -716
  96. package/cpp/leveldb/third_party/benchmark/src/thread_manager.h +0 -64
  97. package/cpp/leveldb/third_party/benchmark/src/thread_timer.h +0 -86
  98. package/cpp/leveldb/third_party/benchmark/src/timers.cc +0 -245
  99. package/cpp/leveldb/third_party/benchmark/src/timers.h +0 -48
  100. package/cpp/leveldb/third_party/benchmark/test/AssemblyTests.cmake +0 -46
  101. package/cpp/leveldb/third_party/benchmark/test/BUILD +0 -73
  102. package/cpp/leveldb/third_party/benchmark/test/CMakeLists.txt +0 -263
  103. package/cpp/leveldb/third_party/benchmark/test/args_product_test.cc +0 -77
  104. package/cpp/leveldb/third_party/benchmark/test/basic_test.cc +0 -136
  105. package/cpp/leveldb/third_party/benchmark/test/benchmark_gtest.cc +0 -134
  106. package/cpp/leveldb/third_party/benchmark/test/benchmark_name_gtest.cc +0 -74
  107. package/cpp/leveldb/third_party/benchmark/test/benchmark_test.cc +0 -245
  108. package/cpp/leveldb/third_party/benchmark/test/clobber_memory_assembly_test.cc +0 -64
  109. package/cpp/leveldb/third_party/benchmark/test/commandlineflags_gtest.cc +0 -201
  110. package/cpp/leveldb/third_party/benchmark/test/complexity_test.cc +0 -213
  111. package/cpp/leveldb/third_party/benchmark/test/cxx03_test.cc +0 -63
  112. package/cpp/leveldb/third_party/benchmark/test/diagnostics_test.cc +0 -80
  113. package/cpp/leveldb/third_party/benchmark/test/display_aggregates_only_test.cc +0 -43
  114. package/cpp/leveldb/third_party/benchmark/test/donotoptimize_assembly_test.cc +0 -163
  115. package/cpp/leveldb/third_party/benchmark/test/donotoptimize_test.cc +0 -52
  116. package/cpp/leveldb/third_party/benchmark/test/filter_test.cc +0 -104
  117. package/cpp/leveldb/third_party/benchmark/test/fixture_test.cc +0 -51
  118. package/cpp/leveldb/third_party/benchmark/test/internal_threading_test.cc +0 -184
  119. package/cpp/leveldb/third_party/benchmark/test/link_main_test.cc +0 -8
  120. package/cpp/leveldb/third_party/benchmark/test/map_test.cc +0 -57
  121. package/cpp/leveldb/third_party/benchmark/test/memory_manager_test.cc +0 -44
  122. package/cpp/leveldb/third_party/benchmark/test/multiple_ranges_test.cc +0 -96
  123. package/cpp/leveldb/third_party/benchmark/test/options_test.cc +0 -75
  124. package/cpp/leveldb/third_party/benchmark/test/output_test.h +0 -213
  125. package/cpp/leveldb/third_party/benchmark/test/output_test_helper.cc +0 -515
  126. package/cpp/leveldb/third_party/benchmark/test/register_benchmark_test.cc +0 -184
  127. package/cpp/leveldb/third_party/benchmark/test/report_aggregates_only_test.cc +0 -39
  128. package/cpp/leveldb/third_party/benchmark/test/reporter_output_test.cc +0 -747
  129. package/cpp/leveldb/third_party/benchmark/test/skip_with_error_test.cc +0 -195
  130. package/cpp/leveldb/third_party/benchmark/test/state_assembly_test.cc +0 -68
  131. package/cpp/leveldb/third_party/benchmark/test/statistics_gtest.cc +0 -28
  132. package/cpp/leveldb/third_party/benchmark/test/string_util_gtest.cc +0 -153
  133. package/cpp/leveldb/third_party/benchmark/test/templated_fixture_test.cc +0 -28
  134. package/cpp/leveldb/third_party/benchmark/test/user_counters_tabular_test.cc +0 -285
  135. package/cpp/leveldb/third_party/benchmark/test/user_counters_test.cc +0 -531
  136. package/cpp/leveldb/third_party/benchmark/test/user_counters_thousands_test.cc +0 -173
  137. package/cpp/leveldb/third_party/benchmark/tools/BUILD.bazel +0 -19
  138. package/cpp/leveldb/third_party/benchmark/tools/compare.py +0 -429
  139. package/cpp/leveldb/third_party/benchmark/tools/gbench/Inputs/test1_run1.json +0 -119
  140. package/cpp/leveldb/third_party/benchmark/tools/gbench/Inputs/test1_run2.json +0 -119
  141. package/cpp/leveldb/third_party/benchmark/tools/gbench/Inputs/test2_run.json +0 -81
  142. package/cpp/leveldb/third_party/benchmark/tools/gbench/Inputs/test3_run0.json +0 -65
  143. package/cpp/leveldb/third_party/benchmark/tools/gbench/Inputs/test3_run1.json +0 -65
  144. package/cpp/leveldb/third_party/benchmark/tools/gbench/__init__.py +0 -8
  145. package/cpp/leveldb/third_party/benchmark/tools/gbench/report.py +0 -903
  146. package/cpp/leveldb/third_party/benchmark/tools/gbench/util.py +0 -163
  147. package/cpp/leveldb/third_party/benchmark/tools/requirements.txt +0 -1
  148. package/cpp/leveldb/third_party/benchmark/tools/strip_asm.py +0 -151
  149. package/cpp/leveldb/third_party/googletest/.clang-format +0 -4
  150. package/cpp/leveldb/third_party/googletest/.travis.yml +0 -73
  151. package/cpp/leveldb/third_party/googletest/BUILD.bazel +0 -179
  152. package/cpp/leveldb/third_party/googletest/CMakeLists.txt +0 -36
  153. package/cpp/leveldb/third_party/googletest/CONTRIBUTING.md +0 -142
  154. package/cpp/leveldb/third_party/googletest/LICENSE +0 -28
  155. package/cpp/leveldb/third_party/googletest/README.md +0 -132
  156. package/cpp/leveldb/third_party/googletest/WORKSPACE +0 -23
  157. package/cpp/leveldb/third_party/googletest/appveyor.yml +0 -154
  158. package/cpp/leveldb/third_party/googletest/ci/build-linux-bazel.sh +0 -37
  159. package/cpp/leveldb/third_party/googletest/ci/build-platformio.sh +0 -2
  160. package/cpp/leveldb/third_party/googletest/ci/env-linux.sh +0 -41
  161. package/cpp/leveldb/third_party/googletest/ci/env-osx.sh +0 -47
  162. package/cpp/leveldb/third_party/googletest/ci/get-nprocessors.sh +0 -48
  163. package/cpp/leveldb/third_party/googletest/ci/install-linux.sh +0 -49
  164. package/cpp/leveldb/third_party/googletest/ci/install-osx.sh +0 -40
  165. package/cpp/leveldb/third_party/googletest/ci/install-platformio.sh +0 -5
  166. package/cpp/leveldb/third_party/googletest/ci/log-config.sh +0 -51
  167. package/cpp/leveldb/third_party/googletest/ci/travis.sh +0 -44
  168. package/cpp/leveldb/third_party/googletest/googlemock/CMakeLists.txt +0 -233
  169. package/cpp/leveldb/third_party/googletest/googlemock/CONTRIBUTORS +0 -40
  170. package/cpp/leveldb/third_party/googletest/googlemock/LICENSE +0 -28
  171. package/cpp/leveldb/third_party/googletest/googlemock/README.md +0 -44
  172. package/cpp/leveldb/third_party/googletest/googlemock/cmake/gmock.pc.in +0 -10
  173. package/cpp/leveldb/third_party/googletest/googlemock/cmake/gmock_main.pc.in +0 -10
  174. package/cpp/leveldb/third_party/googletest/googlemock/docs/cheat_sheet.md +0 -770
  175. package/cpp/leveldb/third_party/googletest/googlemock/docs/cook_book.md +0 -4270
  176. package/cpp/leveldb/third_party/googletest/googlemock/docs/for_dummies.md +0 -700
  177. package/cpp/leveldb/third_party/googletest/googlemock/docs/gmock_faq.md +0 -396
  178. package/cpp/leveldb/third_party/googletest/googlemock/docs/pump_manual.md +0 -187
  179. package/cpp/leveldb/third_party/googletest/googlemock/include/gmock/gmock-actions.h +0 -1193
  180. package/cpp/leveldb/third_party/googletest/googlemock/include/gmock/gmock-cardinalities.h +0 -157
  181. package/cpp/leveldb/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h +0 -276
  182. package/cpp/leveldb/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h +0 -1884
  183. package/cpp/leveldb/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.pump +0 -627
  184. package/cpp/leveldb/third_party/googletest/googlemock/include/gmock/gmock-generated-function-mockers.h +0 -752
  185. package/cpp/leveldb/third_party/googletest/googlemock/include/gmock/gmock-generated-function-mockers.h.pump +0 -227
  186. package/cpp/leveldb/third_party/googletest/googlemock/include/gmock/gmock-generated-matchers.h +0 -1097
  187. package/cpp/leveldb/third_party/googletest/googlemock/include/gmock/gmock-generated-matchers.h.pump +0 -346
  188. package/cpp/leveldb/third_party/googletest/googlemock/include/gmock/gmock-matchers.h +0 -4591
  189. package/cpp/leveldb/third_party/googletest/googlemock/include/gmock/gmock-more-actions.h +0 -162
  190. package/cpp/leveldb/third_party/googletest/googlemock/include/gmock/gmock-more-matchers.h +0 -92
  191. package/cpp/leveldb/third_party/googletest/googlemock/include/gmock/gmock-nice-strict.h +0 -215
  192. package/cpp/leveldb/third_party/googletest/googlemock/include/gmock/gmock-spec-builders.h +0 -1985
  193. package/cpp/leveldb/third_party/googletest/googlemock/include/gmock/gmock.h +0 -101
  194. package/cpp/leveldb/third_party/googletest/googlemock/include/gmock/internal/custom/README.md +0 -16
  195. package/cpp/leveldb/third_party/googletest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h +0 -10
  196. package/cpp/leveldb/third_party/googletest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h.pump +0 -12
  197. package/cpp/leveldb/third_party/googletest/googlemock/include/gmock/internal/custom/gmock-matchers.h +0 -36
  198. package/cpp/leveldb/third_party/googletest/googlemock/include/gmock/internal/custom/gmock-port.h +0 -39
  199. package/cpp/leveldb/third_party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h +0 -472
  200. package/cpp/leveldb/third_party/googletest/googlemock/include/gmock/internal/gmock-port.h +0 -87
  201. package/cpp/leveldb/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h +0 -271
  202. package/cpp/leveldb/third_party/googletest/googlemock/scripts/README.md +0 -5
  203. package/cpp/leveldb/third_party/googletest/googlemock/scripts/fuse_gmock_files.py +0 -240
  204. package/cpp/leveldb/third_party/googletest/googlemock/scripts/generator/LICENSE +0 -203
  205. package/cpp/leveldb/third_party/googletest/googlemock/scripts/generator/README +0 -34
  206. package/cpp/leveldb/third_party/googletest/googlemock/scripts/generator/README.cppclean +0 -115
  207. package/cpp/leveldb/third_party/googletest/googlemock/scripts/generator/cpp/__init__.py +0 -0
  208. package/cpp/leveldb/third_party/googletest/googlemock/scripts/generator/cpp/ast.py +0 -1761
  209. package/cpp/leveldb/third_party/googletest/googlemock/scripts/generator/cpp/gmock_class.py +0 -248
  210. package/cpp/leveldb/third_party/googletest/googlemock/scripts/generator/cpp/gmock_class_test.py +0 -540
  211. package/cpp/leveldb/third_party/googletest/googlemock/scripts/generator/cpp/keywords.py +0 -56
  212. package/cpp/leveldb/third_party/googletest/googlemock/scripts/generator/cpp/tokenize.py +0 -284
  213. package/cpp/leveldb/third_party/googletest/googlemock/scripts/generator/cpp/utils.py +0 -37
  214. package/cpp/leveldb/third_party/googletest/googlemock/scripts/generator/gmock_gen.py +0 -30
  215. package/cpp/leveldb/third_party/googletest/googlemock/scripts/pump.py +0 -856
  216. package/cpp/leveldb/third_party/googletest/googlemock/src/gmock-all.cc +0 -46
  217. package/cpp/leveldb/third_party/googletest/googlemock/src/gmock-cardinalities.cc +0 -155
  218. package/cpp/leveldb/third_party/googletest/googlemock/src/gmock-internal-utils.cc +0 -200
  219. package/cpp/leveldb/third_party/googletest/googlemock/src/gmock-matchers.cc +0 -462
  220. package/cpp/leveldb/third_party/googletest/googlemock/src/gmock-spec-builders.cc +0 -892
  221. package/cpp/leveldb/third_party/googletest/googlemock/src/gmock.cc +0 -213
  222. package/cpp/leveldb/third_party/googletest/googlemock/src/gmock_main.cc +0 -72
  223. package/cpp/leveldb/third_party/googletest/googlemock/test/BUILD.bazel +0 -110
  224. package/cpp/leveldb/third_party/googletest/googlemock/test/gmock-actions_test.cc +0 -1507
  225. package/cpp/leveldb/third_party/googletest/googlemock/test/gmock-cardinalities_test.cc +0 -429
  226. package/cpp/leveldb/third_party/googletest/googlemock/test/gmock-function-mocker_nc.cc +0 -16
  227. package/cpp/leveldb/third_party/googletest/googlemock/test/gmock-function-mocker_nc_test.py +0 -43
  228. package/cpp/leveldb/third_party/googletest/googlemock/test/gmock-function-mocker_test.cc +0 -696
  229. package/cpp/leveldb/third_party/googletest/googlemock/test/gmock-generated-actions_test.cc +0 -1064
  230. package/cpp/leveldb/third_party/googletest/googlemock/test/gmock-generated-function-mockers_test.cc +0 -659
  231. package/cpp/leveldb/third_party/googletest/googlemock/test/gmock-generated-matchers_test.cc +0 -1323
  232. package/cpp/leveldb/third_party/googletest/googlemock/test/gmock-internal-utils_test.cc +0 -732
  233. package/cpp/leveldb/third_party/googletest/googlemock/test/gmock-matchers_test.cc +0 -6913
  234. package/cpp/leveldb/third_party/googletest/googlemock/test/gmock-more-actions_test.cc +0 -698
  235. package/cpp/leveldb/third_party/googletest/googlemock/test/gmock-nice-strict_test.cc +0 -500
  236. package/cpp/leveldb/third_party/googletest/googlemock/test/gmock-port_test.cc +0 -42
  237. package/cpp/leveldb/third_party/googletest/googlemock/test/gmock-pp-string_test.cc +0 -206
  238. package/cpp/leveldb/third_party/googletest/googlemock/test/gmock-pp_test.cc +0 -83
  239. package/cpp/leveldb/third_party/googletest/googlemock/test/gmock-spec-builders_test.cc +0 -2775
  240. package/cpp/leveldb/third_party/googletest/googlemock/test/gmock_all_test.cc +0 -49
  241. package/cpp/leveldb/third_party/googletest/googlemock/test/gmock_ex_test.cc +0 -80
  242. package/cpp/leveldb/third_party/googletest/googlemock/test/gmock_leak_test.py +0 -104
  243. package/cpp/leveldb/third_party/googletest/googlemock/test/gmock_leak_test_.cc +0 -99
  244. package/cpp/leveldb/third_party/googletest/googlemock/test/gmock_link2_test.cc +0 -39
  245. package/cpp/leveldb/third_party/googletest/googlemock/test/gmock_link_test.cc +0 -39
  246. package/cpp/leveldb/third_party/googletest/googlemock/test/gmock_link_test.h +0 -690
  247. package/cpp/leveldb/third_party/googletest/googlemock/test/gmock_output_test.py +0 -183
  248. package/cpp/leveldb/third_party/googletest/googlemock/test/gmock_output_test_.cc +0 -309
  249. package/cpp/leveldb/third_party/googletest/googlemock/test/gmock_output_test_golden.txt +0 -317
  250. package/cpp/leveldb/third_party/googletest/googlemock/test/gmock_stress_test.cc +0 -240
  251. package/cpp/leveldb/third_party/googletest/googlemock/test/gmock_test.cc +0 -181
  252. package/cpp/leveldb/third_party/googletest/googlemock/test/gmock_test_utils.py +0 -108
  253. package/cpp/leveldb/third_party/googletest/googlemock/test/pump_test.py +0 -182
  254. package/cpp/leveldb/third_party/googletest/googletest/CMakeLists.txt +0 -329
  255. package/cpp/leveldb/third_party/googletest/googletest/CONTRIBUTORS +0 -38
  256. package/cpp/leveldb/third_party/googletest/googletest/LICENSE +0 -28
  257. package/cpp/leveldb/third_party/googletest/googletest/README.md +0 -244
  258. package/cpp/leveldb/third_party/googletest/googletest/cmake/Config.cmake.in +0 -9
  259. package/cpp/leveldb/third_party/googletest/googletest/cmake/gtest.pc.in +0 -9
  260. package/cpp/leveldb/third_party/googletest/googletest/cmake/gtest_main.pc.in +0 -10
  261. package/cpp/leveldb/third_party/googletest/googletest/cmake/internal_utils.cmake +0 -358
  262. package/cpp/leveldb/third_party/googletest/googletest/cmake/libgtest.la.in +0 -21
  263. package/cpp/leveldb/third_party/googletest/googletest/docs/advanced.md +0 -2567
  264. package/cpp/leveldb/third_party/googletest/googletest/docs/faq.md +0 -753
  265. package/cpp/leveldb/third_party/googletest/googletest/docs/pkgconfig.md +0 -219
  266. package/cpp/leveldb/third_party/googletest/googletest/docs/primer.md +0 -579
  267. package/cpp/leveldb/third_party/googletest/googletest/docs/samples.md +0 -22
  268. package/cpp/leveldb/third_party/googletest/googletest/include/gtest/gtest-death-test.h +0 -343
  269. package/cpp/leveldb/third_party/googletest/googletest/include/gtest/gtest-matchers.h +0 -750
  270. package/cpp/leveldb/third_party/googletest/googletest/include/gtest/gtest-message.h +0 -219
  271. package/cpp/leveldb/third_party/googletest/googletest/include/gtest/gtest-param-test.h +0 -514
  272. package/cpp/leveldb/third_party/googletest/googletest/include/gtest/gtest-printers.h +0 -928
  273. package/cpp/leveldb/third_party/googletest/googletest/include/gtest/gtest-spi.h +0 -238
  274. package/cpp/leveldb/third_party/googletest/googletest/include/gtest/gtest-test-part.h +0 -184
  275. package/cpp/leveldb/third_party/googletest/googletest/include/gtest/gtest-typed-test.h +0 -337
  276. package/cpp/leveldb/third_party/googletest/googletest/include/gtest/gtest.h +0 -2477
  277. package/cpp/leveldb/third_party/googletest/googletest/include/gtest/gtest_pred_impl.h +0 -359
  278. package/cpp/leveldb/third_party/googletest/googletest/include/gtest/gtest_prod.h +0 -61
  279. package/cpp/leveldb/third_party/googletest/googletest/include/gtest/internal/custom/README.md +0 -56
  280. package/cpp/leveldb/third_party/googletest/googletest/include/gtest/internal/custom/gtest-port.h +0 -37
  281. package/cpp/leveldb/third_party/googletest/googletest/include/gtest/internal/custom/gtest-printers.h +0 -42
  282. package/cpp/leveldb/third_party/googletest/googletest/include/gtest/internal/custom/gtest.h +0 -37
  283. package/cpp/leveldb/third_party/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h +0 -304
  284. package/cpp/leveldb/third_party/googletest/googletest/include/gtest/internal/gtest-filepath.h +0 -211
  285. package/cpp/leveldb/third_party/googletest/googletest/include/gtest/internal/gtest-internal.h +0 -1411
  286. package/cpp/leveldb/third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h +0 -880
  287. package/cpp/leveldb/third_party/googletest/googletest/include/gtest/internal/gtest-port-arch.h +0 -111
  288. package/cpp/leveldb/third_party/googletest/googletest/include/gtest/internal/gtest-port.h +0 -2227
  289. package/cpp/leveldb/third_party/googletest/googletest/include/gtest/internal/gtest-string.h +0 -171
  290. package/cpp/leveldb/third_party/googletest/googletest/include/gtest/internal/gtest-type-util.h +0 -183
  291. package/cpp/leveldb/third_party/googletest/googletest/samples/prime_tables.h +0 -126
  292. package/cpp/leveldb/third_party/googletest/googletest/samples/sample1.cc +0 -66
  293. package/cpp/leveldb/third_party/googletest/googletest/samples/sample1.h +0 -41
  294. package/cpp/leveldb/third_party/googletest/googletest/samples/sample10_unittest.cc +0 -139
  295. package/cpp/leveldb/third_party/googletest/googletest/samples/sample1_unittest.cc +0 -151
  296. package/cpp/leveldb/third_party/googletest/googletest/samples/sample2.cc +0 -54
  297. package/cpp/leveldb/third_party/googletest/googletest/samples/sample2.h +0 -81
  298. package/cpp/leveldb/third_party/googletest/googletest/samples/sample2_unittest.cc +0 -107
  299. package/cpp/leveldb/third_party/googletest/googletest/samples/sample3-inl.h +0 -172
  300. package/cpp/leveldb/third_party/googletest/googletest/samples/sample3_unittest.cc +0 -149
  301. package/cpp/leveldb/third_party/googletest/googletest/samples/sample4.cc +0 -54
  302. package/cpp/leveldb/third_party/googletest/googletest/samples/sample4.h +0 -53
  303. package/cpp/leveldb/third_party/googletest/googletest/samples/sample4_unittest.cc +0 -53
  304. package/cpp/leveldb/third_party/googletest/googletest/samples/sample5_unittest.cc +0 -196
  305. package/cpp/leveldb/third_party/googletest/googletest/samples/sample6_unittest.cc +0 -224
  306. package/cpp/leveldb/third_party/googletest/googletest/samples/sample7_unittest.cc +0 -117
  307. package/cpp/leveldb/third_party/googletest/googletest/samples/sample8_unittest.cc +0 -154
  308. package/cpp/leveldb/third_party/googletest/googletest/samples/sample9_unittest.cc +0 -156
  309. package/cpp/leveldb/third_party/googletest/googletest/scripts/README.md +0 -5
  310. package/cpp/leveldb/third_party/googletest/googletest/scripts/common.py +0 -83
  311. package/cpp/leveldb/third_party/googletest/googletest/scripts/fuse_gtest_files.py +0 -253
  312. package/cpp/leveldb/third_party/googletest/googletest/scripts/gen_gtest_pred_impl.py +0 -734
  313. package/cpp/leveldb/third_party/googletest/googletest/scripts/gtest-config.in +0 -274
  314. package/cpp/leveldb/third_party/googletest/googletest/scripts/release_docs.py +0 -158
  315. package/cpp/leveldb/third_party/googletest/googletest/scripts/run_with_path.py +0 -32
  316. package/cpp/leveldb/third_party/googletest/googletest/scripts/upload.py +0 -1402
  317. package/cpp/leveldb/third_party/googletest/googletest/scripts/upload_gtest.py +0 -78
  318. package/cpp/leveldb/third_party/googletest/googletest/src/gtest-all.cc +0 -48
  319. package/cpp/leveldb/third_party/googletest/googletest/src/gtest-death-test.cc +0 -1653
  320. package/cpp/leveldb/third_party/googletest/googletest/src/gtest-filepath.cc +0 -382
  321. package/cpp/leveldb/third_party/googletest/googletest/src/gtest-internal-inl.h +0 -1211
  322. package/cpp/leveldb/third_party/googletest/googletest/src/gtest-matchers.cc +0 -97
  323. package/cpp/leveldb/third_party/googletest/googletest/src/gtest-port.cc +0 -1399
  324. package/cpp/leveldb/third_party/googletest/googletest/src/gtest-printers.cc +0 -442
  325. package/cpp/leveldb/third_party/googletest/googletest/src/gtest-test-part.cc +0 -108
  326. package/cpp/leveldb/third_party/googletest/googletest/src/gtest-typed-test.cc +0 -118
  327. package/cpp/leveldb/third_party/googletest/googletest/src/gtest.cc +0 -6180
  328. package/cpp/leveldb/third_party/googletest/googletest/src/gtest_main.cc +0 -54
  329. package/cpp/leveldb/third_party/googletest/googletest/test/BUILD.bazel +0 -529
  330. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-break-on-failure-unittest.py +0 -208
  331. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-break-on-failure-unittest_.cc +0 -86
  332. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-catch-exceptions-test.py +0 -236
  333. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-catch-exceptions-test_.cc +0 -293
  334. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-color-test.py +0 -127
  335. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-color-test_.cc +0 -62
  336. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-death-test-test.cc +0 -1516
  337. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-death-test_ex_test.cc +0 -92
  338. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-env-var-test.py +0 -117
  339. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-env-var-test_.cc +0 -122
  340. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-filepath-test.cc +0 -649
  341. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-filter-unittest.py +0 -639
  342. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-filter-unittest_.cc +0 -137
  343. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-json-outfiles-test.py +0 -191
  344. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-json-output-unittest.py +0 -778
  345. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-list-tests-unittest.py +0 -205
  346. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-list-tests-unittest_.cc +0 -156
  347. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-listener-test.cc +0 -518
  348. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-message-test.cc +0 -158
  349. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-options-test.cc +0 -216
  350. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-output-test-golden-lin.txt +0 -1137
  351. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-output-test.py +0 -346
  352. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-output-test_.cc +0 -1149
  353. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-param-test-invalid-name1-test.py +0 -63
  354. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-param-test-invalid-name1-test_.cc +0 -50
  355. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-param-test-invalid-name2-test.py +0 -62
  356. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-param-test-invalid-name2-test_.cc +0 -55
  357. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-param-test-test.cc +0 -1086
  358. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-param-test-test.h +0 -51
  359. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-param-test2-test.cc +0 -61
  360. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-port-test.cc +0 -1272
  361. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-printers-test.cc +0 -1619
  362. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-shuffle-test.py +0 -323
  363. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-shuffle-test_.cc +0 -101
  364. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-test-part-test.cc +0 -230
  365. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-test2_test.cc +0 -61
  366. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-throw-on-failure-test.py +0 -168
  367. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-throw-on-failure-test_.cc +0 -71
  368. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-uninitialized-test.py +0 -67
  369. package/cpp/leveldb/third_party/googletest/googletest/test/googletest-uninitialized-test_.cc +0 -42
  370. package/cpp/leveldb/third_party/googletest/googletest/test/gtest-typed-test2_test.cc +0 -44
  371. package/cpp/leveldb/third_party/googletest/googletest/test/gtest-typed-test_test.cc +0 -462
  372. package/cpp/leveldb/third_party/googletest/googletest/test/gtest-typed-test_test.h +0 -65
  373. package/cpp/leveldb/third_party/googletest/googletest/test/gtest-unittest-api_test.cc +0 -341
  374. package/cpp/leveldb/third_party/googletest/googletest/test/gtest_all_test.cc +0 -46
  375. package/cpp/leveldb/third_party/googletest/googletest/test/gtest_assert_by_exception_test.cc +0 -116
  376. package/cpp/leveldb/third_party/googletest/googletest/test/gtest_environment_test.cc +0 -188
  377. package/cpp/leveldb/third_party/googletest/googletest/test/gtest_help_test.py +0 -170
  378. package/cpp/leveldb/third_party/googletest/googletest/test/gtest_help_test_.cc +0 -45
  379. package/cpp/leveldb/third_party/googletest/googletest/test/gtest_json_test_utils.py +0 -60
  380. package/cpp/leveldb/third_party/googletest/googletest/test/gtest_list_output_unittest.py +0 -141
  381. package/cpp/leveldb/third_party/googletest/googletest/test/gtest_list_output_unittest_.cc +0 -51
  382. package/cpp/leveldb/third_party/googletest/googletest/test/gtest_main_unittest.cc +0 -44
  383. package/cpp/leveldb/third_party/googletest/googletest/test/gtest_no_test_unittest.cc +0 -54
  384. package/cpp/leveldb/third_party/googletest/googletest/test/gtest_pred_impl_unittest.cc +0 -2427
  385. package/cpp/leveldb/third_party/googletest/googletest/test/gtest_premature_exit_test.cc +0 -126
  386. package/cpp/leveldb/third_party/googletest/googletest/test/gtest_prod_test.cc +0 -56
  387. package/cpp/leveldb/third_party/googletest/googletest/test/gtest_repeat_test.cc +0 -233
  388. package/cpp/leveldb/third_party/googletest/googletest/test/gtest_skip_check_output_test.py +0 -59
  389. package/cpp/leveldb/third_party/googletest/googletest/test/gtest_skip_environment_check_output_test.py +0 -54
  390. package/cpp/leveldb/third_party/googletest/googletest/test/gtest_skip_in_environment_setup_test.cc +0 -49
  391. package/cpp/leveldb/third_party/googletest/googletest/test/gtest_skip_test.cc +0 -55
  392. package/cpp/leveldb/third_party/googletest/googletest/test/gtest_sole_header_test.cc +0 -56
  393. package/cpp/leveldb/third_party/googletest/googletest/test/gtest_stress_test.cc +0 -248
  394. package/cpp/leveldb/third_party/googletest/googletest/test/gtest_test_macro_stack_footprint_test.cc +0 -89
  395. package/cpp/leveldb/third_party/googletest/googletest/test/gtest_test_utils.py +0 -314
  396. package/cpp/leveldb/third_party/googletest/googletest/test/gtest_testbridge_test.py +0 -63
  397. package/cpp/leveldb/third_party/googletest/googletest/test/gtest_testbridge_test_.cc +0 -43
  398. package/cpp/leveldb/third_party/googletest/googletest/test/gtest_throw_on_failure_ex_test.cc +0 -90
  399. package/cpp/leveldb/third_party/googletest/googletest/test/gtest_unittest.cc +0 -7496
  400. package/cpp/leveldb/third_party/googletest/googletest/test/gtest_xml_outfile1_test_.cc +0 -43
  401. package/cpp/leveldb/third_party/googletest/googletest/test/gtest_xml_outfile2_test_.cc +0 -43
  402. package/cpp/leveldb/third_party/googletest/googletest/test/gtest_xml_outfiles_test.py +0 -135
  403. package/cpp/leveldb/third_party/googletest/googletest/test/gtest_xml_output_unittest.py +0 -389
  404. package/cpp/leveldb/third_party/googletest/googletest/test/gtest_xml_output_unittest_.cc +0 -188
  405. package/cpp/leveldb/third_party/googletest/googletest/test/gtest_xml_test_utils.py +0 -196
  406. package/cpp/leveldb/third_party/googletest/googletest/test/production.cc +0 -35
  407. package/cpp/leveldb/third_party/googletest/googletest/test/production.h +0 -54
  408. package/cpp/leveldb/third_party/googletest/library.json +0 -66
  409. package/cpp/leveldb/third_party/googletest/platformio.ini +0 -47
@@ -1,58 +0,0 @@
1
- # This is the official list of benchmark authors for copyright purposes.
2
- # This file is distinct from the CONTRIBUTORS files.
3
- # See the latter for an explanation.
4
- #
5
- # Names should be added to this file as:
6
- # Name or Organization <email address>
7
- # The email address is not required for organizations.
8
- #
9
- # Please keep the list sorted.
10
-
11
- Albert Pretorius <pretoalb@gmail.com>
12
- Alex Steele <steeleal123@gmail.com>
13
- Andriy Berestovskyy <berestovskyy@gmail.com>
14
- Arne Beer <arne@twobeer.de>
15
- Carto
16
- Christian Wassermann <christian_wassermann@web.de>
17
- Christopher Seymour <chris.j.seymour@hotmail.com>
18
- Colin Braley <braley.colin@gmail.com>
19
- Daniel Harvey <danielharvey458@gmail.com>
20
- David Coeurjolly <david.coeurjolly@liris.cnrs.fr>
21
- Deniz Evrenci <denizevrenci@gmail.com>
22
- Dirac Research
23
- Dominik Czarnota <dominik.b.czarnota@gmail.com>
24
- Eric Backus <eric_backus@alum.mit.edu>
25
- Eric Fiselier <eric@efcs.ca>
26
- Eugene Zhuk <eugene.zhuk@gmail.com>
27
- Evgeny Safronov <division494@gmail.com>
28
- Federico Ficarelli <federico.ficarelli@gmail.com>
29
- Felix Homann <linuxaudio@showlabor.de>
30
- Gergő Szitár <szitar.gergo@gmail.com>
31
- Google Inc.
32
- International Business Machines Corporation
33
- Ismael Jimenez Martinez <ismael.jimenez.martinez@gmail.com>
34
- Jern-Kuan Leong <jernkuan@gmail.com>
35
- JianXiong Zhou <zhoujianxiong2@gmail.com>
36
- Joao Paulo Magalhaes <joaoppmagalhaes@gmail.com>
37
- Jordan Williams <jwillikers@protonmail.com>
38
- Jussi Knuuttila <jussi.knuuttila@gmail.com>
39
- Kaito Udagawa <umireon@gmail.com>
40
- Kishan Kumar <kumar.kishan@outlook.com>
41
- Lei Xu <eddyxu@gmail.com>
42
- Matt Clarkson <mattyclarkson@gmail.com>
43
- Maxim Vafin <maxvafin@gmail.com>
44
- MongoDB Inc.
45
- Nick Hutchinson <nshutchinson@gmail.com>
46
- Oleksandr Sochka <sasha.sochka@gmail.com>
47
- Ori Livneh <ori.livneh@gmail.com>
48
- Paul Redmond <paul.redmond@gmail.com>
49
- Radoslav Yovchev <radoslav.tm@gmail.com>
50
- Roman Lebedev <lebedev.ri@gmail.com>
51
- Sayan Bhattacharjee <aero.sayan@gmail.com>
52
- Shuo Chen <chenshuo@chenshuo.com>
53
- Steinar H. Gunderson <sgunderson@bigfoot.com>
54
- Stripe, Inc.
55
- Yixuan Qiu <yixuanq@gmail.com>
56
- Yusuke Suzuki <utatane.tea@gmail.com>
57
- Zbigniew Skowron <zbychs@gmail.com>
58
- Min-Yih Hsu <yihshyng223@gmail.com>
@@ -1,44 +0,0 @@
1
- load("@rules_cc//cc:defs.bzl", "cc_library")
2
-
3
- licenses(["notice"])
4
-
5
- config_setting(
6
- name = "windows",
7
- values = {
8
- "cpu": "x64_windows",
9
- },
10
- visibility = [":__subpackages__"],
11
- )
12
-
13
- cc_library(
14
- name = "benchmark",
15
- srcs = glob(
16
- [
17
- "src/*.cc",
18
- "src/*.h",
19
- ],
20
- exclude = ["src/benchmark_main.cc"],
21
- ),
22
- hdrs = ["include/benchmark/benchmark.h"],
23
- linkopts = select({
24
- ":windows": ["-DEFAULTLIB:shlwapi.lib"],
25
- "//conditions:default": ["-pthread"],
26
- }),
27
- strip_include_prefix = "include",
28
- visibility = ["//visibility:public"],
29
- )
30
-
31
- cc_library(
32
- name = "benchmark_main",
33
- srcs = ["src/benchmark_main.cc"],
34
- hdrs = ["include/benchmark/benchmark.h"],
35
- strip_include_prefix = "include",
36
- visibility = ["//visibility:public"],
37
- deps = [":benchmark"],
38
- )
39
-
40
- cc_library(
41
- name = "benchmark_internal_headers",
42
- hdrs = glob(["src/*.h"]),
43
- visibility = ["//test:__pkg__"],
44
- )
@@ -1,287 +0,0 @@
1
- cmake_minimum_required (VERSION 3.5.1)
2
-
3
- foreach(p
4
- CMP0048 # OK to clear PROJECT_VERSION on project()
5
- CMP0054 # CMake 3.1
6
- CMP0056 # export EXE_LINKER_FLAGS to try_run
7
- CMP0057 # Support no if() IN_LIST operator
8
- CMP0063 # Honor visibility properties for all targets
9
- CMP0077 # Allow option() overrides in importing projects
10
- )
11
- if(POLICY ${p})
12
- cmake_policy(SET ${p} NEW)
13
- endif()
14
- endforeach()
15
-
16
- project (benchmark CXX)
17
-
18
- option(BENCHMARK_ENABLE_TESTING "Enable testing of the benchmark library." ON)
19
- option(BENCHMARK_ENABLE_EXCEPTIONS "Enable the use of exceptions in the benchmark library." ON)
20
- option(BENCHMARK_ENABLE_LTO "Enable link time optimisation of the benchmark library." OFF)
21
- option(BENCHMARK_USE_LIBCXX "Build and test using libc++ as the standard library." OFF)
22
- if(NOT MSVC)
23
- option(BENCHMARK_BUILD_32_BITS "Build a 32 bit version of the library." OFF)
24
- else()
25
- set(BENCHMARK_BUILD_32_BITS OFF CACHE BOOL "Build a 32 bit version of the library - unsupported when using MSVC)" FORCE)
26
- endif()
27
- option(BENCHMARK_ENABLE_INSTALL "Enable installation of benchmark. (Projects embedding benchmark may want to turn this OFF.)" ON)
28
-
29
- # Allow unmet dependencies to be met using CMake's ExternalProject mechanics, which
30
- # may require downloading the source code.
31
- option(BENCHMARK_DOWNLOAD_DEPENDENCIES "Allow the downloading and in-tree building of unmet dependencies" OFF)
32
-
33
- # This option can be used to disable building and running unit tests which depend on gtest
34
- # in cases where it is not possible to build or find a valid version of gtest.
35
- option(BENCHMARK_ENABLE_GTEST_TESTS "Enable building the unit tests which depend on gtest" ON)
36
-
37
- set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
38
- set(ENABLE_ASSEMBLY_TESTS_DEFAULT OFF)
39
- function(should_enable_assembly_tests)
40
- if(CMAKE_BUILD_TYPE)
41
- string(TOLOWER ${CMAKE_BUILD_TYPE} CMAKE_BUILD_TYPE_LOWER)
42
- if (${CMAKE_BUILD_TYPE_LOWER} MATCHES "coverage")
43
- # FIXME: The --coverage flag needs to be removed when building assembly
44
- # tests for this to work.
45
- return()
46
- endif()
47
- endif()
48
- if (MSVC)
49
- return()
50
- elseif(NOT CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64")
51
- return()
52
- elseif(NOT CMAKE_SIZEOF_VOID_P EQUAL 8)
53
- # FIXME: Make these work on 32 bit builds
54
- return()
55
- elseif(BENCHMARK_BUILD_32_BITS)
56
- # FIXME: Make these work on 32 bit builds
57
- return()
58
- endif()
59
- find_program(LLVM_FILECHECK_EXE FileCheck)
60
- if (LLVM_FILECHECK_EXE)
61
- set(LLVM_FILECHECK_EXE "${LLVM_FILECHECK_EXE}" CACHE PATH "llvm filecheck" FORCE)
62
- message(STATUS "LLVM FileCheck Found: ${LLVM_FILECHECK_EXE}")
63
- else()
64
- message(STATUS "Failed to find LLVM FileCheck")
65
- return()
66
- endif()
67
- set(ENABLE_ASSEMBLY_TESTS_DEFAULT ON PARENT_SCOPE)
68
- endfunction()
69
- should_enable_assembly_tests()
70
-
71
- # This option disables the building and running of the assembly verification tests
72
- option(BENCHMARK_ENABLE_ASSEMBLY_TESTS "Enable building and running the assembly tests"
73
- ${ENABLE_ASSEMBLY_TESTS_DEFAULT})
74
-
75
- # Make sure we can import out CMake functions
76
- list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules")
77
- list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
78
-
79
-
80
- # Read the git tags to determine the project version
81
- include(GetGitVersion)
82
- get_git_version(GIT_VERSION)
83
-
84
- # Tell the user what versions we are using
85
- string(REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]+" VERSION ${GIT_VERSION})
86
- message(STATUS "Version: ${VERSION}")
87
-
88
- # The version of the libraries
89
- set(GENERIC_LIB_VERSION ${VERSION})
90
- string(SUBSTRING ${VERSION} 0 1 GENERIC_LIB_SOVERSION)
91
-
92
- # Import our CMake modules
93
- include(CheckCXXCompilerFlag)
94
- include(AddCXXCompilerFlag)
95
- include(CXXFeatureCheck)
96
-
97
- if (BENCHMARK_BUILD_32_BITS)
98
- add_required_cxx_compiler_flag(-m32)
99
- endif()
100
-
101
- if (MSVC)
102
- # Turn compiler warnings up to 11
103
- string(REGEX REPLACE "[-/]W[1-4]" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
104
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /W4")
105
- add_definitions(-D_CRT_SECURE_NO_WARNINGS)
106
-
107
- if (NOT BENCHMARK_ENABLE_EXCEPTIONS)
108
- add_cxx_compiler_flag(-EHs-)
109
- add_cxx_compiler_flag(-EHa-)
110
- add_definitions(-D_HAS_EXCEPTIONS=0)
111
- endif()
112
- # Link time optimisation
113
- if (BENCHMARK_ENABLE_LTO)
114
- set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} /GL")
115
- set(CMAKE_STATIC_LINKER_FLAGS_RELEASE "${CMAKE_STATIC_LINKER_FLAGS_RELEASE} /LTCG")
116
- set(CMAKE_SHARED_LINKER_FLAGS_RELEASE "${CMAKE_SHARED_LINKER_FLAGS_RELEASE} /LTCG")
117
- set(CMAKE_EXE_LINKER_FLAGS_RELEASE "${CMAKE_EXE_LINKER_FLAGS_RELEASE} /LTCG")
118
-
119
- set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "${CMAKE_CXX_FLAGS_RELWITHDEBINFO} /GL")
120
- string(REGEX REPLACE "[-/]INCREMENTAL" "/INCREMENTAL:NO" CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO "${CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO}")
121
- set(CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO "${CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO} /LTCG")
122
- string(REGEX REPLACE "[-/]INCREMENTAL" "/INCREMENTAL:NO" CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO "${CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO}")
123
- set(CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO "${CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO} /LTCG")
124
- string(REGEX REPLACE "[-/]INCREMENTAL" "/INCREMENTAL:NO" CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO "${CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO}")
125
- set(CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO "${CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO} /LTCG")
126
-
127
- set(CMAKE_CXX_FLAGS_MINSIZEREL "${CMAKE_CXX_FLAGS_MINSIZEREL} /GL")
128
- set(CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL "${CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL} /LTCG")
129
- set(CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL "${CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL} /LTCG")
130
- set(CMAKE_EXE_LINKER_FLAGS_MINSIZEREL "${CMAKE_EXE_LINKER_FLAGS_MINSIZEREL} /LTCG")
131
- endif()
132
- else()
133
- # Try and enable C++11. Don't use C++14 because it doesn't work in some
134
- # configurations.
135
- add_cxx_compiler_flag(-std=c++11)
136
- if (NOT HAVE_CXX_FLAG_STD_CXX11)
137
- add_cxx_compiler_flag(-std=c++0x)
138
- endif()
139
-
140
- # Turn compiler warnings up to 11
141
- add_cxx_compiler_flag(-Wall)
142
- add_cxx_compiler_flag(-Wextra)
143
- add_cxx_compiler_flag(-Wshadow)
144
- add_cxx_compiler_flag(-Werror RELEASE)
145
- add_cxx_compiler_flag(-Werror RELWITHDEBINFO)
146
- add_cxx_compiler_flag(-Werror MINSIZEREL)
147
- # Disabled until googletest (gmock) stops emitting variadic macro warnings
148
- #add_cxx_compiler_flag(-pedantic)
149
- #add_cxx_compiler_flag(-pedantic-errors)
150
- add_cxx_compiler_flag(-Wshorten-64-to-32)
151
- add_cxx_compiler_flag(-fstrict-aliasing)
152
- # Disable warnings regarding deprecated parts of the library while building
153
- # and testing those parts of the library.
154
- add_cxx_compiler_flag(-Wno-deprecated-declarations)
155
- if (CMAKE_CXX_COMPILER_ID STREQUAL "Intel")
156
- # Intel silently ignores '-Wno-deprecated-declarations',
157
- # warning no. 1786 must be explicitly disabled.
158
- # See #631 for rationale.
159
- add_cxx_compiler_flag(-wd1786)
160
- endif()
161
- # Disable deprecation warnings for release builds (when -Werror is enabled).
162
- add_cxx_compiler_flag(-Wno-deprecated RELEASE)
163
- add_cxx_compiler_flag(-Wno-deprecated RELWITHDEBINFO)
164
- add_cxx_compiler_flag(-Wno-deprecated MINSIZEREL)
165
- if (NOT BENCHMARK_ENABLE_EXCEPTIONS)
166
- add_cxx_compiler_flag(-fno-exceptions)
167
- endif()
168
-
169
- if (HAVE_CXX_FLAG_FSTRICT_ALIASING)
170
- if (NOT CMAKE_CXX_COMPILER_ID STREQUAL "Intel") #ICC17u2: Many false positives for Wstrict-aliasing
171
- add_cxx_compiler_flag(-Wstrict-aliasing)
172
- endif()
173
- endif()
174
- # ICC17u2: overloaded virtual function "benchmark::Fixture::SetUp" is only partially overridden
175
- # (because of deprecated overload)
176
- add_cxx_compiler_flag(-wd654)
177
- add_cxx_compiler_flag(-Wthread-safety)
178
- if (HAVE_CXX_FLAG_WTHREAD_SAFETY)
179
- cxx_feature_check(THREAD_SAFETY_ATTRIBUTES)
180
- endif()
181
-
182
- # On most UNIX like platforms g++ and clang++ define _GNU_SOURCE as a
183
- # predefined macro, which turns on all of the wonderful libc extensions.
184
- # However g++ doesn't do this in Cygwin so we have to define it ourselfs
185
- # since we depend on GNU/POSIX/BSD extensions.
186
- if (CYGWIN)
187
- add_definitions(-D_GNU_SOURCE=1)
188
- endif()
189
-
190
- if (QNXNTO)
191
- add_definitions(-D_QNX_SOURCE)
192
- endif()
193
-
194
- # Link time optimisation
195
- if (BENCHMARK_ENABLE_LTO)
196
- add_cxx_compiler_flag(-flto)
197
- add_cxx_compiler_flag(-Wno-lto-type-mismatch)
198
- if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
199
- find_program(GCC_AR gcc-ar)
200
- if (GCC_AR)
201
- set(CMAKE_AR ${GCC_AR})
202
- endif()
203
- find_program(GCC_RANLIB gcc-ranlib)
204
- if (GCC_RANLIB)
205
- set(CMAKE_RANLIB ${GCC_RANLIB})
206
- endif()
207
- elseif("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang")
208
- include(llvm-toolchain)
209
- endif()
210
- endif()
211
-
212
- # Coverage build type
213
- set(BENCHMARK_CXX_FLAGS_COVERAGE "${CMAKE_CXX_FLAGS_DEBUG}"
214
- CACHE STRING "Flags used by the C++ compiler during coverage builds."
215
- FORCE)
216
- set(BENCHMARK_EXE_LINKER_FLAGS_COVERAGE "${CMAKE_EXE_LINKER_FLAGS_DEBUG}"
217
- CACHE STRING "Flags used for linking binaries during coverage builds."
218
- FORCE)
219
- set(BENCHMARK_SHARED_LINKER_FLAGS_COVERAGE "${CMAKE_SHARED_LINKER_FLAGS_DEBUG}"
220
- CACHE STRING "Flags used by the shared libraries linker during coverage builds."
221
- FORCE)
222
- mark_as_advanced(
223
- BENCHMARK_CXX_FLAGS_COVERAGE
224
- BENCHMARK_EXE_LINKER_FLAGS_COVERAGE
225
- BENCHMARK_SHARED_LINKER_FLAGS_COVERAGE)
226
- set(CMAKE_BUILD_TYPE "${CMAKE_BUILD_TYPE}" CACHE STRING
227
- "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel Coverage.")
228
- add_cxx_compiler_flag(--coverage COVERAGE)
229
- endif()
230
-
231
- if (BENCHMARK_USE_LIBCXX)
232
- if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang")
233
- add_cxx_compiler_flag(-stdlib=libc++)
234
- elseif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU" OR
235
- "${CMAKE_CXX_COMPILER_ID}" STREQUAL "Intel")
236
- add_cxx_compiler_flag(-nostdinc++)
237
- message(WARNING "libc++ header path must be manually specified using CMAKE_CXX_FLAGS")
238
- # Adding -nodefaultlibs directly to CMAKE_<TYPE>_LINKER_FLAGS will break
239
- # configuration checks such as 'find_package(Threads)'
240
- list(APPEND BENCHMARK_CXX_LINKER_FLAGS -nodefaultlibs)
241
- # -lc++ cannot be added directly to CMAKE_<TYPE>_LINKER_FLAGS because
242
- # linker flags appear before all linker inputs and -lc++ must appear after.
243
- list(APPEND BENCHMARK_CXX_LIBRARIES c++)
244
- else()
245
- message(FATAL_ERROR "-DBENCHMARK_USE_LIBCXX:BOOL=ON is not supported for compiler")
246
- endif()
247
- endif(BENCHMARK_USE_LIBCXX)
248
-
249
- set(EXTRA_CXX_FLAGS "")
250
- if (WIN32 AND "${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang")
251
- # Clang on Windows fails to compile the regex feature check under C++11
252
- set(EXTRA_CXX_FLAGS "-DCMAKE_CXX_STANDARD=14")
253
- endif()
254
-
255
- # C++ feature checks
256
- # Determine the correct regular expression engine to use
257
- cxx_feature_check(STD_REGEX ${EXTRA_CXX_FLAGS})
258
- cxx_feature_check(GNU_POSIX_REGEX ${EXTRA_CXX_FLAGS})
259
- cxx_feature_check(POSIX_REGEX ${EXTRA_CXX_FLAGS})
260
- if(NOT HAVE_STD_REGEX AND NOT HAVE_GNU_POSIX_REGEX AND NOT HAVE_POSIX_REGEX)
261
- message(FATAL_ERROR "Failed to determine the source files for the regular expression backend")
262
- endif()
263
- if (NOT BENCHMARK_ENABLE_EXCEPTIONS AND HAVE_STD_REGEX
264
- AND NOT HAVE_GNU_POSIX_REGEX AND NOT HAVE_POSIX_REGEX)
265
- message(WARNING "Using std::regex with exceptions disabled is not fully supported")
266
- endif()
267
-
268
- cxx_feature_check(STEADY_CLOCK)
269
- # Ensure we have pthreads
270
- set(THREADS_PREFER_PTHREAD_FLAG ON)
271
- find_package(Threads REQUIRED)
272
-
273
- # Set up directories
274
- include_directories(${PROJECT_SOURCE_DIR}/include)
275
-
276
- # Build the targets
277
- add_subdirectory(src)
278
-
279
- if (BENCHMARK_ENABLE_TESTING)
280
- enable_testing()
281
- if (BENCHMARK_ENABLE_GTEST_TESTS AND
282
- NOT (TARGET gtest AND TARGET gtest_main AND
283
- TARGET gmock AND TARGET gmock_main))
284
- include(GoogleTest)
285
- endif()
286
- add_subdirectory(test)
287
- endif()
@@ -1,58 +0,0 @@
1
- # How to contribute #
2
-
3
- We'd love to accept your patches and contributions to this project. There are
4
- a just a few small guidelines you need to follow.
5
-
6
-
7
- ## Contributor License Agreement ##
8
-
9
- Contributions to any Google project must be accompanied by a Contributor
10
- License Agreement. This is not a copyright **assignment**, it simply gives
11
- Google permission to use and redistribute your contributions as part of the
12
- project.
13
-
14
- * If you are an individual writing original source code and you're sure you
15
- own the intellectual property, then you'll need to sign an [individual
16
- CLA][].
17
-
18
- * If you work for a company that wants to allow you to contribute your work,
19
- then you'll need to sign a [corporate CLA][].
20
-
21
- You generally only need to submit a CLA once, so if you've already submitted
22
- one (even if it was for a different project), you probably don't need to do it
23
- again.
24
-
25
- [individual CLA]: https://developers.google.com/open-source/cla/individual
26
- [corporate CLA]: https://developers.google.com/open-source/cla/corporate
27
-
28
- Once your CLA is submitted (or if you already submitted one for
29
- another Google project), make a commit adding yourself to the
30
- [AUTHORS][] and [CONTRIBUTORS][] files. This commit can be part
31
- of your first [pull request][].
32
-
33
- [AUTHORS]: AUTHORS
34
- [CONTRIBUTORS]: CONTRIBUTORS
35
-
36
-
37
- ## Submitting a patch ##
38
-
39
- 1. It's generally best to start by opening a new issue describing the bug or
40
- feature you're intending to fix. Even if you think it's relatively minor,
41
- it's helpful to know what people are working on. Mention in the initial
42
- issue that you are planning to work on that bug or feature so that it can
43
- be assigned to you.
44
-
45
- 1. Follow the normal process of [forking][] the project, and setup a new
46
- branch to work in. It's important that each group of changes be done in
47
- separate branches in order to ensure that a pull request only includes the
48
- commits related to that bug or feature.
49
-
50
- 1. Do your best to have [well-formed commit messages][] for each change.
51
- This provides consistency throughout the project, and ensures that commit
52
- messages are able to be formatted properly by various git tools.
53
-
54
- 1. Finally, push the commits to your fork and submit a [pull request][].
55
-
56
- [forking]: https://help.github.com/articles/fork-a-repo
57
- [well-formed commit messages]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
58
- [pull request]: https://help.github.com/articles/creating-a-pull-request
@@ -1,83 +0,0 @@
1
- # People who have agreed to one of the CLAs and can contribute patches.
2
- # The AUTHORS file lists the copyright holders; this file
3
- # lists people. For example, Google employees are listed here
4
- # but not in AUTHORS, because Google holds the copyright.
5
- #
6
- # Names should be added to this file only after verifying that
7
- # the individual or the individual's organization has agreed to
8
- # the appropriate Contributor License Agreement, found here:
9
- #
10
- # https://developers.google.com/open-source/cla/individual
11
- # https://developers.google.com/open-source/cla/corporate
12
- #
13
- # The agreement for individuals can be filled out on the web.
14
- #
15
- # When adding J Random Contributor's name to this file,
16
- # either J's name or J's organization's name should be
17
- # added to the AUTHORS file, depending on whether the
18
- # individual or corporate CLA was used.
19
- #
20
- # Names should be added to this file as:
21
- # Name <email address>
22
- #
23
- # Please keep the list sorted.
24
-
25
- Abhina Sreeskantharajan <abhina.sreeskantharajan@ibm.com>
26
- Albert Pretorius <pretoalb@gmail.com>
27
- Alex Steele <steelal123@gmail.com>
28
- Andriy Berestovskyy <berestovskyy@gmail.com>
29
- Arne Beer <arne@twobeer.de>
30
- Billy Robert O'Neal III <billy.oneal@gmail.com> <bion@microsoft.com>
31
- Chris Kennelly <ckennelly@google.com> <ckennelly@ckennelly.com>
32
- Christian Wassermann <christian_wassermann@web.de>
33
- Christopher Seymour <chris.j.seymour@hotmail.com>
34
- Colin Braley <braley.colin@gmail.com>
35
- Cyrille Faucheux <cyrille.faucheux@gmail.com>
36
- Daniel Harvey <danielharvey458@gmail.com>
37
- David Coeurjolly <david.coeurjolly@liris.cnrs.fr>
38
- Deniz Evrenci <denizevrenci@gmail.com>
39
- Dominic Hamon <dma@stripysock.com> <dominic@google.com>
40
- Dominik Czarnota <dominik.b.czarnota@gmail.com>
41
- Eric Backus <eric_backus@alum.mit.edu>
42
- Eric Fiselier <eric@efcs.ca>
43
- Eugene Zhuk <eugene.zhuk@gmail.com>
44
- Evgeny Safronov <division494@gmail.com>
45
- Fanbo Meng <fanbo.meng@ibm.com>
46
- Federico Ficarelli <federico.ficarelli@gmail.com>
47
- Felix Homann <linuxaudio@showlabor.de>
48
- Geoffrey Martin-Noble <gcmn@google.com> <gmngeoffrey@gmail.com>
49
- Gergő Szitár <szitar.gergo@gmail.com>
50
- Hannes Hauswedell <h2@fsfe.org>
51
- Ismael Jimenez Martinez <ismael.jimenez.martinez@gmail.com>
52
- Jern-Kuan Leong <jernkuan@gmail.com>
53
- JianXiong Zhou <zhoujianxiong2@gmail.com>
54
- Joao Paulo Magalhaes <joaoppmagalhaes@gmail.com>
55
- John Millikin <jmillikin@stripe.com>
56
- Jordan Williams <jwillikers@protonmail.com>
57
- Jussi Knuuttila <jussi.knuuttila@gmail.com>
58
- Kai Wolf <kai.wolf@gmail.com>
59
- Kaito Udagawa <umireon@gmail.com>
60
- Kishan Kumar <kumar.kishan@outlook.com>
61
- Lei Xu <eddyxu@gmail.com>
62
- Matt Clarkson <mattyclarkson@gmail.com>
63
- Maxim Vafin <maxvafin@gmail.com>
64
- Nick Hutchinson <nshutchinson@gmail.com>
65
- Oleksandr Sochka <sasha.sochka@gmail.com>
66
- Ori Livneh <ori.livneh@gmail.com>
67
- Pascal Leroy <phl@google.com>
68
- Paul Redmond <paul.redmond@gmail.com>
69
- Pierre Phaneuf <pphaneuf@google.com>
70
- Radoslav Yovchev <radoslav.tm@gmail.com>
71
- Raul Marin <rmrodriguez@cartodb.com>
72
- Ray Glover <ray.glover@uk.ibm.com>
73
- Robert Guo <robert.guo@mongodb.com>
74
- Roman Lebedev <lebedev.ri@gmail.com>
75
- Sayan Bhattacharjee <aero.sayan@gmail.com>
76
- Shuo Chen <chenshuo@chenshuo.com>
77
- Steven Wan <wan.yu@ibm.com>
78
- Tobias Ulvgård <tobias.ulvgard@dirac.se>
79
- Tom Madams <tom.ej.madams@gmail.com> <tmadams@google.com>
80
- Yixuan Qiu <yixuanq@gmail.com>
81
- Yusuke Suzuki <utatane.tea@gmail.com>
82
- Zbigniew Skowron <zbychs@gmail.com>
83
- Min-Yih Hsu <yihshyng223@gmail.com>