commonmarker 0.9.2 → 0.10.0

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 (82) hide show
  1. checksums.yaml +4 -4
  2. data/ext/commonmarker/cmark/CMakeLists.txt +10 -2
  3. data/ext/commonmarker/cmark/Makefile +11 -13
  4. data/ext/commonmarker/cmark/README.md +1 -1
  5. data/ext/commonmarker/cmark/api_test/main.c +18 -14
  6. data/ext/commonmarker/cmark/build/CMakeCache.txt +8 -8
  7. data/ext/commonmarker/cmark/build/CMakeFiles/{3.5.2 → 3.6.0}/CMakeCCompiler.cmake +0 -0
  8. data/ext/commonmarker/cmark/build/CMakeFiles/{3.5.2 → 3.6.0}/CMakeCXXCompiler.cmake +0 -0
  9. data/ext/commonmarker/cmark/build/CMakeFiles/{3.5.2 → 3.6.0}/CMakeDetermineCompilerABI_C.bin +0 -0
  10. data/ext/commonmarker/cmark/build/CMakeFiles/{3.5.2 → 3.6.0}/CMakeDetermineCompilerABI_CXX.bin +0 -0
  11. data/ext/commonmarker/cmark/build/CMakeFiles/{3.5.2 → 3.6.0}/CMakeSystem.cmake +0 -0
  12. data/ext/commonmarker/cmark/build/CMakeFiles/{3.5.2 → 3.6.0}/CompilerIdC/CMakeCCompilerId.c +26 -9
  13. data/ext/commonmarker/cmark/build/CMakeFiles/{3.5.2 → 3.6.0}/CompilerIdC/a.out +0 -0
  14. data/ext/commonmarker/cmark/build/CMakeFiles/{3.5.2 → 3.6.0}/CompilerIdCXX/CMakeCXXCompilerId.cpp +3 -3
  15. data/ext/commonmarker/cmark/build/CMakeFiles/{3.5.2 → 3.6.0}/CompilerIdCXX/a.out +0 -0
  16. data/ext/commonmarker/cmark/build/CMakeFiles/CMakeDirectoryInformation.cmake +1 -1
  17. data/ext/commonmarker/cmark/build/CMakeFiles/CMakeError.log +6 -6
  18. data/ext/commonmarker/cmark/build/CMakeFiles/CMakeOutput.log +143 -143
  19. data/ext/commonmarker/cmark/build/CMakeFiles/Makefile.cmake +108 -107
  20. data/ext/commonmarker/cmark/build/CMakeFiles/Makefile2 +3 -3
  21. data/ext/commonmarker/cmark/build/Makefile +10 -10
  22. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/CMakeDirectoryInformation.cmake +1 -1
  23. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/build.make +4 -4
  24. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/flags.make +1 -1
  25. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/link.txt +1 -1
  26. data/ext/commonmarker/cmark/build/api_test/Makefile +10 -10
  27. data/ext/commonmarker/cmark/build/man/CMakeFiles/CMakeDirectoryInformation.cmake +1 -1
  28. data/ext/commonmarker/cmark/build/man/Makefile +10 -10
  29. data/ext/commonmarker/cmark/build/man/cmake_install.cmake +2 -2
  30. data/ext/commonmarker/cmark/build/src/CMakeFiles/CMakeDirectoryInformation.cmake +1 -1
  31. data/ext/commonmarker/cmark/build/src/CMakeFiles/Export/lib/cmake/cmark-release.cmake +38 -0
  32. data/ext/commonmarker/cmark/build/src/CMakeFiles/Export/lib/cmake/cmark.cmake +92 -0
  33. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/build.make +3 -3
  34. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/flags.make +1 -1
  35. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/DependInfo.cmake +1 -1
  36. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/build.make +26 -26
  37. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/cmake_clean.cmake +1 -1
  38. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/flags.make +1 -1
  39. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/link.txt +1 -1
  40. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/C.includecache +0 -4
  41. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/blocks.c.o +0 -0
  42. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/build.make +3 -3
  43. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmark.c.o +0 -0
  44. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/depend.internal +1 -1
  45. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/depend.make +1 -1
  46. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/flags.make +1 -1
  47. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/inlines.c.o +0 -0
  48. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/node.c.o +0 -0
  49. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/references.c.o +0 -0
  50. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/scanners.c.o +0 -0
  51. data/ext/commonmarker/cmark/build/src/Makefile +10 -10
  52. data/ext/commonmarker/cmark/build/src/cmake_install.cmake +26 -7
  53. data/ext/commonmarker/cmark/build/src/cmark_export.h +4 -3
  54. data/ext/commonmarker/cmark/build/src/cmark_version.h +2 -2
  55. data/ext/commonmarker/cmark/build/src/config.h +0 -8
  56. data/ext/commonmarker/cmark/build/src/libcmark.a +0 -0
  57. data/ext/commonmarker/cmark/build/src/libcmark.pc +1 -1
  58. data/ext/commonmarker/cmark/build/testdir/CMakeFiles/CMakeDirectoryInformation.cmake +1 -1
  59. data/ext/commonmarker/cmark/build/testdir/Makefile +10 -10
  60. data/ext/commonmarker/cmark/changelog.txt +111 -0
  61. data/ext/commonmarker/cmark/man/man3/cmark.3 +26 -26
  62. data/ext/commonmarker/cmark/src/CMakeLists.txt +3 -0
  63. data/ext/commonmarker/cmark/src/blocks.c +50 -37
  64. data/ext/commonmarker/cmark/src/buffer.c +5 -5
  65. data/ext/commonmarker/cmark/src/buffer.h +4 -2
  66. data/ext/commonmarker/cmark/src/chunk.h +8 -5
  67. data/ext/commonmarker/cmark/src/cmark.c +5 -3
  68. data/ext/commonmarker/cmark/src/cmark.h +7 -6
  69. data/ext/commonmarker/cmark/src/commonmark.c +8 -10
  70. data/ext/commonmarker/cmark/src/config.h.in +0 -8
  71. data/ext/commonmarker/cmark/src/inlines.c +93 -45
  72. data/ext/commonmarker/cmark/src/inlines.h +2 -2
  73. data/ext/commonmarker/cmark/src/node.c +0 -3
  74. data/ext/commonmarker/cmark/src/references.c +3 -2
  75. data/ext/commonmarker/cmark/src/render.c +6 -5
  76. data/ext/commonmarker/cmark/src/scanners.c +1050 -1053
  77. data/ext/commonmarker/cmark/src/scanners.re +4 -4
  78. data/ext/commonmarker/cmark/test/pathological_tests.py +1 -1
  79. data/ext/commonmarker/cmark/test/spec.txt +179 -196
  80. data/lib/commonmarker/version.rb +1 -1
  81. data/test/test_attributes.rb +1 -1
  82. metadata +13 -11
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2f73d6d7ff9aa0a2bf2b4417b47b45a785701b3f
4
- data.tar.gz: 41bb5284e8d983e7e3b37559db5d12b40a5a8c81
3
+ metadata.gz: 0c3e63e431a27f384172714e6460c945c72b99f8
4
+ data.tar.gz: dafacce9a5895793f2cd8709bd5f8083832a3e6e
5
5
  SHA512:
