commonmarker 0.5.0 → 0.5.1
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/README.md +12 -10
- data/ext/commonmarker/cmark/Makefile.nmake +2 -2
- data/ext/commonmarker/cmark/build/CMakeCache.txt +66 -23
- data/ext/commonmarker/cmark/build/CMakeFiles/3.3.2/CMakeCCompiler.cmake +63 -0
- data/ext/commonmarker/cmark/build/CMakeFiles/3.3.2/CMakeCXXCompiler.cmake +64 -0
- data/ext/commonmarker/cmark/build/CMakeFiles/3.3.2/CMakeDetermineCompilerABI_C.bin +0 -0
- data/ext/commonmarker/cmark/build/CMakeFiles/3.3.2/CMakeDetermineCompilerABI_CXX.bin +0 -0
- data/ext/commonmarker/cmark/build/CMakeFiles/3.3.2/CMakeSystem.cmake +15 -0
- data/ext/commonmarker/cmark/build/CMakeFiles/3.3.2/CompilerIdC/CMakeCCompilerId.c +508 -0
- data/ext/commonmarker/cmark/build/CMakeFiles/3.3.2/CompilerIdC/a.out +0 -0
- data/ext/commonmarker/cmark/build/CMakeFiles/3.3.2/CompilerIdCXX/CMakeCXXCompilerId.cpp +498 -0
- data/ext/commonmarker/cmark/build/CMakeFiles/3.3.2/CompilerIdCXX/a.out +0 -0
- data/ext/commonmarker/cmark/build/CMakeFiles/CMakeDirectoryInformation.cmake +8 -8
- data/ext/commonmarker/cmark/build/CMakeFiles/CMakeOutput.log +453 -0
- data/ext/commonmarker/cmark/build/CMakeFiles/Makefile.cmake +110 -59
- data/ext/commonmarker/cmark/build/CMakeFiles/Makefile2 +42 -18
- data/ext/commonmarker/cmark/build/CMakeFiles/TargetDirectories.txt +1 -1
- data/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.bin +0 -0
- data/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c +34 -0
- data/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx +405 -0
- data/ext/commonmarker/cmark/build/CMakeFiles/progress.marks +1 -1
- data/ext/commonmarker/cmark/build/CTestTestfile.cmake +5 -5
- data/ext/commonmarker/cmark/build/Makefile +66 -53
- data/ext/commonmarker/cmark/build/api_test/CMakeFiles/CMakeDirectoryInformation.cmake +8 -8
- data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/DependInfo.cmake +17 -14
- data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/build.make +23 -13
- data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/cmake_clean.cmake +4 -4
- data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/flags.make +1 -1
- data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/link.txt +1 -1
- data/ext/commonmarker/cmark/build/api_test/CMakeFiles/api_test.dir/progress.make +1 -0
- data/ext/commonmarker/cmark/build/api_test/CMakeFiles/progress.marks +1 -1
- data/ext/commonmarker/cmark/build/api_test/Makefile +76 -53
- data/ext/commonmarker/cmark/build/api_test/cmake_install.cmake +20 -20
- data/ext/commonmarker/cmark/build/cmake_install.cmake +35 -35
- data/ext/commonmarker/cmark/build/man/CMakeFiles/CMakeDirectoryInformation.cmake +8 -8
- data/ext/commonmarker/cmark/build/man/Makefile +65 -52
- data/ext/commonmarker/cmark/build/man/cmake_install.cmake +26 -26
- data/ext/commonmarker/cmark/build/src/CMakeFiles/CMakeDirectoryInformation.cmake +8 -8
- data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/DependInfo.cmake +8 -11
- data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/build.make +134 -107
- data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/cmake_clean.cmake +4 -4
- data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/flags.make +2 -4
- data/ext/commonmarker/cmark/build/src/CMakeFiles/cmark.dir/progress.make +21 -20
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/DependInfo.cmake +11 -14
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/build.make +72 -45
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/cmake_clean.cmake +4 -4
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/flags.make +1 -1
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/link.txt +1 -1
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark.dir/progress.make +20 -19
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/DependInfo.cmake +8 -11
- 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 +128 -102
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmake_clean.cmake +4 -4
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/cmake_clean_target.cmake +1 -1
- 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 +1 -1
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/depend.make +1 -1
- data/ext/commonmarker/cmark/build/src/CMakeFiles/libcmark_static.dir/flags.make +2 -4
- 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 +1 -1
- 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/progress.make +20 -19
- 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/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/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 +1 -1
- data/ext/commonmarker/cmark/build/src/Makefile +127 -51
- data/ext/commonmarker/cmark/build/src/cmake_install.cmake +44 -47
- data/ext/commonmarker/cmark/build/src/cmark_export.h +8 -2
- data/ext/commonmarker/cmark/build/src/libcmark.a +0 -0
- data/ext/commonmarker/cmark/build/testdir/CMakeFiles/CMakeDirectoryInformation.cmake +8 -8
- data/ext/commonmarker/cmark/build/testdir/CTestTestfile.cmake +7 -7
- data/ext/commonmarker/cmark/build/testdir/Makefile +65 -52
- data/ext/commonmarker/cmark/build/testdir/cmake_install.cmake +20 -20
- data/ext/commonmarker/cmark/src/commonmark.c +1 -1
- data/ext/commonmarker/cmark/src/xml.c +1 -1
- data/lib/commonmarker.rb +14 -7
- data/lib/commonmarker/config.rb +27 -19
- data/lib/commonmarker/version.rb +1 -1
- data/test/test_encoding.rb +2 -1
- data/test/test_linebreaks.rb +0 -6
- data/test/test_maliciousness.rb +10 -0
- data/test/test_smartpunct.rb +8 -1
- metadata +15 -3
Binary file
|
@@ -1,16 +1,16 @@
|
|
1
1
|
# CMAKE generated file: DO NOT EDIT!
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.3
|
3
3
|
|
4
4
|
# Relative path conversion top directories.
|
5
|
-
|
6
|
-
|
5
|
+
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark")
|
6
|
+
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build")
|
7
7
|
|
8
8
|
# Force unix paths in dependencies.
|
9
|
-
|
9
|
+
set(CMAKE_FORCE_UNIX_PATHS 1)
|
10
10
|
|
11
11
|
|
12
12
|
# The C and CXX include file regular expressions for this directory.
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
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})
|
@@ -268,3 +268,456 @@ Source file was:
|
|
268
268
|
int f(void) __attribute__ (());
|
269
269
|
int main() { return 0; }
|
270
270
|
|
271
|
+
The system is: Darwin - 15.0.0 - x86_64
|
272
|
+
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
|
273
|
+
Compiler: /usr/bin/cc
|
274
|
+
Build flags: -fPIC
|
275
|
+
Id flags:
|
276
|
+
|
277
|
+
The output was:
|
278
|
+
0
|
279
|
+
|
280
|
+
|
281
|
+
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
|
282
|
+
|
283
|
+
The C compiler identification is AppleClang, found in "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/3.3.2/CompilerIdC/a.out"
|
284
|
+
|
285
|
+
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
|
286
|
+
Compiler: /usr/bin/c++
|
287
|
+
Build flags:
|
288
|
+
Id flags:
|
289
|
+
|
290
|
+
The output was:
|
291
|
+
0
|
292
|
+
|
293
|
+
|
294
|
+
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
|
295
|
+
|
296
|
+
The CXX compiler identification is AppleClang, found in "/Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/3.3.2/CompilerIdCXX/a.out"
|
297
|
+
|
298
|
+
Determining if the C compiler works passed with the following output:
|
299
|
+
Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
300
|
+
|
301
|
+
Run Build Command:"/usr/bin/make" "cmTC_4a81e/fast"
|
302
|
+
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_4a81e.dir/build.make CMakeFiles/cmTC_4a81e.dir/build
|
303
|
+
Building C object CMakeFiles/cmTC_4a81e.dir/testCCompiler.c.o
|
304
|
+
/usr/bin/cc -fPIC -o CMakeFiles/cmTC_4a81e.dir/testCCompiler.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/testCCompiler.c
|
305
|
+
Linking C executable cmTC_4a81e
|
306
|
+
/usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4a81e.dir/link.txt --verbose=1
|
307
|
+
/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4a81e.dir/testCCompiler.c.o -o cmTC_4a81e
|
308
|
+
|
309
|
+
|
310
|
+
Detecting C compiler ABI info compiled with the following output:
|
311
|
+
Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
312
|
+
|
313
|
+
Run Build Command:"/usr/bin/make" "cmTC_5a357/fast"
|
314
|
+
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_5a357.dir/build.make CMakeFiles/cmTC_5a357.dir/build
|
315
|
+
Building C object CMakeFiles/cmTC_5a357.dir/CMakeCCompilerABI.c.o
|
316
|
+
/usr/bin/cc -fPIC -o CMakeFiles/cmTC_5a357.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.3.2/share/cmake/Modules/CMakeCCompilerABI.c
|
317
|
+
Linking C executable cmTC_5a357
|
318
|
+
/usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5a357.dir/link.txt --verbose=1
|
319
|
+
/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_5a357.dir/CMakeCCompilerABI.c.o -o cmTC_5a357
|
320
|
+
Apple LLVM version 7.0.0 (clang-700.1.76)
|
321
|
+
Target: x86_64-apple-darwin15.0.0
|
322
|
+
Thread model: posix
|
323
|
+
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -o cmTC_5a357 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_5a357.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.0.0/lib/darwin/libclang_rt.osx.a
|
324
|
+
@(#)PROGRAM:ld PROJECT:ld64-253.6
|
325
|
+
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
|
326
|
+
Library search paths:
|
327
|
+
/usr/lib
|
328
|
+
/usr/local/lib
|
329
|
+
Framework search paths:
|
330
|
+
/Library/Frameworks/
|
331
|
+
/System/Library/Frameworks/
|
332
|
+
|
333
|
+
|
334
|
+
Parsed C implicit link information from above output:
|
335
|
+
link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
|
336
|
+
ignore line: [Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp]
|
337
|
+
ignore line: []
|
338
|
+
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_5a357/fast"]
|
339
|
+
ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_5a357.dir/build.make CMakeFiles/cmTC_5a357.dir/build]
|
340
|
+
ignore line: [Building C object CMakeFiles/cmTC_5a357.dir/CMakeCCompilerABI.c.o]
|
341
|
+
ignore line: [/usr/bin/cc -fPIC -o CMakeFiles/cmTC_5a357.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.3.2/share/cmake/Modules/CMakeCCompilerABI.c]
|
342
|
+
ignore line: [Linking C executable cmTC_5a357]
|
343
|
+
ignore line: [/usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5a357.dir/link.txt --verbose=1]
|
344
|
+
ignore line: [/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_5a357.dir/CMakeCCompilerABI.c.o -o cmTC_5a357 ]
|
345
|
+
ignore line: [Apple LLVM version 7.0.0 (clang-700.1.76)]
|
346
|
+
ignore line: [Target: x86_64-apple-darwin15.0.0]
|
347
|
+
ignore line: [Thread model: posix]
|
348
|
+
link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -o cmTC_5a357 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_5a357.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.0.0/lib/darwin/libclang_rt.osx.a]
|
349
|
+
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
|
350
|
+
arg [-demangle] ==> ignore
|
351
|
+
arg [-dynamic] ==> ignore
|
352
|
+
arg [-arch] ==> ignore
|
353
|
+
arg [x86_64] ==> ignore
|
354
|
+
arg [-macosx_version_min] ==> ignore
|
355
|
+
arg [10.11.0] ==> ignore
|
356
|
+
arg [-o] ==> ignore
|
357
|
+
arg [cmTC_5a357] ==> ignore
|
358
|
+
arg [-search_paths_first] ==> ignore
|
359
|
+
arg [-headerpad_max_install_names] ==> ignore
|
360
|
+
arg [-v] ==> ignore
|
361
|
+
arg [CMakeFiles/cmTC_5a357.dir/CMakeCCompilerABI.c.o] ==> ignore
|
362
|
+
arg [-lSystem] ==> lib [System]
|
363
|
+
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.0.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.0.0/lib/darwin/libclang_rt.osx.a]
|
364
|
+
Library search paths: [;/usr/lib;/usr/local/lib]
|
365
|
+
Framework search paths: [;/Library/Frameworks/;/System/Library/Frameworks/]
|
366
|
+
remove lib [System]
|
367
|
+
collapse lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.0.0/lib/darwin/libclang_rt.osx.a] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/7.0.0/lib/darwin/libclang_rt.osx.a]
|
368
|
+
collapse library dir [/usr/lib] ==> [/usr/lib]
|
369
|
+
collapse library dir [/usr/local/lib] ==> [/usr/local/lib]
|
370
|
+
collapse framework dir [/Library/Frameworks/] ==> [/Library/Frameworks]
|
371
|
+
collapse framework dir [/System/Library/Frameworks/] ==> [/System/Library/Frameworks]
|
372
|
+
implicit libs: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/7.0.0/lib/darwin/libclang_rt.osx.a]
|
373
|
+
implicit dirs: [/usr/lib;/usr/local/lib]
|
374
|
+
implicit fwks: [/Library/Frameworks;/System/Library/Frameworks]
|
375
|
+
|
376
|
+
|
377
|
+
|
378
|
+
|
379
|
+
Detecting C [-std=c11] compiler features compiled with the following output:
|
380
|
+
Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
381
|
+
|
382
|
+
Run Build Command:"/usr/bin/make" "cmTC_74c2b/fast"
|
383
|
+
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_74c2b.dir/build.make CMakeFiles/cmTC_74c2b.dir/build
|
384
|
+
Building C object CMakeFiles/cmTC_74c2b.dir/feature_tests.c.o
|
385
|
+
/usr/bin/cc -fPIC -std=c11 -o CMakeFiles/cmTC_74c2b.dir/feature_tests.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c
|
386
|
+
Linking C executable cmTC_74c2b
|
387
|
+
/usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_74c2b.dir/link.txt --verbose=1
|
388
|
+
/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_74c2b.dir/feature_tests.c.o -o cmTC_74c2b
|
389
|
+
|
390
|
+
|
391
|
+
Feature record: C_FEATURE:1c_function_prototypes
|
392
|
+
Feature record: C_FEATURE:1c_restrict
|
393
|
+
Feature record: C_FEATURE:1c_static_assert
|
394
|
+
Feature record: C_FEATURE:1c_variadic_macros
|
395
|
+
|
396
|
+
|
397
|
+
Detecting C [-std=c99] compiler features compiled with the following output:
|
398
|
+
Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
399
|
+
|
400
|
+
Run Build Command:"/usr/bin/make" "cmTC_b17a1/fast"
|
401
|
+
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_b17a1.dir/build.make CMakeFiles/cmTC_b17a1.dir/build
|
402
|
+
Building C object CMakeFiles/cmTC_b17a1.dir/feature_tests.c.o
|
403
|
+
/usr/bin/cc -fPIC -std=c99 -o CMakeFiles/cmTC_b17a1.dir/feature_tests.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c
|
404
|
+
Linking C executable cmTC_b17a1
|
405
|
+
/usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b17a1.dir/link.txt --verbose=1
|
406
|
+
/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b17a1.dir/feature_tests.c.o -o cmTC_b17a1
|
407
|
+
|
408
|
+
|
409
|
+
Feature record: C_FEATURE:1c_function_prototypes
|
410
|
+
Feature record: C_FEATURE:1c_restrict
|
411
|
+
Feature record: C_FEATURE:0c_static_assert
|
412
|
+
Feature record: C_FEATURE:1c_variadic_macros
|
413
|
+
|
414
|
+
|
415
|
+
Detecting C [-std=c90] compiler features compiled with the following output:
|
416
|
+
Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
417
|
+
|
418
|
+
Run Build Command:"/usr/bin/make" "cmTC_81a58/fast"
|
419
|
+
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_81a58.dir/build.make CMakeFiles/cmTC_81a58.dir/build
|
420
|
+
Building C object CMakeFiles/cmTC_81a58.dir/feature_tests.c.o
|
421
|
+
/usr/bin/cc -fPIC -std=c90 -o CMakeFiles/cmTC_81a58.dir/feature_tests.c.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.c
|
422
|
+
Linking C executable cmTC_81a58
|
423
|
+
/usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_81a58.dir/link.txt --verbose=1
|
424
|
+
/usr/bin/cc -fPIC -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_81a58.dir/feature_tests.c.o -o cmTC_81a58
|
425
|
+
|
426
|
+
|
427
|
+
Feature record: C_FEATURE:1c_function_prototypes
|
428
|
+
Feature record: C_FEATURE:0c_restrict
|
429
|
+
Feature record: C_FEATURE:0c_static_assert
|
430
|
+
Feature record: C_FEATURE:0c_variadic_macros
|
431
|
+
Determining if the CXX compiler works passed with the following output:
|
432
|
+
Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
433
|
+
|
434
|
+
Run Build Command:"/usr/bin/make" "cmTC_527f2/fast"
|
435
|
+
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_527f2.dir/build.make CMakeFiles/cmTC_527f2.dir/build
|
436
|
+
Building CXX object CMakeFiles/cmTC_527f2.dir/testCXXCompiler.cxx.o
|
437
|
+
/usr/bin/c++ -o CMakeFiles/cmTC_527f2.dir/testCXXCompiler.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
|
438
|
+
Linking CXX executable cmTC_527f2
|
439
|
+
/usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_527f2.dir/link.txt --verbose=1
|
440
|
+
/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_527f2.dir/testCXXCompiler.cxx.o -o cmTC_527f2
|
441
|
+
|
442
|
+
|
443
|
+
Detecting CXX compiler ABI info compiled with the following output:
|
444
|
+
Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
445
|
+
|
446
|
+
Run Build Command:"/usr/bin/make" "cmTC_5f48e/fast"
|
447
|
+
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_5f48e.dir/build.make CMakeFiles/cmTC_5f48e.dir/build
|
448
|
+
Building CXX object CMakeFiles/cmTC_5f48e.dir/CMakeCXXCompilerABI.cpp.o
|
449
|
+
/usr/bin/c++ -o CMakeFiles/cmTC_5f48e.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.3.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp
|
450
|
+
Linking CXX executable cmTC_5f48e
|
451
|
+
/usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5f48e.dir/link.txt --verbose=1
|
452
|
+
/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_5f48e.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_5f48e
|
453
|
+
Apple LLVM version 7.0.0 (clang-700.1.76)
|
454
|
+
Target: x86_64-apple-darwin15.0.0
|
455
|
+
Thread model: posix
|
456
|
+
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -o cmTC_5f48e -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_5f48e.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.0.0/lib/darwin/libclang_rt.osx.a
|
457
|
+
@(#)PROGRAM:ld PROJECT:ld64-253.6
|
458
|
+
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
|
459
|
+
Library search paths:
|
460
|
+
/usr/lib
|
461
|
+
/usr/local/lib
|
462
|
+
Framework search paths:
|
463
|
+
/Library/Frameworks/
|
464
|
+
/System/Library/Frameworks/
|
465
|
+
|
466
|
+
|
467
|
+
Parsed CXX implicit link information from above output:
|
468
|
+
link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
|
469
|
+
ignore line: [Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp]
|
470
|
+
ignore line: []
|
471
|
+
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_5f48e/fast"]
|
472
|
+
ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_5f48e.dir/build.make CMakeFiles/cmTC_5f48e.dir/build]
|
473
|
+
ignore line: [Building CXX object CMakeFiles/cmTC_5f48e.dir/CMakeCXXCompilerABI.cpp.o]
|
474
|
+
ignore line: [/usr/bin/c++ -o CMakeFiles/cmTC_5f48e.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.3.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
|
475
|
+
ignore line: [Linking CXX executable cmTC_5f48e]
|
476
|
+
ignore line: [/usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5f48e.dir/link.txt --verbose=1]
|
477
|
+
ignore line: [/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_5f48e.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_5f48e ]
|
478
|
+
ignore line: [Apple LLVM version 7.0.0 (clang-700.1.76)]
|
479
|
+
ignore line: [Target: x86_64-apple-darwin15.0.0]
|
480
|
+
ignore line: [Thread model: posix]
|
481
|
+
link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -o cmTC_5f48e -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_5f48e.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.0.0/lib/darwin/libclang_rt.osx.a]
|
482
|
+
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
|
483
|
+
arg [-demangle] ==> ignore
|
484
|
+
arg [-dynamic] ==> ignore
|
485
|
+
arg [-arch] ==> ignore
|
486
|
+
arg [x86_64] ==> ignore
|
487
|
+
arg [-macosx_version_min] ==> ignore
|
488
|
+
arg [10.11.0] ==> ignore
|
489
|
+
arg [-o] ==> ignore
|
490
|
+
arg [cmTC_5f48e] ==> ignore
|
491
|
+
arg [-search_paths_first] ==> ignore
|
492
|
+
arg [-headerpad_max_install_names] ==> ignore
|
493
|
+
arg [-v] ==> ignore
|
494
|
+
arg [CMakeFiles/cmTC_5f48e.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
|
495
|
+
arg [-lc++] ==> lib [c++]
|
496
|
+
arg [-lSystem] ==> lib [System]
|
497
|
+
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.0.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.0.0/lib/darwin/libclang_rt.osx.a]
|
498
|
+
Library search paths: [;/usr/lib;/usr/local/lib]
|
499
|
+
Framework search paths: [;/Library/Frameworks/;/System/Library/Frameworks/]
|
500
|
+
remove lib [System]
|
501
|
+
collapse lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.0.0/lib/darwin/libclang_rt.osx.a] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/7.0.0/lib/darwin/libclang_rt.osx.a]
|
502
|
+
collapse library dir [/usr/lib] ==> [/usr/lib]
|
503
|
+
collapse library dir [/usr/local/lib] ==> [/usr/local/lib]
|
504
|
+
collapse framework dir [/Library/Frameworks/] ==> [/Library/Frameworks]
|
505
|
+
collapse framework dir [/System/Library/Frameworks/] ==> [/System/Library/Frameworks]
|
506
|
+
implicit libs: [c++;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/7.0.0/lib/darwin/libclang_rt.osx.a]
|
507
|
+
implicit dirs: [/usr/lib;/usr/local/lib]
|
508
|
+
implicit fwks: [/Library/Frameworks;/System/Library/Frameworks]
|
509
|
+
|
510
|
+
|
511
|
+
|
512
|
+
|
513
|
+
Detecting CXX [-std=c++1y] compiler features compiled with the following output:
|
514
|
+
Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
515
|
+
|
516
|
+
Run Build Command:"/usr/bin/make" "cmTC_d0b4c/fast"
|
517
|
+
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_d0b4c.dir/build.make CMakeFiles/cmTC_d0b4c.dir/build
|
518
|
+
Building CXX object CMakeFiles/cmTC_d0b4c.dir/feature_tests.cxx.o
|
519
|
+
/usr/bin/c++ -std=c++1y -o CMakeFiles/cmTC_d0b4c.dir/feature_tests.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx
|
520
|
+
Linking CXX executable cmTC_d0b4c
|
521
|
+
/usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d0b4c.dir/link.txt --verbose=1
|
522
|
+
/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d0b4c.dir/feature_tests.cxx.o -o cmTC_d0b4c
|
523
|
+
|
524
|
+
|
525
|
+
Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
|
526
|
+
Feature record: CXX_FEATURE:1cxx_alias_templates
|
527
|
+
Feature record: CXX_FEATURE:1cxx_alignas
|
528
|
+
Feature record: CXX_FEATURE:1cxx_alignof
|
529
|
+
Feature record: CXX_FEATURE:1cxx_attributes
|
530
|
+
Feature record: CXX_FEATURE:1cxx_attribute_deprecated
|
531
|
+
Feature record: CXX_FEATURE:1cxx_auto_type
|
532
|
+
Feature record: CXX_FEATURE:1cxx_binary_literals
|
533
|
+
Feature record: CXX_FEATURE:1cxx_constexpr
|
534
|
+
Feature record: CXX_FEATURE:1cxx_contextual_conversions
|
535
|
+
Feature record: CXX_FEATURE:1cxx_decltype
|
536
|
+
Feature record: CXX_FEATURE:1cxx_decltype_auto
|
537
|
+
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
|
538
|
+
Feature record: CXX_FEATURE:1cxx_default_function_template_args
|
539
|
+
Feature record: CXX_FEATURE:1cxx_defaulted_functions
|
540
|
+
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
|
541
|
+
Feature record: CXX_FEATURE:1cxx_delegating_constructors
|
542
|
+
Feature record: CXX_FEATURE:1cxx_deleted_functions
|
543
|
+
Feature record: CXX_FEATURE:1cxx_digit_separators
|
544
|
+
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
|
545
|
+
Feature record: CXX_FEATURE:1cxx_explicit_conversions
|
546
|
+
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
|
547
|
+
Feature record: CXX_FEATURE:1cxx_extern_templates
|
548
|
+
Feature record: CXX_FEATURE:1cxx_final
|
549
|
+
Feature record: CXX_FEATURE:1cxx_func_identifier
|
550
|
+
Feature record: CXX_FEATURE:1cxx_generalized_initializers
|
551
|
+
Feature record: CXX_FEATURE:1cxx_generic_lambdas
|
552
|
+
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
|
553
|
+
Feature record: CXX_FEATURE:1cxx_inline_namespaces
|
554
|
+
Feature record: CXX_FEATURE:1cxx_lambdas
|
555
|
+
Feature record: CXX_FEATURE:1cxx_lambda_init_captures
|
556
|
+
Feature record: CXX_FEATURE:1cxx_local_type_template_args
|
557
|
+
Feature record: CXX_FEATURE:1cxx_long_long_type
|
558
|
+
Feature record: CXX_FEATURE:1cxx_noexcept
|
559
|
+
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
|
560
|
+
Feature record: CXX_FEATURE:1cxx_nullptr
|
561
|
+
Feature record: CXX_FEATURE:1cxx_override
|
562
|
+
Feature record: CXX_FEATURE:1cxx_range_for
|
563
|
+
Feature record: CXX_FEATURE:1cxx_raw_string_literals
|
564
|
+
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
|
565
|
+
Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
|
566
|
+
Feature record: CXX_FEATURE:1cxx_return_type_deduction
|
567
|
+
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
|
568
|
+
Feature record: CXX_FEATURE:1cxx_rvalue_references
|
569
|
+
Feature record: CXX_FEATURE:1cxx_sizeof_member
|
570
|
+
Feature record: CXX_FEATURE:1cxx_static_assert
|
571
|
+
Feature record: CXX_FEATURE:1cxx_strong_enums
|
572
|
+
Feature record: CXX_FEATURE:1cxx_template_template_parameters
|
573
|
+
Feature record: CXX_FEATURE:0cxx_thread_local
|
574
|
+
Feature record: CXX_FEATURE:1cxx_trailing_return_types
|
575
|
+
Feature record: CXX_FEATURE:1cxx_unicode_literals
|
576
|
+
Feature record: CXX_FEATURE:1cxx_uniform_initialization
|
577
|
+
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
|
578
|
+
Feature record: CXX_FEATURE:1cxx_user_literals
|
579
|
+
Feature record: CXX_FEATURE:1cxx_variable_templates
|
580
|
+
Feature record: CXX_FEATURE:1cxx_variadic_macros
|
581
|
+
Feature record: CXX_FEATURE:1cxx_variadic_templates
|
582
|
+
|
583
|
+
|
584
|
+
Detecting CXX [-std=c++11] compiler features compiled with the following output:
|
585
|
+
Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
586
|
+
|
587
|
+
Run Build Command:"/usr/bin/make" "cmTC_355c6/fast"
|
588
|
+
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_355c6.dir/build.make CMakeFiles/cmTC_355c6.dir/build
|
589
|
+
Building CXX object CMakeFiles/cmTC_355c6.dir/feature_tests.cxx.o
|
590
|
+
/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_355c6.dir/feature_tests.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx
|
591
|
+
Linking CXX executable cmTC_355c6
|
592
|
+
/usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_355c6.dir/link.txt --verbose=1
|
593
|
+
/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_355c6.dir/feature_tests.cxx.o -o cmTC_355c6
|
594
|
+
|
595
|
+
|
596
|
+
Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
|
597
|
+
Feature record: CXX_FEATURE:1cxx_alias_templates
|
598
|
+
Feature record: CXX_FEATURE:1cxx_alignas
|
599
|
+
Feature record: CXX_FEATURE:1cxx_alignof
|
600
|
+
Feature record: CXX_FEATURE:1cxx_attributes
|
601
|
+
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
|
602
|
+
Feature record: CXX_FEATURE:1cxx_auto_type
|
603
|
+
Feature record: CXX_FEATURE:0cxx_binary_literals
|
604
|
+
Feature record: CXX_FEATURE:1cxx_constexpr
|
605
|
+
Feature record: CXX_FEATURE:0cxx_contextual_conversions
|
606
|
+
Feature record: CXX_FEATURE:1cxx_decltype
|
607
|
+
Feature record: CXX_FEATURE:0cxx_decltype_auto
|
608
|
+
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
|
609
|
+
Feature record: CXX_FEATURE:1cxx_default_function_template_args
|
610
|
+
Feature record: CXX_FEATURE:1cxx_defaulted_functions
|
611
|
+
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
|
612
|
+
Feature record: CXX_FEATURE:1cxx_delegating_constructors
|
613
|
+
Feature record: CXX_FEATURE:1cxx_deleted_functions
|
614
|
+
Feature record: CXX_FEATURE:0cxx_digit_separators
|
615
|
+
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
|
616
|
+
Feature record: CXX_FEATURE:1cxx_explicit_conversions
|
617
|
+
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
|
618
|
+
Feature record: CXX_FEATURE:1cxx_extern_templates
|
619
|
+
Feature record: CXX_FEATURE:1cxx_final
|
620
|
+
Feature record: CXX_FEATURE:1cxx_func_identifier
|
621
|
+
Feature record: CXX_FEATURE:1cxx_generalized_initializers
|
622
|
+
Feature record: CXX_FEATURE:0cxx_generic_lambdas
|
623
|
+
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
|
624
|
+
Feature record: CXX_FEATURE:1cxx_inline_namespaces
|
625
|
+
Feature record: CXX_FEATURE:1cxx_lambdas
|
626
|
+
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
|
627
|
+
Feature record: CXX_FEATURE:1cxx_local_type_template_args
|
628
|
+
Feature record: CXX_FEATURE:1cxx_long_long_type
|
629
|
+
Feature record: CXX_FEATURE:1cxx_noexcept
|
630
|
+
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
|
631
|
+
Feature record: CXX_FEATURE:1cxx_nullptr
|
632
|
+
Feature record: CXX_FEATURE:1cxx_override
|
633
|
+
Feature record: CXX_FEATURE:1cxx_range_for
|
634
|
+
Feature record: CXX_FEATURE:1cxx_raw_string_literals
|
635
|
+
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
|
636
|
+
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
|
637
|
+
Feature record: CXX_FEATURE:0cxx_return_type_deduction
|
638
|
+
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
|
639
|
+
Feature record: CXX_FEATURE:1cxx_rvalue_references
|
640
|
+
Feature record: CXX_FEATURE:1cxx_sizeof_member
|
641
|
+
Feature record: CXX_FEATURE:1cxx_static_assert
|
642
|
+
Feature record: CXX_FEATURE:1cxx_strong_enums
|
643
|
+
Feature record: CXX_FEATURE:1cxx_template_template_parameters
|
644
|
+
Feature record: CXX_FEATURE:0cxx_thread_local
|
645
|
+
Feature record: CXX_FEATURE:1cxx_trailing_return_types
|
646
|
+
Feature record: CXX_FEATURE:1cxx_unicode_literals
|
647
|
+
Feature record: CXX_FEATURE:1cxx_uniform_initialization
|
648
|
+
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
|
649
|
+
Feature record: CXX_FEATURE:1cxx_user_literals
|
650
|
+
Feature record: CXX_FEATURE:0cxx_variable_templates
|
651
|
+
Feature record: CXX_FEATURE:1cxx_variadic_macros
|
652
|
+
Feature record: CXX_FEATURE:1cxx_variadic_templates
|
653
|
+
|
654
|
+
|
655
|
+
Detecting CXX [-std=c++98] compiler features compiled with the following output:
|
656
|
+
Change Dir: /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/CMakeTmp
|
657
|
+
|
658
|
+
Run Build Command:"/usr/bin/make" "cmTC_ef1f5/fast"
|
659
|
+
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_ef1f5.dir/build.make CMakeFiles/cmTC_ef1f5.dir/build
|
660
|
+
Building CXX object CMakeFiles/cmTC_ef1f5.dir/feature_tests.cxx.o
|
661
|
+
/usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_ef1f5.dir/feature_tests.cxx.o -c /Users/gjtorikian/Development/commonmarker/ext/commonmarker/cmark/build/CMakeFiles/feature_tests.cxx
|
662
|
+
Linking CXX executable cmTC_ef1f5
|
663
|
+
/usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ef1f5.dir/link.txt --verbose=1
|
664
|
+
/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ef1f5.dir/feature_tests.cxx.o -o cmTC_ef1f5
|
665
|
+
|
666
|
+
|
667
|
+
Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
|
668
|
+
Feature record: CXX_FEATURE:0cxx_alias_templates
|
669
|
+
Feature record: CXX_FEATURE:0cxx_alignas
|
670
|
+
Feature record: CXX_FEATURE:0cxx_alignof
|
671
|
+
Feature record: CXX_FEATURE:0cxx_attributes
|
672
|
+
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
|
673
|
+
Feature record: CXX_FEATURE:0cxx_auto_type
|
674
|
+
Feature record: CXX_FEATURE:0cxx_binary_literals
|
675
|
+
Feature record: CXX_FEATURE:0cxx_constexpr
|
676
|
+
Feature record: CXX_FEATURE:0cxx_contextual_conversions
|
677
|
+
Feature record: CXX_FEATURE:0cxx_decltype
|
678
|
+
Feature record: CXX_FEATURE:0cxx_decltype_auto
|
679
|
+
Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
|
680
|
+
Feature record: CXX_FEATURE:0cxx_default_function_template_args
|
681
|
+
Feature record: CXX_FEATURE:0cxx_defaulted_functions
|
682
|
+
Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
|
683
|
+
Feature record: CXX_FEATURE:0cxx_delegating_constructors
|
684
|
+
Feature record: CXX_FEATURE:0cxx_deleted_functions
|
685
|
+
Feature record: CXX_FEATURE:0cxx_digit_separators
|
686
|
+
Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
|
687
|
+
Feature record: CXX_FEATURE:0cxx_explicit_conversions
|
688
|
+
Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
|
689
|
+
Feature record: CXX_FEATURE:0cxx_extern_templates
|
690
|
+
Feature record: CXX_FEATURE:0cxx_final
|
691
|
+
Feature record: CXX_FEATURE:0cxx_func_identifier
|
692
|
+
Feature record: CXX_FEATURE:0cxx_generalized_initializers
|
693
|
+
Feature record: CXX_FEATURE:0cxx_generic_lambdas
|
694
|
+
Feature record: CXX_FEATURE:0cxx_inheriting_constructors
|
695
|
+
Feature record: CXX_FEATURE:0cxx_inline_namespaces
|
696
|
+
Feature record: CXX_FEATURE:0cxx_lambdas
|
697
|
+
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
|
698
|
+
Feature record: CXX_FEATURE:0cxx_local_type_template_args
|
699
|
+
Feature record: CXX_FEATURE:0cxx_long_long_type
|
700
|
+
Feature record: CXX_FEATURE:0cxx_noexcept
|
701
|
+
Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
|
702
|
+
Feature record: CXX_FEATURE:0cxx_nullptr
|
703
|
+
Feature record: CXX_FEATURE:0cxx_override
|
704
|
+
Feature record: CXX_FEATURE:0cxx_range_for
|
705
|
+
Feature record: CXX_FEATURE:0cxx_raw_string_literals
|
706
|
+
Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
|
707
|
+
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
|
708
|
+
Feature record: CXX_FEATURE:0cxx_return_type_deduction
|
709
|
+
Feature record: CXX_FEATURE:0cxx_right_angle_brackets
|
710
|
+
Feature record: CXX_FEATURE:0cxx_rvalue_references
|
711
|
+
Feature record: CXX_FEATURE:0cxx_sizeof_member
|
712
|
+
Feature record: CXX_FEATURE:0cxx_static_assert
|
713
|
+
Feature record: CXX_FEATURE:0cxx_strong_enums
|
714
|
+
Feature record: CXX_FEATURE:1cxx_template_template_parameters
|
715
|
+
Feature record: CXX_FEATURE:0cxx_thread_local
|
716
|
+
Feature record: CXX_FEATURE:0cxx_trailing_return_types
|
717
|
+
Feature record: CXX_FEATURE:0cxx_unicode_literals
|
718
|
+
Feature record: CXX_FEATURE:0cxx_uniform_initialization
|
719
|
+
Feature record: CXX_FEATURE:0cxx_unrestricted_unions
|
720
|
+
Feature record: CXX_FEATURE:0cxx_user_literals
|
721
|
+
Feature record: CXX_FEATURE:0cxx_variable_templates
|
722
|
+
Feature record: CXX_FEATURE:0cxx_variadic_macros
|
723
|
+
Feature record: CXX_FEATURE:0cxx_variadic_templates
|