commonmarker 0.10.0 → 0.11.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 (161) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +3 -0
  3. data/bin/commonmarker +19 -3
  4. data/ext/commonmarker/cmark/CMakeLists.txt +1 -0
  5. data/ext/commonmarker/cmark/COPYING +2 -24
  6. data/ext/commonmarker/cmark/Makefile +25 -5
  7. data/ext/commonmarker/cmark/README.md +1 -1
  8. data/ext/commonmarker/cmark/api_test/CMakeLists.txt +1 -1
  9. data/ext/commonmarker/cmark/api_test/main.c +25 -27
  10. data/ext/commonmarker/cmark/build/CMakeCache.txt +12 -9
  11. data/ext/commonmarker/cmark/build/CMakeFiles/{3.6.0 → 3.6.1}/CMakeCCompiler.cmake +0 -0
  12. data/ext/commonmarker/cmark/build/CMakeFiles/{3.6.0 → 3.6.1}/CMakeCXXCompiler.cmake +0 -0
  13. data/ext/commonmarker/cmark/build/CMakeFiles/{3.6.0 → 3.6.1}/CMakeDetermineCompilerABI_C.bin +0 -0
  14. data/ext/commonmarker/cmark/build/CMakeFiles/{3.6.0 → 3.6.1}/CMakeDetermineCompilerABI_CXX.bin +0 -0
  15. data/ext/commonmarker/cmark/build/CMakeFiles/{3.6.0 → 3.6.1}/CMakeSystem.cmake +4 -4
  16. data/ext/commonmarker/cmark/build/CMakeFiles/{3.6.0 → 3.6.1}/CompilerIdC/CMakeCCompilerId.c +0 -0
  17. data/ext/commonmarker/cmark/build/CMakeFiles/{3.6.0 → 3.6.1}/CompilerIdC/a.out +0 -0
  18. data/ext/commonmarker/cmark/build/CMakeFiles/{3.6.0 → 3.6.1}/CompilerIdCXX/CMakeCXXCompilerId.cpp +0 -0
  19. data/ext/commonmarker/cmark/build/CMakeFiles/{3.6.0 → 3.6.1}/CompilerIdCXX/a.out +0 -0
  20. data/ext/commonmarker/cmark/build/CMakeFiles/CMakeError.log +6 -6
  21. data/ext/commonmarker/cmark/build/CMakeFiles/CMakeOutput.log +148 -148
  22. data/ext/commonmarker/cmark/build/CMakeFiles/Makefile.cmake +41 -109
  23. data/ext/commonmarker/cmark/build/CMakeFiles/Makefile2 +66 -10
  24. data/ext/commonmarker/cmark/build/CMakeFiles/TargetDirectories.txt +8 -0
  25. data/ext/commonmarker/cmark/build/CMakeFiles/progress.marks +1 -1
  26. data/ext/commonmarker/cmark/build/CTestTestfile.cmake +1 -0
  27. data/ext/commonmarker/cmark/build/Makefile +23 -9
  28. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/build.make +2 -2
  29. data/ext/commonmarker/cmark/build/api_test/CMakeFiles/progress.marks +1 -1
  30. data/ext/commonmarker/cmark/build/api_test/Makefile +9 -9
  31. data/ext/commonmarker/cmark/build/cmake_install.cmake +1 -0
  32. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/CMakeDirectoryInformation.cmake +16 -0
  33. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/C.includecache +190 -0
  34. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/DependInfo.cmake +29 -0
  35. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/autolink.c.o +0 -0
  36. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/build.make +249 -0
  37. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/cmake_clean.cmake +15 -0
  38. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/cmake_clean_target.cmake +3 -0
  39. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/core-extensions.c.o +0 -0
  40. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/depend.internal +92 -0
  41. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/depend.make +92 -0
  42. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/ext_scanners.c.o +0 -0
  43. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/flags.make +10 -0
  44. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/link.txt +2 -0
  45. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/progress.make +8 -0
  46. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/strikethrough.c.o +0 -0
  47. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/table.c.o +0 -0
  48. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/whitelist.c.o +0 -0
  49. data/ext/commonmarker/cmark/build/extensions/CMakeFiles/progress.marks +1 -0
  50. data/ext/commonmarker/cmark/build/extensions/Makefile +390 -0
  51. data/ext/commonmarker/cmark/build/extensions/cmake_install.cmake +29 -0
  52. data/ext/commonmarker/cmark/build/extensions/libcmarkextensions.a +0 -0
  53. data/ext/commonmarker/cmark/build/man/Makefile +9 -9
  54. data/ext/commonmarker/cmark/build/src/CMakeFiles/Export/lib/cmake/cmark.cmake +1 -1
  55. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/DependInfo.cmake +7 -19
  56. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/build.make +6 -517
  57. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/cmake_clean.cmake +0 -19
  58. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/flags.make +1 -1
  59. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/link.txt +1 -1
  60. data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/progress.make +0 -19
  61. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/DependInfo.cmake +9 -0
  62. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/build.make +112 -4
  63. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/cmake_clean.cmake +4 -0
  64. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/flags.make +1 -1
  65. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/link.txt +1 -1
  66. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/progress.make +24 -20
  67. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/C.includecache +144 -10
  68. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/DependInfo.cmake +9 -0
  69. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/blocks.c.o +0 -0
  70. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/build.make +112 -4
  71. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmake_clean.cmake +4 -0
  72. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmark.c.o +0 -0
  73. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/commonmark.c.o +0 -0
  74. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/depend.internal +74 -0
  75. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/depend.make +74 -0
  76. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/flags.make +1 -1
  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 +1 -1
  82. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/linked_list.c.o +0 -0
  83. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/man.c.o +0 -0
  84. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/node.c.o +0 -0
  85. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/plugin.c.o +0 -0
  86. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/progress.make +24 -20
  87. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/registry.c.o +0 -0
  88. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/scanners.c.o +0 -0
  89. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/syntax_extension.c.o +0 -0
  90. data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/xml.c.o +0 -0
  91. data/ext/commonmarker/cmark/build/src/CMakeFiles/progress.marks +1 -1
  92. data/ext/commonmarker/cmark/build/src/Makefile +141 -66
  93. data/ext/commonmarker/cmark/build/src/cmake_install.cmake +4 -0
  94. data/ext/commonmarker/cmark/build/src/libcmark.a +0 -0
  95. data/ext/commonmarker/cmark/build/testdir/CTestTestfile.cmake +3 -1
  96. data/ext/commonmarker/cmark/build/testdir/Makefile +9 -9
  97. data/ext/commonmarker/cmark/extensions/CMakeLists.txt +82 -0
  98. data/ext/commonmarker/cmark/extensions/autolink.c +338 -0
  99. data/ext/commonmarker/cmark/extensions/autolink.h +8 -0
  100. data/ext/commonmarker/cmark/extensions/core-extensions.c +16 -0
  101. data/ext/commonmarker/cmark/extensions/core-extensions.h +16 -0
  102. data/ext/commonmarker/cmark/extensions/ext_scanners.c +585 -0
  103. data/ext/commonmarker/cmark/extensions/ext_scanners.h +20 -0
  104. data/ext/commonmarker/cmark/extensions/ext_scanners.re +65 -0
  105. data/ext/commonmarker/cmark/extensions/strikethrough.c +142 -0
  106. data/ext/commonmarker/cmark/extensions/strikethrough.h +9 -0
  107. data/ext/commonmarker/cmark/extensions/table.c +493 -0
  108. data/ext/commonmarker/cmark/extensions/table.h +8 -0
  109. data/ext/commonmarker/cmark/extensions/whitelist.c +59 -0
  110. data/ext/commonmarker/cmark/extensions/whitelist.h +8 -0
  111. data/ext/commonmarker/cmark/man/man3/cmark.3 +98 -34
  112. data/ext/commonmarker/cmark/src/CMakeLists.txt +16 -1
  113. data/ext/commonmarker/cmark/src/blocks.c +219 -40
  114. data/ext/commonmarker/cmark/src/buffer.h +36 -0
  115. data/ext/commonmarker/cmark/src/cmark.c +5 -1
  116. data/ext/commonmarker/cmark/src/cmark.h +91 -34
  117. data/ext/commonmarker/cmark/src/cmark_ctype.h +7 -0
  118. data/ext/commonmarker/cmark/src/cmark_extension_api.h +655 -0
  119. data/ext/commonmarker/cmark/src/commonmark.c +7 -2
  120. data/ext/commonmarker/cmark/src/houdini.h +12 -6
  121. data/ext/commonmarker/cmark/src/houdini_html_e.c +1 -1
  122. data/ext/commonmarker/cmark/src/html.c +102 -54
  123. data/ext/commonmarker/cmark/src/html.h +27 -0
  124. data/ext/commonmarker/cmark/src/inlines.c +261 -53
  125. data/ext/commonmarker/cmark/src/inlines.h +7 -2
  126. data/ext/commonmarker/cmark/src/iterator.c +12 -7
  127. data/ext/commonmarker/cmark/src/latex.c +5 -2
  128. data/ext/commonmarker/cmark/src/linked_list.c +37 -0
  129. data/ext/commonmarker/cmark/src/main.c +91 -27
  130. data/ext/commonmarker/cmark/src/man.c +18 -2
  131. data/ext/commonmarker/cmark/src/node.c +157 -58
  132. data/ext/commonmarker/cmark/src/node.h +23 -0
  133. data/ext/commonmarker/cmark/src/parser.h +19 -2
  134. data/ext/commonmarker/cmark/src/plugin.c +33 -0
  135. data/ext/commonmarker/cmark/src/plugin.h +34 -0
  136. data/ext/commonmarker/cmark/src/registry.c +60 -0
  137. data/ext/commonmarker/cmark/src/registry.h +24 -0
  138. data/ext/commonmarker/cmark/src/render.h +9 -0
  139. data/ext/commonmarker/cmark/src/scanners.c +265 -391
  140. data/ext/commonmarker/cmark/src/scanners.h +5 -0
  141. data/ext/commonmarker/cmark/src/scanners.re +2 -2
  142. data/ext/commonmarker/cmark/src/syntax_extension.c +110 -0
  143. data/ext/commonmarker/cmark/src/syntax_extension.h +27 -0
  144. data/ext/commonmarker/cmark/suppressions +28 -0
  145. data/ext/commonmarker/cmark/test/CMakeLists.txt +12 -1
  146. data/ext/commonmarker/cmark/test/extensions.txt +173 -0
  147. data/ext/commonmarker/cmark/test/regression.txt +24 -0
  148. data/ext/commonmarker/cmark/test/spec.txt +27 -26
  149. data/ext/commonmarker/cmark/toolchain-mingw32.cmake +1 -1
  150. data/ext/commonmarker/commonmarker.c +132 -15
  151. data/ext/commonmarker/commonmarker.h +4 -0
  152. data/ext/commonmarker/extconf.rb +12 -5
  153. data/lib/commonmarker.rb +8 -6
  154. data/lib/commonmarker/node.rb +13 -2
  155. data/lib/commonmarker/renderer.rb +1 -1
  156. data/lib/commonmarker/version.rb +1 -1
  157. data/test/test_commonmark.rb +34 -0
  158. data/test/test_encoding.rb +2 -1
  159. data/test/test_extensions.rb +50 -0
  160. data/test/test_helper.rb +2 -1
  161. metadata +65 -11