6
- metadata.gz: 6109b6277b18684d40badc9d94efd35b0e7bd76339ae4989026fde65639ea6bcfc5a79bb7232ac787b42af1ceb03b51d3400760fd39ef667c061cc8c4914a553
7
- data.tar.gz: c1a10ca163937f3c92afc660908be1fd3341f8d9fd0ffe4fbbb72df70b48596b82e77959c2565528a630647393c99bbb29e37ef8283c1e802848a020b538cee9
6
+ metadata.gz: 174f4b68f0e575d449fe8599fb62fc20c9bb015e13c3e4b751a880ef16e184083184732c4c1d88e882d9eb293fe281bde94301787829ac934efde2466f48da7a
7
+ data.tar.gz: 3d40bca547a63f24e961a1fae3ffea86033c13789e3f86d11d1305888a567c2b0f21e217f63d1735ac90a68de31ba603e4f9f49f561c3e18717e5d8050478cf8
@@ -1,5 +1,13 @@
1
1
  cmake_minimum_required(VERSION 2.8.9)
2
+
3
+ # prevent ugly developer warnings because version is set directly, not through project()
4
+ # it should be redone properly by using VERSION in project() if on CMake 3.x
5
+ if(CMAKE_MAJOR_VERSION GREATER 2)
6
+ cmake_policy(SET CMP0048 OLD)
7
+ endif()
8
+
2
9
  project(cmark)
10
+
3
11
  include("FindAsan.cmake")
4
12
 
5
13
  if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
@@ -9,8 +17,8 @@ endif()
9
17
  set(PROJECT_NAME "cmark")
10
18
 
11
19
  set(PROJECT_VERSION_MAJOR 0)
12
- set(PROJECT_VERSION_MINOR 25)
13
- set(PROJECT_VERSION_PATCH 2)
20
+ set(PROJECT_VERSION_MINOR 26)
21
+ set(PROJECT_VERSION_PATCH 1)
14
22
  set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH} )
15
23
 
16
24
  option(CMARK_TESTS "Build cmark tests and enable testing" ON)
@@ -26,7 +26,7 @@ all: cmake_build man/man3/cmark.3
26
26
  $(CMARK): cmake_build
27
27
 
28
28
  cmake_build: $(BUILDDIR)
29
- @make -j2 -C $(BUILDDIR)
29
+ @$(MAKE) -j2 -C $(BUILDDIR)
30
30
  @echo "Binaries can be found in $(BUILDDIR)/src"
31
31
 
32
32
  $(BUILDDIR):
@@ -40,37 +40,37 @@ $(BUILDDIR):
40
40
  -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
41
41
 
42
42
  install: $(BUILDDIR)
43
- make -C $(BUILDDIR) install
43
+ $(MAKE) -C $(BUILDDIR) install
44
44
 
45
45
  debug:
46
46
  mkdir -p $(BUILDDIR); \
47
47
  cd $(BUILDDIR); \
48
48
  cmake .. -DCMAKE_BUILD_TYPE=Debug; \
49
- make
49
+ $(MAKE)
50
50
 
51
51
  ubsan:
52
52
  mkdir -p $(BUILDDIR); \
53
53
  cd $(BUILDDIR); \
54
54
  cmake .. -DCMAKE_BUILD_TYPE=Ubsan; \
55
- make
55
+ $(MAKE)
56
56
 
57
57
  asan:
58
58
  mkdir -p $(BUILDDIR); \
59
59
  cd $(BUILDDIR); \
60
60
  cmake .. -DCMAKE_BUILD_TYPE=Asan; \
61
- make
61
+ $(MAKE)
62
62
 
63
63
  prof:
64
64
  mkdir -p $(BUILDDIR); \
65
65
  cd $(BUILDDIR); \
66
66
  cmake .. -DCMAKE_BUILD_TYPE=Profile; \
67
- make
67
+ $(MAKE)
68
68
 
69
69
  afl:
70
70
  @[ -n "$(AFL_PATH)" ] || { echo '$$AFL_PATH not set'; false; }
71
71
  mkdir -p $(BUILDDIR)
72
72
  cd $(BUILDDIR) && cmake .. -DCMAKE_C_COMPILER=$(AFL_PATH)/afl-gcc
73
- make
73
+ $(MAKE)
74
74
  $(AFL_PATH)/afl-fuzz \
75
75
  -i test/afl_test_cases \
76
76
  -o test/afl_results \
@@ -85,7 +85,7 @@ mingw:
85
85
  mkdir -p $(MINGW_BUILDDIR); \
86
86
  cd $(MINGW_BUILDDIR); \
87
87
  cmake .. -DCMAKE_TOOLCHAIN_FILE=../toolchain-mingw32.cmake -DCMAKE_INSTALL_PREFIX=$(MINGW_INSTALLDIR) ;\
88
- make && make install
88
+ $(MAKE) && $(MAKE) install
89
89
 
90
90
  man/man3/cmark.3: src/cmark.h | $(CMARK)
91
91
  python man/make_man_page.py $< > $@ \
@@ -125,20 +125,18 @@ update-spec:
125
125
  > $(SPEC)
126
126
 
127
127
  test: $(SPEC) cmake_build
128
- make -C $(BUILDDIR) test || (cat $(BUILDDIR)/Testing/Temporary/LastTest.log && exit 1)
128
+ $(MAKE) -C $(BUILDDIR) test || (cat $(BUILDDIR)/Testing/Temporary/LastTest.log && exit 1)
129
129
 
130
130
  $(ALLTESTS): $(SPEC)
131
131
  python3 test/spec_tests.py --spec $< --dump-tests | python3 -c 'import json; import sys; tests = json.loads(sys.stdin.read()); print("\n".join([test["markdown"] for test in tests]))' > $@
132
132
 
133
133
  leakcheck: $(ALLTESTS)
134
- rc=0; \
135
134
  for format in html man xml latex commonmark; do \
136
135
  for opts in "" "--smart" "--normalize"; do \
137
136
  echo "cmark -t $$format $$opts" ; \
138
- cat $< | valgrind -q --leak-check=full --dsymutil=yes --error-exitcode=1 $(PROG) -t $$format $$opts >/dev/null || rc=1; \
137
+ valgrind -q --leak-check=full --dsymutil=yes --error-exitcode=1 $(PROG) -t $$format $$opts $(ALLTESTS) >/dev/null || exit 1;\
139
138
  done; \
140
- done; \
141
- exit $$rc
139
+ done;
142
140
 
143
141
  fuzztest:
