mathematical 1.6.8 → 1.6.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (73) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +12 -0
  3. data/ext/mathematical/extconf.rb +27 -9
  4. data/ext/mathematical/lib/liblasem.dylib +0 -0
  5. data/ext/mathematical/lib/libmtex2MML.a +0 -0
  6. data/ext/mathematical/mtex2MML/build/CMakeCache.txt +9 -7
  7. data/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CMakeCCompiler.cmake +68 -0
  8. data/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CMakeCXXCompiler.cmake +70 -0
  9. data/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CMakeDetermineCompilerABI_C.bin +0 -0
  10. data/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CMakeDetermineCompilerABI_CXX.bin +0 -0
  11. data/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CMakeSystem.cmake +15 -0
  12. data/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CompilerIdC/CMakeCCompilerId.c +567 -0
  13. data/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CompilerIdC/a.out +0 -0
  14. data/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CompilerIdCXX/CMakeCXXCompilerId.cpp +539 -0
  15. data/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CompilerIdCXX/a.out +0 -0
  16. data/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeDirectoryInformation.cmake +1 -1
  17. data/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeOutput.log +532 -0
  18. data/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeRuleHashes.txt +28 -28
  19. data/ext/mathematical/mtex2MML/build/CMakeFiles/Continuous.dir/build.make +4 -4
  20. data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousBuild.dir/build.make +4 -4
  21. data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousConfigure.dir/build.make +4 -4
  22. data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousCoverage.dir/build.make +4 -4
  23. data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousMemCheck.dir/build.make +4 -4
  24. data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousStart.dir/build.make +4 -4
  25. data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousSubmit.dir/build.make +4 -4
  26. data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousTest.dir/build.make +4 -4
  27. data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousUpdate.dir/build.make +4 -4
  28. data/ext/mathematical/mtex2MML/build/CMakeFiles/Experimental.dir/build.make +4 -4
  29. data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalBuild.dir/build.make +4 -4
  30. data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalConfigure.dir/build.make +4 -4
  31. data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalCoverage.dir/build.make +4 -4
  32. data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalMemCheck.dir/build.make +4 -4
  33. data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalStart.dir/build.make +4 -4
  34. data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalSubmit.dir/build.make +4 -4
  35. data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalTest.dir/build.make +4 -4
  36. data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalUpdate.dir/build.make +4 -4
  37. data/ext/mathematical/mtex2MML/build/CMakeFiles/Makefile.cmake +107 -107
  38. data/ext/mathematical/mtex2MML/build/CMakeFiles/Makefile2 +3 -3
  39. data/ext/mathematical/mtex2MML/build/CMakeFiles/Nightly.dir/build.make +4 -4
  40. data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyBuild.dir/build.make +4 -4
  41. data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyConfigure.dir/build.make +4 -4
  42. data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyCoverage.dir/build.make +4 -4
  43. data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyMemCheck.dir/build.make +4 -4
  44. data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyMemoryCheck.dir/build.make +4 -4
  45. data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyStart.dir/build.make +4 -4
  46. data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlySubmit.dir/build.make +4 -4
  47. data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyTest.dir/build.make +4 -4
  48. data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyUpdate.dir/build.make +4 -4
  49. data/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.bin +0 -0
  50. data/ext/mathematical/mtex2MML/build/CMakeFiles/format.dir/build.make +3 -3
  51. data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/build.make +24 -24
  52. data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/cmake_clean.cmake +1 -1
  53. data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/flags.make +1 -1
  54. data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/link.txt +1 -1
  55. data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/C.includecache +1 -1
  56. data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/build.make +24 -24
  57. data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/depend.internal +1 -1
  58. data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/depend.make +1 -1
  59. data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/flags.make +1 -1
  60. data/ext/mathematical/mtex2MML/build/CMakeFiles/memcheck.dir/build.make +3 -3
  61. data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/build.make +27 -27
  62. data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/flags.make +1 -1
  63. data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/link.txt +1 -1
  64. data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/build.make +75 -75
  65. data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/flags.make +1 -1
  66. data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/link.txt +1 -1
  67. data/ext/mathematical/mtex2MML/build/DartConfiguration.tcl +2 -2
  68. data/ext/mathematical/mtex2MML/build/Makefile +15 -13
  69. data/ext/mathematical/mtex2MML/build/libmtex2MML.a +0 -0
  70. data/lib/mathematical/validator.rb +1 -1
  71. data/lib/mathematical/version.rb +1 -1
  72. data/test/mathematical/maliciousness_test.rb +3 -2
  73. metadata +12 -3
@@ -1,5 +1,5 @@
1
1
  # CMAKE generated file: DO NOT EDIT!
2
- # Generated by "Unix Makefiles" Generator, CMake Version 3.7
2
+ # Generated by "Unix Makefiles" Generator, CMake Version 3.8
3
3
 
4
4
  # Relative path conversion top directories.
5
5
  set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML")
@@ -502,3 +502,535 @@ Linking CXX executable cmTC_09957
502
502
  Source file was:
503
503
  __attribute__((__deprecated__)) int somefunc() { return 0; }
504
504
  int main() { return somefunc();}
