commonmarker 0.14.1 → 0.14.2

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.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0578137c32df6eaa42414cab2eb6b55382dfdc28
4
- data.tar.gz: bf42aa60d6cd38386b7a1df8027ca5b2674aef16
3
+ metadata.gz: ffa95a064c8c57f0a8f09e0580cb9e1a97a8fd1c
4
+ data.tar.gz: f91c2e7d8d4edc136d69473c477a4b8acf9d99a6
5
5
  SHA512:
6
- metadata.gz: b9a93013875c4aa81c2e4c8e5990a27174c353c250326f4267d0a4a7b67bd34f708fcac8fb78e7db75f194d27dca9d30c52b2219284b28d32091df1caf29624f
7
- data.tar.gz: 88502bfe83079a1a03ca3a6dd6f5c5a865aed0c33c21bc1a286645d066f58addb51f390eb0d46cd6e78173b0e8f894e8597e7109eb5654389bf1ca414db9a3da
6
+ metadata.gz: b340bff71250dc23bd008f73021ed0a8f7ce932690683d55842440c9186acd02f9a9bf374050046ebfb826e42d6307d15b95b3b1676cba49daa460ffbebf19e5
7
+ data.tar.gz: 2f637d3ad8558a64607807dad60fc2822e2ea0ee45d63851671b46294cf864566cae8144c9c9fb5c0fe471008b8b450017d90cef97ac1882e9d2ce91443709b3
@@ -1,13 +1,13 @@
1
- set(CMAKE_HOST_SYSTEM "Darwin-16.3.0")
1
+ set(CMAKE_HOST_SYSTEM "Darwin-16.4.0")
2
2
  set(CMAKE_HOST_SYSTEM_NAME "Darwin")
3
- set(CMAKE_HOST_SYSTEM_VERSION "16.3.0")
3
+ set(CMAKE_HOST_SYSTEM_VERSION "16.4.0")
4
4
  set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
5
5
 
6
6
 
7
7
 
8
- set(CMAKE_SYSTEM "Darwin-16.3.0")
8
+ set(CMAKE_SYSTEM "Darwin-16.4.0")
9
9
  set(CMAKE_SYSTEM_NAME "Darwin")
10
- set(CMAKE_SYSTEM_VERSION "16.3.0")
10
+ set(CMAKE_SYSTEM_VERSION "16.4.0")
11
11
  set(CMAKE_SYSTEM_PROCESSOR "x86_64")
12
12
 
13
13
  set(CMAKE_CROSSCOMPILING "FALSE")
@@ -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/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
3
3
 
4
- Run Build Command:"/usr/bin/make" "cmTC_24b0a/fast"
5
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_24b0a.dir/build.make CMakeFiles/cmTC_24b0a.dir/build
6
- Building C object CMakeFiles/cmTC_24b0a.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_24b0a.dir/src.c.o -c /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c
4
+ Run Build Command:"/usr/bin/make" "cmTC_4ae75/fast"
5
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_4ae75.dir/build.make CMakeFiles/cmTC_4ae75.dir/build
6
+ Building C object CMakeFiles/cmTC_4ae75.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_4ae75.dir/src.c.o -c /Users/kivikakk/Code/gjtorikian/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_24b0a.dir/src.c.o] Error 1
11
- make: *** [cmTC_24b0a/fast] Error 2
10
+ make[1]: *** [CMakeFiles/cmTC_4ae75.dir/src.c.o] Error 1
11
+ make: *** [cmTC_4ae75/fast] Error 2
12
12
 
13
13
  Source file was:
14
14
  int main(void) { return 0; }
@@ -1,4 +1,4 @@
1
- The system is: Darwin - 16.3.0 - x86_64
1
+ The system is: Darwin - 16.4.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
@@ -28,30 +28,30 @@ The CXX compiler identification is AppleClang, found in "/Users/kivikakk/Code/gj
28
28
  Determining if the C compiler works passed with the following output:
29
29
  Change Dir: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
30
30
 
31
- Run Build Command:"/usr/bin/make" "cmTC_9cce0/fast"
32
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_9cce0.dir/build.make CMakeFiles/cmTC_9cce0.dir/build
33
- Building C object CMakeFiles/cmTC_9cce0.dir/testCCompiler.c.o
34
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -o CMakeFiles/cmTC_9cce0.dir/testCCompiler.c.o -c /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/testCCompiler.c
35
- Linking C executable cmTC_9cce0
36
- /usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9cce0.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_9cce0.dir/testCCompiler.c.o -o cmTC_9cce0
31
+ Run Build Command:"/usr/bin/make" "cmTC_4f469/fast"
32
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_4f469.dir/build.make CMakeFiles/cmTC_4f469.dir/build
33
+ Building C object CMakeFiles/cmTC_4f469.dir/testCCompiler.c.o
34
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -o CMakeFiles/cmTC_4f469.dir/testCCompiler.c.o -c /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/testCCompiler.c
35
+ Linking C executable cmTC_4f469
36
+ /usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4f469.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_4f469.dir/testCCompiler.c.o -o cmTC_4f469
38
38
 
