commonmarker 0.9.0 → 0.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/ext/commonmarker/commonmarker.c +12 -2
  4. data/lib/commonmarker/version.rb +1 -1
  5. data/test/test_pathological_inputs.rb +47 -8
  6. metadata +2 -101
  7. data/ext/commonmarker/cmark/build/CMakeCache.txt +0 -459
  8. data/ext/commonmarker/cmark/build/CMakeFiles/3.5.2/CMakeCCompiler.cmake +0 -67
  9. data/ext/commonmarker/cmark/build/CMakeFiles/3.5.2/CMakeCXXCompiler.cmake +0 -68
  10. data/ext/commonmarker/cmark/build/CMakeFiles/3.5.2/CMakeDetermineCompilerABI_C.bin +0 -0
  11. data/ext/commonmarker/cmark/build/CMakeFiles/3.5.2/CMakeDetermineCompilerABI_CXX.bin +0 -0
  12. data/ext/commonmarker/cmark/build/CMakeFiles/3.5.2/CMakeSystem.cmake +0 -15
  13. data/ext/commonmarker/cmark/build/CMakeFiles/3.5.2/CompilerIdC/CMakeCCompilerId.c +0 -544
  14. data/ext/commonmarker/cmark/build/CMakeFiles/3.5.2/CompilerIdC/a.out +0 -0
  15. data/ext/commonmarker/cmark/build/CMakeFiles/3.5.2/CompilerIdCXX/CMakeCXXCompilerId.cpp +0 -533
  16. data/ext/commonmarker/cmark/build/CMakeFiles/3.5.2/CompilerIdCXX/a.out +0 -0
  17. data/ext/commonmarker/cmark/build/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
  18. data/ext/commonmarker/cmark/build/CMakeFiles/CMakeError.log +0 -14
  19. data/ext/commonmarker/cmark/build/CMakeFiles/CMakeOutput.log +0 -562
  20. data/ext/commonmarker/cmark/build/CMakeFiles/Makefile.cmake +0 -150
  21. data/ext/commonmarker/cmark/build/CMakeFiles/Makefile2 +0 -295
  22. data/ext/commonmarker/cmark/build/CMakeFiles/TargetDirectories.txt +0 -39
  23. data/ext/commonmarker/cmark/build/CMakeFiles/cmake.check_cache +0 -1
  24. data/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.bin +0 -0
  25. data/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c +0 -34
  26. data/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx +0 -405
  27. data/ext/commonmarker/cmark/build/CMakeFiles/progress.marks +0 -1
  28. data/ext/commonmarker/cmark/build/CTestTestfile.cmake +0 -10
  29. data/ext/commonmarker/cmark/build/Makefile +0 -250
  30. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
  31. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/DependInfo.cmake +0 -35
  32. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/build.make +0 -168
  33. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/cmake_clean.cmake +0 -12
  34. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/depend.make +0 -2
  35. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/flags.make +0 -17
  36. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/link.txt +0 -1
  37. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/progress.make +0 -5
  38. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/progress.marks +0 -1
  39. data/ext/commonmarker/cmark/build/api_test/Makefile +0 -300
  40. data/ext/commonmarker/cmark/build/api_test/cmake_install.cmake +0 -29
  41. data/ext/commonmarker/cmark/build/cmake_install.cmake +0 -48
  42. data/ext/commonmarker/cmark/build/man/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
  43. data/ext/commonmarker/cmark/build/man/CMakeFiles/progress.marks +0 -1
  44. data/ext/commonmarker/cmark/build/man/Makefile +0 -194
  45. data/ext/commonmarker/cmark/build/man/cmake_install.cmake +0 -37
  46. data/ext/commonmarker/cmark/build/src/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
  47. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/DependInfo.cmake +0 -41
  48. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/build.make +0 -626
  49. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/cmake_clean.cmake +0 -29
  50. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/depend.make +0 -2
  51. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/flags.make +0 -10
  52. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/link.txt +0 -1
  53. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/progress.make +0 -22
  54. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/DependInfo.cmake +0 -46
  55. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/build.make +0 -603
  56. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/cmake_clean.cmake +0 -29
  57. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/depend.make +0 -2
  58. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/flags.make +0 -10
  59. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/link.txt +0 -1
  60. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/progress.make +0 -21
  61. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/C.includecache +0 -446
  62. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/DependInfo.cmake +0 -40
  63. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/blocks.c.o +0 -0
  64. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/buffer.c.o +0 -0
  65. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/build.make +0 -600
  66. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmake_clean.cmake +0 -28
  67. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmake_clean_target.cmake +0 -3
  68. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmark.c.o +0 -0
  69. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmark_ctype.c.o +0 -0
  70. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/commonmark.c.o +0 -0
  71. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/depend.internal +0 -195
  72. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/depend.make +0 -195
  73. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/flags.make +0 -10
  74. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/houdini_href_e.c.o +0 -0
  75. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/houdini_html_e.c.o +0 -0
  76. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/houdini_html_u.c.o +0 -0
  77. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/html.c.o +0 -0
  78. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/inlines.c.o +0 -0
  79. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/iterator.c.o +0 -0
  80. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/latex.c.o +0 -0
  81. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/link.txt +0 -2
  82. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/man.c.o +0 -0
  83. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/node.c.o +0 -0
  84. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/progress.make +0 -21
  85. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/references.c.o +0 -0
  86. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/render.c.o +0 -0
  87. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/scanners.c.o +0 -0
  88. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/utf8.c.o +0 -0
  89. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/xml.c.o +0 -0
  90. data/ext/commonmarker/cmark/build/src/CMakeFiles/progress.marks +0 -1
  91. data/ext/commonmarker/cmark/build/src/Makefile +0 -956
  92. data/ext/commonmarker/cmark/build/src/cmake_install.cmake +0 -77
  93. data/ext/commonmarker/cmark/build/src/cmark_export.h +0 -41
  94. data/ext/commonmarker/cmark/build/src/cmark_version.h +0 -7
  95. data/ext/commonmarker/cmark/build/src/config.h +0 -76
  96. data/ext/commonmarker/cmark/build/src/libcmark.a +0 -0
  97. data/ext/commonmarker/cmark/build/src/libcmark.pc +0 -10
  98. data/ext/commonmarker/cmark/build/testdir/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
  99. data/ext/commonmarker/cmark/build/testdir/CMakeFiles/progress.marks +0 -1
  100. data/ext/commonmarker/cmark/build/testdir/CTestTestfile.cmake +0 -14
  101. data/ext/commonmarker/cmark/build/testdir/Makefile +0 -194
  102. data/ext/commonmarker/cmark/build/testdir/cmake_install.cmake +0 -29
  103. data/ext/commonmarker/cmark/test/__pycache__/cmark.cpython-34.pyc +0 -0
  104. data/ext/commonmarker/cmark/test/__pycache__/normalize.cpython-34.pyc +0 -0
  105. data/ext/commonmarker/commonmarker.c.orig +0 -1041
