@eosrio/node-abieos 2.1.0-beta.0 → 2.2.0

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 (740) hide show
  1. package/README.md +4 -1
  2. package/dist/abieos.node +0 -0
  3. package/lib/abieos.d.ts +19 -0
  4. package/lib/abieos.d.ts.map +1 -0
  5. package/lib/abieos.js +100 -0
  6. package/lib/abieos.ts +107 -0
  7. package/package.json +13 -8
  8. package/.gitmodules +0 -6
  9. package/.idea/misc.xml +0 -6
  10. package/.idea/modules.xml +0 -8
  11. package/.idea/node-abieos.iml +0 -12
  12. package/.idea/vcs.xml +0 -9
  13. package/.idea/workspace.xml +0 -266
  14. package/CMakeLists.txt +0 -35
  15. package/abieos.d.ts +0 -21
  16. package/abieos.js +0 -59
  17. package/eosio.json +0 -1596
  18. package/external/date/CMakeLists.txt +0 -175
  19. package/external/date/LICENSE.txt +0 -31
  20. package/external/date/README.md +0 -61
  21. package/external/date/compile_fail.sh +0 -16
  22. package/external/date/include/date/chrono_io.h +0 -34
  23. package/external/date/include/date/date.h +0 -8335
  24. package/external/date/include/date/ios.h +0 -50
  25. package/external/date/include/date/islamic.h +0 -3031
  26. package/external/date/include/date/iso_week.h +0 -1745
  27. package/external/date/include/date/julian.h +0 -3046
  28. package/external/date/include/date/ptz.h +0 -592
  29. package/external/date/include/date/tz.h +0 -2760
  30. package/external/date/include/date/tz_private.h +0 -318
  31. package/external/date/src/ios.mm +0 -337
  32. package/external/date/src/tz.cpp +0 -3801
  33. package/external/date/test/clock_cast_test/custom_clock.pass.cpp +0 -213
  34. package/external/date/test/clock_cast_test/deprecated.pass.cpp +0 -90
  35. package/external/date/test/clock_cast_test/local_t.pass.cpp +0 -132
  36. package/external/date/test/clock_cast_test/noncastable.pass.cpp +0 -251
  37. package/external/date/test/clock_cast_test/normal_clocks.pass.cpp +0 -102
  38. package/external/date/test/clock_cast_test/to_sys_return_int.fail.cpp +0 -49
  39. package/external/date/test/clock_cast_test/to_sys_return_reference.fail.cpp +0 -51
  40. package/external/date/test/clock_cast_test/to_sys_return_utc_time.fail.cpp +0 -49
  41. package/external/date/test/date_test/day.pass.cpp +0 -143
  42. package/external/date/test/date_test/daypday.fail.cpp +0 -32
  43. package/external/date/test/date_test/daysmday.fail.cpp +0 -32
  44. package/external/date/test/date_test/daysmweekday.fail.cpp +0 -32
  45. package/external/date/test/date_test/detail/decimal_format_seconds.pass.cpp +0 -145
  46. package/external/date/test/date_test/detail/make_precision.pass.cpp +0 -63
  47. package/external/date/test/date_test/detail/static_pow10.pass.cpp +0 -50
  48. package/external/date/test/date_test/detail/width.pass.cpp +0 -64
  49. package/external/date/test/date_test/durations.pass.cpp +0 -62
  50. package/external/date/test/date_test/durations_output.pass.cpp +0 -328
  51. package/external/date/test/date_test/format/century.pass.cpp +0 -117
  52. package/external/date/test/date_test/format/misc.pass.cpp +0 -52
  53. package/external/date/test/date_test/format/range.pass.cpp +0 -78
  54. package/external/date/test/date_test/format/two_dight_year.pass.cpp +0 -121
  55. package/external/date/test/date_test/last.pass.cpp +0 -34
  56. package/external/date/test/date_test/make_time.pass.cpp +0 -164
  57. package/external/date/test/date_test/month.pass.cpp +0 -181
  58. package/external/date/test/date_test/month_day.pass.cpp +0 -82
  59. package/external/date/test/date_test/month_day_last.pass.cpp +0 -75
  60. package/external/date/test/date_test/month_weekday.pass.cpp +0 -77
  61. package/external/date/test/date_test/month_weekday_last.pass.cpp +0 -77
  62. package/external/date/test/date_test/month_weekday_last_less.fail.cpp +0 -34
  63. package/external/date/test/date_test/month_weekday_less.fail.cpp +0 -34
  64. package/external/date/test/date_test/monthpmonth.fail.cpp +0 -32
  65. package/external/date/test/date_test/months_m_year_month.fail.cpp +0 -33
  66. package/external/date/test/date_test/months_m_year_month_day.fail.cpp +0 -33
  67. package/external/date/test/date_test/monthsmmonth.fail.cpp +0 -32
  68. package/external/date/test/date_test/multi_year_duration_addition.pass.cpp +0 -297
  69. package/external/date/test/date_test/op_div_day_day.fail.cpp +0 -33
  70. package/external/date/test/date_test/op_div_int_month.fail.cpp +0 -33
  71. package/external/date/test/date_test/op_div_int_year.fail.cpp +0 -33
  72. package/external/date/test/date_test/op_div_last_last.fail.cpp +0 -33
  73. package/external/date/test/date_test/op_div_month_day.pass.cpp +0 -41
  74. package/external/date/test/date_test/op_div_month_day_last.pass.cpp +0 -39
  75. package/external/date/test/date_test/op_div_month_day_month_day.fail.cpp +0 -33
  76. package/external/date/test/date_test/op_div_month_month.fail.cpp +0 -33
  77. package/external/date/test/date_test/op_div_month_weekday.pass.cpp +0 -39
  78. package/external/date/test/date_test/op_div_month_weekday_last.pass.cpp +0 -39
  79. package/external/date/test/date_test/op_div_month_year.fail.cpp +0 -33
  80. package/external/date/test/date_test/op_div_survey.pass.cpp +0 -437
  81. package/external/date/test/date_test/op_div_weekday_indexed_weekday_indexed.fail.cpp +0 -33
  82. package/external/date/test/date_test/op_div_weekday_last_weekday_last.fail.cpp +0 -33
  83. package/external/date/test/date_test/op_div_year_month.pass.cpp +0 -35
  84. package/external/date/test/date_test/op_div_year_month_day.pass.cpp +0 -43
  85. package/external/date/test/date_test/op_div_year_month_day_last.pass.cpp +0 -41
  86. package/external/date/test/date_test/op_div_year_month_weekday.pass.cpp +0 -41
  87. package/external/date/test/date_test/op_div_year_month_weekday_last.pass.cpp +0 -41
  88. package/external/date/test/date_test/op_div_year_month_year_month.fail.cpp +0 -33
  89. package/external/date/test/date_test/op_div_year_year.fail.cpp +0 -33
  90. package/external/date/test/date_test/parse.pass.cpp +0 -904
  91. package/external/date/test/date_test/sizeof.pass.cpp +0 -62
  92. package/external/date/test/date_test/time_of_day_hours.pass.cpp +0 -104
  93. package/external/date/test/date_test/time_of_day_microfortnights.pass.cpp +0 -119
  94. package/external/date/test/date_test/time_of_day_milliseconds.pass.cpp +0 -126
  95. package/external/date/test/date_test/time_of_day_minutes.pass.cpp +0 -110
  96. package/external/date/test/date_test/time_of_day_nanoseconds.pass.cpp +0 -126
  97. package/external/date/test/date_test/time_of_day_seconds.pass.cpp +0 -116
  98. package/external/date/test/date_test/weekday.pass.cpp +0 -201
  99. package/external/date/test/date_test/weekday_indexed.pass.cpp +0 -70
  100. package/external/date/test/date_test/weekday_last.pass.cpp +0 -66
  101. package/external/date/test/date_test/weekday_lessthan.fail.cpp +0 -32
  102. package/external/date/test/date_test/weekday_sum.fail.cpp +0 -32
  103. package/external/date/test/date_test/year.pass.cpp +0 -146
  104. package/external/date/test/date_test/year_month.pass.cpp +0 -142
  105. package/external/date/test/date_test/year_month_day.pass.cpp +0 -244
  106. package/external/date/test/date_test/year_month_day_last.pass.cpp +0 -177
  107. package/external/date/test/date_test/year_month_day_m_year_month_day.fail.cpp +0 -33
  108. package/external/date/test/date_test/year_month_day_p_year_month_day.fail.cpp +0 -33
  109. package/external/date/test/date_test/year_month_p_year_month.fail.cpp +0 -33
  110. package/external/date/test/date_test/year_month_weekday.pass.cpp +0 -178
  111. package/external/date/test/date_test/year_month_weekday_last.pass.cpp +0 -169
  112. package/external/date/test/date_test/year_p_year.fail.cpp +0 -32
  113. package/external/date/test/date_test/years_m_year.fail.cpp +0 -32
  114. package/external/date/test/date_test/years_m_year_month.fail.cpp +0 -33
  115. package/external/date/test/date_test/years_m_year_month_day.fail.cpp +0 -33
  116. package/external/date/test/iso_week/last.pass.cpp +0 -34
  117. package/external/date/test/iso_week/lastweek_weekday.pass.cpp +0 -82
  118. package/external/date/test/iso_week/op_div_survey.pass.cpp +0 -196
  119. package/external/date/test/iso_week/weekday.pass.cpp +0 -227
  120. package/external/date/test/iso_week/weekday_lessthan.fail.cpp +0 -32
  121. package/external/date/test/iso_week/weekday_sum.fail.cpp +0 -32
  122. package/external/date/test/iso_week/weeknum.pass.cpp +0 -121
  123. package/external/date/test/iso_week/weeknum_p_weeknum.fail.cpp +0 -32
  124. package/external/date/test/iso_week/weeknum_weekday.pass.cpp +0 -86
  125. package/external/date/test/iso_week/year.pass.cpp +0 -120
  126. package/external/date/test/iso_week/year_lastweek.pass.cpp +0 -97
  127. package/external/date/test/iso_week/year_lastweek_weekday.pass.cpp +0 -129
  128. package/external/date/test/iso_week/year_p_year.fail.cpp +0 -32
  129. package/external/date/test/iso_week/year_weeknum.pass.cpp +0 -97
  130. package/external/date/test/iso_week/year_weeknum_weekday.pass.cpp +0 -139
  131. package/external/date/test/iso_week/years_m_year.fail.cpp +0 -32
  132. package/external/date/test/just.pass.cpp +0 -26
  133. package/external/date/test/testit +0 -177
  134. package/external/date/test/tz_test/OffsetZone.pass.cpp +0 -81
  135. package/external/date/test/tz_test/README.md +0 -22
  136. package/external/date/test/tz_test/tzdata2015e.txt.zip +0 -0
  137. package/external/date/test/tz_test/tzdata2015f.txt.zip +0 -0
  138. package/external/date/test/tz_test/tzdata2016c.txt.zip +0 -0
  139. package/external/date/test/tz_test/tzdata2016d.txt.zip +0 -0
  140. package/external/date/test/tz_test/tzdata2016e.txt.zip +0 -0
  141. package/external/date/test/tz_test/tzdata2016f.txt.zip +0 -0
  142. package/external/date/test/tz_test/validate.cpp +0 -165
  143. package/external/date/test/tz_test/zone.pass.cpp +0 -37
  144. package/external/date/test/tz_test/zoned_time.pass.cpp +0 -464
  145. package/external/date/test_fail.sh +0 -10
  146. package/external/rapidjson/.gitattributes +0 -22
  147. package/external/rapidjson/.gitmodules +0 -3
  148. package/external/rapidjson/.travis.yml +0 -99
  149. package/external/rapidjson/CHANGELOG.md +0 -158
  150. package/external/rapidjson/CMakeLists.txt +0 -221
  151. package/external/rapidjson/CMakeModules/FindGTestSrc.cmake +0 -30
  152. package/external/rapidjson/RapidJSON.pc.in +0 -7
  153. package/external/rapidjson/RapidJSONConfig.cmake.in +0 -15
  154. package/external/rapidjson/RapidJSONConfigVersion.cmake.in +0 -10
  155. package/external/rapidjson/appveyor.yml +0 -54
  156. package/external/rapidjson/bin/data/glossary.json +0 -22
  157. package/external/rapidjson/bin/data/menu.json +0 -27
  158. package/external/rapidjson/bin/data/readme.txt +0 -1
  159. package/external/rapidjson/bin/data/sample.json +0 -3315
  160. package/external/rapidjson/bin/data/webapp.json +0 -88
  161. package/external/rapidjson/bin/data/widget.json +0 -26
  162. package/external/rapidjson/bin/encodings/utf16be.json +0 -0
  163. package/external/rapidjson/bin/encodings/utf16bebom.json +0 -0
  164. package/external/rapidjson/bin/encodings/utf16le.json +0 -0
  165. package/external/rapidjson/bin/encodings/utf16lebom.json +0 -0
  166. package/external/rapidjson/bin/encodings/utf32be.json +0 -0
  167. package/external/rapidjson/bin/encodings/utf32bebom.json +0 -0
  168. package/external/rapidjson/bin/encodings/utf32le.json +0 -0
  169. package/external/rapidjson/bin/encodings/utf32lebom.json +0 -0
  170. package/external/rapidjson/bin/encodings/utf8.json +0 -7
  171. package/external/rapidjson/bin/encodings/utf8bom.json +0 -7
  172. package/external/rapidjson/bin/jsonchecker/fail1.json +0 -1
  173. package/external/rapidjson/bin/jsonchecker/fail10.json +0 -1
  174. package/external/rapidjson/bin/jsonchecker/fail11.json +0 -1
  175. package/external/rapidjson/bin/jsonchecker/fail12.json +0 -1
  176. package/external/rapidjson/bin/jsonchecker/fail13.json +0 -1
  177. package/external/rapidjson/bin/jsonchecker/fail14.json +0 -1
  178. package/external/rapidjson/bin/jsonchecker/fail15.json +0 -1
  179. package/external/rapidjson/bin/jsonchecker/fail16.json +0 -1
  180. package/external/rapidjson/bin/jsonchecker/fail17.json +0 -1
  181. package/external/rapidjson/bin/jsonchecker/fail18.json +0 -1
  182. package/external/rapidjson/bin/jsonchecker/fail19.json +0 -1
  183. package/external/rapidjson/bin/jsonchecker/fail2.json +0 -1
  184. package/external/rapidjson/bin/jsonchecker/fail20.json +0 -1
  185. package/external/rapidjson/bin/jsonchecker/fail21.json +0 -1
  186. package/external/rapidjson/bin/jsonchecker/fail22.json +0 -1
  187. package/external/rapidjson/bin/jsonchecker/fail23.json +0 -1
  188. package/external/rapidjson/bin/jsonchecker/fail24.json +0 -1
  189. package/external/rapidjson/bin/jsonchecker/fail25.json +0 -1
  190. package/external/rapidjson/bin/jsonchecker/fail26.json +0 -1
  191. package/external/rapidjson/bin/jsonchecker/fail27.json +0 -2
  192. package/external/rapidjson/bin/jsonchecker/fail28.json +0 -2
  193. package/external/rapidjson/bin/jsonchecker/fail29.json +0 -1
  194. package/external/rapidjson/bin/jsonchecker/fail3.json +0 -1
  195. package/external/rapidjson/bin/jsonchecker/fail30.json +0 -1
  196. package/external/rapidjson/bin/jsonchecker/fail31.json +0 -1
  197. package/external/rapidjson/bin/jsonchecker/fail32.json +0 -1
  198. package/external/rapidjson/bin/jsonchecker/fail33.json +0 -1
  199. package/external/rapidjson/bin/jsonchecker/fail4.json +0 -1
  200. package/external/rapidjson/bin/jsonchecker/fail5.json +0 -1
  201. package/external/rapidjson/bin/jsonchecker/fail6.json +0 -1
  202. package/external/rapidjson/bin/jsonchecker/fail7.json +0 -1
  203. package/external/rapidjson/bin/jsonchecker/fail8.json +0 -1
  204. package/external/rapidjson/bin/jsonchecker/fail9.json +0 -1
  205. package/external/rapidjson/bin/jsonchecker/pass1.json +0 -58
  206. package/external/rapidjson/bin/jsonchecker/pass2.json +0 -1
  207. package/external/rapidjson/bin/jsonchecker/pass3.json +0 -6
  208. package/external/rapidjson/bin/jsonchecker/readme.txt +0 -3
  209. package/external/rapidjson/bin/types/booleans.json +0 -102
  210. package/external/rapidjson/bin/types/floats.json +0 -102
  211. package/external/rapidjson/bin/types/guids.json +0 -102
  212. package/external/rapidjson/bin/types/integers.json +0 -102
  213. package/external/rapidjson/bin/types/mixed.json +0 -592
  214. package/external/rapidjson/bin/types/nulls.json +0 -102
  215. package/external/rapidjson/bin/types/paragraphs.json +0 -102
  216. package/external/rapidjson/bin/types/readme.txt +0 -1
  217. package/external/rapidjson/contrib/natvis/LICENSE +0 -45
  218. package/external/rapidjson/contrib/natvis/README.md +0 -7
  219. package/external/rapidjson/contrib/natvis/rapidjson.natvis +0 -38
  220. package/external/rapidjson/doc/CMakeLists.txt +0 -27
  221. package/external/rapidjson/doc/Doxyfile.in +0 -2369
  222. package/external/rapidjson/doc/Doxyfile.zh-cn.in +0 -2369
  223. package/external/rapidjson/doc/diagram/architecture.dot +0 -50
  224. package/external/rapidjson/doc/diagram/architecture.png +0 -0
  225. package/external/rapidjson/doc/diagram/insituparsing.dot +0 -65
  226. package/external/rapidjson/doc/diagram/insituparsing.png +0 -0
  227. package/external/rapidjson/doc/diagram/iterative-parser-states-diagram.dot +0 -62
  228. package/external/rapidjson/doc/diagram/iterative-parser-states-diagram.png +0 -0
  229. package/external/rapidjson/doc/diagram/move1.dot +0 -47
  230. package/external/rapidjson/doc/diagram/move1.png +0 -0
  231. package/external/rapidjson/doc/diagram/move2.dot +0 -62
  232. package/external/rapidjson/doc/diagram/move2.png +0 -0
  233. package/external/rapidjson/doc/diagram/move3.dot +0 -60
  234. package/external/rapidjson/doc/diagram/move3.png +0 -0
  235. package/external/rapidjson/doc/diagram/normalparsing.dot +0 -56
  236. package/external/rapidjson/doc/diagram/normalparsing.png +0 -0
  237. package/external/rapidjson/doc/diagram/simpledom.dot +0 -54
  238. package/external/rapidjson/doc/diagram/simpledom.png +0 -0
  239. package/external/rapidjson/doc/diagram/tutorial.dot +0 -58
  240. package/external/rapidjson/doc/diagram/tutorial.png +0 -0
  241. package/external/rapidjson/doc/diagram/utilityclass.dot +0 -73
  242. package/external/rapidjson/doc/diagram/utilityclass.png +0 -0
  243. package/external/rapidjson/doc/dom.md +0 -280
  244. package/external/rapidjson/doc/dom.zh-cn.md +0 -284
  245. package/external/rapidjson/doc/encoding.md +0 -146
  246. package/external/rapidjson/doc/encoding.zh-cn.md +0 -152
  247. package/external/rapidjson/doc/faq.md +0 -289
  248. package/external/rapidjson/doc/faq.zh-cn.md +0 -290
  249. package/external/rapidjson/doc/features.md +0 -104
  250. package/external/rapidjson/doc/features.zh-cn.md +0 -103
  251. package/external/rapidjson/doc/internals.md +0 -368
  252. package/external/rapidjson/doc/internals.zh-cn.md +0 -363
  253. package/external/rapidjson/doc/logo/rapidjson.png +0 -0
  254. package/external/rapidjson/doc/logo/rapidjson.svg +0 -119
  255. package/external/rapidjson/doc/misc/DoxygenLayout.xml +0 -194
  256. package/external/rapidjson/doc/misc/doxygenextra.css +0 -274
  257. package/external/rapidjson/doc/misc/footer.html +0 -11
  258. package/external/rapidjson/doc/misc/header.html +0 -24
  259. package/external/rapidjson/doc/npm.md +0 -31
  260. package/external/rapidjson/doc/performance.md +0 -26
  261. package/external/rapidjson/doc/performance.zh-cn.md +0 -26
  262. package/external/rapidjson/doc/pointer.md +0 -234
  263. package/external/rapidjson/doc/pointer.zh-cn.md +0 -234
  264. package/external/rapidjson/doc/sax.md +0 -509
  265. package/external/rapidjson/doc/sax.zh-cn.md +0 -487
  266. package/external/rapidjson/doc/schema.md +0 -505
  267. package/external/rapidjson/doc/schema.zh-cn.md +0 -237
  268. package/external/rapidjson/doc/stream.md +0 -429
  269. package/external/rapidjson/doc/stream.zh-cn.md +0 -429
  270. package/external/rapidjson/doc/tutorial.md +0 -536
  271. package/external/rapidjson/doc/tutorial.zh-cn.md +0 -535
  272. package/external/rapidjson/docker/debian/Dockerfile +0 -8
  273. package/external/rapidjson/example/CMakeLists.txt +0 -45
  274. package/external/rapidjson/example/archiver/archiver.cpp +0 -292
  275. package/external/rapidjson/example/archiver/archiver.h +0 -145
  276. package/external/rapidjson/example/archiver/archivertest.cpp +0 -287
  277. package/external/rapidjson/example/capitalize/capitalize.cpp +0 -67
  278. package/external/rapidjson/example/condense/condense.cpp +0 -32
  279. package/external/rapidjson/example/filterkey/filterkey.cpp +0 -135
  280. package/external/rapidjson/example/filterkeydom/filterkeydom.cpp +0 -170
  281. package/external/rapidjson/example/jsonx/jsonx.cpp +0 -207
  282. package/external/rapidjson/example/lookaheadparser/lookaheadparser.cpp +0 -350
  283. package/external/rapidjson/example/messagereader/messagereader.cpp +0 -105
  284. package/external/rapidjson/example/parsebyparts/parsebyparts.cpp +0 -176
  285. package/external/rapidjson/example/pretty/pretty.cpp +0 -30
  286. package/external/rapidjson/example/prettyauto/prettyauto.cpp +0 -56
  287. package/external/rapidjson/example/schemavalidator/schemavalidator.cpp +0 -78
  288. package/external/rapidjson/example/serialize/serialize.cpp +0 -173
  289. package/external/rapidjson/example/simpledom/simpledom.cpp +0 -29
  290. package/external/rapidjson/example/simplepullreader/simplepullreader.cpp +0 -53
  291. package/external/rapidjson/example/simplereader/simplereader.cpp +0 -42
  292. package/external/rapidjson/example/simplewriter/simplewriter.cpp +0 -36
  293. package/external/rapidjson/example/tutorial/tutorial.cpp +0 -151
  294. package/external/rapidjson/include/rapidjson/allocators.h +0 -284
  295. package/external/rapidjson/include/rapidjson/cursorstreamwrapper.h +0 -78
  296. package/external/rapidjson/include/rapidjson/document.h +0 -2646
  297. package/external/rapidjson/include/rapidjson/encodedstream.h +0 -299
  298. package/external/rapidjson/include/rapidjson/encodings.h +0 -716
  299. package/external/rapidjson/include/rapidjson/error/en.h +0 -74
  300. package/external/rapidjson/include/rapidjson/error/error.h +0 -161
  301. package/external/rapidjson/include/rapidjson/filereadstream.h +0 -99
  302. package/external/rapidjson/include/rapidjson/filewritestream.h +0 -104
  303. package/external/rapidjson/include/rapidjson/fwd.h +0 -151
  304. package/external/rapidjson/include/rapidjson/internal/biginteger.h +0 -290
  305. package/external/rapidjson/include/rapidjson/internal/diyfp.h +0 -271
  306. package/external/rapidjson/include/rapidjson/internal/dtoa.h +0 -245
  307. package/external/rapidjson/include/rapidjson/internal/ieee754.h +0 -78
  308. package/external/rapidjson/include/rapidjson/internal/itoa.h +0 -308
  309. package/external/rapidjson/include/rapidjson/internal/meta.h +0 -186
  310. package/external/rapidjson/include/rapidjson/internal/pow10.h +0 -55
  311. package/external/rapidjson/include/rapidjson/internal/regex.h +0 -732
  312. package/external/rapidjson/include/rapidjson/internal/stack.h +0 -231
  313. package/external/rapidjson/include/rapidjson/internal/strfunc.h +0 -69
  314. package/external/rapidjson/include/rapidjson/internal/strtod.h +0 -290
  315. package/external/rapidjson/include/rapidjson/internal/swap.h +0 -46
  316. package/external/rapidjson/include/rapidjson/istreamwrapper.h +0 -113
  317. package/external/rapidjson/include/rapidjson/memorybuffer.h +0 -70
  318. package/external/rapidjson/include/rapidjson/memorystream.h +0 -71
  319. package/external/rapidjson/include/rapidjson/msinttypes/inttypes.h +0 -316
  320. package/external/rapidjson/include/rapidjson/msinttypes/stdint.h +0 -300
  321. package/external/rapidjson/include/rapidjson/ostreamwrapper.h +0 -81
  322. package/external/rapidjson/include/rapidjson/pointer.h +0 -1357
  323. package/external/rapidjson/include/rapidjson/prettywriter.h +0 -277
  324. package/external/rapidjson/include/rapidjson/rapidjson.h +0 -654
  325. package/external/rapidjson/include/rapidjson/reader.h +0 -2230
  326. package/external/rapidjson/include/rapidjson/schema.h +0 -2494
  327. package/external/rapidjson/include/rapidjson/stream.h +0 -223
  328. package/external/rapidjson/include/rapidjson/stringbuffer.h +0 -121
  329. package/external/rapidjson/include/rapidjson/writer.h +0 -710
  330. package/external/rapidjson/include_dirs.js +0 -2
  331. package/external/rapidjson/library.json +0 -15
  332. package/external/rapidjson/license.txt +0 -57
  333. package/external/rapidjson/package.json +0 -24
  334. package/external/rapidjson/rapidjson.autopkg +0 -77
  335. package/external/rapidjson/readme.md +0 -160
  336. package/external/rapidjson/readme.zh-cn.md +0 -152
  337. package/external/rapidjson/test/CMakeLists.txt +0 -20
  338. package/external/rapidjson/test/perftest/CMakeLists.txt +0 -28
  339. package/external/rapidjson/test/perftest/misctest.cpp +0 -974
  340. package/external/rapidjson/test/perftest/perftest.cpp +0 -24
  341. package/external/rapidjson/test/perftest/perftest.h +0 -185
  342. package/external/rapidjson/test/perftest/platformtest.cpp +0 -166
  343. package/external/rapidjson/test/perftest/rapidjsontest.cpp +0 -472
  344. package/external/rapidjson/test/perftest/schematest.cpp +0 -223
  345. package/external/rapidjson/test/unittest/CMakeLists.txt +0 -92
  346. package/external/rapidjson/test/unittest/allocatorstest.cpp +0 -100
  347. package/external/rapidjson/test/unittest/bigintegertest.cpp +0 -138
  348. package/external/rapidjson/test/unittest/cursorstreamwrappertest.cpp +0 -115
  349. package/external/rapidjson/test/unittest/documenttest.cpp +0 -672
  350. package/external/rapidjson/test/unittest/dtoatest.cpp +0 -98
  351. package/external/rapidjson/test/unittest/encodedstreamtest.cpp +0 -313
  352. package/external/rapidjson/test/unittest/encodingstest.cpp +0 -451
  353. package/external/rapidjson/test/unittest/filestreamtest.cpp +0 -112
  354. package/external/rapidjson/test/unittest/fwdtest.cpp +0 -230
  355. package/external/rapidjson/test/unittest/istreamwrappertest.cpp +0 -181
  356. package/external/rapidjson/test/unittest/itoatest.cpp +0 -160
  357. package/external/rapidjson/test/unittest/jsoncheckertest.cpp +0 -143
  358. package/external/rapidjson/test/unittest/namespacetest.cpp +0 -70
  359. package/external/rapidjson/test/unittest/ostreamwrappertest.cpp +0 -92
  360. package/external/rapidjson/test/unittest/pointertest.cpp +0 -1529
  361. package/external/rapidjson/test/unittest/prettywritertest.cpp +0 -373
  362. package/external/rapidjson/test/unittest/readertest.cpp +0 -2190
  363. package/external/rapidjson/test/unittest/regextest.cpp +0 -638
  364. package/external/rapidjson/test/unittest/schematest.cpp +0 -2072
  365. package/external/rapidjson/test/unittest/simdtest.cpp +0 -219
  366. package/external/rapidjson/test/unittest/strfunctest.cpp +0 -30
  367. package/external/rapidjson/test/unittest/stringbuffertest.cpp +0 -192
  368. package/external/rapidjson/test/unittest/strtodtest.cpp +0 -132
  369. package/external/rapidjson/test/unittest/unittest.cpp +0 -51
  370. package/external/rapidjson/test/unittest/unittest.h +0 -140
  371. package/external/rapidjson/test/unittest/valuetest.cpp +0 -1851
  372. package/external/rapidjson/test/unittest/writertest.cpp +0 -598
  373. package/external/rapidjson/test/valgrind.supp +0 -17
  374. package/external/rapidjson/thirdparty/gtest/.travis.yml +0 -81
  375. package/external/rapidjson/thirdparty/gtest/BUILD.bazel +0 -175
  376. package/external/rapidjson/thirdparty/gtest/CMakeLists.txt +0 -33
  377. package/external/rapidjson/thirdparty/gtest/CONTRIBUTING.md +0 -160
  378. package/external/rapidjson/thirdparty/gtest/LICENSE +0 -28
  379. package/external/rapidjson/thirdparty/gtest/Makefile.am +0 -14
  380. package/external/rapidjson/thirdparty/gtest/README.md +0 -122
  381. package/external/rapidjson/thirdparty/gtest/WORKSPACE +0 -8
  382. package/external/rapidjson/thirdparty/gtest/appveyor.yml +0 -104
  383. package/external/rapidjson/thirdparty/gtest/ci/build-linux-autotools.sh +0 -44
  384. package/external/rapidjson/thirdparty/gtest/ci/build-linux-bazel.sh +0 -36
  385. package/external/rapidjson/thirdparty/gtest/ci/env-linux.sh +0 -41
  386. package/external/rapidjson/thirdparty/gtest/ci/env-osx.sh +0 -40
  387. package/external/rapidjson/thirdparty/gtest/ci/get-nprocessors.sh +0 -48
  388. package/external/rapidjson/thirdparty/gtest/ci/install-linux.sh +0 -49
  389. package/external/rapidjson/thirdparty/gtest/ci/install-osx.sh +0 -39
  390. package/external/rapidjson/thirdparty/gtest/ci/log-config.sh +0 -51
  391. package/external/rapidjson/thirdparty/gtest/ci/travis.sh +0 -44
  392. package/external/rapidjson/thirdparty/gtest/configure.ac +0 -16
  393. package/external/rapidjson/thirdparty/gtest/googlemock/CHANGES +0 -126
  394. package/external/rapidjson/thirdparty/gtest/googlemock/CMakeLists.txt +0 -242
  395. package/external/rapidjson/thirdparty/gtest/googlemock/CONTRIBUTORS +0 -40
  396. package/external/rapidjson/thirdparty/gtest/googlemock/LICENSE +0 -28
  397. package/external/rapidjson/thirdparty/gtest/googlemock/Makefile.am +0 -224
  398. package/external/rapidjson/thirdparty/gtest/googlemock/README.md +0 -344
  399. package/external/rapidjson/thirdparty/gtest/googlemock/build-aux/.keep +0 -0
  400. package/external/rapidjson/thirdparty/gtest/googlemock/cmake/gmock.pc.in +0 -9
  401. package/external/rapidjson/thirdparty/gtest/googlemock/cmake/gmock_main.pc.in +0 -9
  402. package/external/rapidjson/thirdparty/gtest/googlemock/configure.ac +0 -146
  403. package/external/rapidjson/thirdparty/gtest/googlemock/docs/CheatSheet.md +0 -564
  404. package/external/rapidjson/thirdparty/gtest/googlemock/docs/CookBook.md +0 -3660
  405. package/external/rapidjson/thirdparty/gtest/googlemock/docs/DesignDoc.md +0 -280
  406. package/external/rapidjson/thirdparty/gtest/googlemock/docs/Documentation.md +0 -15
  407. package/external/rapidjson/thirdparty/gtest/googlemock/docs/ForDummies.md +0 -447
  408. package/external/rapidjson/thirdparty/gtest/googlemock/docs/FrequentlyAskedQuestions.md +0 -627
  409. package/external/rapidjson/thirdparty/gtest/googlemock/docs/KnownIssues.md +0 -19
  410. package/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-actions.h +0 -1262
  411. package/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-cardinalities.h +0 -147
  412. package/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-actions.h +0 -2571
  413. package/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-actions.h.pump +0 -833
  414. package/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-function-mockers.h +0 -1379
  415. package/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-function-mockers.h.pump +0 -347
  416. package/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-matchers.h +0 -2258
  417. package/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-matchers.h.pump +0 -675
  418. package/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-nice-strict.h +0 -458
  419. package/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-nice-strict.h.pump +0 -178
  420. package/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-matchers.h +0 -5255
  421. package/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-more-actions.h +0 -246
  422. package/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-more-matchers.h +0 -91
  423. package/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-spec-builders.h +0 -1918
  424. package/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock.h +0 -95
  425. package/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h +0 -8
  426. package/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h.pump +0 -10
  427. package/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/custom/gmock-matchers.h +0 -38
  428. package/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/custom/gmock-port.h +0 -46
  429. package/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/gmock-generated-internal-utils.h +0 -286
  430. package/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/gmock-generated-internal-utils.h.pump +0 -136
  431. package/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/gmock-internal-utils.h +0 -574
  432. package/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/gmock-port.h +0 -87
  433. package/external/rapidjson/thirdparty/gtest/googlemock/msvc/2005/gmock.sln +0 -32
  434. package/external/rapidjson/thirdparty/gtest/googlemock/msvc/2005/gmock.vcproj +0 -191
  435. package/external/rapidjson/thirdparty/gtest/googlemock/msvc/2005/gmock_config.vsprops +0 -15
  436. package/external/rapidjson/thirdparty/gtest/googlemock/msvc/2005/gmock_main.vcproj +0 -187
  437. package/external/rapidjson/thirdparty/gtest/googlemock/msvc/2005/gmock_test.vcproj +0 -201
  438. package/external/rapidjson/thirdparty/gtest/googlemock/msvc/2010/gmock.sln +0 -46
  439. package/external/rapidjson/thirdparty/gtest/googlemock/msvc/2010/gmock.vcxproj +0 -145
  440. package/external/rapidjson/thirdparty/gtest/googlemock/msvc/2010/gmock_config.props +0 -19
  441. package/external/rapidjson/thirdparty/gtest/googlemock/msvc/2010/gmock_main.vcxproj +0 -151
  442. package/external/rapidjson/thirdparty/gtest/googlemock/msvc/2010/gmock_test.vcxproj +0 -176
  443. package/external/rapidjson/thirdparty/gtest/googlemock/msvc/2015/gmock.sln +0 -46
  444. package/external/rapidjson/thirdparty/gtest/googlemock/msvc/2015/gmock.vcxproj +0 -145
  445. package/external/rapidjson/thirdparty/gtest/googlemock/msvc/2015/gmock_config.props +0 -19
  446. package/external/rapidjson/thirdparty/gtest/googlemock/msvc/2015/gmock_main.vcxproj +0 -151
  447. package/external/rapidjson/thirdparty/gtest/googlemock/msvc/2015/gmock_test.vcxproj +0 -176
  448. package/external/rapidjson/thirdparty/gtest/googlemock/scripts/fuse_gmock_files.py +0 -240
  449. package/external/rapidjson/thirdparty/gtest/googlemock/scripts/generator/LICENSE +0 -203
  450. package/external/rapidjson/thirdparty/gtest/googlemock/scripts/generator/README +0 -34
  451. package/external/rapidjson/thirdparty/gtest/googlemock/scripts/generator/README.cppclean +0 -115
  452. package/external/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/__init__.py +0 -0
  453. package/external/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/ast.py +0 -1733
  454. package/external/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/gmock_class.py +0 -227
  455. package/external/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/gmock_class_test.py +0 -448
  456. package/external/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/keywords.py +0 -59
  457. package/external/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/tokenize.py +0 -287
  458. package/external/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/utils.py +0 -41
  459. package/external/rapidjson/thirdparty/gtest/googlemock/scripts/generator/gmock_gen.py +0 -31
  460. package/external/rapidjson/thirdparty/gtest/googlemock/scripts/gmock-config.in +0 -303
  461. package/external/rapidjson/thirdparty/gtest/googlemock/scripts/gmock_doctor.py +0 -640
  462. package/external/rapidjson/thirdparty/gtest/googlemock/scripts/upload.py +0 -1387
  463. package/external/rapidjson/thirdparty/gtest/googlemock/scripts/upload_gmock.py +0 -78
  464. package/external/rapidjson/thirdparty/gtest/googlemock/src/gmock-all.cc +0 -47
  465. package/external/rapidjson/thirdparty/gtest/googlemock/src/gmock-cardinalities.cc +0 -156
  466. package/external/rapidjson/thirdparty/gtest/googlemock/src/gmock-internal-utils.cc +0 -204
  467. package/external/rapidjson/thirdparty/gtest/googlemock/src/gmock-matchers.cc +0 -573
  468. package/external/rapidjson/thirdparty/gtest/googlemock/src/gmock-spec-builders.cc +0 -883
  469. package/external/rapidjson/thirdparty/gtest/googlemock/src/gmock.cc +0 -205
  470. package/external/rapidjson/thirdparty/gtest/googlemock/src/gmock_main.cc +0 -54
  471. package/external/rapidjson/thirdparty/gtest/googlemock/test/BUILD.bazel +0 -123
  472. package/external/rapidjson/thirdparty/gtest/googlemock/test/gmock-actions_test.cc +0 -1575
  473. package/external/rapidjson/thirdparty/gtest/googlemock/test/gmock-cardinalities_test.cc +0 -428
  474. package/external/rapidjson/thirdparty/gtest/googlemock/test/gmock-generated-actions_test.cc +0 -1230
  475. package/external/rapidjson/thirdparty/gtest/googlemock/test/gmock-generated-function-mockers_test.cc +0 -647
  476. package/external/rapidjson/thirdparty/gtest/googlemock/test/gmock-generated-internal-utils_test.cc +0 -129
  477. package/external/rapidjson/thirdparty/gtest/googlemock/test/gmock-generated-matchers_test.cc +0 -1341
  478. package/external/rapidjson/thirdparty/gtest/googlemock/test/gmock-internal-utils_test.cc +0 -718
  479. package/external/rapidjson/thirdparty/gtest/googlemock/test/gmock-matchers_test.cc +0 -6767
  480. package/external/rapidjson/thirdparty/gtest/googlemock/test/gmock-more-actions_test.cc +0 -710
  481. package/external/rapidjson/thirdparty/gtest/googlemock/test/gmock-nice-strict_test.cc +0 -511
  482. package/external/rapidjson/thirdparty/gtest/googlemock/test/gmock-port_test.cc +0 -43
  483. package/external/rapidjson/thirdparty/gtest/googlemock/test/gmock-spec-builders_test.cc +0 -2771
  484. package/external/rapidjson/thirdparty/gtest/googlemock/test/gmock_all_test.cc +0 -51
  485. package/external/rapidjson/thirdparty/gtest/googlemock/test/gmock_ex_test.cc +0 -81
  486. package/external/rapidjson/thirdparty/gtest/googlemock/test/gmock_leak_test.py +0 -108
  487. package/external/rapidjson/thirdparty/gtest/googlemock/test/gmock_leak_test_.cc +0 -100
  488. package/external/rapidjson/thirdparty/gtest/googlemock/test/gmock_link2_test.cc +0 -40
  489. package/external/rapidjson/thirdparty/gtest/googlemock/test/gmock_link_test.cc +0 -40
  490. package/external/rapidjson/thirdparty/gtest/googlemock/test/gmock_link_test.h +0 -691
  491. package/external/rapidjson/thirdparty/gtest/googlemock/test/gmock_output_test.py +0 -183
  492. package/external/rapidjson/thirdparty/gtest/googlemock/test/gmock_output_test_.cc +0 -310
  493. package/external/rapidjson/thirdparty/gtest/googlemock/test/gmock_output_test_golden.txt +0 -317
  494. package/external/rapidjson/thirdparty/gtest/googlemock/test/gmock_stress_test.cc +0 -323
  495. package/external/rapidjson/thirdparty/gtest/googlemock/test/gmock_test.cc +0 -262
  496. package/external/rapidjson/thirdparty/gtest/googlemock/test/gmock_test_utils.py +0 -110
  497. package/external/rapidjson/thirdparty/gtest/googletest/CHANGES +0 -157
  498. package/external/rapidjson/thirdparty/gtest/googletest/CMakeLists.txt +0 -312
  499. package/external/rapidjson/thirdparty/gtest/googletest/CONTRIBUTORS +0 -37
  500. package/external/rapidjson/thirdparty/gtest/googletest/LICENSE +0 -28
  501. package/external/rapidjson/thirdparty/gtest/googletest/Makefile.am +0 -339
  502. package/external/rapidjson/thirdparty/gtest/googletest/README.md +0 -341
  503. package/external/rapidjson/thirdparty/gtest/googletest/cmake/gtest.pc.in +0 -9
  504. package/external/rapidjson/thirdparty/gtest/googletest/cmake/gtest_main.pc.in +0 -10
  505. package/external/rapidjson/thirdparty/gtest/googletest/cmake/internal_utils.cmake +0 -280
  506. package/external/rapidjson/thirdparty/gtest/googletest/codegear/gtest.cbproj +0 -138
  507. package/external/rapidjson/thirdparty/gtest/googletest/codegear/gtest.groupproj +0 -54
  508. package/external/rapidjson/thirdparty/gtest/googletest/codegear/gtest_all.cc +0 -38
  509. package/external/rapidjson/thirdparty/gtest/googletest/codegear/gtest_link.cc +0 -40
  510. package/external/rapidjson/thirdparty/gtest/googletest/codegear/gtest_main.cbproj +0 -82
  511. package/external/rapidjson/thirdparty/gtest/googletest/codegear/gtest_unittest.cbproj +0 -88
  512. package/external/rapidjson/thirdparty/gtest/googletest/configure.ac +0 -68
  513. package/external/rapidjson/thirdparty/gtest/googletest/docs/Pkgconfig.md +0 -146
  514. package/external/rapidjson/thirdparty/gtest/googletest/docs/PumpManual.md +0 -177
  515. package/external/rapidjson/thirdparty/gtest/googletest/docs/XcodeGuide.md +0 -93
  516. package/external/rapidjson/thirdparty/gtest/googletest/docs/advanced.md +0 -2416
  517. package/external/rapidjson/thirdparty/gtest/googletest/docs/faq.md +0 -1092
  518. package/external/rapidjson/thirdparty/gtest/googletest/docs/primer.md +0 -536
  519. package/external/rapidjson/thirdparty/gtest/googletest/docs/samples.md +0 -14
  520. package/external/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-death-test.h +0 -342
  521. package/external/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-message.h +0 -249
  522. package/external/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-param-test.h +0 -1438
  523. package/external/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-param-test.h.pump +0 -501
  524. package/external/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-printers.h +0 -1082
  525. package/external/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-spi.h +0 -231
  526. package/external/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-test-part.h +0 -179
  527. package/external/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-typed-test.h +0 -264
  528. package/external/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest.h +0 -2332
  529. package/external/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest_pred_impl.h +0 -357
  530. package/external/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest_prod.h +0 -61
  531. package/external/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/custom/gtest-port.h +0 -70
  532. package/external/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/custom/gtest-printers.h +0 -42
  533. package/external/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/custom/gtest.h +0 -45
  534. package/external/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-death-test-internal.h +0 -275
  535. package/external/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-filepath.h +0 -205
  536. package/external/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-internal.h +0 -1277
  537. package/external/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-linked_ptr.h +0 -243
  538. package/external/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-param-util-generated.h +0 -5139
  539. package/external/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-param-util-generated.h.pump +0 -279
  540. package/external/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-param-util.h +0 -723
  541. package/external/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-port-arch.h +0 -100
  542. package/external/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-port.h +0 -2687
  543. package/external/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-string.h +0 -167
  544. package/external/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-tuple.h +0 -1020
  545. package/external/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-tuple.h.pump +0 -347
  546. package/external/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-type-util.h +0 -3347
  547. package/external/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-type-util.h.pump +0 -313
  548. package/external/rapidjson/thirdparty/gtest/googletest/m4/acx_pthread.m4 +0 -363
  549. package/external/rapidjson/thirdparty/gtest/googletest/m4/gtest.m4 +0 -74
  550. package/external/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest-md.sln +0 -55
  551. package/external/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest-md.vcxproj +0 -149
  552. package/external/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest-md.vcxproj.filters +0 -18
  553. package/external/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest.sln +0 -55
  554. package/external/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest.vcxproj +0 -149
  555. package/external/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest.vcxproj.filters +0 -18
  556. package/external/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest_main-md.vcxproj +0 -154
  557. package/external/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest_main-md.vcxproj.filters +0 -18
  558. package/external/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest_main.vcxproj +0 -162
  559. package/external/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest_main.vcxproj.filters +0 -18
  560. package/external/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest_prod_test-md.vcxproj +0 -199
  561. package/external/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest_prod_test-md.vcxproj.filters +0 -26
  562. package/external/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest_prod_test.vcxproj +0 -191
  563. package/external/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest_prod_test.vcxproj.filters +0 -26
  564. package/external/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest_unittest-md.vcxproj +0 -188
  565. package/external/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest_unittest-md.vcxproj.filters +0 -18
  566. package/external/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest_unittest.vcxproj +0 -180
  567. package/external/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest_unittest.vcxproj.filters +0 -18
  568. package/external/rapidjson/thirdparty/gtest/googletest/samples/prime_tables.h +0 -127
  569. package/external/rapidjson/thirdparty/gtest/googletest/samples/sample1.cc +0 -68
  570. package/external/rapidjson/thirdparty/gtest/googletest/samples/sample1.h +0 -43
  571. package/external/rapidjson/thirdparty/gtest/googletest/samples/sample10_unittest.cc +0 -140
  572. package/external/rapidjson/thirdparty/gtest/googletest/samples/sample1_unittest.cc +0 -154
  573. package/external/rapidjson/thirdparty/gtest/googletest/samples/sample2.cc +0 -56
  574. package/external/rapidjson/thirdparty/gtest/googletest/samples/sample2.h +0 -85
  575. package/external/rapidjson/thirdparty/gtest/googletest/samples/sample2_unittest.cc +0 -110
  576. package/external/rapidjson/thirdparty/gtest/googletest/samples/sample3-inl.h +0 -172
  577. package/external/rapidjson/thirdparty/gtest/googletest/samples/sample3_unittest.cc +0 -152
  578. package/external/rapidjson/thirdparty/gtest/googletest/samples/sample4.cc +0 -46
  579. package/external/rapidjson/thirdparty/gtest/googletest/samples/sample4.h +0 -53
  580. package/external/rapidjson/thirdparty/gtest/googletest/samples/sample4_unittest.cc +0 -49
  581. package/external/rapidjson/thirdparty/gtest/googletest/samples/sample5_unittest.cc +0 -199
  582. package/external/rapidjson/thirdparty/gtest/googletest/samples/sample6_unittest.cc +0 -225
  583. package/external/rapidjson/thirdparty/gtest/googletest/samples/sample7_unittest.cc +0 -118
  584. package/external/rapidjson/thirdparty/gtest/googletest/samples/sample8_unittest.cc +0 -174
  585. package/external/rapidjson/thirdparty/gtest/googletest/samples/sample9_unittest.cc +0 -157
  586. package/external/rapidjson/thirdparty/gtest/googletest/scripts/common.py +0 -83
  587. package/external/rapidjson/thirdparty/gtest/googletest/scripts/fuse_gtest_files.py +0 -253
  588. package/external/rapidjson/thirdparty/gtest/googletest/scripts/gen_gtest_pred_impl.py +0 -730
  589. package/external/rapidjson/thirdparty/gtest/googletest/scripts/gtest-config.in +0 -274
  590. package/external/rapidjson/thirdparty/gtest/googletest/scripts/pump.py +0 -855
  591. package/external/rapidjson/thirdparty/gtest/googletest/scripts/release_docs.py +0 -158
  592. package/external/rapidjson/thirdparty/gtest/googletest/scripts/upload.py +0 -1387
  593. package/external/rapidjson/thirdparty/gtest/googletest/scripts/upload_gtest.py +0 -78
  594. package/external/rapidjson/thirdparty/gtest/googletest/src/gtest-all.cc +0 -48
  595. package/external/rapidjson/thirdparty/gtest/googletest/src/gtest-death-test.cc +0 -1536
  596. package/external/rapidjson/thirdparty/gtest/googletest/src/gtest-filepath.cc +0 -385
  597. package/external/rapidjson/thirdparty/gtest/googletest/src/gtest-internal-inl.h +0 -1175
  598. package/external/rapidjson/thirdparty/gtest/googletest/src/gtest-port.cc +0 -1277
  599. package/external/rapidjson/thirdparty/gtest/googletest/src/gtest-printers.cc +0 -458
  600. package/external/rapidjson/thirdparty/gtest/googletest/src/gtest-test-part.cc +0 -102
  601. package/external/rapidjson/thirdparty/gtest/googletest/src/gtest-typed-test.cc +0 -119
  602. package/external/rapidjson/thirdparty/gtest/googletest/src/gtest.cc +0 -5846
  603. package/external/rapidjson/thirdparty/gtest/googletest/src/gtest_main.cc +0 -38
  604. package/external/rapidjson/thirdparty/gtest/googletest/test/BUILD.bazel +0 -396
  605. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest-death-test_ex_test.cc +0 -93
  606. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest-death-test_test.cc +0 -1424
  607. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest-filepath_test.cc +0 -652
  608. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest-linked_ptr_test.cc +0 -154
  609. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest-listener_test.cc +0 -311
  610. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest-message_test.cc +0 -159
  611. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest-options_test.cc +0 -213
  612. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest-param-test2_test.cc +0 -61
  613. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest-param-test_test.cc +0 -1110
  614. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest-param-test_test.h +0 -53
  615. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest-port_test.cc +0 -1303
  616. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest-printers_test.cc +0 -1737
  617. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest-test-part_test.cc +0 -208
  618. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest-tuple_test.cc +0 -320
  619. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest-typed-test2_test.cc +0 -45
  620. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest-typed-test_test.cc +0 -380
  621. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest-typed-test_test.h +0 -66
  622. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest-unittest-api_test.cc +0 -341
  623. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_all_test.cc +0 -47
  624. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_assert_by_exception_test.cc +0 -119
  625. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_break_on_failure_unittest.py +0 -210
  626. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_break_on_failure_unittest_.cc +0 -87
  627. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_catch_exceptions_test.py +0 -235
  628. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_catch_exceptions_test_.cc +0 -311
  629. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_color_test.py +0 -129
  630. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_color_test_.cc +0 -63
  631. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_env_var_test.py +0 -119
  632. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_env_var_test_.cc +0 -124
  633. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_environment_test.cc +0 -189
  634. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_filter_unittest.py +0 -638
  635. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_filter_unittest_.cc +0 -138
  636. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_help_test.py +0 -172
  637. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_help_test_.cc +0 -46
  638. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_json_outfiles_test.py +0 -162
  639. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_json_output_unittest.py +0 -611
  640. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_json_test_utils.py +0 -60
  641. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_list_tests_unittest.py +0 -207
  642. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_list_tests_unittest_.cc +0 -157
  643. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_main_unittest.cc +0 -45
  644. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_no_test_unittest.cc +0 -56
  645. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_output_test.py +0 -344
  646. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_output_test_.cc +0 -1067
  647. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_output_test_golden_lin.txt +0 -781
  648. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_pred_impl_unittest.cc +0 -2427
  649. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_premature_exit_test.cc +0 -127
  650. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_prod_test.cc +0 -57
  651. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_repeat_test.cc +0 -236
  652. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_shuffle_test.py +0 -325
  653. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_shuffle_test_.cc +0 -103
  654. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_sole_header_test.cc +0 -57
  655. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_stress_test.cc +0 -250
  656. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_test_utils.py +0 -318
  657. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_testbridge_test.py +0 -65
  658. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_testbridge_test_.cc +0 -44
  659. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_throw_on_failure_ex_test.cc +0 -92
  660. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_throw_on_failure_test.py +0 -171
  661. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_throw_on_failure_test_.cc +0 -72
  662. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_uninitialized_test.py +0 -69
  663. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_uninitialized_test_.cc +0 -43
  664. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_unittest.cc +0 -7797
  665. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_outfile1_test_.cc +0 -48
  666. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_outfile2_test_.cc +0 -48
  667. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_outfiles_test.py +0 -140
  668. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_output_unittest.py +0 -378
  669. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_output_unittest_.cc +0 -179
  670. package/external/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_test_utils.py +0 -196
  671. package/external/rapidjson/thirdparty/gtest/googletest/test/production.cc +0 -36
  672. package/external/rapidjson/thirdparty/gtest/googletest/test/production.h +0 -55
  673. package/external/rapidjson/thirdparty/gtest/googletest/xcode/Config/DebugProject.xcconfig +0 -30
  674. package/external/rapidjson/thirdparty/gtest/googletest/xcode/Config/FrameworkTarget.xcconfig +0 -17
  675. package/external/rapidjson/thirdparty/gtest/googletest/xcode/Config/General.xcconfig +0 -41
  676. package/external/rapidjson/thirdparty/gtest/googletest/xcode/Config/ReleaseProject.xcconfig +0 -32
  677. package/external/rapidjson/thirdparty/gtest/googletest/xcode/Config/StaticLibraryTarget.xcconfig +0 -18
  678. package/external/rapidjson/thirdparty/gtest/googletest/xcode/Config/TestTarget.xcconfig +0 -8
  679. package/external/rapidjson/thirdparty/gtest/googletest/xcode/Resources/Info.plist +0 -30
  680. package/external/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/Info.plist +0 -28
  681. package/external/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj +0 -457
  682. package/external/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/runtests.sh +0 -62
  683. package/external/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/widget.cc +0 -63
  684. package/external/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/widget.h +0 -59
  685. package/external/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/widget_test.cc +0 -68
  686. package/external/rapidjson/thirdparty/gtest/googletest/xcode/Scripts/runtests.sh +0 -65
  687. package/external/rapidjson/thirdparty/gtest/googletest/xcode/Scripts/versiongenerate.py +0 -100
  688. package/external/rapidjson/thirdparty/gtest/googletest/xcode/gtest.xcodeproj/project.pbxproj +0 -1182
  689. package/external/rapidjson/travis-doxygen.sh +0 -121
  690. package/include/.clang-format +0 -76
  691. package/include/eosio/abi.hpp +0 -286
  692. package/include/eosio/asset.hpp +0 -458
  693. package/include/eosio/bytes.hpp +0 -27
  694. package/include/eosio/chain_conversions.hpp +0 -450
  695. package/include/eosio/chain_types.hpp +0 -14
  696. package/include/eosio/check.hpp +0 -178
  697. package/include/eosio/convert.hpp +0 -95
  698. package/include/eosio/crypto.hpp +0 -147
  699. package/include/eosio/eosio_outcome.hpp +0 -41
  700. package/include/eosio/fixed_bytes.hpp +0 -246
  701. package/include/eosio/float.hpp +0 -35
  702. package/include/eosio/for_each_field.hpp +0 -48
  703. package/include/eosio/fpconv.c +0 -336
  704. package/include/eosio/fpconv.h +0 -41
  705. package/include/eosio/fpconv.license +0 -23
  706. package/include/eosio/from_bin.hpp +0 -272
  707. package/include/eosio/from_json.hpp +0 -737
  708. package/include/eosio/from_string.hpp +0 -28
  709. package/include/eosio/map_macro.h +0 -64
  710. package/include/eosio/murmur.hpp +0 -55
  711. package/include/eosio/name.hpp +0 -174
  712. package/include/eosio/opaque.hpp +0 -108
  713. package/include/eosio/operators.hpp +0 -71
  714. package/include/eosio/powers.h +0 -76
  715. package/include/eosio/reflection.hpp +0 -61
  716. package/include/eosio/ship_protocol.hpp +0 -850
  717. package/include/eosio/stream.hpp +0 -231
  718. package/include/eosio/symbol.hpp +0 -300
  719. package/include/eosio/time.hpp +0 -264
  720. package/include/eosio/to_bin.hpp +0 -189
  721. package/include/eosio/to_json.hpp +0 -279
  722. package/include/eosio/to_key.hpp +0 -298
  723. package/include/eosio/types.hpp +0 -97
  724. package/include/eosio/varint.hpp +0 -452
  725. package/include/outcome-basic.hpp +0 -6836
  726. package/src/abi.cpp +0 -297
  727. package/src/abieos.cpp +0 -263
  728. package/src/abieos.h +0 -76
  729. package/src/abieos.hpp +0 -1010
  730. package/src/abieos_exception.hpp +0 -89
  731. package/src/abieos_numeric.hpp +0 -94
  732. package/src/abieos_ripemd160.hpp +0 -417
  733. package/src/crypto.cpp +0 -215
  734. package/src/key_test.cpp +0 -218
  735. package/src/main.cpp +0 -242
  736. package/src/reflect_test.cpp +0 -28
  737. package/src/template_test.cpp +0 -240
  738. package/src/test.cpp +0 -940
  739. package/tools/CMakeLists.txt +0 -9
  740. package/tools/name.cpp +0 -86