144
142
  { for i in `seq 1 10`; do \
@@ -65,7 +65,7 @@ Installing
65
65
 
66
66
  Building the C program (`cmark`) and shared library (`libcmark`)
67
67
  requires [cmake]. If you modify `scanners.re`, then you will also
68
- need [re2c] (>= 0.14.2), which is used to generate `scanners.c` from
68
+ need [re2c] \(>= 0.14.2\), which is used to generate `scanners.c` from
69
69
  `scanners.re`. We have included a pre-generated `scanners.c` in
70
70
  the repository to reduce build dependencies.
71
71
 
@@ -83,12 +83,10 @@ static void accessors(test_batch_runner *runner) {
83
83
  "\n"
84
84
  "3. Item 2\n"
85
85
  "\n"
86
- "\n"
87
- " code\n"
88
- "\n"
89
86
  "``` lang\n"
90
87
  "fenced\n"
91
88
  "```\n"
89
+ " code\n"
92
90
  "\n"
93
91
  "<div>html</div>\n"
94
92
  "\n"
@@ -117,23 +115,23 @@ static void accessors(test_batch_runner *runner) {
117
115
  INT_EQ(runner, cmark_node_get_list_tight(ordered_list), 0,
118
116
  "get_list_tight loose");
119
117
 
120
- cmark_node *code = cmark_node_next(ordered_list);
121
- STR_EQ(runner, cmark_node_get_literal(code), "code\n",
122
- "get_literal indented code");
123
-
124
- cmark_node *fenced = cmark_node_next(code);
118
+ cmark_node *fenced = cmark_node_next(ordered_list);
125
119
  STR_EQ(runner, cmark_node_get_literal(fenced), "fenced\n",
126
120
  "get_literal fenced code");
127
121
  STR_EQ(runner, cmark_node_get_fence_info(fenced), "lang", "get_fence_info");
128
122
 
129
- cmark_node *html = cmark_node_next(fenced);
123
+ cmark_node *code = cmark_node_next(fenced);
124
+ STR_EQ(runner, cmark_node_get_literal(code), "code\n",
125
+ "get_literal indented code");
126
+
127
+ cmark_node *html = cmark_node_next(code);
130
128
  STR_EQ(runner, cmark_node_get_literal(html), "<div>html</div>\n",
131
129
  "get_literal html");
132
130
 
133
131
  cmark_node *paragraph = cmark_node_next(html);
134
- INT_EQ(runner, cmark_node_get_start_line(paragraph), 19, "get_start_line");
132
+ INT_EQ(runner, cmark_node_get_start_line(paragraph), 17, "get_start_line");
135
133
  INT_EQ(runner, cmark_node_get_start_column(paragraph), 1, "get_start_column");
136
- INT_EQ(runner, cmark_node_get_end_line(paragraph), 19, "get_end_line");
134
+ INT_EQ(runner, cmark_node_get_end_line(paragraph), 17, "get_end_line");
137
135
 
138
136
  cmark_node *link = cmark_node_first_child(paragraph);
139
137
  STR_EQ(runner, cmark_node_get_url(link), "url", "get_url");
@@ -171,7 +169,13 @@ static void accessors(test_batch_runner *runner) {
171
169
  OK(runner, cmark_node_set_url(link, "URL"), "set_url");
172
170
  OK(runner, cmark_node_set_title(link, "TITLE"), "set_title");
173
171
 
174
- OK(runner, cmark_node_set_literal(string, "LINK"), "set_literal string");
172
+ OK(runner, cmark_node_set_literal(string, "prefix-LINK"),
173
+ "set_literal string");
174
+
175
+ // Set literal to suffix of itself (issue #139).
176
+ const char *literal = cmark_node_get_literal(string);
177
+ OK(runner, cmark_node_set_literal(string, literal + sizeof("prefix")),
178
+ "set_literal suffix");
175
179
 
176
180
  char *rendered_html = cmark_render_html(doc, CMARK_OPT_DEFAULT);
177
181
  static const char expected_html[] =
@@ -188,10 +192,10 @@ static void accessors(test_batch_runner *runner) {
188
192
  "<li>Item 1</li>\n"
189
193
  "<li>Item 2</li>\n"
190
194
  "</ul>\n"
191
- "<pre><code>CODE\n"
192
- "</code></pre>\n"
193
195
  "<pre><code class=\"language-LANG\">FENCED\n"
194
196
  "</code></pre>\n"
197
+ "<pre><code>CODE\n"
198
+ "</code></pre>\n"
195
199
  "<div>HTML</div>\n"
196
200
  "<p><a href=\"URL\" title=\"TITLE\">LINK</a></p>\n";
197
201
  STR_EQ(runner, rendered_html, expected_html, "setters work");
@@ -1,6 +1,6 @@
1
1
  # This is the CMakeCache file.
2
2
  # For build in directory: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build
3
- # It was generated by CMake: /usr/local/Cellar/cmake/3.5.2/bin/cmake
3
+ # It was generated by CMake: /usr/local/Cellar/cmake/3.6.0_1/bin/cmake
4
4
  # You can edit this file to change values found and used by cmake.
5
5
  # If you do not want to change any of the values, simply exit the editor.
6
6
  # If you do want to change a value, simply edit, save, and exit the editor.
@@ -272,17 +272,17 @@ CMAKE_CACHEFILE_DIR:INTERNAL=/Users/gjtorikian/Development/commonmarker/ext/comm
272
272
  //Major version of cmake used to create the current loaded cache
273
273
  CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
274
274
  //Minor version of cmake used to create the current loaded cache
275
- CMAKE_CACHE_MINOR_VERSION:INTERNAL=5
275
+ CMAKE_CACHE_MINOR_VERSION:INTERNAL=6
276
276
  //Patch version of cmake used to create the current loaded cache
277
- CMAKE_CACHE_PATCH_VERSION:INTERNAL=2
277
+ CMAKE_CACHE_PATCH_VERSION:INTERNAL=0
278
278
  //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
279
279
  CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
280
280
  //Path to CMake executable.
281
- CMAKE_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.5.2/bin/cmake
281
+ CMAKE_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.6.0_1/bin/cmake
282
282
  //Path to cpack program executable.
283
- CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.5.2/bin/cpack
283
+ CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.6.0_1/bin/cpack
284
284
  //Path to ctest program executable.
285
- CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.5.2/bin/ctest
285
+ CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.6.0_1/bin/ctest
286
286
  //ADVANCED property for variable: CMAKE_CXX_COMPILER
287
287
  CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
288
288
  //ADVANCED property for variable: CMAKE_CXX_FLAGS
@@ -312,7 +312,7 @@ CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
312
312
  //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
313
313
  CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
314
314
  //Path to cache edit program executable.
315
- CMAKE_EDIT_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.5.2/bin/ccmake
315
+ CMAKE_EDIT_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.6.0_1/bin/ccmake
316
316
  //Executable file format
317
317
  CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown
318
318
  //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
@@ -397,7 +397,7 @@ CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
397
397
  //ADVANCED property for variable: CMAKE_RANLIB
398
398
  CMAKE_RANLIB-ADVANCED:INTERNAL=1
399
399
  //Path to CMake installation.
400
- CMAKE_ROOT:INTERNAL=/usr/local/Cellar/cmake/3.5.2/share/cmake
400
+ CMAKE_ROOT:INTERNAL=/usr/local/Cellar/cmake/3.6.0_1/share/cmake
401
401
  //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
402
402
  CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
403
403
  //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_ASAN
@@ -5,6 +5,11 @@
5
5
  #if defined(__18CXX)
6
6
  # define ID_VOID_MAIN
7
7
  #endif
8
+ #if defined(__CLASSIC_C__)
9
+ /* cv-qualifiers did not exist in K&R C */
10
+ # define const
11
+ # define volatile
12
+ #endif
8
13
 
9
14
 
10
15
  /* Version number components: V=Version, R=Revision, P=Patch
@@ -146,6 +151,9 @@
146
151
  #elif defined(__TINYC__)
147
152
  # define COMPILER_ID "TinyCC"
148
153
 
154
+ #elif defined(__BCC__)
155
+ # define COMPILER_ID "Bruce"
156
+
149
157
  #elif defined(__SCO_VERSION__)
150
158
  # define COMPILER_ID "SCO"
151
159
 
@@ -378,11 +386,11 @@ char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
378
386
  # define PLATFORM_ID "Windows3x"
379
387
 
380
388
  # else /* unknown platform */
381
- # define PLATFORM_ID ""
389
+ # define PLATFORM_ID
382
390
  # endif
383
391
 
384
392
  #else /* unknown platform */
385
- # define PLATFORM_ID ""
393
+ # define PLATFORM_ID
386
394
 
387
395
  #endif
388
396
 
@@ -432,7 +440,7 @@ char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
432
440
  # endif
433
441
 
434
442
  #else
435
- # define ARCHITECTURE_ID ""
443
+ # define ARCHITECTURE_ID
436
444
  #endif
437
445
 
438
446
  /* Convert integer to decimal digit literals. */
@@ -503,23 +511,32 @@ char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
503
511
 
504
512
 
505
513
 
506
- const char* info_language_dialect_default = "INFO" ":" "dialect_default["
507
- #if !defined(__STDC_VERSION__)
508
- "90"
514
+ #if !defined(__STDC__)
515
+ # if defined(_MSC_VER) && !defined(__clang__)
516
+ # define C_DIALECT "90"
517
+ # else
518
+ # define C_DIALECT
519
+ # endif
509
520
  #elif __STDC_VERSION__ >= 201000L
510
- "11"
521
+ # define C_DIALECT "11"
511
522
  #elif __STDC_VERSION__ >= 199901L
512
- "99"
523
+ # define C_DIALECT "99"
513
524
  #else
525
+ # define C_DIALECT "90"
514
526
  #endif
515
- "]";
527
+ const char* info_language_dialect_default =
528
+ "INFO" ":" "dialect_default[" C_DIALECT "]";
516
529
 
517
530
  /*--------------------------------------------------------------------------*/
518
531
 
519
532
  #ifdef ID_VOID_MAIN
520
533
  void main() {}
521
534
  #else
535
+ # if defined(__CLASSIC_C__)
536
+ int main(argc, argv) int argc; char *argv[];
537
+ # else
522
538
  int main(int argc, char* argv[])
539
+ # endif
523
540
  {
524
541
  int require = 0;
525
542
  require += info_compiler[argc];
@@ -373,11 +373,11 @@ char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
373
373
  # define PLATFORM_ID "Windows3x"
374
374
 
375
375
  # else /* unknown platform */
376
- # define PLATFORM_ID ""
376
+ # define PLATFORM_ID
377
377
  # endif
378
378
 
379
379
  #else /* unknown platform */
380
- # define PLATFORM_ID ""
380
+ # define PLATFORM_ID
381
381
 
382
382
  #endif
383
383
 
@@ -427,7 +427,7 @@ char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
427
427
  # endif
428
428
 
429
429
  #else
430
- # define ARCHITECTURE_ID ""
430
+ # define ARCHITECTURE_ID
431
431
  #endif
432
432
 
433
433
  /* Convert integer to decimal digit literals. */
@@ -1,5 +1,5 @@
1
1
  # CMAKE generated file: DO NOT EDIT!
2
- # Generated by "Unix Makefiles" Generator, CMake Version 3.5
2
+ # Generated by "Unix Makefiles" Generator, CMake Version 3.6
3
3
 
4
4
  # Relative path conversion top directories.
5
5
  set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark")
@@ -1,14 +1,14 @@
1
1
  Performing C SOURCE FILE Test HAVE_FLAG_ADDRESS_SANITIZER failed with the following output:
2
2
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
3
3
 
4
- Run Build Command:"/usr/bin/make" "cmTC_18db5/fast"
5
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_18db5.dir/build.make CMakeFiles/cmTC_18db5.dir/build
6
- Building C object CMakeFiles/cmTC_18db5.dir/src.c.o
7
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -DHAVE_FLAG_ADDRESS_SANITIZER -Werror -faddress-sanitizer -faddress-sanitizer -o CMakeFiles/cmTC_18db5.dir/src.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c
4
+ Run Build Command:"/usr/bin/make" "cmTC_c1cf9/fast"
5
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_c1cf9.dir/build.make CMakeFiles/cmTC_c1cf9.dir/build
6
+ Building C object CMakeFiles/cmTC_c1cf9.dir/src.c.o
7
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -DHAVE_FLAG_ADDRESS_SANITIZER -Werror -faddress-sanitizer -faddress-sanitizer -o CMakeFiles/cmTC_c1cf9.dir/src.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c
8
8
  clang: error: unknown argument: '-faddress-sanitizer'
9
9
  clang: error: unknown argument: '-faddress-sanitizer'
10
- make[1]: *** [CMakeFiles/cmTC_18db5.dir/src.c.o] Error 1
11
- make: *** [cmTC_18db5/fast] Error 2
10
+ make[1]: *** [CMakeFiles/cmTC_c1cf9.dir/src.c.o] Error 1
11
+ make: *** [cmTC_c1cf9/fast] Error 2
12
12
 
13
13
  Source file was:
14
14
  int main(void) { return 0; }
@@ -10,7 +10,7 @@ The output was:
10
10
 
11
11
  Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
12
12
 
13
- The C compiler identification is AppleClang, found in "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/3.5.2/CompilerIdC/a.out"
13
+ The C compiler identification is AppleClang, found in "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/3.6.0/CompilerIdC/a.out"
14
14
 
15
15
  Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
16
16
  Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
@@ -23,35 +23,35 @@ The output was:
23
23
 
24
24
  Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
25
25
 
26
- The CXX compiler identification is AppleClang, found in "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/3.5.2/CompilerIdCXX/a.out"
26
+ The CXX compiler identification is AppleClang, found in "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/3.6.0/CompilerIdCXX/a.out"
27
27
 
28
28
  Determining if the C compiler works passed with the following output:
29
29
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
30
30
 
31
- Run Build Command:"/usr/bin/make" "cmTC_66c98/fast"
32
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_66c98.dir/build.make CMakeFiles/cmTC_66c98.dir/build
33
- Building C object CMakeFiles/cmTC_66c98.dir/testCCompiler.c.o
34
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -o CMakeFiles/cmTC_66c98.dir/testCCompiler.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/testCCompiler.c
35
- Linking C executable cmTC_66c98
36
- /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_66c98.dir/link.txt --verbose=1
37
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_66c98.dir/testCCompiler.c.o -o cmTC_66c98
31
+ Run Build Command:"/usr/bin/make" "cmTC_8f12d/fast"
32
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_8f12d.dir/build.make CMakeFiles/cmTC_8f12d.dir/build
33
+ Building C object CMakeFiles/cmTC_8f12d.dir/testCCompiler.c.o
34
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -o CMakeFiles/cmTC_8f12d.dir/testCCompiler.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/testCCompiler.c
35
+ Linking C executable cmTC_8f12d
36
+ /usr/local/Cellar/cmake/3.6.0_1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8f12d.dir/link.txt --verbose=1
37
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8f12d.dir/testCCompiler.c.o -o cmTC_8f12d
38
38
 
39
39
 
40
40
  Detecting C compiler ABI info compiled with the following output:
41
41
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
42
42
 
43
- Run Build Command:"/usr/bin/make" "cmTC_41fb2/fast"
44
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_41fb2.dir/build.make CMakeFiles/cmTC_41fb2.dir/build
45
- Building C object CMakeFiles/cmTC_41fb2.dir/CMakeCCompilerABI.c.o
46
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -o CMakeFiles/cmTC_41fb2.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.5.2/share/cmake/Modules/CMakeCCompilerABI.c
47
- Linking C executable cmTC_41fb2
48
- /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_41fb2.dir/link.txt --verbose=1
49
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_41fb2.dir/CMakeCCompilerABI.c.o -o cmTC_41fb2
43
+ Run Build Command:"/usr/bin/make" "cmTC_e5f1e/fast"
44
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_e5f1e.dir/build.make CMakeFiles/cmTC_e5f1e.dir/build
45
+ Building C object CMakeFiles/cmTC_e5f1e.dir/CMakeCCompilerABI.c.o
46
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -o CMakeFiles/cmTC_e5f1e.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.6.0_1/share/cmake/Modules/CMakeCCompilerABI.c
47
+ Linking C executable cmTC_e5f1e
48
+ /usr/local/Cellar/cmake/3.6.0_1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e5f1e.dir/link.txt --verbose=1
49
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_e5f1e.dir/CMakeCCompilerABI.c.o -o cmTC_e5f1e
50
50
  Apple LLVM version 7.3.0 (clang-703.0.29)
51
51
  Target: x86_64-apple-darwin15.5.0
52
52
  Thread model: posix
53
53
  InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
54
- "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -o cmTC_41fb2 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_41fb2.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a
54
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -o cmTC_e5f1e -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_e5f1e.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a
55
55
  @(#)PROGRAM:ld PROJECT:ld64-264.3.101
56
56
  configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
57
57
  Library search paths:
@@ -66,18 +66,18 @@ Parsed C implicit link information from above output:
66
66
  link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
67
67
  ignore line: [Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp]
68
68
  ignore line: []
69
- ignore line: [Run Build Command:"/usr/bin/make" "cmTC_41fb2/fast"]
70
- ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_41fb2.dir/build.make CMakeFiles/cmTC_41fb2.dir/build]
71
- ignore line: [Building C object CMakeFiles/cmTC_41fb2.dir/CMakeCCompilerABI.c.o]
72
- ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -o CMakeFiles/cmTC_41fb2.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.5.2/share/cmake/Modules/CMakeCCompilerABI.c]
73
- ignore line: [Linking C executable cmTC_41fb2]
74
- ignore line: [/usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_41fb2.dir/link.txt --verbose=1]
75
- ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_41fb2.dir/CMakeCCompilerABI.c.o -o cmTC_41fb2 ]
69
+ ignore line: [Run Build Command:"/usr/bin/make" "cmTC_e5f1e/fast"]
70
+ ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_e5f1e.dir/build.make CMakeFiles/cmTC_e5f1e.dir/build]
71
+ ignore line: [Building C object CMakeFiles/cmTC_e5f1e.dir/CMakeCCompilerABI.c.o]
72
+ ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -o CMakeFiles/cmTC_e5f1e.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.6.0_1/share/cmake/Modules/CMakeCCompilerABI.c]
73
+ ignore line: [Linking C executable cmTC_e5f1e]
74
+ ignore line: [/usr/local/Cellar/cmake/3.6.0_1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e5f1e.dir/link.txt --verbose=1]
75
+ ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_e5f1e.dir/CMakeCCompilerABI.c.o -o cmTC_e5f1e ]
76
76
  ignore line: [Apple LLVM version 7.3.0 (clang-703.0.29)]
77
77
  ignore line: [Target: x86_64-apple-darwin15.5.0]
78
78
  ignore line: [Thread model: posix]
79
79
  ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
80
- link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -o cmTC_41fb2 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_41fb2.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a]
80
+ link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -o cmTC_e5f1e -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_e5f1e.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a]
81
81
  arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