39
39
 
40
40
  Detecting C compiler ABI info compiled with the following output:
41
41
  Change Dir: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
42
42
 
43
- Run Build Command:"/usr/bin/make" "cmTC_31bdf/fast"
44
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_31bdf.dir/build.make CMakeFiles/cmTC_31bdf.dir/build
45
- Building C object CMakeFiles/cmTC_31bdf.dir/CMakeCCompilerABI.c.o
46
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -o CMakeFiles/cmTC_31bdf.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeCCompilerABI.c
47
- Linking C executable cmTC_31bdf
48
- /usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_31bdf.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_31bdf.dir/CMakeCCompilerABI.c.o -o cmTC_31bdf
43
+ Run Build Command:"/usr/bin/make" "cmTC_65b7e/fast"
44
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_65b7e.dir/build.make CMakeFiles/cmTC_65b7e.dir/build
45
+ Building C object CMakeFiles/cmTC_65b7e.dir/CMakeCCompilerABI.c.o
46
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -o CMakeFiles/cmTC_65b7e.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeCCompilerABI.c
47
+ Linking C executable cmTC_65b7e
48
+ /usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_65b7e.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_65b7e.dir/CMakeCCompilerABI.c.o -o cmTC_65b7e
50
50
  Apple LLVM version 8.0.0 (clang-800.0.42.1)
51
- Target: x86_64-apple-darwin16.3.0
51
+ Target: x86_64-apple-darwin16.4.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.12.0 -o cmTC_31bdf -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_31bdf.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.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.12.0 -o cmTC_65b7e -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_65b7e.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a
55
55
  @(#)PROGRAM:ld PROJECT:ld64-274.2
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/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp]
68
68
  ignore line: []
69
- ignore line: [Run Build Command:"/usr/bin/make" "cmTC_31bdf/fast"]
70
- ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_31bdf.dir/build.make CMakeFiles/cmTC_31bdf.dir/build]
71
- ignore line: [Building C object CMakeFiles/cmTC_31bdf.dir/CMakeCCompilerABI.c.o]
72
- ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -o CMakeFiles/cmTC_31bdf.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeCCompilerABI.c]
73
- ignore line: [Linking C executable cmTC_31bdf]
74
- ignore line: [/usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_31bdf.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_31bdf.dir/CMakeCCompilerABI.c.o -o cmTC_31bdf ]
69
+ ignore line: [Run Build Command:"/usr/bin/make" "cmTC_65b7e/fast"]
70
+ ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_65b7e.dir/build.make CMakeFiles/cmTC_65b7e.dir/build]
71
+ ignore line: [Building C object CMakeFiles/cmTC_65b7e.dir/CMakeCCompilerABI.c.o]
72
+ ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -o CMakeFiles/cmTC_65b7e.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeCCompilerABI.c]
73
+ ignore line: [Linking C executable cmTC_65b7e]
74
+ ignore line: [/usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_65b7e.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_65b7e.dir/CMakeCCompilerABI.c.o -o cmTC_65b7e ]
76
76
  ignore line: [Apple LLVM version 8.0.0 (clang-800.0.42.1)]
77
- ignore line: [Target: x86_64-apple-darwin16.3.0]
77
+ ignore line: [Target: x86_64-apple-darwin16.4.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.12.0 -o cmTC_31bdf -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_31bdf.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.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.12.0 -o cmTC_65b7e -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_65b7e.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.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.12.0] ==> ignore
88
88
  arg [-o] ==> ignore