505
+ The system is: Darwin - 16.5.0 - x86_64
506
+ Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
507
+ Compiler: /Library/Developer/CommandLineTools/usr/bin/cc
508
+ Build flags:
509
+ Id flags:
510
+
511
+ The output was:
512
+ 0
513
+
514
+
515
+ Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
516
+
517
+ The C compiler identification is AppleClang, found in "/Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CompilerIdC/a.out"
518
+
519
+ Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
520
+ Compiler: /Library/Developer/CommandLineTools/usr/bin/c++
521
+ Build flags:
522
+ Id flags:
523
+
524
+ The output was:
525
+ 0
526
+
527
+
528
+ Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
529
+
530
+ The CXX compiler identification is AppleClang, found in "/Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CompilerIdCXX/a.out"
531
+
532
+ Determining if the C compiler works passed with the following output:
533
+ Change Dir: /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
534
+
535
+ Run Build Command:"/usr/bin/make" "cmTC_5bfb8/fast"
536
+ /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_5bfb8.dir/build.make CMakeFiles/cmTC_5bfb8.dir/build
537
+ Building C object CMakeFiles/cmTC_5bfb8.dir/testCCompiler.c.o
538
+ /Library/Developer/CommandLineTools/usr/bin/cc -o CMakeFiles/cmTC_5bfb8.dir/testCCompiler.c.o -c /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp/testCCompiler.c
539
+ Linking C executable cmTC_5bfb8
540
+ /usr/local/Cellar/cmake/3.8.0/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5bfb8.dir/link.txt --verbose=1
541
+ /Library/Developer/CommandLineTools/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5bfb8.dir/testCCompiler.c.o -o cmTC_5bfb8
542
+
543
+
544
+ Detecting C compiler ABI info compiled with the following output:
545
+ Change Dir: /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
546
+
547
+ Run Build Command:"/usr/bin/make" "cmTC_3f9cf/fast"
548
+ /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_3f9cf.dir/build.make CMakeFiles/cmTC_3f9cf.dir/build
549
+ Building C object CMakeFiles/cmTC_3f9cf.dir/CMakeCCompilerABI.c.o
550
+ /Library/Developer/CommandLineTools/usr/bin/cc -o CMakeFiles/cmTC_3f9cf.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.8.0/share/cmake/Modules/CMakeCCompilerABI.c
551
+ Linking C executable cmTC_3f9cf
552
+ /usr/local/Cellar/cmake/3.8.0/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3f9cf.dir/link.txt --verbose=1
553
+ /Library/Developer/CommandLineTools/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_3f9cf.dir/CMakeCCompilerABI.c.o -o cmTC_3f9cf
554
+ Apple LLVM version 8.1.0 (clang-802.0.42)
555
+ Target: x86_64-apple-darwin16.5.0
556
+ Thread model: posix
557
+ InstalledDir: /Library/Developer/CommandLineTools/usr/bin
558
+ "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.12.0 -o cmTC_3f9cf -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_3f9cf.dir/CMakeCCompilerABI.c.o -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/8.1.0/lib/darwin/libclang_rt.osx.a
559
+ @(#)PROGRAM:ld PROJECT:ld64-278.4
560
+ configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
561
+ Library search paths:
562
+ /usr/lib
563
+ /usr/local/lib
564
+ Framework search paths:
565
+ /Library/Frameworks/
566
+ /System/Library/Frameworks/
567
+
568
+
569
+ Parsed C implicit link information from above output:
570
+ link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
571
+ ignore line: [Change Dir: /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp]
572
+ ignore line: []
573
+ ignore line: [Run Build Command:"/usr/bin/make" "cmTC_3f9cf/fast"]
574
+ ignore line: [/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_3f9cf.dir/build.make CMakeFiles/cmTC_3f9cf.dir/build]
575
+ ignore line: [Building C object CMakeFiles/cmTC_3f9cf.dir/CMakeCCompilerABI.c.o]
576
+ ignore line: [/Library/Developer/CommandLineTools/usr/bin/cc -o CMakeFiles/cmTC_3f9cf.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.8.0/share/cmake/Modules/CMakeCCompilerABI.c]
577
+ ignore line: [Linking C executable cmTC_3f9cf]
578
+ ignore line: [/usr/local/Cellar/cmake/3.8.0/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3f9cf.dir/link.txt --verbose=1]
579
+ ignore line: [/Library/Developer/CommandLineTools/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_3f9cf.dir/CMakeCCompilerABI.c.o -o cmTC_3f9cf ]
580
+ ignore line: [Apple LLVM version 8.1.0 (clang-802.0.42)]
581
+ ignore line: [Target: x86_64-apple-darwin16.5.0]
582
+ ignore line: [Thread model: posix]
583
+ ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin]
584
+ link line: [ "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.12.0 -o cmTC_3f9cf -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_3f9cf.dir/CMakeCCompilerABI.c.o -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/8.1.0/lib/darwin/libclang_rt.osx.a]
585
+ arg [/Library/Developer/CommandLineTools/usr/bin/ld] ==> ignore
586
+ arg [-demangle] ==> ignore
587
+ arg [-lto_library] ==> ignore, skip following value
588
+ arg [/Library/Developer/CommandLineTools/usr/lib/libLTO.dylib] ==> skip value of -lto_library
589
+ arg [-dynamic] ==> ignore
590
+ arg [-arch] ==> ignore
591
+ arg [x86_64] ==> ignore
592
+ arg [-macosx_version_min] ==> ignore
593
+ arg [10.12.0] ==> ignore
594
+ arg [-o] ==> ignore
595
+ arg [cmTC_3f9cf] ==> ignore
596
+ arg [-search_paths_first] ==> ignore
597
+ arg [-headerpad_max_install_names] ==> ignore
598
+ arg [-v] ==> ignore
599
+ arg [CMakeFiles/cmTC_3f9cf.dir/CMakeCCompilerABI.c.o] ==> ignore
600
+ arg [-lSystem] ==> lib [System]
601
+ arg [/Library/Developer/CommandLineTools/usr/bin/../lib/clang/8.1.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Library/Developer/CommandLineTools/usr/bin/../lib/clang/8.1.0/lib/darwin/libclang_rt.osx.a]
602
+ Library search paths: [;/usr/lib;/usr/local/lib]
603
+ Framework search paths: [;/Library/Frameworks/;/System/Library/Frameworks/]
604
+ remove lib [System]
605
+ remove lib [/Library/Developer/CommandLineTools/usr/bin/../lib/clang/8.1.0/lib/darwin/libclang_rt.osx.a]
606
+ collapse library dir [/usr/lib] ==> [/usr/lib]
607
+ collapse library dir [/usr/local/lib] ==> [/usr/local/lib]
608
+ collapse framework dir [/Library/Frameworks/] ==> [/Library/Frameworks]
609
+ collapse framework dir [/System/Library/Frameworks/] ==> [/System/Library/Frameworks]
610
+ implicit libs: []
611
+ implicit dirs: [/usr/lib;/usr/local/lib]
612
+ implicit fwks: [/Library/Frameworks;/System/Library/Frameworks]
613
+
614
+
615
+
616
+
617
+ Detecting C [-std=c11] compiler features compiled with the following output:
618
+ Change Dir: /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
619
+
620
+ Run Build Command:"/usr/bin/make" "cmTC_67ce8/fast"
621
+ /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_67ce8.dir/build.make CMakeFiles/cmTC_67ce8.dir/build
622
+ Building C object CMakeFiles/cmTC_67ce8.dir/feature_tests.c.o
623
+ /Library/Developer/CommandLineTools/usr/bin/cc -std=c11 -o CMakeFiles/cmTC_67ce8.dir/feature_tests.c.o -c /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.c
624
+ Linking C executable cmTC_67ce8
625
+ /usr/local/Cellar/cmake/3.8.0/bin/cmake -E cmake_link_script CMakeFiles/cmTC_67ce8.dir/link.txt --verbose=1
626
+ /Library/Developer/CommandLineTools/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_67ce8.dir/feature_tests.c.o -o cmTC_67ce8
627
+
628
+
629
+ Feature record: C_FEATURE:1c_function_prototypes
630
+ Feature record: C_FEATURE:1c_restrict
631
+ Feature record: C_FEATURE:1c_static_assert
632
+ Feature record: C_FEATURE:1c_variadic_macros
633
+
634
+
635
+ Detecting C [-std=c99] compiler features compiled with the following output:
636
+ Change Dir: /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
637
+
638
+ Run Build Command:"/usr/bin/make" "cmTC_5066a/fast"
639
+ /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_5066a.dir/build.make CMakeFiles/cmTC_5066a.dir/build
640
+ Building C object CMakeFiles/cmTC_5066a.dir/feature_tests.c.o
641
+ /Library/Developer/CommandLineTools/usr/bin/cc -std=c99 -o CMakeFiles/cmTC_5066a.dir/feature_tests.c.o -c /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.c
642
+ Linking C executable cmTC_5066a
643
+ /usr/local/Cellar/cmake/3.8.0/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5066a.dir/link.txt --verbose=1
644
+ /Library/Developer/CommandLineTools/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5066a.dir/feature_tests.c.o -o cmTC_5066a
645
+
646
+
647
+ Feature record: C_FEATURE:1c_function_prototypes
648
+ Feature record: C_FEATURE:1c_restrict
649
+ Feature record: C_FEATURE:0c_static_assert
650
+ Feature record: C_FEATURE:1c_variadic_macros
651
+
652
+
653
+ Detecting C [-std=c90] compiler features compiled with the following output:
654
+ Change Dir: /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
655
+
656
+ Run Build Command:"/usr/bin/make" "cmTC_5e1ab/fast"
657
+ /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_5e1ab.dir/build.make CMakeFiles/cmTC_5e1ab.dir/build
658
+ Building C object CMakeFiles/cmTC_5e1ab.dir/feature_tests.c.o
659
+ /Library/Developer/CommandLineTools/usr/bin/cc -std=c90 -o CMakeFiles/cmTC_5e1ab.dir/feature_tests.c.o -c /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.c
660
+ Linking C executable cmTC_5e1ab
661
+ /usr/local/Cellar/cmake/3.8.0/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5e1ab.dir/link.txt --verbose=1
662
+ /Library/Developer/CommandLineTools/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5e1ab.dir/feature_tests.c.o -o cmTC_5e1ab
663
+
664
+
665
+ Feature record: C_FEATURE:1c_function_prototypes
666
+ Feature record: C_FEATURE:0c_restrict
667
+ Feature record: C_FEATURE:0c_static_assert
668
+ Feature record: C_FEATURE:0c_variadic_macros
669
+ Determining if the CXX compiler works passed with the following output:
670
+ Change Dir: /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
671
+
672
+ Run Build Command:"/usr/bin/make" "cmTC_2fdb6/fast"
673
+ /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_2fdb6.dir/build.make CMakeFiles/cmTC_2fdb6.dir/build
674
+ Building CXX object CMakeFiles/cmTC_2fdb6.dir/testCXXCompiler.cxx.o
675
+ /Library/Developer/CommandLineTools/usr/bin/c++ -o CMakeFiles/cmTC_2fdb6.dir/testCXXCompiler.cxx.o -c /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
676
+ Linking CXX executable cmTC_2fdb6
677
+ /usr/local/Cellar/cmake/3.8.0/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2fdb6.dir/link.txt --verbose=1
678
+ /Library/Developer/CommandLineTools/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2fdb6.dir/testCXXCompiler.cxx.o -o cmTC_2fdb6
679
+
680
+
681
+ Detecting CXX compiler ABI info compiled with the following output:
682
+ Change Dir: /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
683
+
684
+ Run Build Command:"/usr/bin/make" "cmTC_77613/fast"
685
+ /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_77613.dir/build.make CMakeFiles/cmTC_77613.dir/build
686
+ Building CXX object CMakeFiles/cmTC_77613.dir/CMakeCXXCompilerABI.cpp.o
687
+ /Library/Developer/CommandLineTools/usr/bin/c++ -o CMakeFiles/cmTC_77613.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.8.0/share/cmake/Modules/CMakeCXXCompilerABI.cpp
688
+ Linking CXX executable cmTC_77613
689
+ /usr/local/Cellar/cmake/3.8.0/bin/cmake -E cmake_link_script CMakeFiles/cmTC_77613.dir/link.txt --verbose=1
690
+ /Library/Developer/CommandLineTools/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_77613.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_77613
691
+ Apple LLVM version 8.1.0 (clang-802.0.42)
692
+ Target: x86_64-apple-darwin16.5.0
693
+ Thread model: posix
694
+ InstalledDir: /Library/Developer/CommandLineTools/usr/bin
695
+ "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.12.0 -o cmTC_77613 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_77613.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/8.1.0/lib/darwin/libclang_rt.osx.a
696
+ @(#)PROGRAM:ld PROJECT:ld64-278.4
697
+ configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
698
+ Library search paths:
699
+ /usr/lib
700
+ /usr/local/lib
701
+ Framework search paths:
702
+ /Library/Frameworks/
703
+ /System/Library/Frameworks/
704
+
705
+
706
+ Parsed CXX implicit link information from above output:
707
+ link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
708
+ ignore line: [Change Dir: /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp]
709
+ ignore line: []
710
+ ignore line: [Run Build Command:"/usr/bin/make" "cmTC_77613/fast"]
711
+ ignore line: [/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_77613.dir/build.make CMakeFiles/cmTC_77613.dir/build]
712
+ ignore line: [Building CXX object CMakeFiles/cmTC_77613.dir/CMakeCXXCompilerABI.cpp.o]
713
+ ignore line: [/Library/Developer/CommandLineTools/usr/bin/c++ -o CMakeFiles/cmTC_77613.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.8.0/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
714
+ ignore line: [Linking CXX executable cmTC_77613]
715
+ ignore line: [/usr/local/Cellar/cmake/3.8.0/bin/cmake -E cmake_link_script CMakeFiles/cmTC_77613.dir/link.txt --verbose=1]
716
+ ignore line: [/Library/Developer/CommandLineTools/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_77613.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_77613 ]
717
+ ignore line: [Apple LLVM version 8.1.0 (clang-802.0.42)]
718
+ ignore line: [Target: x86_64-apple-darwin16.5.0]
719
+ ignore line: [Thread model: posix]
720
+ ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin]
721
+ link line: [ "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.12.0 -o cmTC_77613 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_77613.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/8.1.0/lib/darwin/libclang_rt.osx.a]
722
+ arg [/Library/Developer/CommandLineTools/usr/bin/ld] ==> ignore
723
+ arg [-demangle] ==> ignore
724
+ arg [-lto_library] ==> ignore, skip following value
725
+ arg [/Library/Developer/CommandLineTools/usr/lib/libLTO.dylib] ==> skip value of -lto_library
726
+ arg [-dynamic] ==> ignore
727
+ arg [-arch] ==> ignore
728
+ arg [x86_64] ==> ignore
729
+ arg [-macosx_version_min] ==> ignore
730
+ arg [10.12.0] ==> ignore
731
+ arg [-o] ==> ignore
732
+ arg [cmTC_77613] ==> ignore
733
+ arg [-search_paths_first] ==> ignore
734
+ arg [-headerpad_max_install_names] ==> ignore
735
+ arg [-v] ==> ignore
736
+ arg [CMakeFiles/cmTC_77613.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
737
+ arg [-lc++] ==> lib [c++]
738
+ arg [-lSystem] ==> lib [System]
739
+ arg [/Library/Developer/CommandLineTools/usr/bin/../lib/clang/8.1.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Library/Developer/CommandLineTools/usr/bin/../lib/clang/8.1.0/lib/darwin/libclang_rt.osx.a]
740
+ Library search paths: [;/usr/lib;/usr/local/lib]
741
+ Framework search paths: [;/Library/Frameworks/;/System/Library/Frameworks/]
742
+ remove lib [System]
743
+ remove lib [/Library/Developer/CommandLineTools/usr/bin/../lib/clang/8.1.0/lib/darwin/libclang_rt.osx.a]
744
+ collapse library dir [/usr/lib] ==> [/usr/lib]
745
+ collapse library dir [/usr/local/lib] ==> [/usr/local/lib]
746
+ collapse framework dir [/Library/Frameworks/] ==> [/Library/Frameworks]
747
+ collapse framework dir [/System/Library/Frameworks/] ==> [/System/Library/Frameworks]
748
+ implicit libs: [c++]
749
+ implicit dirs: [/usr/lib;/usr/local/lib]
750
+ implicit fwks: [/Library/Frameworks;/System/Library/Frameworks]
751
+
752
+
753
+
754
+
755
+ Detecting CXX [-std=c++1z] compiler features compiled with the following output:
756
+ Change Dir: /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
757
+
758
+ Run Build Command:"/usr/bin/make" "cmTC_fd653/fast"
759
+ /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_fd653.dir/build.make CMakeFiles/cmTC_fd653.dir/build
760
+ Building CXX object CMakeFiles/cmTC_fd653.dir/feature_tests.cxx.o
761
+ /Library/Developer/CommandLineTools/usr/bin/c++ -std=c++1z -o CMakeFiles/cmTC_fd653.dir/feature_tests.cxx.o -c /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.cxx
762
+ Linking CXX executable cmTC_fd653
763
+ /usr/local/Cellar/cmake/3.8.0/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fd653.dir/link.txt --verbose=1
764
+ /Library/Developer/CommandLineTools/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_fd653.dir/feature_tests.cxx.o -o cmTC_fd653
765
+
766
+
767
+ Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
768
+ Feature record: CXX_FEATURE:1cxx_alias_templates
769
+ Feature record: CXX_FEATURE:1cxx_alignas
770
+ Feature record: CXX_FEATURE:1cxx_alignof
771
+ Feature record: CXX_FEATURE:1cxx_attributes
772
+ Feature record: CXX_FEATURE:1cxx_attribute_deprecated
773
+ Feature record: CXX_FEATURE:1cxx_auto_type
774
+ Feature record: CXX_FEATURE:1cxx_binary_literals
775
+ Feature record: CXX_FEATURE:1cxx_constexpr
776
+ Feature record: CXX_FEATURE:1cxx_contextual_conversions
777
+ Feature record: CXX_FEATURE:1cxx_decltype
778
+ Feature record: CXX_FEATURE:1cxx_decltype_auto
779
+ Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
780
+ Feature record: CXX_FEATURE:1cxx_default_function_template_args
781
+ Feature record: CXX_FEATURE:1cxx_defaulted_functions
782
+ Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
783
+ Feature record: CXX_FEATURE:1cxx_delegating_constructors
784
+ Feature record: CXX_FEATURE:1cxx_deleted_functions
785
+ Feature record: CXX_FEATURE:1cxx_digit_separators
786
+ Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
787
+ Feature record: CXX_FEATURE:1cxx_explicit_conversions
788
+ Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
789
+ Feature record: CXX_FEATURE:1cxx_extern_templates
790
+ Feature record: CXX_FEATURE:1cxx_final
791
+ Feature record: CXX_FEATURE:1cxx_func_identifier
792
+ Feature record: CXX_FEATURE:1cxx_generalized_initializers
793
+ Feature record: CXX_FEATURE:1cxx_generic_lambdas
794
+ Feature record: CXX_FEATURE:1cxx_inheriting_constructors
795
+ Feature record: CXX_FEATURE:1cxx_inline_namespaces
796
+ Feature record: CXX_FEATURE:1cxx_lambdas
797
+ Feature record: CXX_FEATURE:1cxx_lambda_init_captures
798
+ Feature record: CXX_FEATURE:1cxx_local_type_template_args
799
+ Feature record: CXX_FEATURE:1cxx_long_long_type
800
+ Feature record: CXX_FEATURE:1cxx_noexcept
801
+ Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
802
+ Feature record: CXX_FEATURE:1cxx_nullptr
803
+ Feature record: CXX_FEATURE:1cxx_override
804
+ Feature record: CXX_FEATURE:1cxx_range_for
805
+ Feature record: CXX_FEATURE:1cxx_raw_string_literals
806
+ Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
807
+ Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
808
+ Feature record: CXX_FEATURE:1cxx_return_type_deduction
809
+ Feature record: CXX_FEATURE:1cxx_right_angle_brackets
810
+ Feature record: CXX_FEATURE:1cxx_rvalue_references
811
+ Feature record: CXX_FEATURE:1cxx_sizeof_member
812
+ Feature record: CXX_FEATURE:1cxx_static_assert
813
+ Feature record: CXX_FEATURE:1cxx_strong_enums
814
+ Feature record: CXX_FEATURE:1cxx_template_template_parameters
815
+ Feature record: CXX_FEATURE:1cxx_thread_local
816
+ Feature record: CXX_FEATURE:1cxx_trailing_return_types
817
+ Feature record: CXX_FEATURE:1cxx_unicode_literals
818
+ Feature record: CXX_FEATURE:1cxx_uniform_initialization
819
+ Feature record: CXX_FEATURE:1cxx_unrestricted_unions
820
+ Feature record: CXX_FEATURE:1cxx_user_literals
821
+ Feature record: CXX_FEATURE:1cxx_variable_templates
822
+ Feature record: CXX_FEATURE:1cxx_variadic_macros
823
+ Feature record: CXX_FEATURE:1cxx_variadic_templates
824
+
825
+
826
+ Detecting CXX [-std=c++14] compiler features compiled with the following output:
827
+ Change Dir: /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
828
+
829
+ Run Build Command:"/usr/bin/make" "cmTC_a3b86/fast"
830
+ /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_a3b86.dir/build.make CMakeFiles/cmTC_a3b86.dir/build
831
+ Building CXX object CMakeFiles/cmTC_a3b86.dir/feature_tests.cxx.o
832
+ /Library/Developer/CommandLineTools/usr/bin/c++ -std=c++14 -o CMakeFiles/cmTC_a3b86.dir/feature_tests.cxx.o -c /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.cxx
833
+ Linking CXX executable cmTC_a3b86
834
+ /usr/local/Cellar/cmake/3.8.0/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a3b86.dir/link.txt --verbose=1
835
+ /Library/Developer/CommandLineTools/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a3b86.dir/feature_tests.cxx.o -o cmTC_a3b86
836
+
837
+
838
+ Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
839
+ Feature record: CXX_FEATURE:1cxx_alias_templates
840
+ Feature record: CXX_FEATURE:1cxx_alignas
841
+ Feature record: CXX_FEATURE:1cxx_alignof
842
+ Feature record: CXX_FEATURE:1cxx_attributes
843
+ Feature record: CXX_FEATURE:1cxx_attribute_deprecated
844
+ Feature record: CXX_FEATURE:1cxx_auto_type
845
+ Feature record: CXX_FEATURE:1cxx_binary_literals
846
+ Feature record: CXX_FEATURE:1cxx_constexpr
847
+ Feature record: CXX_FEATURE:1cxx_contextual_conversions
848
+ Feature record: CXX_FEATURE:1cxx_decltype
849
+ Feature record: CXX_FEATURE:1cxx_decltype_auto
850
+ Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
851
+ Feature record: CXX_FEATURE:1cxx_default_function_template_args
852
+ Feature record: CXX_FEATURE:1cxx_defaulted_functions
853
+ Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
854
+ Feature record: CXX_FEATURE:1cxx_delegating_constructors
855
+ Feature record: CXX_FEATURE:1cxx_deleted_functions
856
+ Feature record: CXX_FEATURE:1cxx_digit_separators
857
+ Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
858
+ Feature record: CXX_FEATURE:1cxx_explicit_conversions
859
+ Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
860
+ Feature record: CXX_FEATURE:1cxx_extern_templates
861
+ Feature record: CXX_FEATURE:1cxx_final
862
+ Feature record: CXX_FEATURE:1cxx_func_identifier
863
+ Feature record: CXX_FEATURE:1cxx_generalized_initializers
864
+ Feature record: CXX_FEATURE:1cxx_generic_lambdas
865
+ Feature record: CXX_FEATURE:1cxx_inheriting_constructors
866
+ Feature record: CXX_FEATURE:1cxx_inline_namespaces
867
+ Feature record: CXX_FEATURE:1cxx_lambdas
868
+ Feature record: CXX_FEATURE:1cxx_lambda_init_captures
869
+ Feature record: CXX_FEATURE:1cxx_local_type_template_args
870
+ Feature record: CXX_FEATURE:1cxx_long_long_type
871
+ Feature record: CXX_FEATURE:1cxx_noexcept
872
+ Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
873
+ Feature record: CXX_FEATURE:1cxx_nullptr
874
+ Feature record: CXX_FEATURE:1cxx_override
875
+ Feature record: CXX_FEATURE:1cxx_range_for
876
+ Feature record: CXX_FEATURE:1cxx_raw_string_literals
877
+ Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
878
+ Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
879
+ Feature record: CXX_FEATURE:1cxx_return_type_deduction
880
+ Feature record: CXX_FEATURE:1cxx_right_angle_brackets
881
+ Feature record: CXX_FEATURE:1cxx_rvalue_references
882
+ Feature record: CXX_FEATURE:1cxx_sizeof_member
883
+ Feature record: CXX_FEATURE:1cxx_static_assert
884
+ Feature record: CXX_FEATURE:1cxx_strong_enums
885
+ Feature record: CXX_FEATURE:1cxx_template_template_parameters
886
+ Feature record: CXX_FEATURE:1cxx_thread_local
887
+ Feature record: CXX_FEATURE:1cxx_trailing_return_types
888
+ Feature record: CXX_FEATURE:1cxx_unicode_literals
889
+ Feature record: CXX_FEATURE:1cxx_uniform_initialization
890
+ Feature record: CXX_FEATURE:1cxx_unrestricted_unions
891
+ Feature record: CXX_FEATURE:1cxx_user_literals
892
+ Feature record: CXX_FEATURE:1cxx_variable_templates
893
+ Feature record: CXX_FEATURE:1cxx_variadic_macros
894
+ Feature record: CXX_FEATURE:1cxx_variadic_templates
895
+
896
+
897
+ Detecting CXX [-std=c++11] compiler features compiled with the following output:
898
+ Change Dir: /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
899
+
900
+ Run Build Command:"/usr/bin/make" "cmTC_78525/fast"
901
+ /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_78525.dir/build.make CMakeFiles/cmTC_78525.dir/build
902
+ Building CXX object CMakeFiles/cmTC_78525.dir/feature_tests.cxx.o
903
+ /Library/Developer/CommandLineTools/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_78525.dir/feature_tests.cxx.o -c /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.cxx
904
+ Linking CXX executable cmTC_78525
905
+ /usr/local/Cellar/cmake/3.8.0/bin/cmake -E cmake_link_script CMakeFiles/cmTC_78525.dir/link.txt --verbose=1
906
+ /Library/Developer/CommandLineTools/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_78525.dir/feature_tests.cxx.o -o cmTC_78525
907
+
908
+
909
+ Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
910
+ Feature record: CXX_FEATURE:1cxx_alias_templates
911
+ Feature record: CXX_FEATURE:1cxx_alignas
912
+ Feature record: CXX_FEATURE:1cxx_alignof
913
+ Feature record: CXX_FEATURE:1cxx_attributes
914
+ Feature record: CXX_FEATURE:0cxx_attribute_deprecated
915
+ Feature record: CXX_FEATURE:1cxx_auto_type
916
+ Feature record: CXX_FEATURE:0cxx_binary_literals
917
+ Feature record: CXX_FEATURE:1cxx_constexpr
918
+ Feature record: CXX_FEATURE:0cxx_contextual_conversions
919
+ Feature record: CXX_FEATURE:1cxx_decltype
920
+ Feature record: CXX_FEATURE:0cxx_decltype_auto
921
+ Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
922
+ Feature record: CXX_FEATURE:1cxx_default_function_template_args
923
+ Feature record: CXX_FEATURE:1cxx_defaulted_functions
924
+ Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
925
+ Feature record: CXX_FEATURE:1cxx_delegating_constructors
926
+ Feature record: CXX_FEATURE:1cxx_deleted_functions
927
+ Feature record: CXX_FEATURE:0cxx_digit_separators
928
+ Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
929
+ Feature record: CXX_FEATURE:1cxx_explicit_conversions
930
+ Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
931
+ Feature record: CXX_FEATURE:1cxx_extern_templates
932
+ Feature record: CXX_FEATURE:1cxx_final
933
+ Feature record: CXX_FEATURE:1cxx_func_identifier
934
+ Feature record: CXX_FEATURE:1cxx_generalized_initializers
935
+ Feature record: CXX_FEATURE:0cxx_generic_lambdas
936
+ Feature record: CXX_FEATURE:1cxx_inheriting_constructors
937
+ Feature record: CXX_FEATURE:1cxx_inline_namespaces
938
+ Feature record: CXX_FEATURE:1cxx_lambdas
939
+ Feature record: CXX_FEATURE:0cxx_lambda_init_captures
940
+ Feature record: CXX_FEATURE:1cxx_local_type_template_args
941
+ Feature record: CXX_FEATURE:1cxx_long_long_type
942
+ Feature record: CXX_FEATURE:1cxx_noexcept
943
+ Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
944
+ Feature record: CXX_FEATURE:1cxx_nullptr
945
+ Feature record: CXX_FEATURE:1cxx_override
946
+ Feature record: CXX_FEATURE:1cxx_range_for
947
+ Feature record: CXX_FEATURE:1cxx_raw_string_literals
948
+ Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
949
+ Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
950
+ Feature record: CXX_FEATURE:0cxx_return_type_deduction
951
+ Feature record: CXX_FEATURE:1cxx_right_angle_brackets
952
+ Feature record: CXX_FEATURE:1cxx_rvalue_references
953
+ Feature record: CXX_FEATURE:1cxx_sizeof_member
954
+ Feature record: CXX_FEATURE:1cxx_static_assert
955
+ Feature record: CXX_FEATURE:1cxx_strong_enums
956
+ Feature record: CXX_FEATURE:1cxx_template_template_parameters
957
+ Feature record: CXX_FEATURE:1cxx_thread_local
958
+ Feature record: CXX_FEATURE:1cxx_trailing_return_types
959
+ Feature record: CXX_FEATURE:1cxx_unicode_literals
960
+ Feature record: CXX_FEATURE:1cxx_uniform_initialization
961
+ Feature record: CXX_FEATURE:1cxx_unrestricted_unions
962
+ Feature record: CXX_FEATURE:1cxx_user_literals
963
+ Feature record: CXX_FEATURE:0cxx_variable_templates
964
+ Feature record: CXX_FEATURE:1cxx_variadic_macros
965
+ Feature record: CXX_FEATURE:1cxx_variadic_templates
966
+
967
+
968
+ Detecting CXX [-std=c++98] compiler features compiled with the following output:
969
+ Change Dir: /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
970
+
971
+ Run Build Command:"/usr/bin/make" "cmTC_701f5/fast"
972
+ /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_701f5.dir/build.make CMakeFiles/cmTC_701f5.dir/build
973
+ Building CXX object CMakeFiles/cmTC_701f5.dir/feature_tests.cxx.o
974
+ /Library/Developer/CommandLineTools/usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_701f5.dir/feature_tests.cxx.o -c /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.cxx
975
+ Linking CXX executable cmTC_701f5
976
+ /usr/local/Cellar/cmake/3.8.0/bin/cmake -E cmake_link_script CMakeFiles/cmTC_701f5.dir/link.txt --verbose=1
977
+ /Library/Developer/CommandLineTools/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_701f5.dir/feature_tests.cxx.o -o cmTC_701f5
978
+
979
+
980
+ Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
981
+ Feature record: CXX_FEATURE:0cxx_alias_templates
982
+ Feature record: CXX_FEATURE:0cxx_alignas
983
+ Feature record: CXX_FEATURE:0cxx_alignof
984
+ Feature record: CXX_FEATURE:0cxx_attributes
985
+ Feature record: CXX_FEATURE:0cxx_attribute_deprecated
986
+ Feature record: CXX_FEATURE:0cxx_auto_type
987
+ Feature record: CXX_FEATURE:0cxx_binary_literals
988
+ Feature record: CXX_FEATURE:0cxx_constexpr
989
+ Feature record: CXX_FEATURE:0cxx_contextual_conversions
990
+ Feature record: CXX_FEATURE:0cxx_decltype
991
+ Feature record: CXX_FEATURE:0cxx_decltype_auto
992
+ Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
993
+ Feature record: CXX_FEATURE:0cxx_default_function_template_args
994
+ Feature record: CXX_FEATURE:0cxx_defaulted_functions
995
+ Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
996
+ Feature record: CXX_FEATURE:0cxx_delegating_constructors
997
+ Feature record: CXX_FEATURE:0cxx_deleted_functions
998
+ Feature record: CXX_FEATURE:0cxx_digit_separators
999
+ Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
1000
+ Feature record: CXX_FEATURE:0cxx_explicit_conversions
1001
+ Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
1002
+ Feature record: CXX_FEATURE:0cxx_extern_templates
1003
+ Feature record: CXX_FEATURE:0cxx_final
1004
+ Feature record: CXX_FEATURE:0cxx_func_identifier
1005
+ Feature record: CXX_FEATURE:0cxx_generalized_initializers
1006
+ Feature record: CXX_FEATURE:0cxx_generic_lambdas
1007
+ Feature record: CXX_FEATURE:0cxx_inheriting_constructors
1008
+ Feature record: CXX_FEATURE:0cxx_inline_namespaces
1009
+ Feature record: CXX_FEATURE:0cxx_lambdas
1010
+ Feature record: CXX_FEATURE:0cxx_lambda_init_captures
1011
+ Feature record: CXX_FEATURE:0cxx_local_type_template_args
1012
+ Feature record: CXX_FEATURE:0cxx_long_long_type
1013
+ Feature record: CXX_FEATURE:0cxx_noexcept
1014
+ Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
1015
+ Feature record: CXX_FEATURE:0cxx_nullptr
1016
+ Feature record: CXX_FEATURE:0cxx_override
1017
+ Feature record: CXX_FEATURE:0cxx_range_for
1018
+ Feature record: CXX_FEATURE:0cxx_raw_string_literals
1019
+ Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
1020
+ Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
1021
+ Feature record: CXX_FEATURE:0cxx_return_type_deduction
1022
+ Feature record: CXX_FEATURE:0cxx_right_angle_brackets
1023
+ Feature record: CXX_FEATURE:0cxx_rvalue_references
1024
+ Feature record: CXX_FEATURE:0cxx_sizeof_member
1025
+ Feature record: CXX_FEATURE:0cxx_static_assert
1026
+ Feature record: CXX_FEATURE:0cxx_strong_enums
1027
+ Feature record: CXX_FEATURE:1cxx_template_template_parameters
1028
+ Feature record: CXX_FEATURE:0cxx_thread_local
1029
+ Feature record: CXX_FEATURE:0cxx_trailing_return_types
1030
+ Feature record: CXX_FEATURE:0cxx_unicode_literals
1031
+ Feature record: CXX_FEATURE:0cxx_uniform_initialization
1032
+ Feature record: CXX_FEATURE:0cxx_unrestricted_unions
1033
+ Feature record: CXX_FEATURE:0cxx_user_literals
1034
+ Feature record: CXX_FEATURE:0cxx_variable_templates
1035
+ Feature record: CXX_FEATURE:0cxx_variadic_macros
1036
+ Feature record: CXX_FEATURE:0cxx_variadic_templates