@@ -1,4 +1,4 @@
1
- The system is: Darwin - 15.5.0 - x86_64
1
+ The system is: Darwin - 15.6.0 - x86_64
2
2
  Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
3
3
  Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
4
4
  Build flags: -fPIC
@@ -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.6.0/CompilerIdC/a.out"
13
+ The C compiler identification is AppleClang, found in "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/3.6.1/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.6.0/CompilerIdCXX/a.out"
26
+ The CXX compiler identification is AppleClang, found in "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/3.6.1/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_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
31
+ Run Build Command:"/usr/bin/make" "cmTC_c46c1/fast"
32
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_c46c1.dir/build.make CMakeFiles/cmTC_c46c1.dir/build
33
+ Building C object CMakeFiles/cmTC_c46c1.dir/testCCompiler.c.o
34
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -o CMakeFiles/cmTC_c46c1.dir/testCCompiler.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/testCCompiler.c
35
+ Linking C executable cmTC_c46c1
36
+ /usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c46c1.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_c46c1.dir/testCCompiler.c.o -o cmTC_c46c1
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_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
43
+ Run Build Command:"/usr/bin/make" "cmTC_591f9/fast"
44
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_591f9.dir/build.make CMakeFiles/cmTC_591f9.dir/build
45
+ Building C object CMakeFiles/cmTC_591f9.dir/CMakeCCompilerABI.c.o
46
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -o CMakeFiles/cmTC_591f9.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.6.1/share/cmake/Modules/CMakeCCompilerABI.c
47
+ Linking C executable cmTC_591f9
48
+ /usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_591f9.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_591f9.dir/CMakeCCompilerABI.c.o -o cmTC_591f9
50
50
  Apple LLVM version 7.3.0 (clang-703.0.29)