89
- arg [cmTC_31bdf] ==> ignore
89
+ arg [cmTC_65b7e] ==> 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_31bdf.dir/CMakeCCompilerABI.c.o] ==> ignore
93
+ arg [CMakeFiles/cmTC_65b7e.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/8.0.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.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/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
113
113
 
114
- Run Build Command:"/usr/bin/make" "cmTC_02399/fast"
115
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_02399.dir/build.make CMakeFiles/cmTC_02399.dir/build
116
- Building C object CMakeFiles/cmTC_02399.dir/feature_tests.c.o
117
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -std=c11 -o CMakeFiles/cmTC_02399.dir/feature_tests.c.o -c /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c
118
- Linking C executable cmTC_02399
119
- /usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_02399.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_02399.dir/feature_tests.c.o -o cmTC_02399
114
+ Run Build Command:"/usr/bin/make" "cmTC_00dae/fast"
115
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_00dae.dir/build.make CMakeFiles/cmTC_00dae.dir/build
116
+ Building C object CMakeFiles/cmTC_00dae.dir/feature_tests.c.o
117
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -std=c11 -o CMakeFiles/cmTC_00dae.dir/feature_tests.c.o -c /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c
118
+ Linking C executable cmTC_00dae
119
+ /usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_00dae.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_00dae.dir/feature_tests.c.o -o cmTC_00dae
121
121
 
122
122
 
123
123
  Feature record: C_FEATURE:1c_function_prototypes
@@ -129,13 +129,13 @@ Linking C executable cmTC_02399
129
129
  Detecting C [-std=c99] compiler features compiled with the following output:
130
130
  Change Dir: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
131
131
 
132
- Run Build Command:"/usr/bin/make" "cmTC_f998d/fast"
133
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_f998d.dir/build.make CMakeFiles/cmTC_f998d.dir/build
134
- Building C object CMakeFiles/cmTC_f998d.dir/feature_tests.c.o
135
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -std=c99 -o CMakeFiles/cmTC_f998d.dir/feature_tests.c.o -c /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c
136
- Linking C executable cmTC_f998d
137
- /usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f998d.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_f998d.dir/feature_tests.c.o -o cmTC_f998d
132
+ Run Build Command:"/usr/bin/make" "cmTC_2d34f/fast"
133
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_2d34f.dir/build.make CMakeFiles/cmTC_2d34f.dir/build
134
+ Building C object CMakeFiles/cmTC_2d34f.dir/feature_tests.c.o
135
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -std=c99 -o CMakeFiles/cmTC_2d34f.dir/feature_tests.c.o -c /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c
136
+ Linking C executable cmTC_2d34f
137
+ /usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2d34f.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_2d34f.dir/feature_tests.c.o -o cmTC_2d34f
139
139
 
140
140
 
141
141
  Feature record: C_FEATURE:1c_function_prototypes
@@ -147,13 +147,13 @@ Linking C executable cmTC_f998d
147
147
  Detecting C [-std=c90] compiler features compiled with the following output:
148
148
  Change Dir: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
149
149
 
150
- Run Build Command:"/usr/bin/make" "cmTC_b5cf6/fast"
151
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_b5cf6.dir/build.make CMakeFiles/cmTC_b5cf6.dir/build
152
- Building C object CMakeFiles/cmTC_b5cf6.dir/feature_tests.c.o
153
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -std=c90 -o CMakeFiles/cmTC_b5cf6.dir/feature_tests.c.o -c /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c
154
- Linking C executable cmTC_b5cf6
155
- /usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b5cf6.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_b5cf6.dir/feature_tests.c.o -o cmTC_b5cf6
150
+ Run Build Command:"/usr/bin/make" "cmTC_6ba0f/fast"
151
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_6ba0f.dir/build.make CMakeFiles/cmTC_6ba0f.dir/build
152
+ Building C object CMakeFiles/cmTC_6ba0f.dir/feature_tests.c.o
153
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -std=c90 -o CMakeFiles/cmTC_6ba0f.dir/feature_tests.c.o -c /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c
154
+ Linking C executable cmTC_6ba0f
155
+ /usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6ba0f.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_6ba0f.dir/feature_tests.c.o -o cmTC_6ba0f
157
157
 
158
158
 
159
159
  Feature record: C_FEATURE:1c_function_prototypes
@@ -163,30 +163,30 @@ Linking C executable cmTC_b5cf6
163
163
  Determining if the CXX compiler works passed with the following output:
164
164
  Change Dir: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
165
165
 
166
- Run Build Command:"/usr/bin/make" "cmTC_4f9b0/fast"
167
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_4f9b0.dir/build.make CMakeFiles/cmTC_4f9b0.dir/build
168
- Building CXX object CMakeFiles/cmTC_4f9b0.dir/testCXXCompiler.cxx.o
169
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -o CMakeFiles/cmTC_4f9b0.dir/testCXXCompiler.cxx.o -c /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
170
- Linking CXX executable cmTC_4f9b0
171
- /usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4f9b0.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_4f9b0.dir/testCXXCompiler.cxx.o -o cmTC_4f9b0
166
+ Run Build Command:"/usr/bin/make" "cmTC_ef6e3/fast"
167
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_ef6e3.dir/build.make CMakeFiles/cmTC_ef6e3.dir/build
168
+ Building CXX object CMakeFiles/cmTC_ef6e3.dir/testCXXCompiler.cxx.o
169
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -o CMakeFiles/cmTC_ef6e3.dir/testCXXCompiler.cxx.o -c /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
170
+ Linking CXX executable cmTC_ef6e3
171
+ /usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ef6e3.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_ef6e3.dir/testCXXCompiler.cxx.o -o cmTC_ef6e3
173
173
 
174
174
 
175
175
  Detecting CXX compiler ABI info compiled with the following output:
176
176
  Change Dir: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
177
177
 
178
- Run Build Command:"/usr/bin/make" "cmTC_48fad/fast"
179
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_48fad.dir/build.make CMakeFiles/cmTC_48fad.dir/build
180
- Building CXX object CMakeFiles/cmTC_48fad.dir/CMakeCXXCompilerABI.cpp.o
181
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -o CMakeFiles/cmTC_48fad.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp
182
- Linking CXX executable cmTC_48fad
183
- /usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_48fad.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_48fad.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_48fad
178
+ Run Build Command:"/usr/bin/make" "cmTC_f2846/fast"
179
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_f2846.dir/build.make CMakeFiles/cmTC_f2846.dir/build
180
+ Building CXX object CMakeFiles/cmTC_f2846.dir/CMakeCXXCompilerABI.cpp.o
181
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -o CMakeFiles/cmTC_f2846.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp
182
+ Linking CXX executable cmTC_f2846
183
+ /usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f2846.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_f2846.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_f2846
185
185
  Apple LLVM version 8.0.0 (clang-800.0.42.1)
186
- Target: x86_64-apple-darwin16.3.0
186
+ Target: x86_64-apple-darwin16.4.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.12.0 -o cmTC_48fad -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_48fad.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.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.12.0 -o cmTC_f2846 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_f2846.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a
190
190
  @(#)PROGRAM:ld PROJECT:ld64-274.2
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/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp]
203
203
  ignore line: []
204
- ignore line: [Run Build Command:"/usr/bin/make" "cmTC_48fad/fast"]
205
- ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_48fad.dir/build.make CMakeFiles/cmTC_48fad.dir/build]
206
- ignore line: [Building CXX object CMakeFiles/cmTC_48fad.dir/CMakeCXXCompilerABI.cpp.o]
207
- ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -o CMakeFiles/cmTC_48fad.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
208
- ignore line: [Linking CXX executable cmTC_48fad]
209
- ignore line: [/usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_48fad.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_48fad.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_48fad ]
204
+ ignore line: [Run Build Command:"/usr/bin/make" "cmTC_f2846/fast"]
205
+ ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_f2846.dir/build.make CMakeFiles/cmTC_f2846.dir/build]
206
+ ignore line: [Building CXX object CMakeFiles/cmTC_f2846.dir/CMakeCXXCompilerABI.cpp.o]
207
+ ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -o CMakeFiles/cmTC_f2846.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.7.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
208
+ ignore line: [Linking CXX executable cmTC_f2846]
209
+ ignore line: [/usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f2846.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_f2846.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_f2846 ]
211
211
  ignore line: [Apple LLVM version 8.0.0 (clang-800.0.42.1)]