82
82
  arg [-demangle] ==> ignore
83
83
  arg [-dynamic] ==> ignore
@@ -86,11 +86,11 @@ Parsed C implicit link information from above output:
86
86
  arg [-macosx_version_min] ==> ignore
87
87
  arg [10.11.0] ==> ignore
88
88
  arg [-o] ==> ignore
89
- arg [cmTC_41fb2] ==> ignore
89
+ arg [cmTC_e5f1e] ==> ignore
90
90
  arg [-search_paths_first] ==> ignore
91
91
  arg [-headerpad_max_install_names] ==> ignore
92
92
  arg [-v] ==> ignore
93
- arg [CMakeFiles/cmTC_41fb2.dir/CMakeCCompilerABI.c.o] ==> ignore
93
+ arg [CMakeFiles/cmTC_e5f1e.dir/CMakeCCompilerABI.c.o] ==> ignore
94
94
  arg [-lSystem] ==> lib [System]
95
95
  arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a]
96
96
  Library search paths: [;/usr/lib;/usr/local/lib]
@@ -111,13 +111,13 @@ Parsed C implicit link information from above output:
111
111
  Detecting C [-std=c11] compiler features compiled with the following output:
112
112
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
113
113
 
114
- Run Build Command:"/usr/bin/make" "cmTC_ed210/fast"
115
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_ed210.dir/build.make CMakeFiles/cmTC_ed210.dir/build
116
- Building C object CMakeFiles/cmTC_ed210.dir/feature_tests.c.o
117
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -std=c11 -o CMakeFiles/cmTC_ed210.dir/feature_tests.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c
118
- Linking C executable cmTC_ed210
119
- /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ed210.dir/link.txt --verbose=1
120
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ed210.dir/feature_tests.c.o -o cmTC_ed210
114
+ Run Build Command:"/usr/bin/make" "cmTC_8f9c8/fast"
115
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_8f9c8.dir/build.make CMakeFiles/cmTC_8f9c8.dir/build
116
+ Building C object CMakeFiles/cmTC_8f9c8.dir/feature_tests.c.o
117
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -std=c11 -o CMakeFiles/cmTC_8f9c8.dir/feature_tests.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c
118
+ Linking C executable cmTC_8f9c8
119
+ /usr/local/Cellar/cmake/3.6.0_1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8f9c8.dir/link.txt --verbose=1
120
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8f9c8.dir/feature_tests.c.o -o cmTC_8f9c8
121
121
 
