commonmarker 0.17.7 → 0.17.7.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of commonmarker might be problematic. Click here for more details.

Files changed (337) hide show
  1. checksums.yaml +4 -4
  2. data/commonmarker.gemspec +1 -1
  3. data/lib/commonmarker/version.rb +1 -1
  4. metadata +2 -335
  5. data/ext/commonmarker/cmark-upstream/CMakeLists.txt +0 -44
  6. data/ext/commonmarker/cmark-upstream/COPYING +0 -170
  7. data/ext/commonmarker/cmark-upstream/FindAsan.cmake +0 -74
  8. data/ext/commonmarker/cmark-upstream/Makefile +0 -226
  9. data/ext/commonmarker/cmark-upstream/Makefile.nmake +0 -36
  10. data/ext/commonmarker/cmark-upstream/README.md +0 -206
  11. data/ext/commonmarker/cmark-upstream/api_test/CMakeLists.txt +0 -26
  12. data/ext/commonmarker/cmark-upstream/api_test/cplusplus.cpp +0 -15
  13. data/ext/commonmarker/cmark-upstream/api_test/cplusplus.h +0 -16
  14. data/ext/commonmarker/cmark-upstream/api_test/harness.c +0 -110
  15. data/ext/commonmarker/cmark-upstream/api_test/harness.h +0 -35
  16. data/ext/commonmarker/cmark-upstream/api_test/main.c +0 -1116
  17. data/ext/commonmarker/cmark-upstream/appveyor.yml +0 -17
  18. data/ext/commonmarker/cmark-upstream/bench/samples/block-bq-flat.md +0 -16
  19. data/ext/commonmarker/cmark-upstream/bench/samples/block-bq-nested.md +0 -13
  20. data/ext/commonmarker/cmark-upstream/bench/samples/block-code.md +0 -11
  21. data/ext/commonmarker/cmark-upstream/bench/samples/block-fences.md +0 -14
  22. data/ext/commonmarker/cmark-upstream/bench/samples/block-heading.md +0 -9
  23. data/ext/commonmarker/cmark-upstream/bench/samples/block-hr.md +0 -10
  24. data/ext/commonmarker/cmark-upstream/bench/samples/block-html.md +0 -32
  25. data/ext/commonmarker/cmark-upstream/bench/samples/block-lheading.md +0 -8
  26. data/ext/commonmarker/cmark-upstream/bench/samples/block-list-flat.md +0 -67
  27. data/ext/commonmarker/cmark-upstream/bench/samples/block-list-nested.md +0 -36
  28. data/ext/commonmarker/cmark-upstream/bench/samples/block-ref-flat.md +0 -15
  29. data/ext/commonmarker/cmark-upstream/bench/samples/block-ref-nested.md +0 -17
  30. data/ext/commonmarker/cmark-upstream/bench/samples/inline-autolink.md +0 -14
  31. data/ext/commonmarker/cmark-upstream/bench/samples/inline-backticks.md +0 -3
  32. data/ext/commonmarker/cmark-upstream/bench/samples/inline-em-flat.md +0 -5
  33. data/ext/commonmarker/cmark-upstream/bench/samples/inline-em-nested.md +0 -5
  34. data/ext/commonmarker/cmark-upstream/bench/samples/inline-em-worst.md +0 -5
  35. data/ext/commonmarker/cmark-upstream/bench/samples/inline-entity.md +0 -11
  36. data/ext/commonmarker/cmark-upstream/bench/samples/inline-escape.md +0 -15
  37. data/ext/commonmarker/cmark-upstream/bench/samples/inline-html.md +0 -44
  38. data/ext/commonmarker/cmark-upstream/bench/samples/inline-links-flat.md +0 -23
  39. data/ext/commonmarker/cmark-upstream/bench/samples/inline-links-nested.md +0 -13
  40. data/ext/commonmarker/cmark-upstream/bench/samples/inline-newlines.md +0 -24
  41. data/ext/commonmarker/cmark-upstream/bench/samples/lorem1.md +0 -13
  42. data/ext/commonmarker/cmark-upstream/bench/samples/rawtabs.md +0 -18
  43. data/ext/commonmarker/cmark-upstream/bench/statistics.py +0 -595
  44. data/ext/commonmarker/cmark-upstream/bench/stats.py +0 -19
  45. data/ext/commonmarker/cmark-upstream/benchmarks.md +0 -33
  46. data/ext/commonmarker/cmark-upstream/build/CMakeCache.txt +0 -478
  47. data/ext/commonmarker/cmark-upstream/build/CMakeFiles/3.9.6/CMakeCCompiler.cmake +0 -71
  48. data/ext/commonmarker/cmark-upstream/build/CMakeFiles/3.9.6/CMakeCXXCompiler.cmake +0 -73
  49. data/ext/commonmarker/cmark-upstream/build/CMakeFiles/3.9.6/CMakeDetermineCompilerABI_C.bin +0 -0
  50. data/ext/commonmarker/cmark-upstream/build/CMakeFiles/3.9.6/CMakeDetermineCompilerABI_CXX.bin +0 -0
  51. data/ext/commonmarker/cmark-upstream/build/CMakeFiles/3.9.6/CMakeSystem.cmake +0 -15
  52. data/ext/commonmarker/cmark-upstream/build/CMakeFiles/3.9.6/CompilerIdC/CMakeCCompilerId.c +0 -567
  53. data/ext/commonmarker/cmark-upstream/build/CMakeFiles/3.9.6/CompilerIdC/a.out +0 -0
  54. data/ext/commonmarker/cmark-upstream/build/CMakeFiles/3.9.6/CompilerIdCXX/CMakeCXXCompilerId.cpp +0 -539
  55. data/ext/commonmarker/cmark-upstream/build/CMakeFiles/3.9.6/CompilerIdCXX/a.out +0 -0
  56. data/ext/commonmarker/cmark-upstream/build/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
  57. data/ext/commonmarker/cmark-upstream/build/CMakeFiles/CMakeError.log +0 -18
  58. data/ext/commonmarker/cmark-upstream/build/CMakeFiles/CMakeOutput.log +0 -709
  59. data/ext/commonmarker/cmark-upstream/build/CMakeFiles/Makefile.cmake +0 -157
  60. data/ext/commonmarker/cmark-upstream/build/CMakeFiles/Makefile2 +0 -391
  61. data/ext/commonmarker/cmark-upstream/build/CMakeFiles/TargetDirectories.txt +0 -48
  62. data/ext/commonmarker/cmark-upstream/build/CMakeFiles/cmake.check_cache +0 -1
  63. data/ext/commonmarker/cmark-upstream/build/CMakeFiles/feature_tests.bin +0 -0
  64. data/ext/commonmarker/cmark-upstream/build/CMakeFiles/feature_tests.c +0 -34
  65. data/ext/commonmarker/cmark-upstream/build/CMakeFiles/feature_tests.cxx +0 -405
  66. data/ext/commonmarker/cmark-upstream/build/CMakeFiles/progress.marks +0 -1
  67. data/ext/commonmarker/cmark-upstream/build/CTestTestfile.cmake +0 -11
  68. data/ext/commonmarker/cmark-upstream/build/Makefile +0 -280
  69. data/ext/commonmarker/cmark-upstream/build/api_test/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
  70. data/ext/commonmarker/cmark-upstream/build/api_test/CMakeFiles/api_test.dir/C.includecache +0 -134
  71. data/ext/commonmarker/cmark-upstream/build/api_test/CMakeFiles/api_test.dir/CXX.includecache +0 -38
  72. data/ext/commonmarker/cmark-upstream/build/api_test/CMakeFiles/api_test.dir/DependInfo.cmake +0 -38
  73. data/ext/commonmarker/cmark-upstream/build/api_test/CMakeFiles/api_test.dir/build.make +0 -169
  74. data/ext/commonmarker/cmark-upstream/build/api_test/CMakeFiles/api_test.dir/cmake_clean.cmake +0 -12
  75. data/ext/commonmarker/cmark-upstream/build/api_test/CMakeFiles/api_test.dir/cplusplus.cpp.o +0 -0
  76. data/ext/commonmarker/cmark-upstream/build/api_test/CMakeFiles/api_test.dir/depend.internal +0 -28
  77. data/ext/commonmarker/cmark-upstream/build/api_test/CMakeFiles/api_test.dir/depend.make +0 -28
  78. data/ext/commonmarker/cmark-upstream/build/api_test/CMakeFiles/api_test.dir/flags.make +0 -17
  79. data/ext/commonmarker/cmark-upstream/build/api_test/CMakeFiles/api_test.dir/harness.c.o +0 -0
  80. data/ext/commonmarker/cmark-upstream/build/api_test/CMakeFiles/api_test.dir/link.txt +0 -1
  81. data/ext/commonmarker/cmark-upstream/build/api_test/CMakeFiles/api_test.dir/main.c.o +0 -0
  82. data/ext/commonmarker/cmark-upstream/build/api_test/CMakeFiles/api_test.dir/progress.make +0 -5
  83. data/ext/commonmarker/cmark-upstream/build/api_test/CMakeFiles/progress.marks +0 -1
  84. data/ext/commonmarker/cmark-upstream/build/api_test/Makefile +0 -302
  85. data/ext/commonmarker/cmark-upstream/build/api_test/api_test +0 -0
  86. data/ext/commonmarker/cmark-upstream/build/api_test/cmake_install.cmake +0 -29
  87. data/ext/commonmarker/cmark-upstream/build/cmake_install.cmake +0 -49
  88. data/ext/commonmarker/cmark-upstream/build/compile_commands.json +0 -352
  89. data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
  90. data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/Export/lib/cmake-gfmextensions/cmark-gfmextensions-release.cmake +0 -30
  91. data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/Export/lib/cmake-gfmextensions/cmark-gfmextensions.cmake +0 -108
  92. data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions.dir/C.includecache +0 -246
  93. data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions.dir/DependInfo.cmake +0 -36
  94. data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions.dir/autolink.c.o +0 -0
  95. data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions.dir/build.make +0 -253
  96. data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions.dir/cmake_clean.cmake +0 -16
  97. data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions.dir/core-extensions.c.o +0 -0
  98. data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions.dir/depend.internal +0 -96
  99. data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions.dir/depend.make +0 -96
  100. data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions.dir/ext_scanners.c.o +0 -0
  101. data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions.dir/flags.make +0 -10
  102. data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions.dir/link.txt +0 -1
  103. data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions.dir/progress.make +0 -8
  104. data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions.dir/strikethrough.c.o +0 -0
  105. data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions.dir/table.c.o +0 -0
  106. data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions.dir/tagfilter.c.o +0 -0
  107. data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions_static.dir/C.includecache +0 -246
  108. data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions_static.dir/DependInfo.cmake +0 -29
  109. data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions_static.dir/autolink.c.o +0 -0
  110. data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions_static.dir/build.make +0 -249
  111. data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions_static.dir/cmake_clean.cmake +0 -15
  112. data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions_static.dir/cmake_clean_target.cmake +0 -3
  113. data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions_static.dir/core-extensions.c.o +0 -0
  114. data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions_static.dir/depend.internal +0 -96
  115. data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions_static.dir/depend.make +0 -96
  116. data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions_static.dir/ext_scanners.c.o +0 -0
  117. data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions_static.dir/flags.make +0 -10
  118. data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions_static.dir/link.txt +0 -2
  119. data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions_static.dir/progress.make +0 -8
  120. data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions_static.dir/strikethrough.c.o +0 -0
  121. data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions_static.dir/table.c.o +0 -0
  122. data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/libcmark-gfmextensions_static.dir/tagfilter.c.o +0 -0
  123. data/ext/commonmarker/cmark-upstream/build/extensions/CMakeFiles/progress.marks +0 -1
  124. data/ext/commonmarker/cmark-upstream/build/extensions/Makefile +0 -426
  125. data/ext/commonmarker/cmark-upstream/build/extensions/cmake_install.cmake +0 -84
  126. data/ext/commonmarker/cmark-upstream/build/extensions/cmarkextensions_export.h +0 -42
  127. data/ext/commonmarker/cmark-upstream/build/extensions/libcmark-gfmextensions.0.28.3.gfm.11.dylib +0 -0
  128. data/ext/commonmarker/cmark-upstream/build/extensions/libcmark-gfmextensions.a +0 -0
  129. data/ext/commonmarker/cmark-upstream/build/extensions/libcmark-gfmextensions.dylib +0 -1
  130. data/ext/commonmarker/cmark-upstream/build/man/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
  131. data/ext/commonmarker/cmark-upstream/build/man/CMakeFiles/progress.marks +0 -1
  132. data/ext/commonmarker/cmark-upstream/build/man/Makefile +0 -196
  133. data/ext/commonmarker/cmark-upstream/build/man/cmake_install.cmake +0 -37
  134. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
  135. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/Export/lib/cmake/cmark-gfm-release.cmake +0 -38
  136. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/Export/lib/cmake/cmark-gfm.cmake +0 -95
  137. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/cmark-gfm.dir/C.includecache +0 -156
  138. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/cmark-gfm.dir/DependInfo.cmake +0 -30
  139. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/cmark-gfm.dir/build.make +0 -115
  140. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/cmark-gfm.dir/cmake_clean.cmake +0 -10
  141. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/cmark-gfm.dir/depend.internal +0 -20
  142. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/cmark-gfm.dir/depend.make +0 -20
  143. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/cmark-gfm.dir/flags.make +0 -10
  144. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/cmark-gfm.dir/link.txt +0 -1
  145. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/cmark-gfm.dir/main.c.o +0 -0
  146. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/cmark-gfm.dir/progress.make +0 -3
  147. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/C.includecache +0 -612
  148. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/DependInfo.cmake +0 -60
  149. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/arena.c.o +0 -0
  150. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/blocks.c.o +0 -0
  151. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/buffer.c.o +0 -0
  152. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/build.make +0 -819
  153. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/cmake_clean.cmake +0 -37
  154. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/cmark.c.o +0 -0
  155. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/cmark_ctype.c.o +0 -0
  156. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/commonmark.c.o +0 -0
  157. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/depend.internal +0 -319
  158. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/depend.make +0 -319
  159. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/flags.make +0 -10
  160. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/footnotes.c.o +0 -0
  161. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/houdini_href_e.c.o +0 -0
  162. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/houdini_html_e.c.o +0 -0
  163. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/houdini_html_u.c.o +0 -0
  164. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/html.c.o +0 -0
  165. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/inlines.c.o +0 -0
  166. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/iterator.c.o +0 -0
  167. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/latex.c.o +0 -0
  168. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/link.txt +0 -1
  169. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/linked_list.c.o +0 -0
  170. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/man.c.o +0 -0
  171. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/map.c.o +0 -0
  172. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/node.c.o +0 -0
  173. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/plaintext.c.o +0 -0
  174. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/plugin.c.o +0 -0
  175. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/progress.make +0 -29
  176. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/references.c.o +0 -0
  177. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/registry.c.o +0 -0
  178. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/render.c.o +0 -0
  179. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/scanners.c.o +0 -0
  180. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/syntax_extension.c.o +0 -0
  181. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/utf8.c.o +0 -0
  182. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm.dir/xml.c.o +0 -0
  183. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/C.includecache +0 -612
  184. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/DependInfo.cmake +0 -54
  185. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/arena.c.o +0 -0
  186. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/blocks.c.o +0 -0
  187. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/buffer.c.o +0 -0
  188. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/build.make +0 -816
  189. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/cmake_clean.cmake +0 -36
  190. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/cmake_clean_target.cmake +0 -3
  191. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/cmark.c.o +0 -0
  192. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/cmark_ctype.c.o +0 -0
  193. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/commonmark.c.o +0 -0
  194. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/depend.internal +0 -319
  195. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/depend.make +0 -319
  196. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/flags.make +0 -10
  197. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/footnotes.c.o +0 -0
  198. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/houdini_href_e.c.o +0 -0
  199. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/houdini_html_e.c.o +0 -0
  200. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/houdini_html_u.c.o +0 -0
  201. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/html.c.o +0 -0
  202. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/inlines.c.o +0 -0
  203. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/iterator.c.o +0 -0
  204. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/latex.c.o +0 -0
  205. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/link.txt +0 -2
  206. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/linked_list.c.o +0 -0
  207. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/man.c.o +0 -0
  208. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/map.c.o +0 -0
  209. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/node.c.o +0 -0
  210. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/plaintext.c.o +0 -0
  211. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/plugin.c.o +0 -0
  212. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/progress.make +0 -29
  213. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/references.c.o +0 -0
  214. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/registry.c.o +0 -0
  215. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/render.c.o +0 -0
  216. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/scanners.c.o +0 -0
  217. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/syntax_extension.c.o +0 -0
  218. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/utf8.c.o +0 -0
  219. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/libcmark-gfm_static.dir/xml.c.o +0 -0
  220. data/ext/commonmarker/cmark-upstream/build/src/CMakeFiles/progress.marks +0 -1
  221. data/ext/commonmarker/cmark-upstream/build/src/Makefile +0 -1165
  222. data/ext/commonmarker/cmark-upstream/build/src/cmake_install.cmake +0 -97
  223. data/ext/commonmarker/cmark-upstream/build/src/cmark-gfm +0 -0
  224. data/ext/commonmarker/cmark-upstream/build/src/cmark_export.h +0 -42
  225. data/ext/commonmarker/cmark-upstream/build/src/cmark_version.h +0 -8
  226. data/ext/commonmarker/cmark-upstream/build/src/config.h +0 -76
  227. data/ext/commonmarker/cmark-upstream/build/src/libcmark-gfm.0.28.3.gfm.11.dylib +0 -0
  228. data/ext/commonmarker/cmark-upstream/build/src/libcmark-gfm.a +0 -0
  229. data/ext/commonmarker/cmark-upstream/build/src/libcmark-gfm.dylib +0 -1
  230. data/ext/commonmarker/cmark-upstream/build/src/libcmark-gfm.pc +0 -10
  231. data/ext/commonmarker/cmark-upstream/build/testdir/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
  232. data/ext/commonmarker/cmark-upstream/build/testdir/CMakeFiles/progress.marks +0 -1
  233. data/ext/commonmarker/cmark-upstream/build/testdir/CTestTestfile.cmake +0 -17
  234. data/ext/commonmarker/cmark-upstream/build/testdir/Makefile +0 -196
  235. data/ext/commonmarker/cmark-upstream/build/testdir/cmake_install.cmake +0 -29
  236. data/ext/commonmarker/cmark-upstream/changelog.txt +0 -964
  237. data/ext/commonmarker/cmark-upstream/data/CaseFolding.txt +0 -1495
  238. data/ext/commonmarker/cmark-upstream/extensions/CMakeLists.txt +0 -124
  239. data/ext/commonmarker/cmark-upstream/extensions/autolink.c +0 -421
  240. data/ext/commonmarker/cmark-upstream/extensions/autolink.h +0 -8
  241. data/ext/commonmarker/cmark-upstream/extensions/core-extensions.c +0 -25
  242. data/ext/commonmarker/cmark-upstream/extensions/core-extensions.h +0 -25
  243. data/ext/commonmarker/cmark-upstream/extensions/ext_scanners.c +0 -941
  244. data/ext/commonmarker/cmark-upstream/extensions/ext_scanners.h +0 -22
  245. data/ext/commonmarker/cmark-upstream/extensions/ext_scanners.re +0 -74
  246. data/ext/commonmarker/cmark-upstream/extensions/strikethrough.c +0 -157
  247. data/ext/commonmarker/cmark-upstream/extensions/strikethrough.h +0 -9
  248. data/ext/commonmarker/cmark-upstream/extensions/table.c +0 -683
  249. data/ext/commonmarker/cmark-upstream/extensions/table.h +0 -8
  250. data/ext/commonmarker/cmark-upstream/extensions/tagfilter.c +0 -60
  251. data/ext/commonmarker/cmark-upstream/extensions/tagfilter.h +0 -8
  252. data/ext/commonmarker/cmark-upstream/man/CMakeLists.txt +0 -10
  253. data/ext/commonmarker/cmark-upstream/man/make_man_page.py +0 -133
  254. data/ext/commonmarker/cmark-upstream/man/man1/cmark-gfm.1 +0 -78
  255. data/ext/commonmarker/cmark-upstream/man/man3/cmark-gfm.3 +0 -989
  256. data/ext/commonmarker/cmark-upstream/nmake.bat +0 -1
  257. data/ext/commonmarker/cmark-upstream/src/CMakeLists.txt +0 -224
  258. data/ext/commonmarker/cmark-upstream/src/arena.c +0 -103
  259. data/ext/commonmarker/cmark-upstream/src/blocks.c +0 -1519
  260. data/ext/commonmarker/cmark-upstream/src/buffer.c +0 -279
  261. data/ext/commonmarker/cmark-upstream/src/buffer.h +0 -116
  262. data/ext/commonmarker/cmark-upstream/src/case_fold_switch.inc +0 -4327
  263. data/ext/commonmarker/cmark-upstream/src/chunk.h +0 -136
  264. data/ext/commonmarker/cmark-upstream/src/cmark.c +0 -55
  265. data/ext/commonmarker/cmark-upstream/src/cmark.h +0 -789
  266. data/ext/commonmarker/cmark-upstream/src/cmark_ctype.c +0 -44
  267. data/ext/commonmarker/cmark-upstream/src/cmark_ctype.h +0 -33
  268. data/ext/commonmarker/cmark-upstream/src/cmark_extension_api.h +0 -719
  269. data/ext/commonmarker/cmark-upstream/src/cmark_version.h.in +0 -8
  270. data/ext/commonmarker/cmark-upstream/src/commonmark.c +0 -508
  271. data/ext/commonmarker/cmark-upstream/src/config.h.in +0 -76
  272. data/ext/commonmarker/cmark-upstream/src/entities.inc +0 -2138
  273. data/ext/commonmarker/cmark-upstream/src/footnotes.c +0 -40
  274. data/ext/commonmarker/cmark-upstream/src/footnotes.h +0 -25
  275. data/ext/commonmarker/cmark-upstream/src/houdini.h +0 -57
  276. data/ext/commonmarker/cmark-upstream/src/houdini_href_e.c +0 -100
  277. data/ext/commonmarker/cmark-upstream/src/houdini_html_e.c +0 -66
  278. data/ext/commonmarker/cmark-upstream/src/houdini_html_u.c +0 -149
  279. data/ext/commonmarker/cmark-upstream/src/html.c +0 -457
  280. data/ext/commonmarker/cmark-upstream/src/html.h +0 -27
  281. data/ext/commonmarker/cmark-upstream/src/inlines.c +0 -1594
  282. data/ext/commonmarker/cmark-upstream/src/inlines.h +0 -29
  283. data/ext/commonmarker/cmark-upstream/src/iterator.c +0 -159
  284. data/ext/commonmarker/cmark-upstream/src/iterator.h +0 -27
  285. data/ext/commonmarker/cmark-upstream/src/latex.c +0 -466
  286. data/ext/commonmarker/cmark-upstream/src/libcmark-gfm.pc.in +0 -10
  287. data/ext/commonmarker/cmark-upstream/src/linked_list.c +0 -37
  288. data/ext/commonmarker/cmark-upstream/src/main.c +0 -276
  289. data/ext/commonmarker/cmark-upstream/src/man.c +0 -278
  290. data/ext/commonmarker/cmark-upstream/src/map.c +0 -122
  291. data/ext/commonmarker/cmark-upstream/src/map.h +0 -42
  292. data/ext/commonmarker/cmark-upstream/src/node.c +0 -965
  293. data/ext/commonmarker/cmark-upstream/src/node.h +0 -116
  294. data/ext/commonmarker/cmark-upstream/src/parser.h +0 -57
  295. data/ext/commonmarker/cmark-upstream/src/plaintext.c +0 -213
  296. data/ext/commonmarker/cmark-upstream/src/plugin.c +0 -36
  297. data/ext/commonmarker/cmark-upstream/src/plugin.h +0 -34
  298. data/ext/commonmarker/cmark-upstream/src/references.c +0 -42
  299. data/ext/commonmarker/cmark-upstream/src/references.h +0 -26
  300. data/ext/commonmarker/cmark-upstream/src/registry.c +0 -63
  301. data/ext/commonmarker/cmark-upstream/src/registry.h +0 -24
  302. data/ext/commonmarker/cmark-upstream/src/render.c +0 -202
  303. data/ext/commonmarker/cmark-upstream/src/render.h +0 -63
  304. data/ext/commonmarker/cmark-upstream/src/scanners.c +0 -18195
  305. data/ext/commonmarker/cmark-upstream/src/scanners.h +0 -64
  306. data/ext/commonmarker/cmark-upstream/src/scanners.re +0 -341
  307. data/ext/commonmarker/cmark-upstream/src/syntax_extension.c +0 -139
  308. data/ext/commonmarker/cmark-upstream/src/syntax_extension.h +0 -32
  309. data/ext/commonmarker/cmark-upstream/src/utf8.c +0 -317
  310. data/ext/commonmarker/cmark-upstream/src/utf8.h +0 -35
  311. data/ext/commonmarker/cmark-upstream/src/xml.c +0 -174
  312. data/ext/commonmarker/cmark-upstream/suppressions +0 -10
  313. data/ext/commonmarker/cmark-upstream/test/CMakeLists.txt +0 -98
  314. data/ext/commonmarker/cmark-upstream/test/afl_test_cases/test.md +0 -49
  315. data/ext/commonmarker/cmark-upstream/test/cmark-fuzz.c +0 -28
  316. data/ext/commonmarker/cmark-upstream/test/cmark.py +0 -103
  317. data/ext/commonmarker/cmark-upstream/test/entity_tests.py +0 -67
  318. data/ext/commonmarker/cmark-upstream/test/extensions.txt +0 -674
  319. data/ext/commonmarker/cmark-upstream/test/fuzzing_dictionary +0 -49
  320. data/ext/commonmarker/cmark-upstream/test/normalize.py +0 -194
  321. data/ext/commonmarker/cmark-upstream/test/pathological_tests.py +0 -145
  322. data/ext/commonmarker/cmark-upstream/test/regression.txt +0 -128
  323. data/ext/commonmarker/cmark-upstream/test/roundtrip_tests.py +0 -50
  324. data/ext/commonmarker/cmark-upstream/test/run-cmark-fuzz +0 -4
  325. data/ext/commonmarker/cmark-upstream/test/smart_punct.txt +0 -177
  326. data/ext/commonmarker/cmark-upstream/test/spec.txt +0 -9919
  327. data/ext/commonmarker/cmark-upstream/test/spec_tests.py +0 -152
  328. data/ext/commonmarker/cmark-upstream/toolchain-mingw32.cmake +0 -17
  329. data/ext/commonmarker/cmark-upstream/tools/Dockerfile +0 -41
  330. data/ext/commonmarker/cmark-upstream/tools/appveyor-build.bat +0 -13
  331. data/ext/commonmarker/cmark-upstream/tools/make_entities_inc.py +0 -32
  332. data/ext/commonmarker/cmark-upstream/tools/mkcasefold.pl +0 -22
  333. data/ext/commonmarker/cmark-upstream/why-cmark-and-not-x.md +0 -104
  334. data/ext/commonmarker/cmark-upstream/wrappers/wrapper.js +0 -6
  335. data/ext/commonmarker/cmark-upstream/wrappers/wrapper.py +0 -37
  336. data/ext/commonmarker/cmark-upstream/wrappers/wrapper.rb +0 -15
  337. data/ext/commonmarker/cmark-upstream/wrappers/wrapper.rkt +0 -190