@@ -1,339 +0,0 @@
1
- # Automake file
2
-
3
- ACLOCAL_AMFLAGS = -I m4
4
-
5
- # Nonstandard package files for distribution
6
- EXTRA_DIST = \
7
- CHANGES \
8
- CONTRIBUTORS \
9
- LICENSE \
10
- include/gtest/gtest-param-test.h.pump \
11
- include/gtest/internal/gtest-param-util-generated.h.pump \
12
- include/gtest/internal/gtest-tuple.h.pump \
13
- include/gtest/internal/gtest-type-util.h.pump \
14
- make/Makefile \
15
- scripts/fuse_gtest_files.py \
16
- scripts/gen_gtest_pred_impl.py \
17
- scripts/pump.py \
18
- scripts/test/Makefile
19
-
20
- # gtest source files that we don't compile directly. They are
21
- # #included by gtest-all.cc.
22
- GTEST_SRC = \
23
- src/gtest-death-test.cc \
24
- src/gtest-filepath.cc \
25
- src/gtest-internal-inl.h \
26
- src/gtest-port.cc \
27
- src/gtest-printers.cc \
28
- src/gtest-test-part.cc \
29
- src/gtest-typed-test.cc \
30
- src/gtest.cc
31
-
32
- EXTRA_DIST += $(GTEST_SRC)
33
-
34
- # Sample files that we don't compile.
35
- EXTRA_DIST += \
36
- samples/prime_tables.h \
37
- samples/sample1_unittest.cc \
38
- samples/sample2_unittest.cc \
39
- samples/sample3_unittest.cc \
40
- samples/sample4_unittest.cc \
41
- samples/sample5_unittest.cc \
42
- samples/sample6_unittest.cc \
43
- samples/sample7_unittest.cc \
44
- samples/sample8_unittest.cc \
45
- samples/sample9_unittest.cc
46
-
47
- # C++ test files that we don't compile directly.
48
- EXTRA_DIST += \
49
- test/gtest-death-test_ex_test.cc \
50
- test/gtest-death-test_test.cc \
51
- test/gtest-filepath_test.cc \
52
- test/gtest-linked_ptr_test.cc \
53
- test/gtest-listener_test.cc \
54
- test/gtest-message_test.cc \
55
- test/gtest-options_test.cc \
56
- test/gtest-param-test2_test.cc \
57
- test/gtest-param-test2_test.cc \
58
- test/gtest-param-test_test.cc \
59
- test/gtest-param-test_test.cc \
60
- test/gtest-param-test_test.h \
61
- test/gtest-port_test.cc \
62
- test/gtest_premature_exit_test.cc \
63
- test/gtest-printers_test.cc \
64
- test/gtest-test-part_test.cc \
65
- test/gtest-tuple_test.cc \
66
- test/gtest-typed-test2_test.cc \
67
- test/gtest-typed-test_test.cc \
68
- test/gtest-typed-test_test.h \
69
- test/gtest-unittest-api_test.cc \
70
- test/gtest_break_on_failure_unittest_.cc \
71
- test/gtest_catch_exceptions_test_.cc \
72
- test/gtest_color_test_.cc \
73
- test/gtest_env_var_test_.cc \
74
- test/gtest_environment_test.cc \
75
- test/gtest_filter_unittest_.cc \
76
- test/gtest_help_test_.cc \
77
- test/gtest_list_tests_unittest_.cc \
78
- test/gtest_main_unittest.cc \
79
- test/gtest_no_test_unittest.cc \
80
- test/gtest_output_test_.cc \
81
- test/gtest_pred_impl_unittest.cc \
82
- test/gtest_prod_test.cc \
83
- test/gtest_repeat_test.cc \
84
- test/gtest_shuffle_test_.cc \
85
- test/gtest_sole_header_test.cc \
86
- test/gtest_stress_test.cc \
87
- test/gtest_throw_on_failure_ex_test.cc \
88
- test/gtest_throw_on_failure_test_.cc \
89
- test/gtest_uninitialized_test_.cc \
90
- test/gtest_unittest.cc \
91
- test/gtest_unittest.cc \
92
- test/gtest_xml_outfile1_test_.cc \
93
- test/gtest_xml_outfile2_test_.cc \
94
- test/gtest_xml_output_unittest_.cc \
95
- test/production.cc \
96
- test/production.h
97
-
98
- # Python tests that we don't run.
99
- EXTRA_DIST += \
100
- test/gtest_break_on_failure_unittest.py \
101
- test/gtest_catch_exceptions_test.py \
102
- test/gtest_color_test.py \
103
- test/gtest_env_var_test.py \
104
- test/gtest_filter_unittest.py \
105
- test/gtest_help_test.py \
106
- test/gtest_list_tests_unittest.py \
107
- test/gtest_output_test.py \
108
- test/gtest_output_test_golden_lin.txt \
109
- test/gtest_shuffle_test.py \
110
- test/gtest_test_utils.py \
111
- test/gtest_throw_on_failure_test.py \
112
- test/gtest_uninitialized_test.py \
113
- test/gtest_xml_outfiles_test.py \
114
- test/gtest_xml_output_unittest.py \
115
- test/gtest_xml_test_utils.py
116
-
117
- # CMake script
118
- EXTRA_DIST += \
119
- CMakeLists.txt \
120
- cmake/internal_utils.cmake
121
-
122
- # MSVC project files
123
- EXTRA_DIST += \
124
- msvc/2010/gtest-md.sln \
125
- msvc/2010/gtest-md.vcxproj \
126
- msvc/2010/gtest.sln \
127
- msvc/2010/gtest.vcxproj \
128
- msvc/2010/gtest_main-md.vcxproj \
129
- msvc/2010/gtest_main.vcxproj \
130
- msvc/2010/gtest_prod_test-md.vcxproj \
131
- msvc/2010/gtest_prod_test.vcxproj \
132
- msvc/2010/gtest_unittest-md.vcxproj \
133
- msvc/2010/gtest_unittest.vcxproj
134
-
135
- # xcode project files
136
- EXTRA_DIST += \
137
- xcode/Config/DebugProject.xcconfig \
138
- xcode/Config/FrameworkTarget.xcconfig \
139
- xcode/Config/General.xcconfig \
140
- xcode/Config/ReleaseProject.xcconfig \
141
- xcode/Config/StaticLibraryTarget.xcconfig \
142
- xcode/Config/TestTarget.xcconfig \
143
- xcode/Resources/Info.plist \
144
- xcode/Scripts/runtests.sh \
145
- xcode/Scripts/versiongenerate.py \
146
- xcode/gtest.xcodeproj/project.pbxproj
147
-
148
- # xcode sample files
149
- EXTRA_DIST += \
150
- xcode/Samples/FrameworkSample/Info.plist \
151
- xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj \
152
- xcode/Samples/FrameworkSample/runtests.sh \
153
- xcode/Samples/FrameworkSample/widget.cc \
154
- xcode/Samples/FrameworkSample/widget.h \
155
- xcode/Samples/FrameworkSample/widget_test.cc
156
-
157
- # C++Builder project files
158
- EXTRA_DIST += \
159
- codegear/gtest.cbproj \
160
- codegear/gtest.groupproj \
161
- codegear/gtest_all.cc \
162
- codegear/gtest_link.cc \
163
- codegear/gtest_main.cbproj \
164
- codegear/gtest_unittest.cbproj
165
-
166
- # Distribute and install M4 macro
167
- m4datadir = $(datadir)/aclocal
168
- m4data_DATA = m4/gtest.m4
169
- EXTRA_DIST += $(m4data_DATA)
170
-
171
- # We define the global AM_CPPFLAGS as everything we compile includes from these
172
- # directories.
173
- AM_CPPFLAGS = -I$(srcdir) -I$(srcdir)/include
174
-
175
- # Modifies compiler and linker flags for pthreads compatibility.
176
- if HAVE_PTHREADS
177
- AM_CXXFLAGS = @PTHREAD_CFLAGS@ -DGTEST_HAS_PTHREAD=1
178
- AM_LIBS = @PTHREAD_LIBS@
179
- else
180
- AM_CXXFLAGS = -DGTEST_HAS_PTHREAD=0
181
- endif
182
-
183
- # Build rules for libraries.
184
- lib_LTLIBRARIES = lib/libgtest.la lib/libgtest_main.la
185
-
186
- lib_libgtest_la_SOURCES = src/gtest-all.cc
187
-
188
- pkginclude_HEADERS = \
189
- include/gtest/gtest-death-test.h \
190
- include/gtest/gtest-message.h \
191
- include/gtest/gtest-param-test.h \
192
- include/gtest/gtest-printers.h \
193
- include/gtest/gtest-spi.h \
194
- include/gtest/gtest-test-part.h \
195
- include/gtest/gtest-typed-test.h \
196
- include/gtest/gtest.h \
197
- include/gtest/gtest_pred_impl.h \
198
- include/gtest/gtest_prod.h
199
-
200
- pkginclude_internaldir = $(pkgincludedir)/internal
201
- pkginclude_internal_HEADERS = \
202
- include/gtest/internal/gtest-death-test-internal.h \
203
- include/gtest/internal/gtest-filepath.h \
204
- include/gtest/internal/gtest-internal.h \
205
- include/gtest/internal/gtest-linked_ptr.h \
206
- include/gtest/internal/gtest-param-util-generated.h \
207
- include/gtest/internal/gtest-param-util.h \
208
- include/gtest/internal/gtest-port.h \
209
- include/gtest/internal/gtest-port-arch.h \
210
- include/gtest/internal/gtest-string.h \
211
- include/gtest/internal/gtest-tuple.h \
212
- include/gtest/internal/gtest-type-util.h \
213
- include/gtest/internal/custom/gtest.h \
214
- include/gtest/internal/custom/gtest-port.h \
215
- include/gtest/internal/custom/gtest-printers.h
216
-
217
- lib_libgtest_main_la_SOURCES = src/gtest_main.cc
218
- lib_libgtest_main_la_LIBADD = lib/libgtest.la
219
-
220
- # Build rules for samples and tests. Automake's naming for some of
221
- # these variables isn't terribly obvious, so this is a brief
222
- # reference:
223
- #
224
- # TESTS -- Programs run automatically by "make check"
225
- # check_PROGRAMS -- Programs built by "make check" but not necessarily run
226
-
227
- TESTS=
228
- TESTS_ENVIRONMENT = GTEST_SOURCE_DIR="$(srcdir)/test" \
229
- GTEST_BUILD_DIR="$(top_builddir)/test"
230
- check_PROGRAMS=
231
-
232
- # A simple sample on using gtest.
233
- TESTS += samples/sample1_unittest \
234
- samples/sample2_unittest \
235
- samples/sample3_unittest \
236
- samples/sample4_unittest \
237
- samples/sample5_unittest \
238
- samples/sample6_unittest \
239
- samples/sample7_unittest \
240
- samples/sample8_unittest \
241
- samples/sample9_unittest \
242
- samples/sample10_unittest
243
- check_PROGRAMS += samples/sample1_unittest \
244
- samples/sample2_unittest \
245
- samples/sample3_unittest \
246
- samples/sample4_unittest \
247
- samples/sample5_unittest \
248
- samples/sample6_unittest \
249
- samples/sample7_unittest \
250
- samples/sample8_unittest \
251
- samples/sample9_unittest \
252
- samples/sample10_unittest
253
-
254
- samples_sample1_unittest_SOURCES = samples/sample1_unittest.cc samples/sample1.cc
255
- samples_sample1_unittest_LDADD = lib/libgtest_main.la \
256
- lib/libgtest.la
257
- samples_sample2_unittest_SOURCES = samples/sample2_unittest.cc samples/sample2.cc
258
- samples_sample2_unittest_LDADD = lib/libgtest_main.la \
259
- lib/libgtest.la
260
- samples_sample3_unittest_SOURCES = samples/sample3_unittest.cc
261
- samples_sample3_unittest_LDADD = lib/libgtest_main.la \
262
- lib/libgtest.la
263
- samples_sample4_unittest_SOURCES = samples/sample4_unittest.cc samples/sample4.cc
264
- samples_sample4_unittest_LDADD = lib/libgtest_main.la \
265
- lib/libgtest.la
266
- samples_sample5_unittest_SOURCES = samples/sample5_unittest.cc samples/sample1.cc
267
- samples_sample5_unittest_LDADD = lib/libgtest_main.la \
268
- lib/libgtest.la
269
- samples_sample6_unittest_SOURCES = samples/sample6_unittest.cc
270
- samples_sample6_unittest_LDADD = lib/libgtest_main.la \
271
- lib/libgtest.la
272
- samples_sample7_unittest_SOURCES = samples/sample7_unittest.cc
273
- samples_sample7_unittest_LDADD = lib/libgtest_main.la \
274
- lib/libgtest.la
275
- samples_sample8_unittest_SOURCES = samples/sample8_unittest.cc
276
- samples_sample8_unittest_LDADD = lib/libgtest_main.la \
277
- lib/libgtest.la
278
-
279
- # Also verify that libgtest works by itself.
280
- samples_sample9_unittest_SOURCES = samples/sample9_unittest.cc
281
- samples_sample9_unittest_LDADD = lib/libgtest.la
282
- samples_sample10_unittest_SOURCES = samples/sample10_unittest.cc
283
- samples_sample10_unittest_LDADD = lib/libgtest.la
284
-
285
- # This tests most constructs of gtest and verifies that libgtest_main
286
- # and libgtest work.
287
- TESTS += test/gtest_all_test
288
- check_PROGRAMS += test/gtest_all_test
289
- test_gtest_all_test_SOURCES = test/gtest_all_test.cc
290
- test_gtest_all_test_LDADD = lib/libgtest_main.la \
291
- lib/libgtest.la
292
-
293
- # Tests that fused gtest files compile and work.
294
- FUSED_GTEST_SRC = \
295
- fused-src/gtest/gtest-all.cc \
296
- fused-src/gtest/gtest.h \
297
- fused-src/gtest/gtest_main.cc
298
-
299
- if HAVE_PYTHON
300
- TESTS += test/fused_gtest_test
301
- check_PROGRAMS += test/fused_gtest_test
302
- test_fused_gtest_test_SOURCES = $(FUSED_GTEST_SRC) \
303
- samples/sample1.cc samples/sample1_unittest.cc
304
- test_fused_gtest_test_CPPFLAGS = -I"$(srcdir)/fused-src"
305
-
306
- # Build rules for putting fused Google Test files into the distribution
307
- # package. The user can also create those files by manually running
308
- # scripts/fuse_gtest_files.py.
309
- $(test_fused_gtest_test_SOURCES): fused-gtest
310
-
311
- fused-gtest: $(pkginclude_HEADERS) $(pkginclude_internal_HEADERS) \
312
- $(GTEST_SRC) src/gtest-all.cc src/gtest_main.cc \
313
- scripts/fuse_gtest_files.py
314
- mkdir -p "$(srcdir)/fused-src"
315
- chmod -R u+w "$(srcdir)/fused-src"
316
- rm -f "$(srcdir)/fused-src/gtest/gtest-all.cc"
317
- rm -f "$(srcdir)/fused-src/gtest/gtest.h"
318
- "$(srcdir)/scripts/fuse_gtest_files.py" "$(srcdir)/fused-src"
319
- cp -f "$(srcdir)/src/gtest_main.cc" "$(srcdir)/fused-src/gtest/"
320
-
321
- maintainer-clean-local:
322
- rm -rf "$(srcdir)/fused-src"
323
- endif
324
-
325
- # Death tests may produce core dumps in the build directory. In case
326
- # this happens, clean them to keep distcleancheck happy.
327
- CLEANFILES = core
328
-
329
- # Disables 'make install' as installing a compiled version of Google
330
- # Test can lead to undefined behavior due to violation of the
331
- # One-Definition Rule.
332
-
333
- install-exec-local:
334
- echo "'make install' is dangerous and not supported. Instead, see README for how to integrate Google Test into your build system."
335
- false
336
-
337
- install-data-local:
338
- echo "'make install' is dangerous and not supported. Instead, see README for how to integrate Google Test into your build system."
339
- false
@@ -1,341 +0,0 @@
1
- ### Generic Build Instructions
2
-
3
- #### Setup
4
-
5
- To build Google Test and your tests that use it, you need to tell your build
6
- system where to find its headers and source files. The exact way to do it
7
- depends on which build system you use, and is usually straightforward.
8
-
9
- #### Build
10
-
11
- Suppose you put Google Test in directory `${GTEST_DIR}`. To build it, create a
12
- library build target (or a project as called by Visual Studio and Xcode) to
13
- compile
14
-
15
- ${GTEST_DIR}/src/gtest-all.cc
16
-
17
- with `${GTEST_DIR}/include` in the system header search path and `${GTEST_DIR}`
18
- in the normal header search path. Assuming a Linux-like system and gcc,
19
- something like the following will do:
20
-
21
- g++ -isystem ${GTEST_DIR}/include -I${GTEST_DIR} \
22
- -pthread -c ${GTEST_DIR}/src/gtest-all.cc
23
- ar -rv libgtest.a gtest-all.o
24
-
25
- (We need `-pthread` as Google Test uses threads.)
26
-
27
- Next, you should compile your test source file with `${GTEST_DIR}/include` in
28
- the system header search path, and link it with gtest and any other necessary
29
- libraries:
30
-
31
- g++ -isystem ${GTEST_DIR}/include -pthread path/to/your_test.cc libgtest.a \
32
- -o your_test
33
-
34
- As an example, the make/ directory contains a Makefile that you can use to build
35
- Google Test on systems where GNU make is available (e.g. Linux, Mac OS X, and
36
- Cygwin). It doesn't try to build Google Test's own tests. Instead, it just
37
- builds the Google Test library and a sample test. You can use it as a starting
38
- point for your own build script.
39
-
40
- If the default settings are correct for your environment, the following commands
41
- should succeed:
42
-
43
- cd ${GTEST_DIR}/make
44
- make
45
- ./sample1_unittest
46
-
47
- If you see errors, try to tweak the contents of `make/Makefile` to make them go
48
- away. There are instructions in `make/Makefile` on how to do it.
49
-
50
- ### Using CMake
51
-
52
- Google Test comes with a CMake build script (
53
- [CMakeLists.txt](https://github.com/google/googletest/blob/master/CMakeLists.txt))
54
- that can be used on a wide range of platforms ("C" stands for cross-platform.).
55
- If you don't have CMake installed already, you can download it for free from
56
- <http://www.cmake.org/>.
57
-
58
- CMake works by generating native makefiles or build projects that can be used in
59
- the compiler environment of your choice. You can either build Google Test as a
60
- standalone project or it can be incorporated into an existing CMake build for
61
- another project.
62
-
63
- #### Standalone CMake Project
64
-
65
- When building Google Test as a standalone project, the typical workflow starts
66
- with:
67
-
68
- mkdir mybuild # Create a directory to hold the build output.
69
- cd mybuild
70
- cmake ${GTEST_DIR} # Generate native build scripts.
71
-
72
- If you want to build Google Test's samples, you should replace the last command
73
- with
74
-
75
- cmake -Dgtest_build_samples=ON ${GTEST_DIR}
76
-
77
- If you are on a \*nix system, you should now see a Makefile in the current
78
- directory. Just type 'make' to build gtest.
79
-
80
- If you use Windows and have Visual Studio installed, a `gtest.sln` file and
81
- several `.vcproj` files will be created. You can then build them using Visual
82
- Studio.
83
-
84
- On Mac OS X with Xcode installed, a `.xcodeproj` file will be generated.
85
-
86
- #### Incorporating Into An Existing CMake Project
87
-
88
- If you want to use gtest in a project which already uses CMake, then a more
89
- robust and flexible approach is to build gtest as part of that project directly.
90
- This is done by making the GoogleTest source code available to the main build
91
- and adding it using CMake's `add_subdirectory()` command. This has the
92
- significant advantage that the same compiler and linker settings are used
93
- between gtest and the rest of your project, so issues associated with using
94
- incompatible libraries (eg debug/release), etc. are avoided. This is
95
- particularly useful on Windows. Making GoogleTest's source code available to the
96
- main build can be done a few different ways:
97
-
98
- * Download the GoogleTest source code manually and place it at a known
99
- location. This is the least flexible approach and can make it more difficult
100
- to use with continuous integration systems, etc.
101
- * Embed the GoogleTest source code as a direct copy in the main project's
102
- source tree. This is often the simplest approach, but is also the hardest to
103
- keep up to date. Some organizations may not permit this method.
104
- * Add GoogleTest as a git submodule or equivalent. This may not always be
105
- possible or appropriate. Git submodules, for example, have their own set of
106
- advantages and drawbacks.
107
- * Use CMake to download GoogleTest as part of the build's configure step. This
108
- is just a little more complex, but doesn't have the limitations of the other
109
- methods.
110
-
111
- The last of the above methods is implemented with a small piece of CMake code in
112
- a separate file (e.g. `CMakeLists.txt.in`) which is copied to the build area and
113
- then invoked as a sub-build _during the CMake stage_. That directory is then
114
- pulled into the main build with `add_subdirectory()`. For example:
115
-
116
- New file `CMakeLists.txt.in`:
117
-
118
- cmake_minimum_required(VERSION 2.8.2)
119
-
120
- project(googletest-download NONE)
121
-
122
- include(ExternalProject)
123
- ExternalProject_Add(googletest
124
- GIT_REPOSITORY https://github.com/google/googletest.git
125
- GIT_TAG master
126
- SOURCE_DIR "${CMAKE_BINARY_DIR}/googletest-src"
127
- BINARY_DIR "${CMAKE_BINARY_DIR}/googletest-build"
128
- CONFIGURE_COMMAND ""
129
- BUILD_COMMAND ""
130
- INSTALL_COMMAND ""
131
- TEST_COMMAND ""
132
- )
133
-
134
- Existing build's `CMakeLists.txt`:
135
-
136
- # Download and unpack googletest at configure time
137
- configure_file(CMakeLists.txt.in googletest-download/CMakeLists.txt)
138
- execute_process(COMMAND ${CMAKE_COMMAND} -G "${CMAKE_GENERATOR}" .
139
- RESULT_VARIABLE result
140
- WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/googletest-download )
141
- if(result)
142
- message(FATAL_ERROR "CMake step for googletest failed: ${result}")
143
- endif()
144
- execute_process(COMMAND ${CMAKE_COMMAND} --build .
145
- RESULT_VARIABLE result
146
- WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/googletest-download )
147
- if(result)
148
- message(FATAL_ERROR "Build step for googletest failed: ${result}")
149
- endif()
150
-
151
- # Prevent overriding the parent project's compiler/linker
152
- # settings on Windows
153
- set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
154
-
155
- # Add googletest directly to our build. This defines
156
- # the gtest and gtest_main targets.
157
- add_subdirectory(${CMAKE_BINARY_DIR}/googletest-src
158
- ${CMAKE_BINARY_DIR}/googletest-build
159
- EXCLUDE_FROM_ALL)
160
-
161
- # The gtest/gtest_main targets carry header search path
162
- # dependencies automatically when using CMake 2.8.11 or
163
- # later. Otherwise we have to add them here ourselves.
164
- if (CMAKE_VERSION VERSION_LESS 2.8.11)
165
- include_directories("${gtest_SOURCE_DIR}/include")
166
- endif()
167
-
168
- # Now simply link against gtest or gtest_main as needed. Eg
169
- add_executable(example example.cpp)
170
- target_link_libraries(example gtest_main)
171
- add_test(NAME example_test COMMAND example)
172
-
173
- Note that this approach requires CMake 2.8.2 or later due to its use of the
174
- `ExternalProject_Add()` command. The above technique is discussed in more detail
175
- in [this separate article](http://crascit.com/2015/07/25/cmake-gtest/) which
176
- also contains a link to a fully generalized implementation of the technique.
177
-
178
- ##### Visual Studio Dynamic vs Static Runtimes
179
-
180
- By default, new Visual Studio projects link the C runtimes dynamically but
181
- Google Test links them statically. This will generate an error that looks
182
- something like the following: gtest.lib(gtest-all.obj) : error LNK2038: mismatch
183
- detected for 'RuntimeLibrary': value 'MTd_StaticDebug' doesn't match value
184
- 'MDd_DynamicDebug' in main.obj
185
-
186
- Google Test already has a CMake option for this: `gtest_force_shared_crt`
187
-
188
- Enabling this option will make gtest link the runtimes dynamically too, and
189
- match the project in which it is included.
190
-
191
- ### Legacy Build Scripts
192
-
193
- Before settling on CMake, we have been providing hand-maintained build
194
- projects/scripts for Visual Studio, Xcode, and Autotools. While we continue to
195
- provide them for convenience, they are not actively maintained any more. We
196
- highly recommend that you follow the instructions in the above sections to
197
- integrate Google Test with your existing build system.
198
-
199
- If you still need to use the legacy build scripts, here's how:
200
-
201
- The msvc\ folder contains two solutions with Visual C++ projects. Open the
202
- `gtest.sln` or `gtest-md.sln` file using Visual Studio, and you are ready to
203
- build Google Test the same way you build any Visual Studio project. Files that
204
- have names ending with -md use DLL versions of Microsoft runtime libraries (the
205
- /MD or the /MDd compiler option). Files without that suffix use static versions
206
- of the runtime libraries (the /MT or the /MTd option). Please note that one must
207
- use the same option to compile both gtest and the test code. If you use Visual
208
- Studio 2005 or above, we recommend the -md version as /MD is the default for new
209
- projects in these versions of Visual Studio.
210
-
211
- On Mac OS X, open the `gtest.xcodeproj` in the `xcode/` folder using Xcode.
212
- Build the "gtest" target. The universal binary framework will end up in your
213
- selected build directory (selected in the Xcode "Preferences..." -> "Building"
214
- pane and defaults to xcode/build). Alternatively, at the command line, enter:
215
-
216
- xcodebuild
217
-
218
- This will build the "Release" configuration of gtest.framework in your default
219
- build location. See the "xcodebuild" man page for more information about
220
- building different configurations and building in different locations.
221
-
222
- If you wish to use the Google Test Xcode project with Xcode 4.x and above, you
223
- need to either:
224
-
225
- * update the SDK configuration options in xcode/Config/General.xconfig.
226
- Comment options `SDKROOT`, `MACOS_DEPLOYMENT_TARGET`, and `GCC_VERSION`. If
227
- you choose this route you lose the ability to target earlier versions of
228
- MacOS X.
229
- * Install an SDK for an earlier version. This doesn't appear to be supported
230
- by Apple, but has been reported to work
231
- (http://stackoverflow.com/questions/5378518).
232
-
233
- ### Tweaking Google Test
234
-
235
- Google Test can be used in diverse environments. The default configuration may
236
- not work (or may not work well) out of the box in some environments. However,
237
- you can easily tweak Google Test by defining control macros on the compiler
238
- command line. Generally, these macros are named like `GTEST_XYZ` and you define
239
- them to either 1 or 0 to enable or disable a certain feature.
240
-
241
- We list the most frequently used macros below. For a complete list, see file
242
- [include/gtest/internal/gtest-port.h](https://github.com/google/googletest/blob/master/include/gtest/internal/gtest-port.h).
243
-
244
- ### Choosing a TR1 Tuple Library
245
-
246
- Some Google Test features require the C++ Technical Report 1 (TR1) tuple
247
- library, which is not yet available with all compilers. The good news is that
248
- Google Test implements a subset of TR1 tuple that's enough for its own need, and
249
- will automatically use this when the compiler doesn't provide TR1 tuple.
250
-
251
- Usually you don't need to care about which tuple library Google Test uses.
252
- However, if your project already uses TR1 tuple, you need to tell Google Test to
253
- use the same TR1 tuple library the rest of your project uses, or the two tuple
254
- implementations will clash. To do that, add
255
-
256
- -DGTEST_USE_OWN_TR1_TUPLE=0
257
-
258
- to the compiler flags while compiling Google Test and your tests. If you want to
259
- force Google Test to use its own tuple library, just add
260
-
261
- -DGTEST_USE_OWN_TR1_TUPLE=1
262
-
263
- to the compiler flags instead.
264
-
265
- If you don't want Google Test to use tuple at all, add
266
-
267
- -DGTEST_HAS_TR1_TUPLE=0
268
-
269
- and all features using tuple will be disabled.
270
-
271
- ### Multi-threaded Tests
272
-
273
- Google Test is thread-safe where the pthread library is available. After
274
- `#include "gtest/gtest.h"`, you can check the `GTEST_IS_THREADSAFE` macro to see
275
- whether this is the case (yes if the macro is `#defined` to 1, no if it's
276
- undefined.).
277
-
278
- If Google Test doesn't correctly detect whether pthread is available in your
279
- environment, you can force it with
280
-
281
- -DGTEST_HAS_PTHREAD=1
282
-
283
- or
284
-
285
- -DGTEST_HAS_PTHREAD=0
286
-
287
- When Google Test uses pthread, you may need to add flags to your compiler and/or
288
- linker to select the pthread library, or you'll get link errors. If you use the
289
- CMake script or the deprecated Autotools script, this is taken care of for you.
290
- If you use your own build script, you'll need to read your compiler and linker's
291
- manual to figure out what flags to add.
292
-
293
- ### As a Shared Library (DLL)
294
-
295
- Google Test is compact, so most users can build and link it as a static library
296
- for the simplicity. You can choose to use Google Test as a shared library (known
297
- as a DLL on Windows) if you prefer.
298
-
299
- To compile *gtest* as a shared library, add
300
-
301
- -DGTEST_CREATE_SHARED_LIBRARY=1
302
-
303
- to the compiler flags. You'll also need to tell the linker to produce a shared
304
- library instead - consult your linker's manual for how to do it.
305
-
306
- To compile your *tests* that use the gtest shared library, add
307
-
308
- -DGTEST_LINKED_AS_SHARED_LIBRARY=1
309
-
310
- to the compiler flags.
311
-
312
- Note: while the above steps aren't technically necessary today when using some
313
- compilers (e.g. GCC), they may become necessary in the future, if we decide to
314
- improve the speed of loading the library (see
315
- <http://gcc.gnu.org/wiki/Visibility> for details). Therefore you are recommended
316
- to always add the above flags when using Google Test as a shared library.
317
- Otherwise a future release of Google Test may break your build script.
318
-
319
- ### Avoiding Macro Name Clashes
320
-
321
- In C++, macros don't obey namespaces. Therefore two libraries that both define a
322
- macro of the same name will clash if you `#include` both definitions. In case a
323
- Google Test macro clashes with another library, you can force Google Test to
324
- rename its macro to avoid the conflict.
325
-
326
- Specifically, if both Google Test and some other code define macro FOO, you can
327
- add
328
-
329
- -DGTEST_DONT_DEFINE_FOO=1
330
-
331
- to the compiler flags to tell Google Test to change the macro's name from `FOO`
332
- to `GTEST_FOO`. Currently `FOO` can be `FAIL`, `SUCCEED`, or `TEST`. For
333
- example, with `-DGTEST_DONT_DEFINE_TEST=1`, you'll need to write
334
-
335
- GTEST_TEST(SomeTest, DoesThis) { ... }
336
-
337
- instead of
338
-
339
- TEST(SomeTest, DoesThis) { ... }
340
-
341
- in order to define a test.
@@ -1,9 +0,0 @@
1
- libdir=@CMAKE_INSTALL_FULL_LIBDIR@
2
- includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
3
-
4
- Name: gtest
5
- Description: GoogleTest (without main() function)
6
- Version: @PROJECT_VERSION@
7
- URL: https://github.com/google/googletest
8
- Libs: -L${libdir} -lgtest @CMAKE_THREAD_LIBS_INIT@
9
- Cflags: -I${includedir} @GTEST_HAS_PTHREAD_MACRO@ @CMAKE_THREAD_LIBS_INIT@