122
122
 
123
123
  Feature record: C_FEATURE:1c_function_prototypes
@@ -129,13 +129,13 @@ Linking C executable cmTC_ed210
129
129
  Detecting C [-std=c99] compiler features compiled with the following output:
130
130
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
131
131
 
132
- Run Build Command:"/usr/bin/make" "cmTC_7e875/fast"
133
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_7e875.dir/build.make CMakeFiles/cmTC_7e875.dir/build
134
- Building C object CMakeFiles/cmTC_7e875.dir/feature_tests.c.o
135
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -std=c99 -o CMakeFiles/cmTC_7e875.dir/feature_tests.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c
136
- Linking C executable cmTC_7e875
137
- /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7e875.dir/link.txt --verbose=1
138
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7e875.dir/feature_tests.c.o -o cmTC_7e875
132
+ Run Build Command:"/usr/bin/make" "cmTC_aef15/fast"
133
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_aef15.dir/build.make CMakeFiles/cmTC_aef15.dir/build
134
+ Building C object CMakeFiles/cmTC_aef15.dir/feature_tests.c.o
135
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -std=c99 -o CMakeFiles/cmTC_aef15.dir/feature_tests.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c
136
+ Linking C executable cmTC_aef15
137
+ /usr/local/Cellar/cmake/3.6.0_1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_aef15.dir/link.txt --verbose=1
138
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_aef15.dir/feature_tests.c.o -o cmTC_aef15
139
139
 
140
140
 
141
141
  Feature record: C_FEATURE:1c_function_prototypes
@@ -147,13 +147,13 @@ Linking C executable cmTC_7e875
147
147
  Detecting C [-std=c90] compiler features compiled with the following output:
148
148
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
149
149
 
150
- Run Build Command:"/usr/bin/make" "cmTC_8496d/fast"
151
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_8496d.dir/build.make CMakeFiles/cmTC_8496d.dir/build
152
- Building C object CMakeFiles/cmTC_8496d.dir/feature_tests.c.o
153
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -std=c90 -o CMakeFiles/cmTC_8496d.dir/feature_tests.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c
154
- Linking C executable cmTC_8496d
155
- /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8496d.dir/link.txt --verbose=1
156
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8496d.dir/feature_tests.c.o -o cmTC_8496d
150
+ Run Build Command:"/usr/bin/make" "cmTC_be73f/fast"
151
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_be73f.dir/build.make CMakeFiles/cmTC_be73f.dir/build
152
+ Building C object CMakeFiles/cmTC_be73f.dir/feature_tests.c.o
153
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -std=c90 -o CMakeFiles/cmTC_be73f.dir/feature_tests.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c
154
+ Linking C executable cmTC_be73f
155
+ /usr/local/Cellar/cmake/3.6.0_1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_be73f.dir/link.txt --verbose=1
156
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_be73f.dir/feature_tests.c.o -o cmTC_be73f
157
157
 