@@ -1,19 +0,0 @@
1
- #!/usr/bin/env python3
2
-
3
- import sys
4
- import statistics
5
-
6
- def pairs(l, n):
7
- return zip(*[l[i::n] for i in range(n)])
8
-
9
- # data comes in pairs:
10
- # n - time for running the program with no input
11
- # m - time for running it with the benchmark input
12
- # we measure (m - n)
13
-
14
- values = [ float(y) - float(x) for (x,y) in pairs(sys.stdin.readlines(),2)]
15
-
16
- print("mean = %.4f, median = %.4f, stdev = %.4f" %
17
- (statistics.mean(values), statistics.median(values),
18
- statistics.stdev(values)))
19
-
@@ -1,33 +0,0 @@
1
- # Benchmarks
2
-
3
- Here are some benchmarks, run on an ancient Thinkpad running Intel
4
- Core 2 Duo at 2GHz. The input text is a 11MB Markdown file built by
5
- concatenating the Markdown sources of all the localizations of the
6
- first edition of
7
- [*Pro Git*](https://github.com/progit/progit/tree/master/en) by Scott
8
- Chacon.
9
-
10
- |Implementation | Time (sec)|
11
- |-------------------|-----------:|
12
- | Markdown.pl | 2921.24 |
13
- | Python markdown | 291.25 |
14
- | PHP markdown | 20.82 |
15
- | kramdown | 17.32 |
16
- | cheapskate | 8.24 |
17
- | peg-markdown | 5.45 |
18
- | parsedown | 5.06 |
19
- | **commonmark.js** | 2.09 |
20
- | marked | 1.99 |
21
- | discount | 1.85 |
22
- | **cmark** | 0.29 |
23
- | hoedown | 0.21 |
24
-
25
- To run these benchmarks, use `make bench PROG=/path/to/program`.
26
-
27
- `time` is used to measure execution speed. The reported
28
- time is the *difference* between the time to run the program
29
- with the benchmark input and the time to run it with no input.
30
- (This procedure ensures that implementations in dynamic languages are
31
- not penalized by startup time.) A median of ten runs is taken. The
32
- process is reniced to a high priority so that the system doesn't
33
- interrupt runs.
@@ -1,478 +0,0 @@
1
- # This is the CMakeCache file.
2
- # For build in directory: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/build
3
- # It was generated by CMake: /usr/local/Cellar/cmake/3.9.6/bin/cmake
4
- # You can edit this file to change values found and used by cmake.
5
- # If you do not want to change any of the values, simply exit the editor.
6
- # If you do want to change a value, simply edit, save, and exit the editor.
7
- # The syntax for the file is as follows:
8
- # KEY:TYPE=VALUE
9
- # KEY is the name of a variable in the cache.
10
- # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
11
- # VALUE is the current value for the KEY.
12
-
13
- ########################
14
- # EXTERNAL cache entries
15
- ########################
16
-
17
- //Path to a program.
18
- CMAKE_AR:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar
19
-
20
- //Choose the type of build, options are: Debug Profile Release
21
- // Asan Ubsan.
22
- CMAKE_BUILD_TYPE:STRING=Release
23
-
24
- //Enable/Disable color output during build.
25
- CMAKE_COLOR_MAKEFILE:BOOL=ON
26
-
27
- //CXX compiler
28
- CMAKE_CXX_COMPILER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
29
-
30
- //Flags used by the compiler during all build types.
31
- CMAKE_CXX_FLAGS:STRING=
32
-
33
- //Flags used by the C++ compiler during ASan builds.
34
- CMAKE_CXX_FLAGS_ASAN:STRING=-O1 -g -fsanitize=address -fno-omit-frame-pointer -fno-optimize-sibling-calls
35
-
36
- //Flags used by the compiler during debug builds.
37
- CMAKE_CXX_FLAGS_DEBUG:STRING=-g
38
-
39
- //Flags used by the compiler during release builds for minimum
40
- // size.
41
- CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
42
-
43
- //Flags used by the compiler during release builds.
44
- CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
45
-
46
- //Flags used by the compiler during release builds with debug info.
47
- CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
48
-
49
- //C compiler
50
- CMAKE_C_COMPILER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
51
-
52
- //Flags used by the compiler during all build types.
53
- CMAKE_C_FLAGS:STRING=
54
-
55
- //Flags used by the C compiler during ASan builds.
56
- CMAKE_C_FLAGS_ASAN:STRING=-O1 -g -fsanitize=address -fno-omit-frame-pointer -fno-optimize-sibling-calls
57
-
58
- //Flags used by the compiler during debug builds.
59
- CMAKE_C_FLAGS_DEBUG:STRING=-g
60
-
61
- //Flags used by the compiler during release builds for minimum
62
- // size.
63
- CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
64
-
65
- //Flags used by the compiler during release builds.
66
- CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
67
-
68
- //Flags used by the compiler during release builds with debug info.
69
- CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
70
-
71
- //Flags used by the linker.
72
- CMAKE_EXE_LINKER_FLAGS:STRING=
73
-
74
- //Flags used for linking binaries during ASan builds.
75
- CMAKE_EXE_LINKER_FLAGS_ASAN:STRING=-fsanitize=address
76
-
77
- //Flags used by the linker during debug builds.
78
- CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
79
-
80
- //Flags used by the linker during release minsize builds.
81
- CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
82
-
83
- //Flags used by the linker during release builds.
84
- CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
85
-
86
- //Flags used by the linker during Release with Debug Info builds.
87
- CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
88
-
89
- //Enable/Disable output of compile commands during generation.
90
- CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=ON
91
-
92
- //User executables (bin)
93
- CMAKE_INSTALL_BINDIR:PATH=bin
94
-
95
- //Read-only architecture-independent data (DATAROOTDIR)
96
- CMAKE_INSTALL_DATADIR:PATH=
97
-
98
- //Read-only architecture-independent data root (share)
99
- CMAKE_INSTALL_DATAROOTDIR:PATH=share
100
-
101
- //Documentation root (DATAROOTDIR/doc/PROJECT_NAME)
102
- CMAKE_INSTALL_DOCDIR:PATH=
103
-
104
- //C header files (include)
105
- CMAKE_INSTALL_INCLUDEDIR:PATH=include
106
-
107
- //Info documentation (DATAROOTDIR/info)
108
- CMAKE_INSTALL_INFODIR:PATH=
109
-
110
- //Object code libraries (lib)
111
- CMAKE_INSTALL_LIBDIR:PATH=lib
112
-
113
- //Program executables (libexec)
114
- CMAKE_INSTALL_LIBEXECDIR:PATH=libexec
115
-
116
- //Locale-dependent data (DATAROOTDIR/locale)
117
- CMAKE_INSTALL_LOCALEDIR:PATH=
118
-
119
- //Modifiable single-machine data (var)
120
- CMAKE_INSTALL_LOCALSTATEDIR:PATH=var
121
-
122
- //Man documentation (DATAROOTDIR/man)
123
- CMAKE_INSTALL_MANDIR:PATH=
124
-
125
- //Path to a program.
126
- CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool
127
-
128
- //C header files for non-gcc (/usr/include)
129
- CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include
130
-
131
- //Install path prefix, prepended onto install directories.
132
- CMAKE_INSTALL_PREFIX:PATH=/usr/local
133
-
134
- //Run-time variable data (LOCALSTATEDIR/run)
135
- CMAKE_INSTALL_RUNSTATEDIR:PATH=
136
-
137
- //System admin executables (sbin)
138
- CMAKE_INSTALL_SBINDIR:PATH=sbin
139
-
140
- //Modifiable architecture-independent data (com)
141
- CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com
142
-
143
- //Read-only single-machine data (etc)
144
- CMAKE_INSTALL_SYSCONFDIR:PATH=etc
145
-
146
- //Path to a program.
147
- CMAKE_LINKER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
148
-
149
- //Path to a program.
150
- CMAKE_MAKE_PROGRAM:FILEPATH=/usr/local/bin/gmake
151
-
152
- //Flags used by the linker during the creation of modules.
153
- CMAKE_MODULE_LINKER_FLAGS:STRING=
154
-
155
- //Flags used by the linker during debug builds.
156
- CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
157
-
158
- //Flags used by the linker during release minsize builds.
159
- CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
160
-
161
- //Flags used by the linker during release builds.
162
- CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
163
-
164
- //Flags used by the linker during Release with Debug Info builds.
165
- CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
166
-
167
- //Path to a program.
168
- CMAKE_NM:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm
169
-
170
- //Path to a program.
171
- CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND
172
-
173
- //Path to a program.
174
- CMAKE_OBJDUMP:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump
175
-
176
- //Build architectures for OSX
177
- CMAKE_OSX_ARCHITECTURES:STRING=
178
-
179
- //Minimum OS X version to target for deployment (at runtime); newer
180
- // APIs weak linked. Set to empty string for default value.
181
- CMAKE_OSX_DEPLOYMENT_TARGET:STRING=
182
-
183
- //The product will be built against the headers and libraries located
184
- // inside the indicated SDK.
185
- CMAKE_OSX_SYSROOT:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk
186
-
187
- //Value Computed by CMake
188
- CMAKE_PROJECT_NAME:STATIC=cmark
189
-
190
- //Path to a program.
191
- CMAKE_RANLIB:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib
192
-
193
- //Flags used by the linker during the creation of dll's.
194
- CMAKE_SHARED_LINKER_FLAGS:STRING=
195
-
196
- //Flags used by the shared libraries linker during ASan builds.
197
- CMAKE_SHARED_LINKER_FLAGS_ASAN:STRING=-fsanitize=address
198
-
199
- //Flags used by the linker during debug builds.
200
- CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
201
-
202
- //Flags used by the linker during release minsize builds.
203
- CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
204
-
205
- //Flags used by the linker during release builds.
206
- CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
207
-
208
- //Flags used by the linker during Release with Debug Info builds.
209
- CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
210
-
211
- //If set, runtime paths are not added when installing shared libraries,
212
- // but are added when building.
213
- CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
214
-
215
- //If set, runtime paths are not added when using shared libraries.
216
- CMAKE_SKIP_RPATH:BOOL=NO
217
-
218
- //Flags used by the linker during the creation of static libraries.
219
- CMAKE_STATIC_LINKER_FLAGS:STRING=
220
-
221
- //Flags used by the linker during debug builds.
222
- CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
223
-
224
- //Flags used by the linker during release minsize builds.
225
- CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
226
-
227
- //Flags used by the linker during release builds.
228
- CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
229
-
230
- //Flags used by the linker during Release with Debug Info builds.
231
- CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
232
-
233
- //Path to a program.
234
- CMAKE_STRIP:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip
235
-
236
- //If this value is on, makefiles will be generated without the
237
- // .SILENT directive, and all commands will be echoed to the console
238
- // during the make. This is useful for debugging only. With Visual
239
- // Studio IDE projects all commands are done without /nologo.
240
- CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
241
-
242
- //Build libFuzzer fuzzing harness
243
- CMARK_LIB_FUZZER:BOOL=OFF
244
-
245
- //Build shared libcmark-gfm library
246
- CMARK_SHARED:BOOL=ON
247
-
248
- //Build static libcmark-gfm library
249
- CMARK_STATIC:BOOL=ON
250
-
251
- //Build cmark tests and enable testing
252
- CMARK_TESTS:BOOL=ON
253
-
254
- //Path to a program.
255
- PYTHON_EXECUTABLE:FILEPATH=/usr/local/bin/python3
256
-
257
- //Use HIDDEN visibility support if available.
258
- USE_COMPILER_HIDDEN_VISIBILITY:BOOL=ON
259
-
260
- //Value Computed by CMake
261
- cmark_BINARY_DIR:STATIC=/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/build
262
-
263
- //Value Computed by CMake
264
- cmark_SOURCE_DIR:STATIC=/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream
265
-
266
- //Dependencies for target
267
- libcmark-gfm_LIB_DEPENDS:STATIC=
268
-
269
- //Dependencies for target
270
- libcmark-gfm_static_LIB_DEPENDS:STATIC=
271
-
272
- //Dependencies for the target
273
- libcmark-gfmextensions_LIB_DEPENDS:STATIC=general;libcmark-gfm;
274
-
275
- //Dependencies for target
276
- libcmark-gfmextensions_static_LIB_DEPENDS:STATIC=
277
-
278
-
279
- ########################
280
- # INTERNAL cache entries
281
- ########################
282
-
283
- //ADVANCED property for variable: CMAKE_AR
284
- CMAKE_AR-ADVANCED:INTERNAL=1
285
- //This is the directory where this CMakeCache.txt was created
286
- CMAKE_CACHEFILE_DIR:INTERNAL=/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream/build
287
- //Major version of cmake used to create the current loaded cache
288
- CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
289
- //Minor version of cmake used to create the current loaded cache
290
- CMAKE_CACHE_MINOR_VERSION:INTERNAL=9
291
- //Patch version of cmake used to create the current loaded cache
292
- CMAKE_CACHE_PATCH_VERSION:INTERNAL=6
293
- //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
294
- CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
295
- //Path to CMake executable.
296
- CMAKE_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.9.6/bin/cmake
297
- //Path to cpack program executable.
298
- CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.9.6/bin/cpack
299
- //Path to ctest program executable.
300
- CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.9.6/bin/ctest
301
- //ADVANCED property for variable: CMAKE_CXX_COMPILER
302
- CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
303
- //ADVANCED property for variable: CMAKE_CXX_FLAGS
304
- CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
305
- //ADVANCED property for variable: CMAKE_CXX_FLAGS_ASAN
306
- CMAKE_CXX_FLAGS_ASAN-ADVANCED:INTERNAL=1
307
- //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
308
- CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
309
- //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
310
- CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
311
- //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
312
- CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
313
- //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
314
- CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
315
- //ADVANCED property for variable: CMAKE_C_COMPILER
316
- CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
317
- //ADVANCED property for variable: CMAKE_C_FLAGS
318
- CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
319
- //ADVANCED property for variable: CMAKE_C_FLAGS_ASAN
320
- CMAKE_C_FLAGS_ASAN-ADVANCED:INTERNAL=1
321
- //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
322
- CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
323
- //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
324
- CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
325
- //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
326
- CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
327
- //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
328
- CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
329
- //Path to cache edit program executable.
330
- CMAKE_EDIT_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.9.6/bin/ccmake
331
- //Executable file format
332
- CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown
333
- //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
334
- CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
335
- //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_ASAN
336
- CMAKE_EXE_LINKER_FLAGS_ASAN-ADVANCED:INTERNAL=1
337
- //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
338
- CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
339
- //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
340
- CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
341
- //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
342
- CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
343
- //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
344
- CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
345
- //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
346
- CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
347
- //Name of external makefile project generator.
348
- CMAKE_EXTRA_GENERATOR:INTERNAL=
349
- //Name of generator.
350
- CMAKE_GENERATOR:INTERNAL=Unix Makefiles
351
- //Name of generator platform.
352
- CMAKE_GENERATOR_PLATFORM:INTERNAL=
353
- //Name of generator toolset.
354
- CMAKE_GENERATOR_TOOLSET:INTERNAL=
355
- //Source directory with the top level CMakeLists.txt file for this
356
- // project
357
- CMAKE_HOME_DIRECTORY:INTERNAL=/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark-upstream
358
- //ADVANCED property for variable: CMAKE_INSTALL_BINDIR
359
- CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
360
- //ADVANCED property for variable: CMAKE_INSTALL_DATADIR
361
- CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1
362
- //ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR
363
- CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1
364
- //ADVANCED property for variable: CMAKE_INSTALL_DOCDIR
365
- CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1
366
- //ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR
367
- CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1
368
- //ADVANCED property for variable: CMAKE_INSTALL_INFODIR
369
- CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1
370
- //ADVANCED property for variable: CMAKE_INSTALL_LIBDIR
371
- CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1
372
- //ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR
373
- CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1
374
- //ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR
375
- CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1
376
- //ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR
377
- CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1
378
- //ADVANCED property for variable: CMAKE_INSTALL_MANDIR
379
- CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1
380
- //ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL
381
- CMAKE_INSTALL_NAME_TOOL-ADVANCED:INTERNAL=1
382
- //ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR
383
- CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1
384
- //ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR
385
- CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1
386
- //ADVANCED property for variable: CMAKE_INSTALL_SBINDIR
387
- CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1
388
- //ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR
389
- CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1
390
- //ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR
391
- CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1
392
- //ADVANCED property for variable: CMAKE_LINKER
393
- CMAKE_LINKER-ADVANCED:INTERNAL=1
394
- //ADVANCED property for variable: CMAKE_MAKE_PROGRAM
395
- CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
396
- //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
397
- CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
398
- //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
399
- CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
400
- //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
401
- CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
402
- //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
403
- CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
404
- //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
405
- CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
406
- //ADVANCED property for variable: CMAKE_NM
407
- CMAKE_NM-ADVANCED:INTERNAL=1
408
- //number of local generators
409
- CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=6
410
- //ADVANCED property for variable: CMAKE_OBJCOPY
411
- CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
412
- //ADVANCED property for variable: CMAKE_OBJDUMP
413
- CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
414
- //Platform information initialized
415
- CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
416
- //ADVANCED property for variable: CMAKE_RANLIB
417
- CMAKE_RANLIB-ADVANCED:INTERNAL=1
418
- //Path to CMake installation.
419
- CMAKE_ROOT:INTERNAL=/usr/local/Cellar/cmake/3.9.6/share/cmake
420
- //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
421
- CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
422
- //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_ASAN
423
- CMAKE_SHARED_LINKER_FLAGS_ASAN-ADVANCED:INTERNAL=1
424
- //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
425
- CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
426
- //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
427
- CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
428
- //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
429
- CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
430
- //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
431
- CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
432
- //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
433
- CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
434
- //ADVANCED property for variable: CMAKE_SKIP_RPATH
435
- CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
436
- //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
437
- CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
438
- //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
439
- CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
440
- //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
441
- CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
442
- //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
443
- CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
444
- //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
445
- CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
446
- //ADVANCED property for variable: CMAKE_STRIP
447
- CMAKE_STRIP-ADVANCED:INTERNAL=1
448
- //uname command
449
- CMAKE_UNAME:INTERNAL=/usr/bin/uname
450
- //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
451
- CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
452
- //Compiler support for a deprecated attribute
453
- COMPILER_HAS_DEPRECATED:INTERNAL=1
454
- //Test COMPILER_HAS_DEPRECATED_ATTR
455
- COMPILER_HAS_DEPRECATED_ATTR:INTERNAL=1
456
- //Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
457
- COMPILER_HAS_HIDDEN_INLINE_VISIBILITY:INTERNAL=1
458
- //Test COMPILER_HAS_HIDDEN_VISIBILITY
459
- COMPILER_HAS_HIDDEN_VISIBILITY:INTERNAL=1
460
- //Details about finding PythonInterp
461
- FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/usr/local/bin/python3][v3.6.1(3)]
462
- //Test HAVE_FLAG_ADDRESS_SANITIZER
463
- HAVE_FLAG_ADDRESS_SANITIZER:INTERNAL=
464
- //Test HAVE_FLAG_SANITIZE_ADDRESS
465
- HAVE_FLAG_SANITIZE_ADDRESS:INTERNAL=1
466
- //Have include stdbool.h
467
- HAVE_STDBOOL_H:INTERNAL=1
468
- //Test HAVE___ATTRIBUTE__
469
- HAVE___ATTRIBUTE__:INTERNAL=1
470
- //Test HAVE___BUILTIN_EXPECT
471
- HAVE___BUILTIN_EXPECT:INTERNAL=1
472
- //ADVANCED property for variable: PYTHON_EXECUTABLE
473
- PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1
474
- //ADVANCED property for variable: USE_COMPILER_HIDDEN_VISIBILITY
475
- USE_COMPILER_HIDDEN_VISIBILITY-ADVANCED:INTERNAL=1
476
- //CMAKE_INSTALL_PREFIX during last run
477
- _GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local
478
-