commonmarker 0.14.2 → 0.14.3
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 +4 -4
- data/ext/commonmarker/cmark/extensions/table.c +26 -23
- data/ext/commonmarker/cmark/src/cmark_extension_api.h +11 -1
- data/ext/commonmarker/cmark/src/node.c +3 -0
- data/ext/commonmarker/cmark/src/syntax_extension.c +5 -0
- data/ext/commonmarker/cmark/src/syntax_extension.h +1 -0
- data/ext/commonmarker/commonmarker.c +5 -0
- data/lib/commonmarker/renderer/html_renderer.rb +18 -0
- data/lib/commonmarker/version.rb +1 -1
- data/test/test_extensions.rb +17 -0
- metadata +2 -126
- data/ext/commonmarker/cmark/build/CMakeCache.txt +0 -468
- data/ext/commonmarker/cmark/build/CMakeFiles/3.7.2/CMakeCCompiler.cmake +0 -68
- data/ext/commonmarker/cmark/build/CMakeFiles/3.7.2/CMakeCXXCompiler.cmake +0 -69
- data/ext/commonmarker/cmark/build/CMakeFiles/3.7.2/CMakeDetermineCompilerABI_C.bin +0 -0
- data/ext/commonmarker/cmark/build/CMakeFiles/3.7.2/CMakeDetermineCompilerABI_CXX.bin +0 -0
- data/ext/commonmarker/cmark/build/CMakeFiles/3.7.2/CMakeSystem.cmake +0 -15
- data/ext/commonmarker/cmark/build/CMakeFiles/3.7.2/CompilerIdC/CMakeCCompilerId.c +0 -561
- data/ext/commonmarker/cmark/build/CMakeFiles/3.7.2/CompilerIdC/a.out +0 -0
- data/ext/commonmarker/cmark/build/CMakeFiles/3.7.2/CompilerIdCXX/CMakeCXXCompilerId.cpp +0 -533
- data/ext/commonmarker/cmark/build/CMakeFiles/3.7.2/CompilerIdCXX/a.out +0 -0
- data/ext/commonmarker/cmark/build/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
- data/ext/commonmarker/cmark/build/CMakeFiles/CMakeError.log +0 -14
- data/ext/commonmarker/cmark/build/CMakeFiles/CMakeOutput.log +0 -562
- data/ext/commonmarker/cmark/build/CMakeFiles/Makefile.cmake +0 -154
- data/ext/commonmarker/cmark/build/CMakeFiles/Makefile2 +0 -351
- data/ext/commonmarker/cmark/build/CMakeFiles/TargetDirectories.txt +0 -47
- data/ext/commonmarker/cmark/build/CMakeFiles/cmake.check_cache +0 -1
- data/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.bin +0 -0
- data/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c +0 -34
- data/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx +0 -405
- data/ext/commonmarker/cmark/build/CMakeFiles/progress.marks +0 -1
- data/ext/commonmarker/cmark/build/CTestTestfile.cmake +0 -11
- data/ext/commonmarker/cmark/build/Makefile +0 -264
- data/ext/commonmarker/cmark/build/api_test/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
- data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/DependInfo.cmake +0 -35
- data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/build.make +0 -168
- data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/cmake_clean.cmake +0 -12
- data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/depend.make +0 -2
- data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/flags.make +0 -17
- data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/link.txt +0 -1
- data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/progress.make +0 -5
- data/ext/commonmarker/cmark/build/api_test/CMakeFiles/progress.marks +0 -1
- data/ext/commonmarker/cmark/build/api_test/Makefile +0 -300
- data/ext/commonmarker/cmark/build/api_test/cmake_install.cmake +0 -29
- data/ext/commonmarker/cmark/build/cmake_install.cmake +0 -49
- data/ext/commonmarker/cmark/build/extensions/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
- data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/C.includecache +0 -204
- data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/DependInfo.cmake +0 -29
- data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/autolink.c.o +0 -0
- data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/build.make +0 -249
- data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/cmake_clean.cmake +0 -15
- data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/cmake_clean_target.cmake +0 -3
- data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/core-extensions.c.o +0 -0
- data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/depend.internal +0 -94
- data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/depend.make +0 -94
- data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/ext_scanners.c.o +0 -0
- data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/flags.make +0 -10
- data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/link.txt +0 -2
- data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/progress.make +0 -8
- data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/strikethrough.c.o +0 -0
- data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/table.c.o +0 -0
- data/ext/commonmarker/cmark/build/extensions/CMakeFiles/libcmarkextensions_static.dir/tagfilter.c.o +0 -0
- data/ext/commonmarker/cmark/build/extensions/CMakeFiles/progress.marks +0 -1
- data/ext/commonmarker/cmark/build/extensions/Makefile +0 -390
- data/ext/commonmarker/cmark/build/extensions/cmake_install.cmake +0 -29
- data/ext/commonmarker/cmark/build/extensions/libcmarkextensions.a +0 -0
- data/ext/commonmarker/cmark/build/man/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
- data/ext/commonmarker/cmark/build/man/CMakeFiles/progress.marks +0 -1
- data/ext/commonmarker/cmark/build/man/Makefile +0 -194
- data/ext/commonmarker/cmark/build/man/cmake_install.cmake +0 -37
- data/ext/commonmarker/cmark/build/src/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
- data/ext/commonmarker/cmark/build/src/CMakeFiles/Export/lib/cmake/cmark-release.cmake +0 -38
- data/ext/commonmarker/cmark/build/src/CMakeFiles/Export/lib/cmake/cmark.cmake +0 -95
- data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/DependInfo.cmake +0 -29
- data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/build.make +0 -115
- data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/cmake_clean.cmake +0 -10
- data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/depend.make +0 -2
- data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/flags.make +0 -10
- data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/link.txt +0 -1
- data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/progress.make +0 -3
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/DependInfo.cmake +0 -56
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/build.make +0 -738
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/cmake_clean.cmake +0 -34
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/depend.make +0 -2
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/flags.make +0 -10
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/link.txt +0 -1
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/progress.make +0 -26
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/C.includecache +0 -612
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/DependInfo.cmake +0 -50
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/arena.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/blocks.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/buffer.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/build.make +0 -735
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmake_clean.cmake +0 -33
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmake_clean_target.cmake +0 -3
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmark.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmark_ctype.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/commonmark.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/depend.internal +0 -290
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/depend.make +0 -290
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/flags.make +0 -10
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/houdini_href_e.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/houdini_html_e.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/houdini_html_u.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/html.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/inlines.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/iterator.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/latex.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/link.txt +0 -2
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/linked_list.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/man.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/node.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/plugin.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/progress.make +0 -26
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/references.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/registry.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/render.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/scanners.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/syntax_extension.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/utf8.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/xml.c.o +0 -0
- data/ext/commonmarker/cmark/build/src/CMakeFiles/progress.marks +0 -1
- data/ext/commonmarker/cmark/build/src/Makefile +0 -1064
- data/ext/commonmarker/cmark/build/src/cmake_install.cmake +0 -103
- data/ext/commonmarker/cmark/build/src/cmark_export.h +0 -42
- data/ext/commonmarker/cmark/build/src/cmark_version.h +0 -7
- data/ext/commonmarker/cmark/build/src/config.h +0 -76
- data/ext/commonmarker/cmark/build/src/libcmark.a +0 -0
- data/ext/commonmarker/cmark/build/src/libcmark.pc +0 -10
- data/ext/commonmarker/cmark/build/testdir/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
- data/ext/commonmarker/cmark/build/testdir/CMakeFiles/progress.marks +0 -1
- data/ext/commonmarker/cmark/build/testdir/CTestTestfile.cmake +0 -17
- data/ext/commonmarker/cmark/build/testdir/Makefile +0 -194
- data/ext/commonmarker/cmark/build/testdir/cmake_install.cmake +0 -29
Binary file
|
@@ -1,16 +0,0 @@
|
|
1
|
-
# CMAKE generated file: DO NOT EDIT!
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version 3.7
|
3
|
-
|
4
|
-
# Relative path conversion top directories.
|
5
|
-
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark")
|
6
|
-
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build")
|
7
|
-
|
8
|
-
# Force unix paths in dependencies.
|
9
|
-
set(CMAKE_FORCE_UNIX_PATHS 1)
|
10
|
-
|
11
|
-
|
12
|
-
# The C and CXX include file regular expressions for this directory.
|
13
|
-
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
14
|
-
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
15
|
-
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
16
|
-
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
@@ -1,14 +0,0 @@
|
|
1
|
-
Performing C SOURCE FILE Test HAVE_FLAG_ADDRESS_SANITIZER failed with the following output:
|
2
|
-
Change Dir: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
3
|
-
|
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
|
-
clang: error: unknown argument: '-faddress-sanitizer'
|
9
|
-
clang: error: unknown argument: '-faddress-sanitizer'
|
10
|
-
make[1]: *** [CMakeFiles/cmTC_4ae75.dir/src.c.o] Error 1
|
11
|
-
make: *** [cmTC_4ae75/fast] Error 2
|
12
|
-
|
13
|
-
Source file was:
|
14
|
-
int main(void) { return 0; }
|
@@ -1,562 +0,0 @@
|
|
1
|
-
The system is: Darwin - 16.4.0 - x86_64
|
2
|
-
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
|
3
|
-
Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
|
4
|
-
Build flags: -fPIC
|
5
|
-
Id flags:
|
6
|
-
|
7
|
-
The output was:
|
8
|
-
0
|
9
|
-
|
10
|
-
|
11
|
-
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
|
12
|
-
|
13
|
-
The C compiler identification is AppleClang, found in "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/3.7.2/CompilerIdC/a.out"
|
14
|
-
|
15
|
-
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
|
16
|
-
Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
|
17
|
-
Build flags:
|
18
|
-
Id flags:
|
19
|
-
|
20
|
-
The output was:
|
21
|
-
0
|
22
|
-
|
23
|
-
|
24
|
-
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
|
25
|
-
|
26
|
-
The CXX compiler identification is AppleClang, found in "/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/3.7.2/CompilerIdCXX/a.out"
|
27
|
-
|
28
|
-
Determining if the C compiler works passed with the following output:
|
29
|
-
Change Dir: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
30
|
-
|
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
|
-
|
39
|
-
|
40
|
-
Detecting C compiler ABI info compiled with the following output:
|
41
|
-
Change Dir: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
42
|
-
|
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
|
-
Apple LLVM version 8.0.0 (clang-800.0.42.1)
|
51
|
-
Target: x86_64-apple-darwin16.4.0
|
52
|
-
Thread model: posix
|
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_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
|
-
@(#)PROGRAM:ld PROJECT:ld64-274.2
|
56
|
-
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
|
57
|
-
Library search paths:
|
58
|
-
/usr/lib
|
59
|
-
/usr/local/lib
|
60
|
-
Framework search paths:
|
61
|
-
/Library/Frameworks/
|
62
|
-
/System/Library/Frameworks/
|
63
|
-
|
64
|
-
|
65
|
-
Parsed C implicit link information from above output:
|
66
|
-
link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
|
67
|
-
ignore line: [Change Dir: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp]
|
68
|
-
ignore line: []
|
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
|
-
ignore line: [Apple LLVM version 8.0.0 (clang-800.0.42.1)]
|
77
|
-
ignore line: [Target: x86_64-apple-darwin16.4.0]
|
78
|
-
ignore line: [Thread model: posix]
|
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_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
|
-
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
|
82
|
-
arg [-demangle] ==> ignore
|
83
|
-
arg [-dynamic] ==> ignore
|
84
|
-
arg [-arch] ==> ignore
|
85
|
-
arg [x86_64] ==> ignore
|
86
|
-
arg [-macosx_version_min] ==> ignore
|
87
|
-
arg [10.12.0] ==> ignore
|
88
|
-
arg [-o] ==> ignore
|
89
|
-
arg [cmTC_65b7e] ==> ignore
|
90
|
-
arg [-search_paths_first] ==> ignore
|
91
|
-
arg [-headerpad_max_install_names] ==> ignore
|
92
|
-
arg [-v] ==> ignore
|
93
|
-
arg [CMakeFiles/cmTC_65b7e.dir/CMakeCCompilerABI.c.o] ==> ignore
|
94
|
-
arg [-lSystem] ==> lib [System]
|
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
|
-
Library search paths: [;/usr/lib;/usr/local/lib]
|
97
|
-
Framework search paths: [;/Library/Frameworks/;/System/Library/Frameworks/]
|
98
|
-
remove lib [System]
|
99
|
-
remove lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a]
|
100
|
-
collapse library dir [/usr/lib] ==> [/usr/lib]
|
101
|
-
collapse library dir [/usr/local/lib] ==> [/usr/local/lib]
|
102
|
-
collapse framework dir [/Library/Frameworks/] ==> [/Library/Frameworks]
|
103
|
-
collapse framework dir [/System/Library/Frameworks/] ==> [/System/Library/Frameworks]
|
104
|
-
implicit libs: []
|
105
|
-
implicit dirs: [/usr/lib;/usr/local/lib]
|
106
|
-
implicit fwks: [/Library/Frameworks;/System/Library/Frameworks]
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
Detecting C [-std=c11] compiler features compiled with the following output:
|
112
|
-
Change Dir: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
113
|
-
|
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
|
-
|
122
|
-
|
123
|
-
Feature record: C_FEATURE:1c_function_prototypes
|
124
|
-
Feature record: C_FEATURE:1c_restrict
|
125
|
-
Feature record: C_FEATURE:1c_static_assert
|
126
|
-
Feature record: C_FEATURE:1c_variadic_macros
|
127
|
-
|
128
|
-
|
129
|
-
Detecting C [-std=c99] compiler features compiled with the following output:
|
130
|
-
Change Dir: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
131
|
-
|
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
|
-
|
140
|
-
|
141
|
-
Feature record: C_FEATURE:1c_function_prototypes
|
142
|
-
Feature record: C_FEATURE:1c_restrict
|
143
|
-
Feature record: C_FEATURE:0c_static_assert
|
144
|
-
Feature record: C_FEATURE:1c_variadic_macros
|
145
|
-
|
146
|
-
|
147
|
-
Detecting C [-std=c90] compiler features compiled with the following output:
|
148
|
-
Change Dir: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
149
|
-
|
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
|
-
|
158
|
-
|
159
|
-
Feature record: C_FEATURE:1c_function_prototypes
|
160
|
-
Feature record: C_FEATURE:0c_restrict
|
161
|
-
Feature record: C_FEATURE:0c_static_assert
|
162
|
-
Feature record: C_FEATURE:0c_variadic_macros
|
163
|
-
Determining if the CXX compiler works passed with the following output:
|
164
|
-
Change Dir: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
165
|
-
|
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
|
-
|
174
|
-
|
175
|
-
Detecting CXX compiler ABI info compiled with the following output:
|
176
|
-
Change Dir: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
177
|
-
|
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
|
-
Apple LLVM version 8.0.0 (clang-800.0.42.1)
|
186
|
-
Target: x86_64-apple-darwin16.4.0
|
187
|
-
Thread model: posix
|
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_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
|
-
@(#)PROGRAM:ld PROJECT:ld64-274.2
|
191
|
-
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
|
192
|
-
Library search paths:
|
193
|
-
/usr/lib
|
194
|
-
/usr/local/lib
|
195
|
-
Framework search paths:
|
196
|
-
/Library/Frameworks/
|
197
|
-
/System/Library/Frameworks/
|
198
|
-
|
199
|
-
|
200
|
-
Parsed CXX implicit link information from above output:
|
201
|
-
link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
|
202
|
-
ignore line: [Change Dir: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp]
|
203
|
-
ignore line: []
|
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
|
-
ignore line: [Apple LLVM version 8.0.0 (clang-800.0.42.1)]
|
212
|
-
ignore line: [Target: x86_64-apple-darwin16.4.0]
|
213
|
-
ignore line: [Thread model: posix]
|
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_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
|
-
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
|
217
|
-
arg [-demangle] ==> ignore
|
218
|
-
arg [-dynamic] ==> ignore
|
219
|
-
arg [-arch] ==> ignore
|
220
|
-
arg [x86_64] ==> ignore
|
221
|
-
arg [-macosx_version_min] ==> ignore
|
222
|
-
arg [10.12.0] ==> ignore
|
223
|
-
arg [-o] ==> ignore
|
224
|
-
arg [cmTC_f2846] ==> ignore
|
225
|
-
arg [-search_paths_first] ==> ignore
|
226
|
-
arg [-headerpad_max_install_names] ==> ignore
|
227
|
-
arg [-v] ==> ignore
|
228
|
-
arg [CMakeFiles/cmTC_f2846.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
|
229
|
-
arg [-lc++] ==> lib [c++]
|
230
|
-
arg [-lSystem] ==> lib [System]
|
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]
|
232
|
-
Library search paths: [;/usr/lib;/usr/local/lib]
|
233
|
-
Framework search paths: [;/Library/Frameworks/;/System/Library/Frameworks/]
|
234
|
-
remove lib [System]
|
235
|
-
remove lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a]
|
236
|
-
collapse library dir [/usr/lib] ==> [/usr/lib]
|
237
|
-
collapse library dir [/usr/local/lib] ==> [/usr/local/lib]
|
238
|
-
collapse framework dir [/Library/Frameworks/] ==> [/Library/Frameworks]
|
239
|
-
collapse framework dir [/System/Library/Frameworks/] ==> [/System/Library/Frameworks]
|
240
|
-
implicit libs: [c++]
|
241
|
-
implicit dirs: [/usr/lib;/usr/local/lib]
|
242
|
-
implicit fwks: [/Library/Frameworks;/System/Library/Frameworks]
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
Detecting CXX [-std=c++14] compiler features compiled with the following output:
|
248
|
-
Change Dir: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
249
|
-
|
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
|
-
|
258
|
-
|
259
|
-
Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
|
260
|
-
Feature record: CXX_FEATURE:1cxx_alias_templates
|
261
|
-
Feature record: CXX_FEATURE:1cxx_alignas
|
262
|
-
Feature record: CXX_FEATURE:1cxx_alignof
|
263
|
-
Feature record: CXX_FEATURE:1cxx_attributes
|
264
|
-
Feature record: CXX_FEATURE:1cxx_attribute_deprecated
|
265
|
-
Feature record: CXX_FEATURE:1cxx_auto_type
|
266
|
-
Feature record: CXX_FEATURE:1cxx_binary_literals
|
267
|
-
Feature record: CXX_FEATURE:1cxx_constexpr
|
268
|
-
Feature record: CXX_FEATURE:1cxx_contextual_conversions
|
269
|
-
Feature record: CXX_FEATURE:1cxx_decltype
|
270
|
-
Feature record: CXX_FEATURE:1cxx_decltype_auto
|
271
|
-
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
|
272
|
-
Feature record: CXX_FEATURE:1cxx_default_function_template_args
|
273
|
-
Feature record: CXX_FEATURE:1cxx_defaulted_functions
|
274
|
-
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
|
275
|
-
Feature record: CXX_FEATURE:1cxx_delegating_constructors
|
276
|
-
Feature record: CXX_FEATURE:1cxx_deleted_functions
|
277
|
-
Feature record: CXX_FEATURE:1cxx_digit_separators
|
278
|
-
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
|
279
|
-
Feature record: CXX_FEATURE:1cxx_explicit_conversions
|
280
|
-
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
|
281
|
-
Feature record: CXX_FEATURE:1cxx_extern_templates
|
282
|
-
Feature record: CXX_FEATURE:1cxx_final
|
283
|
-
Feature record: CXX_FEATURE:1cxx_func_identifier
|
284
|
-
Feature record: CXX_FEATURE:1cxx_generalized_initializers
|
285
|
-
Feature record: CXX_FEATURE:1cxx_generic_lambdas
|
286
|
-
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
|
287
|
-
Feature record: CXX_FEATURE:1cxx_inline_namespaces
|
288
|
-
Feature record: CXX_FEATURE:1cxx_lambdas
|
289
|
-
Feature record: CXX_FEATURE:1cxx_lambda_init_captures
|
290
|
-
Feature record: CXX_FEATURE:1cxx_local_type_template_args
|
291
|
-
Feature record: CXX_FEATURE:1cxx_long_long_type
|
292
|
-
Feature record: CXX_FEATURE:1cxx_noexcept
|
293
|
-
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
|
294
|
-
Feature record: CXX_FEATURE:1cxx_nullptr
|
295
|
-
Feature record: CXX_FEATURE:1cxx_override
|
296
|
-
Feature record: CXX_FEATURE:1cxx_range_for
|
297
|
-
Feature record: CXX_FEATURE:1cxx_raw_string_literals
|
298
|
-
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
|
299
|
-
Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
|
300
|
-
Feature record: CXX_FEATURE:1cxx_return_type_deduction
|
301
|
-
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
|
302
|
-
Feature record: CXX_FEATURE:1cxx_rvalue_references
|
303
|
-
Feature record: CXX_FEATURE:1cxx_sizeof_member
|
304
|
-
Feature record: CXX_FEATURE:1cxx_static_assert
|
305
|
-
Feature record: CXX_FEATURE:1cxx_strong_enums
|
306
|
-
Feature record: CXX_FEATURE:1cxx_template_template_parameters
|
307
|
-
Feature record: CXX_FEATURE:1cxx_thread_local
|
308
|
-
Feature record: CXX_FEATURE:1cxx_trailing_return_types
|
309
|
-
Feature record: CXX_FEATURE:1cxx_unicode_literals
|
310
|
-
Feature record: CXX_FEATURE:1cxx_uniform_initialization
|
311
|
-
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
|
312
|
-
Feature record: CXX_FEATURE:1cxx_user_literals
|
313
|
-
Feature record: CXX_FEATURE:1cxx_variable_templates
|
314
|
-
Feature record: CXX_FEATURE:1cxx_variadic_macros
|
315
|
-
Feature record: CXX_FEATURE:1cxx_variadic_templates
|
316
|
-
|
317
|
-
|
318
|
-
Detecting CXX [-std=c++11] compiler features compiled with the following output:
|
319
|
-
Change Dir: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
320
|
-
|
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
|
-
|
329
|
-
|
330
|
-
Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
|
331
|
-
Feature record: CXX_FEATURE:1cxx_alias_templates
|
332
|
-
Feature record: CXX_FEATURE:1cxx_alignas
|
333
|
-
Feature record: CXX_FEATURE:1cxx_alignof
|
334
|
-
Feature record: CXX_FEATURE:1cxx_attributes
|
335
|
-
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
|
336
|
-
Feature record: CXX_FEATURE:1cxx_auto_type
|
337
|
-
Feature record: CXX_FEATURE:0cxx_binary_literals
|
338
|
-
Feature record: CXX_FEATURE:1cxx_constexpr
|
339
|
-
Feature record: CXX_FEATURE:0cxx_contextual_conversions
|
340
|
-
Feature record: CXX_FEATURE:1cxx_decltype
|
341
|
-
Feature record: CXX_FEATURE:0cxx_decltype_auto
|
342
|
-
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
|
343
|
-
Feature record: CXX_FEATURE:1cxx_default_function_template_args
|
344
|
-
Feature record: CXX_FEATURE:1cxx_defaulted_functions
|
345
|
-
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
|
346
|
-
Feature record: CXX_FEATURE:1cxx_delegating_constructors
|
347
|
-
Feature record: CXX_FEATURE:1cxx_deleted_functions
|
348
|
-
Feature record: CXX_FEATURE:0cxx_digit_separators
|
349
|
-
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
|
350
|
-
Feature record: CXX_FEATURE:1cxx_explicit_conversions
|
351
|
-
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
|
352
|
-
Feature record: CXX_FEATURE:1cxx_extern_templates
|
353
|
-
Feature record: CXX_FEATURE:1cxx_final
|
354
|
-
Feature record: CXX_FEATURE:1cxx_func_identifier
|
355
|
-
Feature record: CXX_FEATURE:1cxx_generalized_initializers
|
356
|
-
Feature record: CXX_FEATURE:0cxx_generic_lambdas
|
357
|
-
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
|
358
|
-
Feature record: CXX_FEATURE:1cxx_inline_namespaces
|
359
|
-
Feature record: CXX_FEATURE:1cxx_lambdas
|
360
|
-
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
|
361
|
-
Feature record: CXX_FEATURE:1cxx_local_type_template_args
|
362
|
-
Feature record: CXX_FEATURE:1cxx_long_long_type
|
363
|
-
Feature record: CXX_FEATURE:1cxx_noexcept
|
364
|
-
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
|
365
|
-
Feature record: CXX_FEATURE:1cxx_nullptr
|
366
|
-
Feature record: CXX_FEATURE:1cxx_override
|
367
|
-
Feature record: CXX_FEATURE:1cxx_range_for
|
368
|
-
Feature record: CXX_FEATURE:1cxx_raw_string_literals
|
369
|
-
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
|
370
|
-
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
|
371
|
-
Feature record: CXX_FEATURE:0cxx_return_type_deduction
|
372
|
-
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
|
373
|
-
Feature record: CXX_FEATURE:1cxx_rvalue_references
|
374
|
-
Feature record: CXX_FEATURE:1cxx_sizeof_member
|
375
|
-
Feature record: CXX_FEATURE:1cxx_static_assert
|
376
|
-
Feature record: CXX_FEATURE:1cxx_strong_enums
|
377
|
-
Feature record: CXX_FEATURE:1cxx_template_template_parameters
|
378
|
-
Feature record: CXX_FEATURE:1cxx_thread_local
|
379
|
-
Feature record: CXX_FEATURE:1cxx_trailing_return_types
|
380
|
-
Feature record: CXX_FEATURE:1cxx_unicode_literals
|
381
|
-
Feature record: CXX_FEATURE:1cxx_uniform_initialization
|
382
|
-
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
|
383
|
-
Feature record: CXX_FEATURE:1cxx_user_literals
|
384
|
-
Feature record: CXX_FEATURE:0cxx_variable_templates
|
385
|
-
Feature record: CXX_FEATURE:1cxx_variadic_macros
|
386
|
-
Feature record: CXX_FEATURE:1cxx_variadic_templates
|
387
|
-
|
388
|
-
|
389
|
-
Detecting CXX [-std=c++98] compiler features compiled with the following output:
|
390
|
-
Change Dir: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
391
|
-
|
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
|
-
|
400
|
-
|
401
|
-
Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
|
402
|
-
Feature record: CXX_FEATURE:0cxx_alias_templates
|
403
|
-
Feature record: CXX_FEATURE:0cxx_alignas
|
404
|
-
Feature record: CXX_FEATURE:0cxx_alignof
|
405
|
-
Feature record: CXX_FEATURE:0cxx_attributes
|
406
|
-
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
|
407
|
-
Feature record: CXX_FEATURE:0cxx_auto_type
|
408
|
-
Feature record: CXX_FEATURE:0cxx_binary_literals
|
409
|
-
Feature record: CXX_FEATURE:0cxx_constexpr
|
410
|
-
Feature record: CXX_FEATURE:0cxx_contextual_conversions
|
411
|
-
Feature record: CXX_FEATURE:0cxx_decltype
|
412
|
-
Feature record: CXX_FEATURE:0cxx_decltype_auto
|
413
|
-
Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
|
414
|
-
Feature record: CXX_FEATURE:0cxx_default_function_template_args
|
415
|
-
Feature record: CXX_FEATURE:0cxx_defaulted_functions
|
416
|
-
Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
|
417
|
-
Feature record: CXX_FEATURE:0cxx_delegating_constructors
|
418
|
-
Feature record: CXX_FEATURE:0cxx_deleted_functions
|
419
|
-
Feature record: CXX_FEATURE:0cxx_digit_separators
|
420
|
-
Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
|
421
|
-
Feature record: CXX_FEATURE:0cxx_explicit_conversions
|
422
|
-
Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
|
423
|
-
Feature record: CXX_FEATURE:0cxx_extern_templates
|
424
|
-
Feature record: CXX_FEATURE:0cxx_final
|
425
|
-
Feature record: CXX_FEATURE:0cxx_func_identifier
|
426
|
-
Feature record: CXX_FEATURE:0cxx_generalized_initializers
|
427
|
-
Feature record: CXX_FEATURE:0cxx_generic_lambdas
|
428
|
-
Feature record: CXX_FEATURE:0cxx_inheriting_constructors
|
429
|
-
Feature record: CXX_FEATURE:0cxx_inline_namespaces
|
430
|
-
Feature record: CXX_FEATURE:0cxx_lambdas
|
431
|
-
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
|
432
|
-
Feature record: CXX_FEATURE:0cxx_local_type_template_args
|
433
|
-
Feature record: CXX_FEATURE:0cxx_long_long_type
|
434
|
-
Feature record: CXX_FEATURE:0cxx_noexcept
|
435
|
-
Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
|
436
|
-
Feature record: CXX_FEATURE:0cxx_nullptr
|
437
|
-
Feature record: CXX_FEATURE:0cxx_override
|
438
|
-
Feature record: CXX_FEATURE:0cxx_range_for
|
439
|
-
Feature record: CXX_FEATURE:0cxx_raw_string_literals
|
440
|
-
Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
|
441
|
-
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
|
442
|
-
Feature record: CXX_FEATURE:0cxx_return_type_deduction
|
443
|
-
Feature record: CXX_FEATURE:0cxx_right_angle_brackets
|
444
|
-
Feature record: CXX_FEATURE:0cxx_rvalue_references
|
445
|
-
Feature record: CXX_FEATURE:0cxx_sizeof_member
|
446
|
-
Feature record: CXX_FEATURE:0cxx_static_assert
|
447
|
-
Feature record: CXX_FEATURE:0cxx_strong_enums
|
448
|
-
Feature record: CXX_FEATURE:1cxx_template_template_parameters
|
449
|
-
Feature record: CXX_FEATURE:0cxx_thread_local
|
450
|
-
Feature record: CXX_FEATURE:0cxx_trailing_return_types
|
451
|
-
Feature record: CXX_FEATURE:0cxx_unicode_literals
|
452
|
-
Feature record: CXX_FEATURE:0cxx_uniform_initialization
|
453
|
-
Feature record: CXX_FEATURE:0cxx_unrestricted_unions
|
454
|
-
Feature record: CXX_FEATURE:0cxx_user_literals
|
455
|
-
Feature record: CXX_FEATURE:0cxx_variable_templates
|
456
|
-
Feature record: CXX_FEATURE:0cxx_variadic_macros
|
457
|
-
Feature record: CXX_FEATURE:0cxx_variadic_templates
|
458
|
-
Performing C SOURCE FILE Test HAVE_FLAG_SANITIZE_ADDRESS succeeded with the following output:
|
459
|
-
Change Dir: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
460
|
-
|
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
|
-
|
469
|
-
Source file was:
|
470
|
-
int main(void) { return 0; }
|
471
|
-
Performing C++ SOURCE FILE Test COMPILER_HAS_HIDDEN_VISIBILITY succeeded with the following output:
|
472
|
-
Change Dir: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
473
|
-
|
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
|
-
|
482
|
-
Source file was:
|
483
|
-
int main() { return 0; }
|
484
|
-
Performing C++ SOURCE FILE Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY succeeded with the following output:
|
485
|
-
Change Dir: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
486
|
-
|
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
|
-
|
495
|
-
Source file was:
|
496
|
-
int main() { return 0; }
|
497
|
-
Performing C++ SOURCE FILE Test COMPILER_HAS_DEPRECATED_ATTR succeeded with the following output:
|
498
|
-
Change Dir: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
499
|
-
|
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
|
-
/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.cxx:2:25: warning: 'somefunc' is deprecated [-Wdeprecated-declarations]
|
505
|
-
int main() { return somefunc();}
|
506
|
-
^
|
507
|
-
/Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/src.cxx:1:37: note: 'somefunc' has been explicitly marked deprecated here
|
508
|
-
__attribute__((__deprecated__)) int somefunc() { return 0; }
|
509
|
-
^
|
510
|
-
1 warning generated.
|
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
|
-
|
515
|
-
Source file was:
|
516
|
-
__attribute__((__deprecated__)) int somefunc() { return 0; }
|
517
|
-
int main() { return somefunc();}
|
518
|
-
Determining if the include file stdbool.h exists passed with the following output:
|
519
|
-
Change Dir: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
520
|
-
|
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
|
-
|
529
|
-
|
530
|
-
Performing C SOURCE FILE Test HAVE___BUILTIN_EXPECT succeeded with the following output:
|
531
|
-
Change Dir: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
532
|
-
|
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
|
-
/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
|
-
int main() { __builtin_expect(0,0); return 0; }
|
539
|
-
^~~~~~~~~~~~~~~~ ~~~
|
540
|
-
1 warning generated.
|
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
|
-
|
545
|
-
Source file was:
|
546
|
-
int main() { __builtin_expect(0,0); return 0; }
|
547
|
-
Performing C SOURCE FILE Test HAVE___ATTRIBUTE__ succeeded with the following output:
|
548
|
-
Change Dir: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
549
|
-
|
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
|
-
|
558
|
-
Source file was:
|
559
|
-
|
560
|
-
int f(void) __attribute__ (());
|
561
|
-
int main() { return 0; }
|
562
|
-
|