51
- Target: x86_64-apple-darwin15.5.0
51
+ Target: x86_64-apple-darwin15.6.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_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
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_591f9 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_591f9.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_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 ]
69
+ ignore line: [Run Build Command:"/usr/bin/make" "cmTC_591f9/fast"]
70
+ ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_591f9.dir/build.make CMakeFiles/cmTC_591f9.dir/build]
71
+ ignore line: [Building C object CMakeFiles/cmTC_591f9.dir/CMakeCCompilerABI.c.o]
72
+ ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -o CMakeFiles/cmTC_591f9.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.6.1/share/cmake/Modules/CMakeCCompilerABI.c]
73
+ ignore line: [Linking C executable cmTC_591f9]
74
+ ignore line: [/usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_591f9.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_591f9.dir/CMakeCCompilerABI.c.o -o cmTC_591f9 ]
76
76
  ignore line: [Apple LLVM version 7.3.0 (clang-703.0.29)]
77
- ignore line: [Target: x86_64-apple-darwin15.5.0]
77
+ ignore line: [Target: x86_64-apple-darwin15.6.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_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]
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_591f9 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_591f9.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_e5f1e] ==> ignore
89
+ arg [cmTC_591f9] ==> 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_e5f1e.dir/CMakeCCompilerABI.c.o] ==> ignore
93
+ arg [CMakeFiles/cmTC_591f9.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_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
114
+ Run Build Command:"/usr/bin/make" "cmTC_006f2/fast"
115
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_006f2.dir/build.make CMakeFiles/cmTC_006f2.dir/build
116
+ Building C object CMakeFiles/cmTC_006f2.dir/feature_tests.c.o
117
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -std=c11 -o CMakeFiles/cmTC_006f2.dir/feature_tests.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c
118
+ Linking C executable cmTC_006f2
119
+ /usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_006f2.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_006f2.dir/feature_tests.c.o -o cmTC_006f2
121
121
 
122
122
 
123
123
  Feature record: C_FEATURE:1c_function_prototypes
@@ -129,13 +129,13 @@ Linking C executable cmTC_8f9c8
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_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
132
+ Run Build Command:"/usr/bin/make" "cmTC_7e63f/fast"
133
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_7e63f.dir/build.make CMakeFiles/cmTC_7e63f.dir/build
134
+ Building C object CMakeFiles/cmTC_7e63f.dir/feature_tests.c.o
135
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -std=c99 -o CMakeFiles/cmTC_7e63f.dir/feature_tests.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c
136
+ Linking C executable cmTC_7e63f
137
+ /usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7e63f.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_7e63f.dir/feature_tests.c.o -o cmTC_7e63f
139
139
 
140
140
 
141
141
  Feature record: C_FEATURE:1c_function_prototypes
@@ -147,13 +147,13 @@ Linking C executable cmTC_aef15
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_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
150
+ Run Build Command:"/usr/bin/make" "cmTC_fa973/fast"
151
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_fa973.dir/build.make CMakeFiles/cmTC_fa973.dir/build
152
+ Building C object CMakeFiles/cmTC_fa973.dir/feature_tests.c.o
153
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -std=c90 -o CMakeFiles/cmTC_fa973.dir/feature_tests.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c
154
+ Linking C executable cmTC_fa973
155
+ /usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fa973.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_fa973.dir/feature_tests.c.o -o cmTC_fa973
157
157
 
158
158
 
159
159
  Feature record: C_FEATURE:1c_function_prototypes
@@ -163,30 +163,30 @@ Linking C executable cmTC_be73f
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_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
166
+ Run Build Command:"/usr/bin/make" "cmTC_9aa72/fast"
167
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_9aa72.dir/build.make CMakeFiles/cmTC_9aa72.dir/build
168
+ Building CXX object CMakeFiles/cmTC_9aa72.dir/testCXXCompiler.cxx.o
169
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -o CMakeFiles/cmTC_9aa72.dir/testCXXCompiler.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
170
+ Linking CXX executable cmTC_9aa72
171
+ /usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9aa72.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_9aa72.dir/testCXXCompiler.cxx.o -o cmTC_9aa72
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_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
178
+ Run Build Command:"/usr/bin/make" "cmTC_6573c/fast"
179
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_6573c.dir/build.make CMakeFiles/cmTC_6573c.dir/build
180
+ Building CXX object CMakeFiles/cmTC_6573c.dir/CMakeCXXCompilerABI.cpp.o
181
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -o CMakeFiles/cmTC_6573c.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.6.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp
182
+ Linking CXX executable cmTC_6573c
183
+ /usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6573c.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_6573c.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_6573c
185
185
  Apple LLVM version 7.3.0 (clang-703.0.29)
186
- Target: x86_64-apple-darwin15.5.0
186
+ Target: x86_64-apple-darwin15.6.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_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
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_6573c -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_6573c.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_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 ]
204
+ ignore line: [Run Build Command:"/usr/bin/make" "cmTC_6573c/fast"]
205
+ ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_6573c.dir/build.make CMakeFiles/cmTC_6573c.dir/build]
206
+ ignore line: [Building CXX object CMakeFiles/cmTC_6573c.dir/CMakeCXXCompilerABI.cpp.o]
207
+ ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -o CMakeFiles/cmTC_6573c.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.6.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
208
+ ignore line: [Linking CXX executable cmTC_6573c]
209
+ ignore line: [/usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6573c.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_6573c.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_6573c ]
211
211
  ignore line: [Apple LLVM version 7.3.0 (clang-703.0.29)]