158
158
 
159
159
  Feature record: C_FEATURE:1c_function_prototypes
@@ -163,30 +163,30 @@ Linking C executable cmTC_8496d
163
163
  Determining if the CXX compiler works passed with the following output:
164
164
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
165
165
 
166
- Run Build Command:"/usr/bin/make" "cmTC_0fb38/fast"
167
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_0fb38.dir/build.make CMakeFiles/cmTC_0fb38.dir/build
168
- Building CXX object CMakeFiles/cmTC_0fb38.dir/testCXXCompiler.cxx.o
169
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -o CMakeFiles/cmTC_0fb38.dir/testCXXCompiler.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
170
- Linking CXX executable cmTC_0fb38
171
- /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0fb38.dir/link.txt --verbose=1
172
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0fb38.dir/testCXXCompiler.cxx.o -o cmTC_0fb38
166
+ Run Build Command:"/usr/bin/make" "cmTC_806e8/fast"
167
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_806e8.dir/build.make CMakeFiles/cmTC_806e8.dir/build
168
+ Building CXX object CMakeFiles/cmTC_806e8.dir/testCXXCompiler.cxx.o
169
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -o CMakeFiles/cmTC_806e8.dir/testCXXCompiler.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
170
+ Linking CXX executable cmTC_806e8
171
+ /usr/local/Cellar/cmake/3.6.0_1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_806e8.dir/link.txt --verbose=1
172
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_806e8.dir/testCXXCompiler.cxx.o -o cmTC_806e8
173
173
 
174
174
 
175
175
  Detecting CXX compiler ABI info compiled with the following output:
176
176
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
177
177
 
178
- Run Build Command:"/usr/bin/make" "cmTC_be36c/fast"
179
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_be36c.dir/build.make CMakeFiles/cmTC_be36c.dir/build
180
- Building CXX object CMakeFiles/cmTC_be36c.dir/CMakeCXXCompilerABI.cpp.o
181
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -o CMakeFiles/cmTC_be36c.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.5.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp
182
- Linking CXX executable cmTC_be36c
183
- /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_be36c.dir/link.txt --verbose=1
184
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_be36c.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_be36c
178
+ Run Build Command:"/usr/bin/make" "cmTC_c7bb2/fast"
179
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_c7bb2.dir/build.make CMakeFiles/cmTC_c7bb2.dir/build
180
+ Building CXX object CMakeFiles/cmTC_c7bb2.dir/CMakeCXXCompilerABI.cpp.o
181
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -o CMakeFiles/cmTC_c7bb2.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.6.0_1/share/cmake/Modules/CMakeCXXCompilerABI.cpp
182
+ Linking CXX executable cmTC_c7bb2
183
+ /usr/local/Cellar/cmake/3.6.0_1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c7bb2.dir/link.txt --verbose=1
184
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_c7bb2.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_c7bb2
185
185
  Apple LLVM version 7.3.0 (clang-703.0.29)
186
186
  Target: x86_64-apple-darwin15.5.0
187
187
  Thread model: posix
188
188
  InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
189
- "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -o cmTC_be36c -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_be36c.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a
189
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -o cmTC_c7bb2 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_c7bb2.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a
190
190
  @(#)PROGRAM:ld PROJECT:ld64-264.3.101
191
191
  configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
192
192
  Library search paths:
@@ -201,18 +201,18 @@ Parsed CXX implicit link information from above output:
201
201
  link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
202
202
  ignore line: [Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp]
203
203
  ignore line: []
204
- ignore line: [Run Build Command:"/usr/bin/make" "cmTC_be36c/fast"]
205
- ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_be36c.dir/build.make CMakeFiles/cmTC_be36c.dir/build]
206
- ignore line: [Building CXX object CMakeFiles/cmTC_be36c.dir/CMakeCXXCompilerABI.cpp.o]
207
- ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -o CMakeFiles/cmTC_be36c.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.5.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
208
- ignore line: [Linking CXX executable cmTC_be36c]
209
- ignore line: [/usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_be36c.dir/link.txt --verbose=1]
210
- ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_be36c.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_be36c ]
204
+ ignore line: [Run Build Command:"/usr/bin/make" "cmTC_c7bb2/fast"]
205
+ ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_c7bb2.dir/build.make CMakeFiles/cmTC_c7bb2.dir/build]
206
+ ignore line: [Building CXX object CMakeFiles/cmTC_c7bb2.dir/CMakeCXXCompilerABI.cpp.o]
207
+ ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -o CMakeFiles/cmTC_c7bb2.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.6.0_1/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
208
+ ignore line: [Linking CXX executable cmTC_c7bb2]
209
+ ignore line: [/usr/local/Cellar/cmake/3.6.0_1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c7bb2.dir/link.txt --verbose=1]
210
+ ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_c7bb2.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_c7bb2 ]
211
211
  ignore line: [Apple LLVM version 7.3.0 (clang-703.0.29)]
212
212
  ignore line: [Target: x86_64-apple-darwin15.5.0]
213
213
  ignore line: [Thread model: posix]
214
214
  ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
215
- link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -o cmTC_be36c -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_be36c.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a]
215
+ link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -o cmTC_c7bb2 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_c7bb2.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a]
216
216
  arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
217
217
  arg [-demangle] ==> ignore
218
218
  arg [-dynamic] ==> ignore
@@ -221,11 +221,11 @@ Parsed CXX implicit link information from above output:
221
221
  arg [-macosx_version_min] ==> ignore
222
222
  arg [10.11.0] ==> ignore
223
223
  arg [-o] ==> ignore
224
- arg [cmTC_be36c] ==> ignore
224
+ arg [cmTC_c7bb2] ==> ignore
225
225
  arg [-search_paths_first] ==> ignore
226
226
  arg [-headerpad_max_install_names] ==> ignore
227
227
  arg [-v] ==> ignore