212
- ignore line: [Target: x86_64-apple-darwin16.3.0]
212
+ ignore line: [Target: x86_64-apple-darwin16.4.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.12.0 -o cmTC_48fad -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_48fad.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.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.12.0 -o cmTC_f2846 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_f2846.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.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.12.0] ==> ignore
223
223
  arg [-o] ==> ignore
224
- arg [cmTC_48fad] ==> ignore
224
+ arg [cmTC_f2846] ==> 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_48fad.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
228
+ arg [CMakeFiles/cmTC_f2846.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/8.0.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.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/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
249
249
 
250
- Run Build Command:"/usr/bin/make" "cmTC_9d124/fast"
251
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_9d124.dir/build.make CMakeFiles/cmTC_9d124.dir/build
252
- Building CXX object CMakeFiles/cmTC_9d124.dir/feature_tests.cxx.o
253
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++14 -o CMakeFiles/cmTC_9d124.dir/feature_tests.cxx.o -c /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx
254
- Linking CXX executable cmTC_9d124
255
- /usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9d124.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_9d124.dir/feature_tests.cxx.o -o cmTC_9d124
250
+ Run Build Command:"/usr/bin/make" "cmTC_e9c76/fast"
251
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_e9c76.dir/build.make CMakeFiles/cmTC_e9c76.dir/build
252
+ Building CXX object CMakeFiles/cmTC_e9c76.dir/feature_tests.cxx.o
253
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++14 -o CMakeFiles/cmTC_e9c76.dir/feature_tests.cxx.o -c /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx
254
+ Linking CXX executable cmTC_e9c76
255
+ /usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e9c76.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_e9c76.dir/feature_tests.cxx.o -o cmTC_e9c76
257
257
 
258
258
 
259
259
  Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
@@ -318,13 +318,13 @@ Linking CXX executable cmTC_9d124
318
318
  Detecting CXX [-std=c++11] compiler features compiled with the following output:
319
319
  Change Dir: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
320
320
 
321
- Run Build Command:"/usr/bin/make" "cmTC_a267b/fast"
322
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_a267b.dir/build.make CMakeFiles/cmTC_a267b.dir/build
323
- Building CXX object CMakeFiles/cmTC_a267b.dir/feature_tests.cxx.o
324
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_a267b.dir/feature_tests.cxx.o -c /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx
325
- Linking CXX executable cmTC_a267b
326
- /usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a267b.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_a267b.dir/feature_tests.cxx.o -o cmTC_a267b
321
+ Run Build Command:"/usr/bin/make" "cmTC_99d44/fast"
322
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_99d44.dir/build.make CMakeFiles/cmTC_99d44.dir/build
323
+ Building CXX object CMakeFiles/cmTC_99d44.dir/feature_tests.cxx.o
324
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_99d44.dir/feature_tests.cxx.o -c /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx
325
+ Linking CXX executable cmTC_99d44
326
+ /usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_99d44.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_99d44.dir/feature_tests.cxx.o -o cmTC_99d44
328
328
 
329
329
 
330
330
  Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
@@ -389,13 +389,13 @@ Linking CXX executable cmTC_a267b
389
389
  Detecting CXX [-std=c++98] compiler features compiled with the following output:
390
390
  Change Dir: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
391
391
 
392
- Run Build Command:"/usr/bin/make" "cmTC_9a243/fast"
393
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_9a243.dir/build.make CMakeFiles/cmTC_9a243.dir/build
394
- Building CXX object CMakeFiles/cmTC_9a243.dir/feature_tests.cxx.o
395
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_9a243.dir/feature_tests.cxx.o -c /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx
396
- Linking CXX executable cmTC_9a243
397
- /usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9a243.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_9a243.dir/feature_tests.cxx.o -o cmTC_9a243
392
+ Run Build Command:"/usr/bin/make" "cmTC_be8c2/fast"
393
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_be8c2.dir/build.make CMakeFiles/cmTC_be8c2.dir/build
394
+ Building CXX object CMakeFiles/cmTC_be8c2.dir/feature_tests.cxx.o
395
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_be8c2.dir/feature_tests.cxx.o -c /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx
396
+ Linking CXX executable cmTC_be8c2
397
+ /usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_be8c2.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_be8c2.dir/feature_tests.cxx.o -o cmTC_be8c2
399
399
 
400
400
 
401
401
  Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
@@ -458,49 +458,49 @@ Linking CXX executable cmTC_9a243
458
458
  Performing C SOURCE FILE Test HAVE_FLAG_SANITIZE_ADDRESS succeeded with the following output:
459
459
  Change Dir: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
460
460
 
461
- Run Build Command:"/usr/bin/make" "cmTC_f0fe1/fast"
462
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_f0fe1.dir/build.make CMakeFiles/cmTC_f0fe1.dir/build
463
- Building C object CMakeFiles/cmTC_f0fe1.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_f0fe1.dir/src.c.o -c /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c
465
- Linking C executable cmTC_f0fe1
466
- /usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f0fe1.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_f0fe1.dir/src.c.o -o cmTC_f0fe1
461
+ Run Build Command:"/usr/bin/make" "cmTC_ccf58/fast"
462
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_ccf58.dir/build.make CMakeFiles/cmTC_ccf58.dir/build
463
+ Building C object CMakeFiles/cmTC_ccf58.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_ccf58.dir/src.c.o -c /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c
465
+ Linking C executable cmTC_ccf58
466
+ /usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ccf58.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_ccf58.dir/src.c.o -o cmTC_ccf58
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/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
473
473
 
474
- Run Build Command:"/usr/bin/make" "cmTC_e4157/fast"
475
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_e4157.dir/build.make CMakeFiles/cmTC_e4157.dir/build
476
- Building CXX object CMakeFiles/cmTC_e4157.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_e4157.dir/src.cxx.o -c /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.cxx
478
- Linking CXX executable cmTC_e4157
479
- /usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e4157.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_e4157.dir/src.cxx.o -o cmTC_e4157
474
+ Run Build Command:"/usr/bin/make" "cmTC_2e097/fast"
475
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_2e097.dir/build.make CMakeFiles/cmTC_2e097.dir/build
476
+ Building CXX object CMakeFiles/cmTC_2e097.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_2e097.dir/src.cxx.o -c /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.cxx
478
+ Linking CXX executable cmTC_2e097
479
+ /usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2e097.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_2e097.dir/src.cxx.o -o cmTC_2e097
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/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
486
486
 
487
- Run Build Command:"/usr/bin/make" "cmTC_faf6f/fast"
488
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_faf6f.dir/build.make CMakeFiles/cmTC_faf6f.dir/build
489
- Building CXX object CMakeFiles/cmTC_faf6f.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_faf6f.dir/src.cxx.o -c /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.cxx
491
- Linking CXX executable cmTC_faf6f
492
- /usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_faf6f.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_faf6f.dir/src.cxx.o -o cmTC_faf6f
487
+ Run Build Command:"/usr/bin/make" "cmTC_fb2b7/fast"
488
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_fb2b7.dir/build.make CMakeFiles/cmTC_fb2b7.dir/build
489
+ Building CXX object CMakeFiles/cmTC_fb2b7.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_fb2b7.dir/src.cxx.o -c /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.cxx
491
+ Linking CXX executable cmTC_fb2b7
492
+ /usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fb2b7.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_fb2b7.dir/src.cxx.o -o cmTC_fb2b7
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/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
499
499
 
500
- Run Build Command:"/usr/bin/make" "cmTC_84df4/fast"
501
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_84df4.dir/build.make CMakeFiles/cmTC_84df4.dir/build
502
- Building CXX object CMakeFiles/cmTC_84df4.dir/src.cxx.o
503
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_DEPRECATED_ATTR -o CMakeFiles/cmTC_84df4.dir/src.cxx.o -c /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.cxx
500
+ Run Build Command:"/usr/bin/make" "cmTC_20f85/fast"
501
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_20f85.dir/build.make CMakeFiles/cmTC_20f85.dir/build
502
+ Building CXX object CMakeFiles/cmTC_20f85.dir/src.cxx.o
503
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_DEPRECATED_ATTR -o CMakeFiles/cmTC_20f85.dir/src.cxx.o -c /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.cxx
504
504
  /Users/kivikakk/Code/gjtorikian/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_84df4.dir/src.cxx.o
508
508
  __attribute__((__deprecated__)) int somefunc() { return 0; }
509
509
  ^
510
510
  1 warning generated.
511
- Linking CXX executable cmTC_84df4
512
- /usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_84df4.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_84df4.dir/src.cxx.o -o cmTC_84df4
511
+ Linking CXX executable cmTC_20f85
512
+ /usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_20f85.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_20f85.dir/src.cxx.o -o cmTC_20f85
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/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
520
520
 
521
- Run Build Command:"/usr/bin/make" "cmTC_2952d/fast"
522
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_2952d.dir/build.make CMakeFiles/cmTC_2952d.dir/build
523
- Building C object CMakeFiles/cmTC_2952d.dir/CheckIncludeFile.c.o
524
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -o CMakeFiles/cmTC_2952d.dir/CheckIncludeFile.c.o -c /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
525
- Linking C executable cmTC_2952d
526
- /usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2952d.dir/link.txt --verbose=1
527
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2952d.dir/CheckIncludeFile.c.o -o cmTC_2952d
521
+ Run Build Command:"/usr/bin/make" "cmTC_3818d/fast"
522
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_3818d.dir/build.make CMakeFiles/cmTC_3818d.dir/build
523
+ Building C object CMakeFiles/cmTC_3818d.dir/CheckIncludeFile.c.o
524
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -o CMakeFiles/cmTC_3818d.dir/CheckIncludeFile.c.o -c /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
525
+ Linking C executable cmTC_3818d
526
+ /usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3818d.dir/link.txt --verbose=1
527
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3818d.dir/CheckIncludeFile.c.o -o cmTC_3818d
528
528
 
529
529
 
530
530
  Performing C SOURCE FILE Test HAVE___BUILTIN_EXPECT succeeded with the following output:
531
531
  Change Dir: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
532
532
 
533
- Run Build Command:"/usr/bin/make" "cmTC_595d5/fast"
534
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_595d5.dir/build.make CMakeFiles/cmTC_595d5.dir/build
535
- Building C object CMakeFiles/cmTC_595d5.dir/src.c.o
536
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -DHAVE___BUILTIN_EXPECT -o CMakeFiles/cmTC_595d5.dir/src.c.o -c /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c
533
+ Run Build Command:"/usr/bin/make" "cmTC_3d44a/fast"
534
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_3d44a.dir/build.make CMakeFiles/cmTC_3d44a.dir/build
535
+ Building C object CMakeFiles/cmTC_3d44a.dir/src.c.o
536
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -DHAVE___BUILTIN_EXPECT -o CMakeFiles/cmTC_3d44a.dir/src.c.o -c /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c
537
537
  /Users/kivikakk/Code/gjtorikian/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_595d5
542
- /usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_595d5.dir/link.txt --verbose=1
543
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -DHAVE___BUILTIN_EXPECT -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_595d5.dir/src.c.o -o cmTC_595d5
541
+ Linking C executable cmTC_3d44a
542
+ /usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3d44a.dir/link.txt --verbose=1
543
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -DHAVE___BUILTIN_EXPECT -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3d44a.dir/src.c.o -o cmTC_3d44a
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/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
549
549
 
550
- Run Build Command:"/usr/bin/make" "cmTC_1a4eb/fast"
551
- /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_1a4eb.dir/build.make CMakeFiles/cmTC_1a4eb.dir/build
552
- Building C object CMakeFiles/cmTC_1a4eb.dir/src.c.o
553
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -DHAVE___ATTRIBUTE__ -o CMakeFiles/cmTC_1a4eb.dir/src.c.o -c /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c
554
- Linking C executable cmTC_1a4eb
555
- /usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1a4eb.dir/link.txt --verbose=1
556
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -DHAVE___ATTRIBUTE__ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1a4eb.dir/src.c.o -o cmTC_1a4eb
550
+ Run Build Command:"/usr/bin/make" "cmTC_e6f83/fast"
551
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_e6f83.dir/build.make CMakeFiles/cmTC_e6f83.dir/build
552
+ Building C object CMakeFiles/cmTC_e6f83.dir/src.c.o
553
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -DHAVE___ATTRIBUTE__ -o CMakeFiles/cmTC_e6f83.dir/src.c.o -c /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.c
554
+ Linking C executable cmTC_e6f83
555
+ /usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e6f83.dir/link.txt --verbose=1
556
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -fPIC -DHAVE___ATTRIBUTE__ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e6f83.dir/src.c.o -o cmTC_e6f83
557
557
 
558
558
  Source file was:
559
559
 
@@ -15,6 +15,8 @@ static struct arena_chunk *alloc_arena_chunk(size_t sz, struct arena_chunk *prev
15
15
  abort();
16
16
  c->sz = sz;
17
17
  c->ptr = calloc(1, sz);
18
+ if (!c->ptr)
19
+ abort();
18
20
  c->prev = prev;
19
21
  return c;
20
22
  }
@@ -626,7 +626,12 @@ static delimiter *S_insert_emph(subject *subj, delimiter *opener,
626
626
  cmark_node *tmp, *tmpnext, *emph;
627
627
 
628
628
  // calculate the actual number of characters used from this closer
629
- use_delims = (closer_num_chars >= 2 && opener_num_chars >=2) ? 2 : 1;
629
+ if (closer_num_chars < 3 || opener_num_chars < 3) {
630
+ use_delims = closer_num_chars <= opener_num_chars ? closer_num_chars
631
+ : opener_num_chars;
632
+ } else { // closer and opener both have >= 3 characters
633
+ use_delims = closer_num_chars % 2 == 0 ? 2 : 1;
634
+ }
630
635
 
631
636
  // remove used characters from associated inlines.
632
637
  opener_num_chars -= use_delims;
@@ -238,7 +238,7 @@ int main(int argc, char *argv[]) {
238
238
 
239
239
  document = cmark_parser_finish(parser);
240
240
 
241
- if (!print_document(document, writer, options, width, parser))
241
+ if (!document || !print_document(document, writer, options, width, parser))
242
242
  goto failure;
243
243
 
244
244
  success:
@@ -250,7 +250,8 @@ failure:
250
250
  if (parser)
251
251
  cmark_parser_free(parser);
252
252
 
253
- cmark_node_free(document);
253
+ if (document)
254
+ cmark_node_free(document);
254
255
  #else
255
256
  cmark_arena_reset();
256
257
  #endif
@@ -44,7 +44,7 @@ Hello!
44
44
  | _abc_ | セン |
45
45
  | ----- | ---- |
46
46
  | 1. Block elements inside cells don't work. | |
47
- | But _**inline elements do**_. | x |
47
+ | But **_inline elements do_**. | x |
48
48
 
49
49
  Hi!
50
50
  .
@@ -62,7 +62,7 @@ Hi!
62
62
  <td></td>
63
63
  </tr>
64
64
  <tr>
65
- <td>But <em><strong>inline elements do</strong></em>.</td>
65
+ <td>But <strong><em>inline elements do</em></strong>.</td>
66
66
  <td>x</td>
67
67
  </tr></tbody></table>
68
68
  <p>Hi!</p>
@@ -145,7 +145,7 @@ Hello!
145
145
  | _abc_ | セン |
146
146
  | ----- | ---- |
147
147
  | this row has a space at the end | |
148
- | But _**inline elements do**_. | x |
148
+ | But **_inline elements do_**. | x |
149
149
 
150
150
  Hi!
151
151
  .
@@ -163,7 +163,7 @@ Hi!
163
163
  <td></td>
164
164
  </tr>
165
165
  <tr>
166
- <td>But <em><strong>inline elements do</strong></em>.</td>
166
+ <td>But <strong><em>inline elements do</em></strong>.</td>
167
167
  <td>x</td>
168
168
  </tr></tbody></table>
169
169
  <p>Hi!</p>
@@ -255,7 +255,7 @@ Tables with embedded pipes could be tricky.
255
255
  | --- | --- |
256
256
  | Escaped pipes are \|okay\|. | Like \| this. |
257
257
  | Within `|code| is okay` too. |
258
- | _**`c|`**_ \| complex
258
+ | **_`c|`_** \| complex
259
259
  | don't **\_reparse\_**
260
260
  .
261
261
  <table>
@@ -275,7 +275,7 @@ Tables with embedded pipes could be tricky.
275
275
  <td></td>
276
276
  </tr>
277
277
  <tr>
278
- <td><em><strong><code>c|</code></strong></em> | complex</td>
278
+ <td><strong><em><code>c|</code></em></strong> | complex</td>
279
279
  <td></td>
280
280
  </tr>
281
281
  <tr>
@@ -444,6 +444,11 @@ Full stop outside parens shouldn't be included http://google.com/ok.
444
444
  <p>(Full stop inside parens shouldn't be included <a href="http://google.com/ok">http://google.com/ok</a>.)</p>
445
445
  ````````````````````````````````
446
446
 
447
+ ```````````````````````````````` example
448
+ This shouldn't crash everything: (_A_@_.A
449
+ .
450
+ <IGNORE>
451
+ ````````````````````````````````
447
452
 
448
453
  ## HTML tag filter
449
454
 
@@ -5976,8 +5976,8 @@ the following principles resolve ambiguity:
5976
5976
  an interpretation `<strong>...</strong>` is always preferred to
5977
5977
  `<em><em>...</em></em>`.
5978
5978
 
5979
- 14. An interpretation `<em><strong>...</strong></em>` is always
5980
- preferred to `<strong><em>..</em></strong>`.
5979
+ 14. An interpretation `<strong><em>...</em></strong>` is always
5980
+ preferred to `<em><strong>..</strong></em>`.
5981
5981
 
5982
5982
  15. When two potential emphasis or strong emphasis spans overlap,
5983
5983
  so that the second begins before the first ends and ends after
@@ -7000,14 +7000,14 @@ Rule 14:
7000
7000
  ```````````````````````````````` example
7001
7001
  ***foo***
7002
7002
  .
7003
- <p><em><strong>foo</strong></em></p>
7003
+ <p><strong><em>foo</em></strong></p>
7004
7004
  ````````````````````````````````
7005
7005
 
7006
7006
 
7007
7007
  ```````````````````````````````` example
7008
7008
  _____foo_____
7009
7009
  .
7010
- <p><em><strong><strong>foo</strong></strong></em></p>
7010
+ <p><strong><strong><em>foo</em></strong></strong></p>
7011
7011
  ````````````````````````````````
7012
7012
 
7013
7013
 
@@ -43,7 +43,9 @@ def do_test(converter, test, normalize, result_counts):
43
43
  if retcode == 0:
44
44
  expected_html = test['html']
45
45
  unicode_error = None
46
- if normalize:
46
+ if expected_html.strip() == '<IGNORE>':
47
+ passed = True
48
+ elif normalize:
47
49
  try:
48
50
  passed = normalize_html(actual_html) == normalize_html(expected_html)
49
51
  except UnicodeDecodeError as e:
@@ -1,3 +1,3 @@
1
1
  module CommonMarker
2
- VERSION = '0.14.1'.freeze
2
+ VERSION = '0.14.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: commonmarker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.1
4
+ version: 0.14.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garen Torikian
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-23 00:00:00.000000000 Z
11
+ date: 2017-01-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruby-enum