@@ -1 +0,0 @@
1
- # This file is generated by cmake for dependency checking of the CMakeCache.txt file
@@ -1,34 +0,0 @@
1
-
2
- const char features[] = {"\n"
3
- "C_FEATURE:"
4
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400
5
- "1"
6
- #else
7
- "0"
8
- #endif
9
- "c_function_prototypes\n"
10
- "C_FEATURE:"
11
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
12
- "1"
13
- #else
14
- "0"
15
- #endif
16
- "c_restrict\n"
17
- "C_FEATURE:"
18
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
19
- "1"
20
- #else
21
- "0"
22
- #endif
23
- "c_static_assert\n"
24
- "C_FEATURE:"
25
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
26
- "1"
27
- #else
28
- "0"
29
- #endif
30
- "c_variadic_macros\n"
31
-
32
- };
33
-
34
- int main(int argc, char** argv) { (void)argv; return features[argc]; }
@@ -1,405 +0,0 @@
1
-
2
- const char features[] = {"\n"
3
- "CXX_FEATURE:"
4
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_aggregate_nsdmi)
5
- "1"
6
- #else
7
- "0"
8
- #endif
9
- "cxx_aggregate_default_initializers\n"
10
- "CXX_FEATURE:"
11
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_alias_templates)
12
- "1"
13
- #else
14
- "0"
15
- #endif
16
- "cxx_alias_templates\n"
17
- "CXX_FEATURE:"
18
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_alignas)
19
- "1"
20
- #else
21
- "0"
22
- #endif
23
- "cxx_alignas\n"
24
- "CXX_FEATURE:"
25
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_alignas)
26
- "1"
27
- #else
28
- "0"
29
- #endif
30
- "cxx_alignof\n"
31
- "CXX_FEATURE:"
32
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_attributes)
33
- "1"
34
- #else
35
- "0"
36
- #endif
37
- "cxx_attributes\n"
38
- "CXX_FEATURE:"
39
- #if ((__clang_major__ * 100) + __clang_minor__) >= 501 && __cplusplus > 201103L
40
- "1"
41
- #else
42
- "0"
43
- #endif
44
- "cxx_attribute_deprecated\n"
45
- "CXX_FEATURE:"
46
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_auto_type)
47
- "1"
48
- #else
49
- "0"
50
- #endif
51
- "cxx_auto_type\n"
52
- "CXX_FEATURE:"
53
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_binary_literals)
54
- "1"
55
- #else
56
- "0"
57
- #endif
58
- "cxx_binary_literals\n"
59
- "CXX_FEATURE:"
60
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_constexpr)
61
- "1"
62
- #else
63
- "0"
64
- #endif
65
- "cxx_constexpr\n"
66
- "CXX_FEATURE:"
67
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_contextual_conversions)
68
- "1"
69
- #else
70
- "0"
71
- #endif
72
- "cxx_contextual_conversions\n"
73
- "CXX_FEATURE:"
74
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_decltype)
75
- "1"
76
- #else
77
- "0"
78
- #endif
79
- "cxx_decltype\n"
80
- "CXX_FEATURE:"
81
- #if ((__clang_major__ * 100) + __clang_minor__) >= 501 && __cplusplus > 201103L
82
- "1"
83
- #else
84
- "0"
85
- #endif
86
- "cxx_decltype_auto\n"
87
- "CXX_FEATURE:"
88
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_decltype_incomplete_return_types)
89
- "1"
90
- #else
91
- "0"
92
- #endif
93
- "cxx_decltype_incomplete_return_types\n"
94
- "CXX_FEATURE:"
95
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_default_function_template_args)
96
- "1"
97
- #else
98
- "0"
99
- #endif
100
- "cxx_default_function_template_args\n"
101
- "CXX_FEATURE:"
102
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_defaulted_functions)
103
- "1"
104
- #else
105
- "0"
106
- #endif
107
- "cxx_defaulted_functions\n"
108
- "CXX_FEATURE:"
109
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_defaulted_functions)
110
- "1"
111
- #else
112
- "0"
113
- #endif
114
- "cxx_defaulted_move_initializers\n"
115
- "CXX_FEATURE:"
116
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_delegating_constructors)
117
- "1"
118
- #else
119
- "0"
120
- #endif
121
- "cxx_delegating_constructors\n"
122
- "CXX_FEATURE:"
123
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_deleted_functions)
124
- "1"
125
- #else
126
- "0"
127
- #endif
128
- "cxx_deleted_functions\n"
129
- "CXX_FEATURE:"
130
- #if ((__clang_major__ * 100) + __clang_minor__) >= 501 && __cplusplus > 201103L
131
- "1"
132
- #else
133
- "0"
134
- #endif
135
- "cxx_digit_separators\n"
136
- "CXX_FEATURE:"
137
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L
138
- "1"
139
- #else
140
- "0"
141
- #endif
142
- "cxx_enum_forward_declarations\n"
143
- "CXX_FEATURE:"
144
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_explicit_conversions)
145
- "1"
146
- #else
147
- "0"
148
- #endif
149
- "cxx_explicit_conversions\n"
150
- "CXX_FEATURE:"
151
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L
152
- "1"
153
- #else
154
- "0"
155
- #endif
156
- "cxx_extended_friend_declarations\n"
157
- "CXX_FEATURE:"
158
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L
159
- "1"
160
- #else
161
- "0"
162
- #endif
163
- "cxx_extern_templates\n"
164
- "CXX_FEATURE:"
165
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_override_control)
166
- "1"
167
- #else
168
- "0"
169
- #endif
170
- "cxx_final\n"
171
- "CXX_FEATURE:"
172
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L
173
- "1"
174
- #else
175
- "0"
176
- #endif
177
- "cxx_func_identifier\n"
178
- "CXX_FEATURE:"
179
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_generalized_initializers)
180
- "1"
181
- #else
182
- "0"
183
- #endif
184
- "cxx_generalized_initializers\n"
185
- "CXX_FEATURE:"
186
- #if ((__clang_major__ * 100) + __clang_minor__) >= 501 && __cplusplus > 201103L
187
- "1"
188
- #else
189
- "0"
190
- #endif
191
- "cxx_generic_lambdas\n"
192
- "CXX_FEATURE:"
193
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_inheriting_constructors)
194
- "1"
195
- #else
196
- "0"
197
- #endif
198
- "cxx_inheriting_constructors\n"
199
- "CXX_FEATURE:"
200
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L
201
- "1"
202
- #else
203
- "0"
204
- #endif
205
- "cxx_inline_namespaces\n"
206
- "CXX_FEATURE:"
207
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_lambdas)
208
- "1"
209
- #else
210
- "0"
211
- #endif
212
- "cxx_lambdas\n"
213
- "CXX_FEATURE:"
214
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_init_captures)
215
- "1"
216
- #else
217
- "0"
218
- #endif
219
- "cxx_lambda_init_captures\n"
220
- "CXX_FEATURE:"
221
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_local_type_template_args)
222
- "1"
223
- #else
224
- "0"
225
- #endif
226
- "cxx_local_type_template_args\n"
227
- "CXX_FEATURE:"
228
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L
229
- "1"
230
- #else
231
- "0"
232
- #endif
233
- "cxx_long_long_type\n"
234
- "CXX_FEATURE:"
235
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_noexcept)
236
- "1"
237
- #else
238
- "0"
239
- #endif
240
- "cxx_noexcept\n"
241
- "CXX_FEATURE:"
242
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_nonstatic_member_init)
243
- "1"
244
- #else
245
- "0"
246
- #endif
247
- "cxx_nonstatic_member_init\n"
248
- "CXX_FEATURE:"
249
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_nullptr)
250
- "1"
251
- #else
252
- "0"
253
- #endif
254
- "cxx_nullptr\n"
255
- "CXX_FEATURE:"
256
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_override_control)
257
- "1"
258
- #else
259
- "0"
260
- #endif
261
- "cxx_override\n"
262
- "CXX_FEATURE:"
263
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_range_for)
264
- "1"
265
- #else
266
- "0"
267
- #endif
268
- "cxx_range_for\n"
269
- "CXX_FEATURE:"
270
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_raw_string_literals)
271
- "1"
272
- #else
273
- "0"
274
- #endif
275
- "cxx_raw_string_literals\n"
276
- "CXX_FEATURE:"
277
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_reference_qualified_functions)
278
- "1"
279
- #else
280
- "0"
281
- #endif
282
- "cxx_reference_qualified_functions\n"
283
- "CXX_FEATURE:"
284
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_relaxed_constexpr)
285
- "1"
286
- #else
287
- "0"
288
- #endif
289
- "cxx_relaxed_constexpr\n"
290
- "CXX_FEATURE:"
291
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_return_type_deduction)
292
- "1"
293
- #else
294
- "0"
295
- #endif
296
- "cxx_return_type_deduction\n"
297
- "CXX_FEATURE:"
298
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L
299
- "1"
300
- #else
301
- "0"
302
- #endif
303
- "cxx_right_angle_brackets\n"
304
- "CXX_FEATURE:"
305
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_rvalue_references)
306
- "1"
307
- #else
308
- "0"
309
- #endif
310
- "cxx_rvalue_references\n"
311
- "CXX_FEATURE:"
312
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L
313
- "1"
314
- #else
315
- "0"
316
- #endif
317
- "cxx_sizeof_member\n"
318
- "CXX_FEATURE:"
319
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_static_assert)
320
- "1"
321
- #else
322
- "0"
323
- #endif
324
- "cxx_static_assert\n"
325
- "CXX_FEATURE:"
326
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_strong_enums)
327
- "1"
328
- #else
329
- "0"
330
- #endif
331
- "cxx_strong_enums\n"
332
- "CXX_FEATURE:"
333
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 199711L
334
- "1"
335
- #else
336
- "0"
337
- #endif
338
- "cxx_template_template_parameters\n"
339
- "CXX_FEATURE:"
340
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_thread_local)
341
- "1"
342
- #else
343
- "0"
344
- #endif
345
- "cxx_thread_local\n"
346
- "CXX_FEATURE:"
347
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_trailing_return)
348
- "1"
349
- #else
350
- "0"
351
- #endif
352
- "cxx_trailing_return_types\n"
353
- "CXX_FEATURE:"
354
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_unicode_literals)
355
- "1"
356
- #else
357
- "0"
358
- #endif
359
- "cxx_unicode_literals\n"
360
- "CXX_FEATURE:"
361
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_generalized_initializers)
362
- "1"
363
- #else
364
- "0"
365
- #endif
366
- "cxx_uniform_initialization\n"
367
- "CXX_FEATURE:"
368
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_unrestricted_unions)
369
- "1"
370
- #else
371
- "0"
372
- #endif
373
- "cxx_unrestricted_unions\n"
374
- "CXX_FEATURE:"
375
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_user_literals)
376
- "1"
377
- #else
378
- "0"
379
- #endif
380
- "cxx_user_literals\n"
381
- "CXX_FEATURE:"
382
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_variable_templates)
383
- "1"
384
- #else
385
- "0"
386
- #endif
387
- "cxx_variable_templates\n"
388
- "CXX_FEATURE:"
389
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L
390
- "1"
391
- #else
392
- "0"
393
- #endif
394
- "cxx_variadic_macros\n"
395
- "CXX_FEATURE:"
396
- #if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_variadic_templates)
397
- "1"
398
- #else
399
- "0"
400
- #endif
401
- "cxx_variadic_templates\n"
402
-
403
- };
404
-
405
- int main(int argc, char** argv) { (void)argv; return features[argc]; }
@@ -1,10 +0,0 @@
1
- # CMake generated Testfile for
2
- # Source directory: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark
3
- # Build directory: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build
4
- #
5
- # This file includes the relevant testing commands required for
6
- # testing this directory and lists subdirectories to be tested as well.
7
- subdirs(src)
8
- subdirs(api_test)
9
- subdirs(man)
10
- subdirs(testdir)