228
- arg [CMakeFiles/cmTC_be36c.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
228
+ arg [CMakeFiles/cmTC_c7bb2.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
229
229
  arg [-lc++] ==> lib [c++]
230
230
  arg [-lSystem] ==> lib [System]
231
231
  arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a]
@@ -247,13 +247,13 @@ Parsed CXX implicit link information from above output:
247
247
  Detecting CXX [-std=c++14] compiler features compiled with the following output:
248
248
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
249
249
 
250
- Run Build Command:"/usr/bin/make" "cmTC_9966f/fast"
251
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_9966f.dir/build.make CMakeFiles/cmTC_9966f.dir/build
252
- Building CXX object CMakeFiles/cmTC_9966f.dir/feature_tests.cxx.o
253
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++14 -o CMakeFiles/cmTC_9966f.dir/feature_tests.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx
254
- Linking CXX executable cmTC_9966f
255
- /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9966f.dir/link.txt --verbose=1
256
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9966f.dir/feature_tests.cxx.o -o cmTC_9966f
250
+ Run Build Command:"/usr/bin/make" "cmTC_74f4a/fast"
251
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_74f4a.dir/build.make CMakeFiles/cmTC_74f4a.dir/build
252
+ Building CXX object CMakeFiles/cmTC_74f4a.dir/feature_tests.cxx.o
253
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++14 -o CMakeFiles/cmTC_74f4a.dir/feature_tests.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx
254
+ Linking CXX executable cmTC_74f4a
255
+ /usr/local/Cellar/cmake/3.6.0_1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_74f4a.dir/link.txt --verbose=1
256
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_74f4a.dir/feature_tests.cxx.o -o cmTC_74f4a
257
257
 
258
258
 
259
259
  Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
@@ -318,13 +318,13 @@ Linking CXX executable cmTC_9966f
318
318
  Detecting CXX [-std=c++11] compiler features compiled with the following output:
319
319
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
320
320
 
321
- Run Build Command:"/usr/bin/make" "cmTC_d0234/fast"
322
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_d0234.dir/build.make CMakeFiles/cmTC_d0234.dir/build
323
- Building CXX object CMakeFiles/cmTC_d0234.dir/feature_tests.cxx.o
324
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_d0234.dir/feature_tests.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx
325
- Linking CXX executable cmTC_d0234
326
- /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d0234.dir/link.txt --verbose=1
327
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d0234.dir/feature_tests.cxx.o -o cmTC_d0234
321
+ Run Build Command:"/usr/bin/make" "cmTC_a3f49/fast"
322
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_a3f49.dir/build.make CMakeFiles/cmTC_a3f49.dir/build
323
+ Building CXX object CMakeFiles/cmTC_a3f49.dir/feature_tests.cxx.o
324
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_a3f49.dir/feature_tests.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx
325
+ Linking CXX executable cmTC_a3f49
326
+ /usr/local/Cellar/cmake/3.6.0_1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a3f49.dir/link.txt --verbose=1
327
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a3f49.dir/feature_tests.cxx.o -o cmTC_a3f49
328
328
 
329
329
 
330
330
  Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
@@ -389,13 +389,13 @@ Linking CXX executable cmTC_d0234
389
389
  Detecting CXX [-std=c++98] compiler features compiled with the following output:
390
390
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
391
391
 
392
- Run Build Command:"/usr/bin/make" "cmTC_cae46/fast"
393
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_cae46.dir/build.make CMakeFiles/cmTC_cae46.dir/build
394
- Building CXX object CMakeFiles/cmTC_cae46.dir/feature_tests.cxx.o
395
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_cae46.dir/feature_tests.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx
396
- Linking CXX executable cmTC_cae46
397
- /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cae46.dir/link.txt --verbose=1
398
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_cae46.dir/feature_tests.cxx.o -o cmTC_cae46
392
+ Run Build Command:"/usr/bin/make" "cmTC_7f99c/fast"
393
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_7f99c.dir/build.make CMakeFiles/cmTC_7f99c.dir/build
394
+ Building CXX object CMakeFiles/cmTC_7f99c.dir/feature_tests.cxx.o
395
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_7f99c.dir/feature_tests.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx
396
+ Linking CXX executable cmTC_7f99c
397
+ /usr/local/Cellar/cmake/3.6.0_1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7f99c.dir/link.txt --verbose=1
398
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7f99c.dir/feature_tests.cxx.o -o cmTC_7f99c
399
399
 
400
400
 
401
401
  Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
@@ -458,49 +458,49 @@ Linking CXX executable cmTC_cae46
458
458
  Performing C SOURCE FILE Test HAVE_FLAG_SANITIZE_ADDRESS succeeded with the following output:
459
459
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
460
460
 
461
- Run Build Command:"/usr/bin/make" "cmTC_22f18/fast"
462
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_22f18.dir/build.make CMakeFiles/cmTC_22f18.dir/build
463
- Building C object CMakeFiles/cmTC_22f18.dir/src.c.o
464
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -DHAVE_FLAG_SANITIZE_ADDRESS -Werror -fsanitize=address -fsanitize=address -o CMakeFiles/cmTC_22f18.dir/src.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c
465
- Linking C executable cmTC_22f18
466
- /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_22f18.dir/link.txt --verbose=1
467
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -DHAVE_FLAG_SANITIZE_ADDRESS -Werror -fsanitize=address -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_22f18.dir/src.c.o -o cmTC_22f18
461
+ Run Build Command:"/usr/bin/make" "cmTC_b09ac/fast"
462
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_b09ac.dir/build.make CMakeFiles/cmTC_b09ac.dir/build
463
+ Building C object CMakeFiles/cmTC_b09ac.dir/src.c.o
464
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -DHAVE_FLAG_SANITIZE_ADDRESS -Werror -fsanitize=address -fsanitize=address -o CMakeFiles/cmTC_b09ac.dir/src.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c
465
+ Linking C executable cmTC_b09ac
466
+ /usr/local/Cellar/cmake/3.6.0_1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b09ac.dir/link.txt --verbose=1
467
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -DHAVE_FLAG_SANITIZE_ADDRESS -Werror -fsanitize=address -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b09ac.dir/src.c.o -o cmTC_b09ac
468
468
 
469
469
  Source file was:
470
470
  int main(void) { return 0; }
471
471
  Performing C++ SOURCE FILE Test COMPILER_HAS_HIDDEN_VISIBILITY succeeded with the following output:
472
472
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
473
473
 
474
- Run Build Command:"/usr/bin/make" "cmTC_d92f9/fast"
475
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_d92f9.dir/build.make CMakeFiles/cmTC_d92f9.dir/build
476
- Building CXX object CMakeFiles/cmTC_d92f9.dir/src.cxx.o
477
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_HIDDEN_VISIBILITY -fvisibility=hidden -o CMakeFiles/cmTC_d92f9.dir/src.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.cxx
478
- Linking CXX executable cmTC_d92f9
479
- /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d92f9.dir/link.txt --verbose=1
480
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_HIDDEN_VISIBILITY -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d92f9.dir/src.cxx.o -o cmTC_d92f9
474
+ Run Build Command:"/usr/bin/make" "cmTC_85d51/fast"
475
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_85d51.dir/build.make CMakeFiles/cmTC_85d51.dir/build
476
+ Building CXX object CMakeFiles/cmTC_85d51.dir/src.cxx.o
477
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_HIDDEN_VISIBILITY -fvisibility=hidden -o CMakeFiles/cmTC_85d51.dir/src.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.cxx
478
+ Linking CXX executable cmTC_85d51
479
+ /usr/local/Cellar/cmake/3.6.0_1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_85d51.dir/link.txt --verbose=1
480
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_HIDDEN_VISIBILITY -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_85d51.dir/src.cxx.o -o cmTC_85d51
481
481
 
482
482
  Source file was:
483
483
  int main() { return 0; }
484
484
  Performing C++ SOURCE FILE Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY succeeded with the following output:
485
485
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
486
486
 
487
- Run Build Command:"/usr/bin/make" "cmTC_c623b/fast"
488
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_c623b.dir/build.make CMakeFiles/cmTC_c623b.dir/build
489
- Building CXX object CMakeFiles/cmTC_c623b.dir/src.cxx.o
490
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_HIDDEN_INLINE_VISIBILITY -fvisibility-inlines-hidden -o CMakeFiles/cmTC_c623b.dir/src.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.cxx
491
- Linking CXX executable cmTC_c623b
492
- /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c623b.dir/link.txt --verbose=1
493
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_HIDDEN_INLINE_VISIBILITY -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c623b.dir/src.cxx.o -o cmTC_c623b
487
+ Run Build Command:"/usr/bin/make" "cmTC_215e0/fast"
488
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_215e0.dir/build.make CMakeFiles/cmTC_215e0.dir/build
489
+ Building CXX object CMakeFiles/cmTC_215e0.dir/src.cxx.o
490
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_HIDDEN_INLINE_VISIBILITY -fvisibility-inlines-hidden -o CMakeFiles/cmTC_215e0.dir/src.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.cxx
491
+ Linking CXX executable cmTC_215e0
492
+ /usr/local/Cellar/cmake/3.6.0_1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_215e0.dir/link.txt --verbose=1
493
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_HIDDEN_INLINE_VISIBILITY -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_215e0.dir/src.cxx.o -o cmTC_215e0
494
494
 
495
495
  Source file was:
496
496
  int main() { return 0; }
497
497
  Performing C++ SOURCE FILE Test COMPILER_HAS_DEPRECATED_ATTR succeeded with the following output:
498
498
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
499
499
 
500
- Run Build Command:"/usr/bin/make" "cmTC_a36ad/fast"
501
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_a36ad.dir/build.make CMakeFiles/cmTC_a36ad.dir/build
502
- Building CXX object CMakeFiles/cmTC_a36ad.dir/src.cxx.o
503
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_DEPRECATED_ATTR -o CMakeFiles/cmTC_a36ad.dir/src.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.cxx
500
+ Run Build Command:"/usr/bin/make" "cmTC_94459/fast"
501
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_94459.dir/build.make CMakeFiles/cmTC_94459.dir/build
502
+ Building CXX object CMakeFiles/cmTC_94459.dir/src.cxx.o
503
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_DEPRECATED_ATTR -o CMakeFiles/cmTC_94459.dir/src.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.cxx
504
504
  /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.cxx:2:25: warning: 'somefunc' is deprecated [-Wdeprecated-declarations]
505
505
  int main() { return somefunc();}
506
506
  ^
@@ -508,9 +508,9 @@ Building CXX object CMakeFiles/cmTC_a36ad.dir/src.cxx.o
508
508
  __attribute__((__deprecated__)) int somefunc() { return 0; }
509
509
  ^
510
510
  1 warning generated.
511
- Linking CXX executable cmTC_a36ad
512
- /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a36ad.dir/link.txt --verbose=1
513
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_DEPRECATED_ATTR -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a36ad.dir/src.cxx.o -o cmTC_a36ad
511
+ Linking CXX executable cmTC_94459
512
+ /usr/local/Cellar/cmake/3.6.0_1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_94459.dir/link.txt --verbose=1
513
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_DEPRECATED_ATTR -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_94459.dir/src.cxx.o -o cmTC_94459
514
514
 
515
515
  Source file was:
516
516
  __attribute__((__deprecated__)) int somefunc() { return 0; }
@@ -518,42 +518,42 @@ __attribute__((__deprecated__)) int somefunc() { return 0; }
518
518
  Determining if the include file stdbool.h exists passed with the following output:
519
519
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
520
520
 
521
- Run Build Command:"/usr/bin/make" "cmTC_a1b24/fast"
522
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_a1b24.dir/build.make CMakeFiles/cmTC_a1b24.dir/build
523
- Building C object CMakeFiles/cmTC_a1b24.dir/CheckIncludeFile.c.o
524
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -fvisibility=hidden -o CMakeFiles/cmTC_a1b24.dir/CheckIncludeFile.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
525
- Linking C executable cmTC_a1b24
526
- /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a1b24.dir/link.txt --verbose=1
527
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -fvisibility=hidden -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a1b24.dir/CheckIncludeFile.c.o -o cmTC_a1b24
521
+ Run Build Command:"/usr/bin/make" "cmTC_8d1d0/fast"
522
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_8d1d0.dir/build.make CMakeFiles/cmTC_8d1d0.dir/build
523
+ Building C object CMakeFiles/cmTC_8d1d0.dir/CheckIncludeFile.c.o
524
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -fvisibility=hidden -o CMakeFiles/cmTC_8d1d0.dir/CheckIncludeFile.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
525
+ Linking C executable cmTC_8d1d0
526
+ /usr/local/Cellar/cmake/3.6.0_1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8d1d0.dir/link.txt --verbose=1
527
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -fvisibility=hidden -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8d1d0.dir/CheckIncludeFile.c.o -o cmTC_8d1d0
528
528
 
529
529
 
530
530
  Performing C SOURCE FILE Test HAVE___BUILTIN_EXPECT succeeded with the following output:
531
531
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
532
532
 
533
- Run Build Command:"/usr/bin/make" "cmTC_58556/fast"
534
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_58556.dir/build.make CMakeFiles/cmTC_58556.dir/build
535
- Building C object CMakeFiles/cmTC_58556.dir/src.c.o
536
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -fvisibility=hidden -DHAVE___BUILTIN_EXPECT -o CMakeFiles/cmTC_58556.dir/src.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c
533
+ Run Build Command:"/usr/bin/make" "cmTC_fd3c8/fast"
534
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_fd3c8.dir/build.make CMakeFiles/cmTC_fd3c8.dir/build
535
+ Building C object CMakeFiles/cmTC_fd3c8.dir/src.c.o
536
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -fvisibility=hidden -DHAVE___BUILTIN_EXPECT -o CMakeFiles/cmTC_fd3c8.dir/src.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c
537
537
  /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c:1:14: warning: ignoring return value of function declared with const attribute [-Wunused-value]
538
538
  int main() { __builtin_expect(0,0); return 0; }
539
539
  ^~~~~~~~~~~~~~~~ ~~~
540
540
  1 warning generated.
541
- Linking C executable cmTC_58556
542
- /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_58556.dir/link.txt --verbose=1
543
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -fvisibility=hidden -DHAVE___BUILTIN_EXPECT -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_58556.dir/src.c.o -o cmTC_58556
541
+ Linking C executable cmTC_fd3c8
542
+ /usr/local/Cellar/cmake/3.6.0_1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fd3c8.dir/link.txt --verbose=1
543
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -fvisibility=hidden -DHAVE___BUILTIN_EXPECT -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_fd3c8.dir/src.c.o -o cmTC_fd3c8
544
544
 
545
545
  Source file was:
546
546
  int main() { __builtin_expect(0,0); return 0; }
547
547
  Performing C SOURCE FILE Test HAVE___ATTRIBUTE__ succeeded with the following output:
548
548
  Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
549
549
 
550
- Run Build Command:"/usr/bin/make" "cmTC_ea439/fast"
551
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_ea439.dir/build.make CMakeFiles/cmTC_ea439.dir/build
552
- Building C object CMakeFiles/cmTC_ea439.dir/src.c.o
553
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -fvisibility=hidden -DHAVE___ATTRIBUTE__ -o CMakeFiles/cmTC_ea439.dir/src.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c
554
- Linking C executable cmTC_ea439
555
- /usr/local/Cellar/cmake/3.5.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ea439.dir/link.txt --verbose=1
556
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -fvisibility=hidden -DHAVE___ATTRIBUTE__ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ea439.dir/src.c.o -o cmTC_ea439
550
+ Run Build Command:"/usr/bin/make" "cmTC_02e35/fast"
551
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_02e35.dir/build.make CMakeFiles/cmTC_02e35.dir/build
552
+ Building C object CMakeFiles/cmTC_02e35.dir/src.c.o
553
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -fvisibility=hidden -DHAVE___ATTRIBUTE__ -o CMakeFiles/cmTC_02e35.dir/src.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c
554
+ Linking C executable cmTC_02e35
555
+ /usr/local/Cellar/cmake/3.6.0_1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_02e35.dir/link.txt --verbose=1
556
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -fvisibility=hidden -DHAVE___ATTRIBUTE__ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_02e35.dir/src.c.o -o cmTC_02e35
557
557
 
558
558
  Source file was:
559
559