mathematical 1.5.12 → 1.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +11 -30
- data/Rakefile +1 -0
- data/ext/mathematical/CMakeLists.txt +4 -1
- data/ext/mathematical/extconf.rb +4 -1
- data/ext/mathematical/lasem/NEWS +17 -0
- data/ext/mathematical/lasem/autogen.sh +5 -2
- data/ext/mathematical/lasem/configure.ac +3 -3
- data/ext/mathematical/lasem/po/cs.po +50 -18
- data/ext/mathematical/lasem/po/de.po +62 -26
- data/ext/mathematical/lasem/po/es.po +27 -18
- data/ext/mathematical/lasem/po/hu.po +50 -21
- data/ext/mathematical/lasem/po/id.po +49 -16
- data/ext/mathematical/lasem/po/lt.po +47 -18
- data/ext/mathematical/lasem/po/pl.po +53 -24
- data/ext/mathematical/lasem/po/pt_BR.po +70 -29
- data/ext/mathematical/lasem/po/sl.po +43 -29
- data/ext/mathematical/lasem/po/sr.po +67 -27
- data/ext/mathematical/lasem/po/sr@latin.po +67 -27
- data/ext/mathematical/lasem/po/sv.po +51 -18
- data/ext/mathematical/lasem/src/lasemrender.c +107 -14
- data/ext/mathematical/lasem/src/lsmitex.c +1 -0
- data/ext/mathematical/lasem/src/lsmsvgelement.c +0 -2
- data/ext/mathematical/lasem/src/lsmsvglength.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgmatrix.c +16 -0
- data/ext/mathematical/lasem/src/lsmsvgmatrix.h +2 -1
- data/ext/mathematical/lasem/src/lsmsvgsvgelement.c +8 -2
- data/ext/mathematical/lasem_overrides.c +3 -3
- data/ext/mathematical/lib/liblasem.dylib +0 -0
- data/ext/mathematical/lib/libmtex2MML.a +0 -0
- data/ext/mathematical/mathematical.c +1 -1
- data/ext/mathematical/mtex2MML/CMakeLists.txt +5 -0
- data/ext/mathematical/mtex2MML/README.md +3 -3
- data/ext/mathematical/mtex2MML/SUPPORTED.md +2 -0
- data/ext/mathematical/mtex2MML/appveyor.yml +15 -5
- data/ext/mathematical/mtex2MML/build/CMakeCache.txt +181 -116
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.6.1/CMakeCCompiler.cmake +67 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.6.1/CMakeCXXCompiler.cmake +68 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{2.8.10.1 → 3.6.1}/CMakeDetermineCompilerABI_C.bin +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{2.8.10.1 → 3.6.1}/CMakeDetermineCompilerABI_CXX.bin +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.6.1/CMakeSystem.cmake +15 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{2.8.10.1 → 3.6.1}/CompilerIdC/CMakeCCompilerId.c +223 -55
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{2.8.10.1/CompilerIdCXX → 3.6.1/CompilerIdC}/a.out +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{2.8.10.1 → 3.6.1}/CompilerIdCXX/CMakeCXXCompilerId.cpp +202 -44
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{2.8.10.1/CompilerIdC → 3.6.1/CompilerIdCXX}/a.out +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeDirectoryInformation.cmake +8 -8
- data/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeOutput.log +405 -109
- data/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeRuleHashes.txt +29 -29
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Continuous.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Continuous.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Continuous.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousBuild.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousBuild.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousBuild.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousConfigure.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousConfigure.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousConfigure.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousCoverage.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousCoverage.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousCoverage.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousMemCheck.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousMemCheck.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousMemCheck.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousStart.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousStart.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousStart.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousSubmit.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousSubmit.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousSubmit.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousTest.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousTest.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousTest.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousUpdate.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousUpdate.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousUpdate.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Experimental.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Experimental.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Experimental.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalBuild.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalBuild.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalBuild.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalConfigure.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalConfigure.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalConfigure.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalCoverage.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalCoverage.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalCoverage.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalMemCheck.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalMemCheck.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalMemCheck.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalStart.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalStart.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalStart.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalSubmit.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalSubmit.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalSubmit.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalTest.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalTest.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalTest.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalUpdate.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalUpdate.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalUpdate.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Makefile.cmake +68 -60
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Makefile2 +564 -522
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Nightly.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Nightly.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Nightly.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyBuild.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyBuild.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyBuild.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyConfigure.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyConfigure.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyConfigure.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyCoverage.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyCoverage.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyCoverage.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyMemCheck.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyMemCheck.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyMemCheck.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyMemoryCheck.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyMemoryCheck.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyMemoryCheck.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyStart.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyStart.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyStart.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlySubmit.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlySubmit.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlySubmit.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyTest.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyTest.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyTest.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyUpdate.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyUpdate.dir/build.make +14 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyUpdate.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/TargetDirectories.txt +28 -21
- data/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.bin +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.c +34 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.cxx +405 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/format.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/format.dir/build.make +13 -6
- data/ext/mathematical/mtex2MML/build/CMakeFiles/format.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/DependInfo.cmake +16 -18
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/build.make +55 -42
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/flags.make +5 -3
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/link.txt +1 -1
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/progress.make +1 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/C.includecache +115 -27
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/DependInfo.cmake +16 -18
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/build.make +54 -42
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/cmake_clean_target.cmake +1 -1
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/depend.internal +19 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/depend.make +18 -19
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/flags.make +5 -3
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/link.txt +2 -2
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/progress.make +9 -8
- data/ext/mathematical/mtex2MML/build/CMakeFiles/memcheck.dir/DependInfo.cmake +4 -20
- data/ext/mathematical/mtex2MML/build/CMakeFiles/memcheck.dir/build.make +13 -6
- data/ext/mathematical/mtex2MML/build/CMakeFiles/memcheck.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/DependInfo.cmake +16 -18
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/build.make +60 -47
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/cmake_clean.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/flags.make +5 -3
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/link.txt +1 -1
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/progress.make +10 -9
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/DependInfo.cmake +17 -18
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/build.make +178 -124
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/cmake_clean.cmake +5 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/flags.make +5 -3
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/link.txt +1 -1
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/progress.make +27 -25
- data/ext/mathematical/mtex2MML/build/CMakeFiles/progress.marks +1 -1
- data/ext/mathematical/mtex2MML/build/CTestTestfile.cmake +2 -2
- data/ext/mathematical/mtex2MML/build/DartConfiguration.tcl +25 -7
- data/ext/mathematical/mtex2MML/build/Makefile +419 -307
- data/ext/mathematical/mtex2MML/build/cmake_install.cmake +32 -32
- data/ext/mathematical/mtex2MML/build/lexer.c +4317 -4379
- data/ext/mathematical/mtex2MML/build/libmtex2MML.a +0 -0
- data/ext/mathematical/mtex2MML/build/mtex2mml_export.h +12 -5
- data/ext/mathematical/mtex2MML/build/parser.c +5549 -5473
- data/ext/mathematical/mtex2MML/build/parser.h +499 -490
- data/ext/mathematical/mtex2MML/build/parser.output +93361 -92735
- data/ext/mathematical/mtex2MML/deps/strdup/package.json +2 -2
- data/ext/mathematical/mtex2MML/deps/strdup/strdup.c +2 -0
- data/ext/mathematical/mtex2MML/deps/strdup/strdup.h +2 -0
- data/ext/mathematical/mtex2MML/deps/uthash/package.json +2 -1
- data/ext/mathematical/mtex2MML/deps/uthash/utarray.h +42 -36
- data/ext/mathematical/mtex2MML/deps/uthash/uthash.h +334 -218
- data/ext/mathematical/mtex2MML/deps/uthash/utlist.h +282 -144
- data/ext/mathematical/mtex2MML/deps/uthash/utringbuffer.h +108 -0
- data/ext/mathematical/mtex2MML/deps/uthash/utstring.h +15 -10
- data/ext/mathematical/mtex2MML/script/bootstrap +6 -12
- data/ext/mathematical/mtex2MML/script/cibuild +47 -1
- data/ext/mathematical/mtex2MML/script/{release → tag} +1 -1
- data/ext/mathematical/mtex2MML/src/environment.c +73 -13
- data/ext/mathematical/mtex2MML/src/environment.h +1 -1
- data/ext/mathematical/mtex2MML/src/lexer.l +75 -53
- data/ext/mathematical/mtex2MML/src/main.c +65 -36
- data/ext/mathematical/mtex2MML/src/mtex2MML.h +5 -1
- data/ext/mathematical/mtex2MML/src/parser.y +67 -16
- data/ext/mathematical/mtex2MML/tests/basic.c +10 -0
- data/ext/mathematical/mtex2MML/tests/delimiters.c +95 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/layout/strut-1.html +1 -1
- data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/cal-1.html +1 -1
- data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/frak-1.html +1 -1
- data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/mathcal-1.html +1 -1
- data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/mathfrak-1.html +1 -1
- data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/mathrm-1.html +1 -1
- data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/mathscr-1.html +1 -1
- data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/rm-1.html +1 -1
- data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/scr-1.html +1 -1
- data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/mathvariant/textrm-1.html +1 -1
- data/ext/mathematical/mtex2MML/tests/fixtures/array/strip_excess_whitespace_in_array_attributes.html +1 -1
- data/ext/mathematical/mtex2MML/tests/fixtures/basic/text_rendering.html +23 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/basic/text_rendering.txt +23 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/align.html +1 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/align.txt +3 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/alignat-1a.html +1 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/alignat-1a.txt +4 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/aligned_ex_spacing.html +1 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/aligned_ex_spacing.txt +4 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/basic_array.html +1 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/basic_array.txt +3 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/mixed_env.html +8 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/mixed_env.txt +11 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/performance/big_file.html +6 -6
- data/ext/mathematical/mtex2MML/tests/fixtures/symbols/gt.html +1 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/symbols/gt.txt +1 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/symbols/lt.html +1 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/symbols/lt.txt +1 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/symbols/textgreater.html +1 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/symbols/textgreater.txt +1 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/symbols/textless.html +1 -0
- data/ext/mathematical/mtex2MML/tests/fixtures/symbols/textless.txt +1 -0
- data/ext/mathematical/mtex2MML/tests/symbols.c +69 -0
- data/lib/mathematical.rb +19 -1
- data/lib/mathematical/version.rb +1 -1
- data/mathematical.gemspec +2 -1
- data/test/mathematical/basic_test.rb +16 -3
- data/test/mathematical/fixtures/png/numeric_test_1.png +0 -0
- data/test/mathematical/fixtures/png/numeric_test_3.png +0 -0
- data/test/mathematical/fixtures/png/pmatrix.png +0 -0
- data/test/mathematical/maliciousness_test.rb +0 -1
- data/test/mathematical/multiples_test.rb +3 -0
- data/test/mathematical/png_test.rb +4 -1
- data/test/test_helper.rb +2 -0
- metadata +54 -18
- data/ext/mathematical/FindNewerRubies.cmake +0 -292
- data/ext/mathematical/mtex2MML/build.ps1 +0 -2
- data/ext/mathematical/mtex2MML/build/CMakeFiles/2.8.10.1/CMakeCCompiler.cmake +0 -55
- data/ext/mathematical/mtex2MML/build/CMakeFiles/2.8.10.1/CMakeCXXCompiler.cmake +0 -56
- data/ext/mathematical/mtex2MML/build/CMakeFiles/2.8.10.1/CMakeSystem.cmake +0 -15
- data/ext/mathematical/mtex2MML/src/y.output +0 -117655
data/ext/mathematical/mtex2MML/build/CMakeFiles/{2.8.10.1/CompilerIdCXX → 3.6.1/CompilerIdC}/a.out
RENAMED
Binary file
|
@@ -5,6 +5,7 @@
|
|
5
5
|
# error "A C compiler has been selected for C++."
|
6
6
|
#endif
|
7
7
|
|
8
|
+
|
8
9
|
/* Version number components: V=Version, R=Revision, P=Patch
|
9
10
|
Version date components: YYYY=Year, MM=Month, DD=Day */
|
10
11
|
|
@@ -16,14 +17,26 @@
|
|
16
17
|
|
17
18
|
#elif defined(__INTEL_COMPILER) || defined(__ICC)
|
18
19
|
# define COMPILER_ID "Intel"
|
20
|
+
# if defined(_MSC_VER)
|
21
|
+
# define SIMULATE_ID "MSVC"
|
22
|
+
# endif
|
19
23
|
/* __INTEL_COMPILER = VRP */
|
20
24
|
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
|
21
25
|
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
|
22
|
-
#
|
26
|
+
# if defined(__INTEL_COMPILER_UPDATE)
|
27
|
+
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
|
28
|
+
# else
|
29
|
+
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
|
30
|
+
# endif
|
23
31
|
# if defined(__INTEL_COMPILER_BUILD_DATE)
|
24
32
|
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
|
25
33
|
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
|
26
34
|
# endif
|
35
|
+
# if defined(_MSC_VER)
|
36
|
+
/* _MSC_VER = VVRR */
|
37
|
+
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
38
|
+
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
39
|
+
# endif
|
27
40
|
|
28
41
|
#elif defined(__PATHCC__)
|
29
42
|
# define COMPILER_ID "PathScale"
|
@@ -33,17 +46,11 @@
|
|
33
46
|
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
|
34
47
|
# endif
|
35
48
|
|
36
|
-
#elif defined(__clang__)
|
37
|
-
# define COMPILER_ID "Clang"
|
38
|
-
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
39
|
-
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
40
|
-
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
41
|
-
|
42
49
|
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
|
43
50
|
# define COMPILER_ID "Embarcadero"
|
44
51
|
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
|
45
52
|
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
|
46
|
-
# define COMPILER_VERSION_PATCH
|
53
|
+
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
|
47
54
|
|
48
55
|
#elif defined(__BORLANDC__)
|
49
56
|
# define COMPILER_ID "Borland"
|
@@ -51,11 +58,23 @@
|
|
51
58
|
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
|
52
59
|
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
|
53
60
|
|
54
|
-
#elif defined(__WATCOMC__)
|
61
|
+
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
|
55
62
|
# define COMPILER_ID "Watcom"
|
56
|
-
|
63
|
+
/* __WATCOMC__ = VVRR */
|
57
64
|
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
|
58
|
-
# define COMPILER_VERSION_MINOR DEC(__WATCOMC__ %
|
65
|
+
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
66
|
+
# if (__WATCOMC__ % 10) > 0
|
67
|
+
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
68
|
+
# endif
|
69
|
+
|
70
|
+
#elif defined(__WATCOMC__)
|
71
|
+
# define COMPILER_ID "OpenWatcom"
|
72
|
+
/* __WATCOMC__ = VVRP + 1100 */
|
73
|
+
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
|
74
|
+
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
75
|
+
# if (__WATCOMC__ % 10) > 0
|
76
|
+
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
77
|
+
# endif
|
59
78
|
|
60
79
|
#elif defined(__SUNPRO_CC)
|
61
80
|
# define COMPILER_ID "SunPro"
|
@@ -85,20 +104,26 @@
|
|
85
104
|
# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100)
|
86
105
|
# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000)
|
87
106
|
|
88
|
-
#elif defined(__IBMCPP__)
|
89
|
-
#
|
90
|
-
|
91
|
-
#
|
92
|
-
#
|
93
|
-
#
|
94
|
-
|
95
|
-
#
|
96
|
-
#
|
97
|
-
|
98
|
-
#
|
99
|
-
#
|
100
|
-
#
|
101
|
-
|
107
|
+
#elif defined(__IBMCPP__) && defined(__COMPILER_VER__)
|
108
|
+
# define COMPILER_ID "zOS"
|
109
|
+
/* __IBMCPP__ = VRP */
|
110
|
+
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
111
|
+
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
112
|
+
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
113
|
+
|
114
|
+
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800
|
115
|
+
# define COMPILER_ID "XL"
|
116
|
+
/* __IBMCPP__ = VRP */
|
117
|
+
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
118
|
+
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
119
|
+
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
120
|
+
|
121
|
+
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800
|
122
|
+
# define COMPILER_ID "VisualAge"
|
123
|
+
/* __IBMCPP__ = VRP */
|
124
|
+
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
125
|
+
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
126
|
+
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
102
127
|
|
103
128
|
#elif defined(__PGI)
|
104
129
|
# define COMPILER_ID "PGI"
|
@@ -110,23 +135,57 @@
|
|
110
135
|
|
111
136
|
#elif defined(_CRAYC)
|
112
137
|
# define COMPILER_ID "Cray"
|
113
|
-
# define COMPILER_VERSION_MAJOR DEC(
|
138
|
+
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
|
114
139
|
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
|
115
140
|
|
116
141
|
#elif defined(__TI_COMPILER_VERSION__)
|
117
|
-
# define COMPILER_ID "
|
142
|
+
# define COMPILER_ID "TI"
|
118
143
|
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
|
119
144
|
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
|
120
145
|
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
|
121
146
|
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
|
122
147
|
|
148
|
+
#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version)
|
149
|
+
# define COMPILER_ID "Fujitsu"
|
150
|
+
|
123
151
|
#elif defined(__SCO_VERSION__)
|
124
152
|
# define COMPILER_ID "SCO"
|
125
153
|
|
154
|
+
#elif defined(__clang__) && defined(__apple_build_version__)
|
155
|
+
# define COMPILER_ID "AppleClang"
|
156
|
+
# if defined(_MSC_VER)
|
157
|
+
# define SIMULATE_ID "MSVC"
|
158
|
+
# endif
|
159
|
+
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
160
|
+
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
161
|
+
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
162
|
+
# if defined(_MSC_VER)
|
163
|
+
/* _MSC_VER = VVRR */
|
164
|
+
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
165
|
+
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
166
|
+
# endif
|
167
|
+
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
|
168
|
+
|
169
|
+
#elif defined(__clang__)
|
170
|
+
# define COMPILER_ID "Clang"
|
171
|
+
# if defined(_MSC_VER)
|
172
|
+
# define SIMULATE_ID "MSVC"
|
173
|
+
# endif
|
174
|
+
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
175
|
+
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
176
|
+
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
177
|
+
# if defined(_MSC_VER)
|
178
|
+
/* _MSC_VER = VVRR */
|
179
|
+
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
180
|
+
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
181
|
+
# endif
|
182
|
+
|
126
183
|
#elif defined(__GNUC__)
|
127
184
|
# define COMPILER_ID "GNU"
|
128
185
|
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
|
129
|
-
#
|
186
|
+
# if defined(__GNUC_MINOR__)
|
187
|
+
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
|
188
|
+
# endif
|
130
189
|
# if defined(__GNUC_PATCHLEVEL__)
|
131
190
|
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
132
191
|
# endif
|
@@ -149,17 +208,32 @@
|
|
149
208
|
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
|
150
209
|
# endif
|
151
210
|
|
152
|
-
|
153
|
-
#elif defined(__VISUALDSPVERSION__)
|
211
|
+
#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
|
154
212
|
# define COMPILER_ID "ADSP"
|
213
|
+
#if defined(__VISUALDSPVERSION__)
|
155
214
|
/* __VISUALDSPVERSION__ = 0xVVRRPP00 */
|
156
215
|
# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
|
157
216
|
# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
|
158
217
|
# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
|
218
|
+
#endif
|
219
|
+
|
220
|
+
#elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC)
|
221
|
+
# define COMPILER_ID "IAR"
|
222
|
+
|
223
|
+
#elif defined(__ARMCC_VERSION)
|
224
|
+
# define COMPILER_ID "ARMCC"
|
225
|
+
#if __ARMCC_VERSION >= 1000000
|
226
|
+
/* __ARMCC_VERSION = VRRPPPP */
|
227
|
+
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
|
228
|
+
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
|
229
|
+
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
230
|
+
#else
|
231
|
+
/* __ARMCC_VERSION = VRPPPP */
|
232
|
+
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
|
233
|
+
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
|
234
|
+
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
235
|
+
#endif
|
159
236
|
|
160
|
-
/* Analog VisualDSP++ < 4.5.6 */
|
161
|
-
#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
|
162
|
-
# define COMPILER_ID "ADSP"
|
163
237
|
|
164
238
|
#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
|
165
239
|
# define COMPILER_ID "MIPSpro"
|
@@ -175,9 +249,10 @@
|
|
175
249
|
# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10)
|
176
250
|
# endif
|
177
251
|
|
178
|
-
|
179
|
-
|
180
|
-
|
252
|
+
|
253
|
+
/* These compilers are either not known or too old to define an
|
254
|
+
identification macro. Try to identify the platform and guess that
|
255
|
+
it is the native compiler. */
|
181
256
|
#elif defined(__sgi)
|
182
257
|
# define COMPILER_ID "MIPSpro"
|
183
258
|
|
@@ -186,7 +261,6 @@
|
|
186
261
|
|
187
262
|
#else /* unknown compiler */
|
188
263
|
# define COMPILER_ID ""
|
189
|
-
|
190
264
|
#endif
|
191
265
|
|
192
266
|
/* Construct the string literal in pieces to prevent the source from
|
@@ -194,6 +268,20 @@
|
|
194
268
|
because some compilers will just produce instructions to fill the
|
195
269
|
array rather than assigning a pointer to a static array. */
|
196
270
|
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
|
271
|
+
#ifdef SIMULATE_ID
|
272
|
+
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
|
273
|
+
#endif
|
274
|
+
|
275
|
+
#ifdef __QNXNTO__
|
276
|
+
char const* qnxnto = "INFO" ":" "qnxnto[]";
|
277
|
+
#endif
|
278
|
+
|
279
|
+
#if defined(__CRAYXE) || defined(__CRAYXC)
|
280
|
+
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
|
281
|
+
#endif
|
282
|
+
|
283
|
+
#define STRINGIFY_HELPER(X) #X
|
284
|
+
#define STRINGIFY(X) STRINGIFY_HELPER(X)
|
197
285
|
|
198
286
|
/* Identify known platforms by name. */
|
199
287
|
#if defined(__linux) || defined(__linux__) || defined(linux)
|
@@ -232,11 +320,8 @@ char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
|
|
232
320
|
#elif defined(__hpux) || defined(__hpux__)
|
233
321
|
# define PLATFORM_ID "HP-UX"
|
234
322
|
|
235
|
-
#elif defined(
|
323
|
+
#elif defined(__HAIKU__)
|
236
324
|
# define PLATFORM_ID "Haiku"
|
237
|
-
/* Haiku also defines __BEOS__ so we must
|
238
|
-
put it prior to the check for __BEOS__
|
239
|
-
*/
|
240
325
|
|
241
326
|
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
|
242
327
|
# define PLATFORM_ID "BeOS"
|
@@ -274,8 +359,25 @@ char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
|
|
274
359
|
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
|
275
360
|
# define PLATFORM_ID "Xenix"
|
276
361
|
|
362
|
+
#elif defined(__WATCOMC__)
|
363
|
+
# if defined(__LINUX__)
|
364
|
+
# define PLATFORM_ID "Linux"
|
365
|
+
|
366
|
+
# elif defined(__DOS__)
|
367
|
+
# define PLATFORM_ID "DOS"
|
368
|
+
|
369
|
+
# elif defined(__OS2__)
|
370
|
+
# define PLATFORM_ID "OS2"
|
371
|
+
|
372
|
+
# elif defined(__WINDOWS__)
|
373
|
+
# define PLATFORM_ID "Windows3x"
|
374
|
+
|
375
|
+
# else /* unknown platform */
|
376
|
+
# define PLATFORM_ID
|
377
|
+
# endif
|
378
|
+
|
277
379
|
#else /* unknown platform */
|
278
|
-
# define PLATFORM_ID
|
380
|
+
# define PLATFORM_ID
|
279
381
|
|
280
382
|
#endif
|
281
383
|
|
@@ -295,7 +397,13 @@ char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
|
|
295
397
|
# define ARCHITECTURE_ID "X86"
|
296
398
|
|
297
399
|
# elif defined(_M_ARM)
|
298
|
-
#
|
400
|
+
# if _M_ARM == 4
|
401
|
+
# define ARCHITECTURE_ID "ARMV4I"
|
402
|
+
# elif _M_ARM == 5
|
403
|
+
# define ARCHITECTURE_ID "ARMV5I"
|
404
|
+
# else
|
405
|
+
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
|
406
|
+
# endif
|
299
407
|
|
300
408
|
# elif defined(_M_MIPS)
|
301
409
|
# define ARCHITECTURE_ID "MIPS"
|
@@ -307,8 +415,19 @@ char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
|
|
307
415
|
# define ARCHITECTURE_ID ""
|
308
416
|
# endif
|
309
417
|
|
310
|
-
#
|
418
|
+
#elif defined(__WATCOMC__)
|
419
|
+
# if defined(_M_I86)
|
420
|
+
# define ARCHITECTURE_ID "I86"
|
421
|
+
|
422
|
+
# elif defined(_M_IX86)
|
423
|
+
# define ARCHITECTURE_ID "X86"
|
424
|
+
|
425
|
+
# else /* unknown architecture */
|
311
426
|
# define ARCHITECTURE_ID ""
|
427
|
+
# endif
|
428
|
+
|
429
|
+
#else
|
430
|
+
# define ARCHITECTURE_ID
|
312
431
|
#endif
|
313
432
|
|
314
433
|
/* Convert integer to decimal digit literals. */
|
@@ -351,6 +470,24 @@ char const info_version[] = {
|
|
351
470
|
']','\0'};
|
352
471
|
#endif
|
353
472
|
|
473
|
+
/* Construct a string literal encoding the version number components. */
|
474
|
+
#ifdef SIMULATE_VERSION_MAJOR
|
475
|
+
char const info_simulate_version[] = {
|
476
|
+
'I', 'N', 'F', 'O', ':',
|
477
|
+
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
|
478
|
+
SIMULATE_VERSION_MAJOR,
|
479
|
+
# ifdef SIMULATE_VERSION_MINOR
|
480
|
+
'.', SIMULATE_VERSION_MINOR,
|
481
|
+
# ifdef SIMULATE_VERSION_PATCH
|
482
|
+
'.', SIMULATE_VERSION_PATCH,
|
483
|
+
# ifdef SIMULATE_VERSION_TWEAK
|
484
|
+
'.', SIMULATE_VERSION_TWEAK,
|
485
|
+
# endif
|
486
|
+
# endif
|
487
|
+
# endif
|
488
|
+
']','\0'};
|
489
|
+
#endif
|
490
|
+
|
354
491
|
/* Construct the string literal in pieces to prevent the source from
|
355
492
|
getting matched. Store it in a pointer rather than an array
|
356
493
|
because some compilers will just produce instructions to fill the
|
@@ -360,6 +497,17 @@ char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
|
|
360
497
|
|
361
498
|
|
362
499
|
|
500
|
+
|
501
|
+
const char* info_language_dialect_default = "INFO" ":" "dialect_default["
|
502
|
+
#if __cplusplus >= 201402L
|
503
|
+
"14"
|
504
|
+
#elif __cplusplus >= 201103L
|
505
|
+
"11"
|
506
|
+
#else
|
507
|
+
"98"
|
508
|
+
#endif
|
509
|
+
"]";
|
510
|
+
|
363
511
|
/*--------------------------------------------------------------------------*/
|
364
512
|
|
365
513
|
int main(int argc, char* argv[])
|
@@ -370,6 +518,16 @@ int main(int argc, char* argv[])
|
|
370
518
|
#ifdef COMPILER_VERSION_MAJOR
|
371
519
|
require += info_version[argc];
|
372
520
|
#endif
|
521
|
+
#ifdef SIMULATE_ID
|
522
|
+
require += info_simulate[argc];
|
523
|
+
#endif
|
524
|
+
#ifdef SIMULATE_VERSION_MAJOR
|
525
|
+
require += info_simulate_version[argc];
|
526
|
+
#endif
|
527
|
+
#if defined(__CRAYXE) || defined(__CRAYXC)
|
528
|
+
require += info_cray[argc];
|
529
|
+
#endif
|
530
|
+
require += info_language_dialect_default[argc];
|
373
531
|
(void)argv;
|
374
532
|
return require;
|
375
533
|
}
|
data/ext/mathematical/mtex2MML/build/CMakeFiles/{2.8.10.1/CompilerIdC → 3.6.1/CompilerIdCXX}/a.out
RENAMED
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.6
|
3
3
|
|
4
4
|
# Relative path conversion top directories.
|
5
|
-
|
6
|
-
|
5
|
+
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML")
|
6
|
+
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/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})
|
@@ -1,7 +1,7 @@
|
|
1
|
-
The system is: Darwin -
|
1
|
+
The system is: Darwin - 15.6.0 - x86_64
|
2
2
|
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
|
3
|
-
Compiler: /usr/bin/cc
|
4
|
-
Build flags:
|
3
|
+
Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
|
4
|
+
Build flags:
|
5
5
|
Id flags:
|
6
6
|
|
7
7
|
The output was:
|
@@ -10,10 +10,10 @@ The output was:
|
|
10
10
|
|
11
11
|
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
|
12
12
|
|
13
|
-
The C compiler identification is
|
13
|
+
The C compiler identification is AppleClang, found in "/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/3.6.1/CompilerIdC/a.out"
|
14
14
|
|
15
15
|
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
|
16
|
-
Compiler: /usr/bin/c++
|
16
|
+
Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
|
17
17
|
Build flags:
|
18
18
|
Id flags:
|
19
19
|
|
@@ -23,175 +23,471 @@ The output was:
|
|
23
23
|
|
24
24
|
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
|
25
25
|
|
26
|
-
The CXX compiler identification is
|
26
|
+
The CXX compiler identification is AppleClang, found in "/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/3.6.1/CompilerIdCXX/a.out"
|
27
27
|
|
28
28
|
Determining if the C compiler works passed with the following output:
|
29
29
|
Change Dir: /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
30
30
|
|
31
|
-
Run Build Command
|
32
|
-
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
/
|
38
|
-
/usr/bin/cc -I/usr/local/include -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/lib CMakeFiles/cmTryCompileExec2184817064.dir/testCCompiler.c.o -o cmTryCompileExec2184817064
|
31
|
+
Run Build Command:"/usr/bin/make" "cmTC_c3e1d/fast"
|
32
|
+
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_c3e1d.dir/build.make CMakeFiles/cmTC_c3e1d.dir/build
|
33
|
+
Building C object CMakeFiles/cmTC_c3e1d.dir/testCCompiler.c.o
|
34
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -o CMakeFiles/cmTC_c3e1d.dir/testCCompiler.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp/testCCompiler.c
|
35
|
+
Linking C executable cmTC_c3e1d
|
36
|
+
/usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c3e1d.dir/link.txt --verbose=1
|
37
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c3e1d.dir/testCCompiler.c.o -o cmTC_c3e1d
|
39
38
|
|
40
39
|
|
41
40
|
Detecting C compiler ABI info compiled with the following output:
|
42
41
|
Change Dir: /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
43
42
|
|
44
|
-
Run Build Command
|
45
|
-
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
/
|
51
|
-
|
52
|
-
|
53
|
-
Target: x86_64-apple-darwin14.5.0
|
43
|
+
Run Build Command:"/usr/bin/make" "cmTC_09684/fast"
|
44
|
+
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_09684.dir/build.make CMakeFiles/cmTC_09684.dir/build
|
45
|
+
Building C object CMakeFiles/cmTC_09684.dir/CMakeCCompilerABI.c.o
|
46
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -o CMakeFiles/cmTC_09684.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.6.1/share/cmake/Modules/CMakeCCompilerABI.c
|
47
|
+
Linking C executable cmTC_09684
|
48
|
+
/usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_09684.dir/link.txt --verbose=1
|
49
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_09684.dir/CMakeCCompilerABI.c.o -o cmTC_09684
|
50
|
+
Apple LLVM version 7.3.0 (clang-703.0.29)
|
51
|
+
Target: x86_64-apple-darwin15.6.0
|
54
52
|
Thread model: posix
|
55
|
-
|
53
|
+
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
|
54
|
+
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -o cmTC_09684 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_09684.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a
|
55
|
+
@(#)PROGRAM:ld PROJECT:ld64-264.3.101
|
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/
|
56
63
|
|
57
64
|
|
58
65
|
Parsed C implicit link information from above output:
|
59
|
-
link line regex: [^( *|.*[/\])(ld|ld|collect2)[^/\]*( |$)]
|
66
|
+
link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
|
60
67
|
ignore line: [Change Dir: /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp]
|
61
68
|
ignore line: []
|
62
|
-
ignore line: [Run Build Command
|
63
|
-
ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/
|
64
|
-
ignore line: [
|
65
|
-
ignore line: [
|
66
|
-
ignore line: [
|
67
|
-
ignore line: [
|
68
|
-
ignore line: [/
|
69
|
-
ignore line: [
|
70
|
-
ignore line: [
|
71
|
-
ignore line: [Target: x86_64-apple-darwin14.5.0]
|
69
|
+
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_09684/fast"]
|
70
|
+
ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_09684.dir/build.make CMakeFiles/cmTC_09684.dir/build]
|
71
|
+
ignore line: [Building C object CMakeFiles/cmTC_09684.dir/CMakeCCompilerABI.c.o]
|
72
|
+
ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -o CMakeFiles/cmTC_09684.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.6.1/share/cmake/Modules/CMakeCCompilerABI.c]
|
73
|
+
ignore line: [Linking C executable cmTC_09684]
|
74
|
+
ignore line: [/usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_09684.dir/link.txt --verbose=1]
|
75
|
+
ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_09684.dir/CMakeCCompilerABI.c.o -o cmTC_09684 ]
|
76
|
+
ignore line: [Apple LLVM version 7.3.0 (clang-703.0.29)]
|
77
|
+
ignore line: [Target: x86_64-apple-darwin15.6.0]
|
72
78
|
ignore line: [Thread model: posix]
|
73
|
-
|
79
|
+
ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
|
80
|
+
link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -o cmTC_09684 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_09684.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a]
|
74
81
|
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
|
75
82
|
arg [-demangle] ==> ignore
|
76
83
|
arg [-dynamic] ==> ignore
|
77
84
|
arg [-arch] ==> ignore
|
78
85
|
arg [x86_64] ==> ignore
|
79
86
|
arg [-macosx_version_min] ==> ignore
|
80
|
-
arg [10.
|
87
|
+
arg [10.11.0] ==> ignore
|
81
88
|
arg [-o] ==> ignore
|
82
|
-
arg [
|
89
|
+
arg [cmTC_09684] ==> ignore
|
83
90
|
arg [-search_paths_first] ==> ignore
|
84
91
|
arg [-headerpad_max_install_names] ==> ignore
|
85
|
-
arg [
|
92
|
+
arg [-v] ==> ignore
|
93
|
+
arg [CMakeFiles/cmTC_09684.dir/CMakeCCompilerABI.c.o] ==> ignore
|
86
94
|
arg [-lSystem] ==> lib [System]
|
87
|
-
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/
|
95
|
+
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a]
|
96
|
+
Library search paths: [;/usr/lib;/usr/local/lib]
|
97
|
+
Framework search paths: [;/Library/Frameworks/;/System/Library/Frameworks/]
|
88
98
|
remove lib [System]
|
89
|
-
|
90
|
-
|
99
|
+
collapse lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/7.3.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: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a]
|
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/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
113
|
+
|
114
|
+
Run Build Command:"/usr/bin/make" "cmTC_3afb7/fast"
|
115
|
+
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_3afb7.dir/build.make CMakeFiles/cmTC_3afb7.dir/build
|
116
|
+
Building C object CMakeFiles/cmTC_3afb7.dir/feature_tests.c.o
|
117
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -std=c11 -o CMakeFiles/cmTC_3afb7.dir/feature_tests.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.c
|
118
|
+
Linking C executable cmTC_3afb7
|
119
|
+
/usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3afb7.dir/link.txt --verbose=1
|
120
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3afb7.dir/feature_tests.c.o -o cmTC_3afb7
|
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/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
131
|
+
|
132
|
+
Run Build Command:"/usr/bin/make" "cmTC_b023d/fast"
|
133
|
+
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_b023d.dir/build.make CMakeFiles/cmTC_b023d.dir/build
|
134
|
+
Building C object CMakeFiles/cmTC_b023d.dir/feature_tests.c.o
|
135
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -std=c99 -o CMakeFiles/cmTC_b023d.dir/feature_tests.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.c
|
136
|
+
Linking C executable cmTC_b023d
|
137
|
+
/usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b023d.dir/link.txt --verbose=1
|
138
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b023d.dir/feature_tests.c.o -o cmTC_b023d
|
139
|
+
|
91
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
|
92
145
|
|
146
|
+
|
147
|
+
Detecting C [-std=c90] compiler features compiled with the following output:
|
148
|
+
Change Dir: /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
149
|
+
|
150
|
+
Run Build Command:"/usr/bin/make" "cmTC_bb19f/fast"
|
151
|
+
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_bb19f.dir/build.make CMakeFiles/cmTC_bb19f.dir/build
|
152
|
+
Building C object CMakeFiles/cmTC_bb19f.dir/feature_tests.c.o
|
153
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -std=c90 -o CMakeFiles/cmTC_bb19f.dir/feature_tests.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.c
|
154
|
+
Linking C executable cmTC_bb19f
|
155
|
+
/usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bb19f.dir/link.txt --verbose=1
|
156
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bb19f.dir/feature_tests.c.o -o cmTC_bb19f
|
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
|
93
163
|
Determining if the CXX compiler works passed with the following output:
|
94
164
|
Change Dir: /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
95
165
|
|
96
|
-
Run Build Command
|
97
|
-
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
/
|
103
|
-
/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/lib CMakeFiles/cmTryCompileExec2878978799.dir/testCXXCompiler.cxx.o -o cmTryCompileExec2878978799
|
166
|
+
Run Build Command:"/usr/bin/make" "cmTC_96b69/fast"
|
167
|
+
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_96b69.dir/build.make CMakeFiles/cmTC_96b69.dir/build
|
168
|
+
Building CXX object CMakeFiles/cmTC_96b69.dir/testCXXCompiler.cxx.o
|
169
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -o CMakeFiles/cmTC_96b69.dir/testCXXCompiler.cxx.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
|
170
|
+
Linking CXX executable cmTC_96b69
|
171
|
+
/usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_96b69.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_96b69.dir/testCXXCompiler.cxx.o -o cmTC_96b69
|
104
173
|
|
105
174
|
|
106
175
|
Detecting CXX compiler ABI info compiled with the following output:
|
107
176
|
Change Dir: /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
108
177
|
|
109
|
-
Run Build Command
|
110
|
-
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
/
|
116
|
-
|
117
|
-
|
118
|
-
Target: x86_64-apple-darwin14.5.0
|
178
|
+
Run Build Command:"/usr/bin/make" "cmTC_38be0/fast"
|
179
|
+
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_38be0.dir/build.make CMakeFiles/cmTC_38be0.dir/build
|
180
|
+
Building CXX object CMakeFiles/cmTC_38be0.dir/CMakeCXXCompilerABI.cpp.o
|
181
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -o CMakeFiles/cmTC_38be0.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.6.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp
|
182
|
+
Linking CXX executable cmTC_38be0
|
183
|
+
/usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_38be0.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_38be0.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_38be0
|
185
|
+
Apple LLVM version 7.3.0 (clang-703.0.29)
|
186
|
+
Target: x86_64-apple-darwin15.6.0
|
119
187
|
Thread model: posix
|
120
|
-
|
188
|
+
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
|
189
|
+
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -o cmTC_38be0 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_38be0.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a
|
190
|
+
@(#)PROGRAM:ld PROJECT:ld64-264.3.101
|
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/
|
121
198
|
|
122
199
|
|
123
200
|
Parsed CXX implicit link information from above output:
|
124
|
-
link line regex: [^( *|.*[/\])(ld|ld|collect2)[^/\]*( |$)]
|
201
|
+
link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
|
125
202
|
ignore line: [Change Dir: /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp]
|
126
203
|
ignore line: []
|
127
|
-
ignore line: [Run Build Command
|
128
|
-
ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/
|
129
|
-
ignore line: [
|
130
|
-
ignore line: [
|
131
|
-
ignore line: [
|
132
|
-
ignore line: [
|
133
|
-
ignore line: [/
|
134
|
-
ignore line: [
|
135
|
-
ignore line: [
|
136
|
-
ignore line: [Target: x86_64-apple-darwin14.5.0]
|
204
|
+
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_38be0/fast"]
|
205
|
+
ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_38be0.dir/build.make CMakeFiles/cmTC_38be0.dir/build]
|
206
|
+
ignore line: [Building CXX object CMakeFiles/cmTC_38be0.dir/CMakeCXXCompilerABI.cpp.o]
|
207
|
+
ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -o CMakeFiles/cmTC_38be0.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.6.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
|
208
|
+
ignore line: [Linking CXX executable cmTC_38be0]
|
209
|
+
ignore line: [/usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_38be0.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_38be0.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_38be0 ]
|
211
|
+
ignore line: [Apple LLVM version 7.3.0 (clang-703.0.29)]
|
212
|
+
ignore line: [Target: x86_64-apple-darwin15.6.0]
|
137
213
|
ignore line: [Thread model: posix]
|
138
|
-
|
214
|
+
ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
|
215
|
+
link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.11.0 -o cmTC_38be0 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_38be0.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a]
|
139
216
|
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
|
140
217
|
arg [-demangle] ==> ignore
|
141
218
|
arg [-dynamic] ==> ignore
|
142
219
|
arg [-arch] ==> ignore
|
143
220
|
arg [x86_64] ==> ignore
|
144
221
|
arg [-macosx_version_min] ==> ignore
|
145
|
-
arg [10.
|
222
|
+
arg [10.11.0] ==> ignore
|
146
223
|
arg [-o] ==> ignore
|
147
|
-
arg [
|
224
|
+
arg [cmTC_38be0] ==> ignore
|
148
225
|
arg [-search_paths_first] ==> ignore
|
149
226
|
arg [-headerpad_max_install_names] ==> ignore
|
150
|
-
arg [
|
227
|
+
arg [-v] ==> ignore
|
228
|
+
arg [CMakeFiles/cmTC_38be0.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
|
151
229
|
arg [-lc++] ==> lib [c++]
|
152
230
|
arg [-lSystem] ==> lib [System]
|
153
|
-
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/
|
231
|
+
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a]
|
232
|
+
Library search paths: [;/usr/lib;/usr/local/lib]
|
233
|
+
Framework search paths: [;/Library/Frameworks/;/System/Library/Frameworks/]
|
154
234
|
remove lib [System]
|
155
|
-
|
156
|
-
|
235
|
+
collapse lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/7.3.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++;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/7.3.0/lib/darwin/libclang_rt.osx.a]
|
241
|
+
implicit dirs: [/usr/lib;/usr/local/lib]
|
242
|
+
implicit fwks: [/Library/Frameworks;/System/Library/Frameworks]
|
243
|
+
|
244
|
+
|
157
245
|
|
158
246
|
|
159
|
-
|
247
|
+
Detecting CXX [-std=c++14] compiler features compiled with the following output:
|
248
|
+
Change Dir: /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
249
|
+
|
250
|
+
Run Build Command:"/usr/bin/make" "cmTC_ec44d/fast"
|
251
|
+
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_ec44d.dir/build.make CMakeFiles/cmTC_ec44d.dir/build
|
252
|
+
Building CXX object CMakeFiles/cmTC_ec44d.dir/feature_tests.cxx.o
|
253
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++14 -o CMakeFiles/cmTC_ec44d.dir/feature_tests.cxx.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.cxx
|
254
|
+
Linking CXX executable cmTC_ec44d
|
255
|
+
/usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ec44d.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_ec44d.dir/feature_tests.cxx.o -o cmTC_ec44d
|
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:0cxx_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/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
320
|
+
|
321
|
+
Run Build Command:"/usr/bin/make" "cmTC_ba6dc/fast"
|
322
|
+
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_ba6dc.dir/build.make CMakeFiles/cmTC_ba6dc.dir/build
|
323
|
+
Building CXX object CMakeFiles/cmTC_ba6dc.dir/feature_tests.cxx.o
|
324
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_ba6dc.dir/feature_tests.cxx.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.cxx
|
325
|
+
Linking CXX executable cmTC_ba6dc
|
326
|
+
/usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ba6dc.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_ba6dc.dir/feature_tests.cxx.o -o cmTC_ba6dc
|
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:0cxx_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/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
391
|
+
|
392
|
+
Run Build Command:"/usr/bin/make" "cmTC_6f3fe/fast"
|
393
|
+
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_6f3fe.dir/build.make CMakeFiles/cmTC_6f3fe.dir/build
|
394
|
+
Building CXX object CMakeFiles/cmTC_6f3fe.dir/feature_tests.cxx.o
|
395
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_6f3fe.dir/feature_tests.cxx.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.cxx
|
396
|
+
Linking CXX executable cmTC_6f3fe
|
397
|
+
/usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6f3fe.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_6f3fe.dir/feature_tests.cxx.o -o cmTC_6f3fe
|
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 COMPILER_HAS_HIDDEN_VISIBILITY succeeded with the following output:
|
160
459
|
Change Dir: /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
161
460
|
|
162
|
-
Run Build Command
|
163
|
-
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
/
|
169
|
-
/usr/bin/c++ -DCOMPILER_HAS_HIDDEN_VISIBILITY -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/lib CMakeFiles/cmTryCompileExec3766563092.dir/src.cxx.o -o cmTryCompileExec3766563092
|
461
|
+
Run Build Command:"/usr/bin/make" "cmTC_e5a89/fast"
|
462
|
+
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_e5a89.dir/build.make CMakeFiles/cmTC_e5a89.dir/build
|
463
|
+
Building CXX object CMakeFiles/cmTC_e5a89.dir/src.cxx.o
|
464
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_HIDDEN_VISIBILITY -fvisibility=hidden -o CMakeFiles/cmTC_e5a89.dir/src.cxx.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp/src.cxx
|
465
|
+
Linking CXX executable cmTC_e5a89
|
466
|
+
/usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e5a89.dir/link.txt --verbose=1
|
467
|
+
/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_e5a89.dir/src.cxx.o -o cmTC_e5a89
|
170
468
|
|
171
469
|
Source file was:
|
172
|
-
int main() { return 0;}
|
173
|
-
Performing C++ SOURCE FILE Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
|
470
|
+
int main() { return 0; }
|
471
|
+
Performing C++ SOURCE FILE Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY succeeded with the following output:
|
174
472
|
Change Dir: /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
175
473
|
|
176
|
-
Run Build Command
|
177
|
-
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
/
|
183
|
-
/usr/bin/c++ -DCOMPILER_HAS_HIDDEN_INLINE_VISIBILITY -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/lib CMakeFiles/cmTryCompileExec1782292272.dir/src.cxx.o -o cmTryCompileExec1782292272
|
474
|
+
Run Build Command:"/usr/bin/make" "cmTC_b567e/fast"
|
475
|
+
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_b567e.dir/build.make CMakeFiles/cmTC_b567e.dir/build
|
476
|
+
Building CXX object CMakeFiles/cmTC_b567e.dir/src.cxx.o
|
477
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_HIDDEN_INLINE_VISIBILITY -fvisibility-inlines-hidden -o CMakeFiles/cmTC_b567e.dir/src.cxx.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp/src.cxx
|
478
|
+
Linking CXX executable cmTC_b567e
|
479
|
+
/usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b567e.dir/link.txt --verbose=1
|
480
|
+
/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_b567e.dir/src.cxx.o -o cmTC_b567e
|
184
481
|
|
185
482
|
Source file was:
|
186
|
-
int main() { return 0;}
|
187
|
-
Performing C++ SOURCE FILE Test COMPILER_HAS_DEPRECATED_ATTR
|
483
|
+
int main() { return 0; }
|
484
|
+
Performing C++ SOURCE FILE Test COMPILER_HAS_DEPRECATED_ATTR succeeded with the following output:
|
188
485
|
Change Dir: /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
189
486
|
|
190
|
-
Run Build Command
|
191
|
-
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/
|
192
|
-
|
193
|
-
|
194
|
-
/usr/bin/c++ -DCOMPILER_HAS_DEPRECATED_ATTR -o CMakeFiles/cmTryCompileExec715207487.dir/src.cxx.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp/src.cxx
|
487
|
+
Run Build Command:"/usr/bin/make" "cmTC_3485c/fast"
|
488
|
+
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_3485c.dir/build.make CMakeFiles/cmTC_3485c.dir/build
|
489
|
+
Building CXX object CMakeFiles/cmTC_3485c.dir/src.cxx.o
|
490
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_DEPRECATED_ATTR -o CMakeFiles/cmTC_3485c.dir/src.cxx.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp/src.cxx
|
195
491
|
/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp/src.cxx:2:25: warning: 'somefunc' is deprecated [-Wdeprecated-declarations]
|
196
492
|
int main() { return somefunc();}
|
197
493
|
^
|
@@ -199,9 +495,9 @@ Building CXX object CMakeFiles/cmTryCompileExec715207487.dir/src.cxx.o
|
|
199
495
|
__attribute__((__deprecated__)) int somefunc() { return 0; }
|
200
496
|
^
|
201
497
|
1 warning generated.
|
202
|
-
Linking CXX executable
|
203
|
-
/usr/local/Cellar/cmake/
|
204
|
-
/usr/bin/c++
|
498
|
+
Linking CXX executable cmTC_3485c
|
499
|
+
/usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3485c.dir/link.txt --verbose=1
|
500
|
+
/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_3485c.dir/src.cxx.o -o cmTC_3485c
|
205
501
|
|
206
502
|
Source file was:
|
207
503
|
__attribute__((__deprecated__)) int somefunc() { return 0; }
|