212
- ignore line: [Target: x86_64-apple-darwin15.5.0]
212
+ ignore line: [Target: x86_64-apple-darwin15.6.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_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]
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_6573c -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_6573c.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_c7bb2] ==> ignore
224
+ arg [cmTC_6573c] ==> 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_c7bb2.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
228
+ arg [CMakeFiles/cmTC_6573c.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_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
250
+ Run Build Command:"/usr/bin/make" "cmTC_0946f/fast"
251
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_0946f.dir/build.make CMakeFiles/cmTC_0946f.dir/build
252
+ Building CXX object CMakeFiles/cmTC_0946f.dir/feature_tests.cxx.o
253
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++14 -o CMakeFiles/cmTC_0946f.dir/feature_tests.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx
254
+ Linking CXX executable cmTC_0946f
255
+ /usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0946f.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_0946f.dir/feature_tests.cxx.o -o cmTC_0946f
257
257
 
258
258
 
259
259
  Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
@@ -318,13 +318,13 @@ Linking CXX executable cmTC_74f4a
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_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
321
+ Run Build Command:"/usr/bin/make" "cmTC_c89fa/fast"
322
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_c89fa.dir/build.make CMakeFiles/cmTC_c89fa.dir/build
323
+ Building CXX object CMakeFiles/cmTC_c89fa.dir/feature_tests.cxx.o
324
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_c89fa.dir/feature_tests.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx
325
+ Linking CXX executable cmTC_c89fa
326
+ /usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c89fa.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_c89fa.dir/feature_tests.cxx.o -o cmTC_c89fa
328
328
 
329
329
 
330
330
  Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
@@ -389,13 +389,13 @@ Linking CXX executable cmTC_a3f49
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_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
392
+ Run Build Command:"/usr/bin/make" "cmTC_1236b/fast"
393
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_1236b.dir/build.make CMakeFiles/cmTC_1236b.dir/build
394
+ Building CXX object CMakeFiles/cmTC_1236b.dir/feature_tests.cxx.o
395
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_1236b.dir/feature_tests.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx
396
+ Linking CXX executable cmTC_1236b
397
+ /usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1236b.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_1236b.dir/feature_tests.cxx.o -o cmTC_1236b
399
399
 
400
400
 
401
401
  Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
@@ -458,49 +458,49 @@ Linking CXX executable cmTC_7f99c
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_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
461
+ Run Build Command:"/usr/bin/make" "cmTC_4b1f3/fast"
462
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_4b1f3.dir/build.make CMakeFiles/cmTC_4b1f3.dir/build
463
+ Building C object CMakeFiles/cmTC_4b1f3.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_4b1f3.dir/src.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c
465
+ Linking C executable cmTC_4b1f3
466
+ /usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4b1f3.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_4b1f3.dir/src.c.o -o cmTC_4b1f3
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_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
474
+ Run Build Command:"/usr/bin/make" "cmTC_ddae7/fast"
475
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_ddae7.dir/build.make CMakeFiles/cmTC_ddae7.dir/build
476
+ Building CXX object CMakeFiles/cmTC_ddae7.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_ddae7.dir/src.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.cxx
478
+ Linking CXX executable cmTC_ddae7
479
+ /usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ddae7.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_ddae7.dir/src.cxx.o -o cmTC_ddae7
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_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
487
+ Run Build Command:"/usr/bin/make" "cmTC_41be9/fast"
488
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_41be9.dir/build.make CMakeFiles/cmTC_41be9.dir/build
489
+ Building CXX object CMakeFiles/cmTC_41be9.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_41be9.dir/src.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.cxx
491
+ Linking CXX executable cmTC_41be9
492
+ /usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_41be9.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_41be9.dir/src.cxx.o -o cmTC_41be9
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_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
500
+ Run Build Command:"/usr/bin/make" "cmTC_4fd2b/fast"
501
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_4fd2b.dir/build.make CMakeFiles/cmTC_4fd2b.dir/build
502
+ Building CXX object CMakeFiles/cmTC_4fd2b.dir/src.cxx.o
503
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_DEPRECATED_ATTR -o CMakeFiles/cmTC_4fd2b.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_94459.dir/src.cxx.o
508
508
  __attribute__((__deprecated__)) int somefunc() { return 0; }
509
509
  ^
510
510
  1 warning generated.
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
511
+ Linking CXX executable cmTC_4fd2b
512
+ /usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4fd2b.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_4fd2b.dir/src.cxx.o -o cmTC_4fd2b
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_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
521
+ Run Build Command:"/usr/bin/make" "cmTC_4806c/fast"
522
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_4806c.dir/build.make CMakeFiles/cmTC_4806c.dir/build
523
+ Building C object CMakeFiles/cmTC_4806c.dir/CheckIncludeFile.c.o
524
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -fvisibility=hidden -o CMakeFiles/cmTC_4806c.dir/CheckIncludeFile.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
525
+ Linking C executable cmTC_4806c
526
+ /usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4806c.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_4806c.dir/CheckIncludeFile.c.o -o cmTC_4806c
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_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
533
+ Run Build Command:"/usr/bin/make" "cmTC_75b28/fast"
534
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_75b28.dir/build.make CMakeFiles/cmTC_75b28.dir/build
535
+ Building C object CMakeFiles/cmTC_75b28.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_75b28.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_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
541
+ Linking C executable cmTC_75b28
542
+ /usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_75b28.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_75b28.dir/src.c.o -o cmTC_75b28
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_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
550
+ Run Build Command:"/usr/bin/make" "cmTC_fa8a7/fast"
551
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_fa8a7.dir/build.make CMakeFiles/cmTC_fa8a7.dir/build
552
+ Building C object CMakeFiles/cmTC_fa8a7.dir/src.c.o
553
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -fvisibility=hidden -DHAVE___ATTRIBUTE__ -o CMakeFiles/cmTC_fa8a7.dir/src.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c
554
+ Linking C executable cmTC_fa8a7
555
+ /usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fa8a7.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_fa8a7.dir/src.c.o -o cmTC_fa8a7
557
557
 
558
558
  Source file was:
559
559