mathematical 1.5.12 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
@@ -126,6 +126,10 @@ if(MSVC)
|
|
126
126
|
endif()
|
127
127
|
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /wd4127 /wd4244 /wd4267 /wd4706 /wd4800 /D_CRT_SECURE_NO_WARNINGS")
|
128
128
|
|
129
|
+
if(DEFINED ENV{APPVEYOR})
|
130
|
+
set(CMAKE_GENERATOR_PLATFORM "Visual Studio 12 2013")
|
131
|
+
endif()
|
132
|
+
|
129
133
|
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/src/win32-shims)
|
130
134
|
elseif(CMAKE_COMPILER_IS_GNUCC OR "${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
|
131
135
|
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -std=c99 -pedantic-errors -fextended-identifiers ")
|
@@ -206,6 +210,7 @@ if (BUILD_CLAR)
|
|
206
210
|
"${CLAR_PATH}/mathjax.c"
|
207
211
|
"${CLAR_PATH}/numbered_equations.c"
|
208
212
|
"${CLAR_PATH}/performance.c"
|
213
|
+
"${CLAR_PATH}/symbols.c"
|
209
214
|
)
|
210
215
|
|
211
216
|
add_custom_command(
|
@@ -30,8 +30,7 @@ You cannot nest equations; for example, `$$...\text{foo $...$ bar}...$$` is not
|
|
30
30
|
|
31
31
|
Since `$` signs appear quite often in plaintext, a basic heuristic is applied to calculate whether `$` should be interpreted as math or not:
|
32
32
|
|
33
|
-
> Basic heuristic is: opening $ can't be followed by whitespace, closing $ can't be followed by
|
34
|
-
a digit or preceded by whitespace." -- @jgm, http://bit.ly/1HVtemx */
|
33
|
+
> Basic heuristic is: opening $ can't be followed by whitespace, closing $ can't be followed by a digit or preceded by whitespace." -- @jgm, http://bit.ly/1HVtemx
|
35
34
|
|
36
35
|
Of course, if you type `\$`, no math is applied as the `$` is considered skipped.
|
37
36
|
|
@@ -59,7 +58,8 @@ The `options` argument determines which types of delimiters are to be used:
|
|
59
58
|
* `MTEX2MML_DELIMITER_DOLLAR` uses single dollar signs: `$..$` for inline.
|
60
59
|
* `MTEX2MML_DELIMITER_DOUBLE` uses double dollar signs: `$$..$$` for display.
|
61
60
|
* `MTEX2MML_DELIMITER_PARENS` uses parenthesis: `\(..\)` for inline.
|
62
|
-
* `MTEX2MML_DELIMITER_BRACKETS` uses brackets: `\[..\]` for
|
61
|
+
* `MTEX2MML_DELIMITER_BRACKETS` uses brackets: `\[..\]` for display.
|
62
|
+
* `MTEX2MML_DELIMITER_ENVIRONMENTS` supports bare `\\begin..\\end` environments.
|
63
63
|
|
64
64
|
[The *tests/basic.c*](tests/basic.c) and [the *tests/delimiters.c*](tests/delimiters.c) suites provides a demonstrate of how these methods can be used.
|
65
65
|
|
@@ -3,21 +3,31 @@ branches:
|
|
3
3
|
only:
|
4
4
|
- master
|
5
5
|
clone_depth: 10
|
6
|
+
cache:
|
7
|
+
- win_flex_bison-2.4.5.zip
|
6
8
|
matrix:
|
7
9
|
fast_finish: true
|
8
10
|
environment:
|
11
|
+
WINFLEXBISON_ARCHIVE: win_flex_bison-2.4.5.zip
|
9
12
|
PYTHON: "C:\\Python34-x64"
|
10
13
|
PYTHON_VERSION: "3.4.3"
|
11
14
|
PYTHON_ARCH: "64"
|
12
15
|
matrix:
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
16
|
+
- GENERATOR: "Visual Studio 13"
|
17
|
+
ARCH: 32
|
18
|
+
- GENERATOR: "Visual Studio 13"
|
19
|
+
ARCH: 64
|
20
|
+
install:
|
21
|
+
# Install flex/bison
|
22
|
+
- if not exist "%WINFLEXBISON_ARCHIVE%" appveyor DownloadFile "http://downloads.sourceforge.net/project/winflexbison/%WINFLEXBISON_ARCHIVE%"
|
23
|
+
- 7z x -y -owinflexbison\ "%WINFLEXBISON_ARCHIVE%" > nul
|
24
|
+
- set Path=%CD%\winflexbison;%Path%
|
25
|
+
- win_flex --version
|
26
|
+
- win_bison --version
|
17
27
|
build_script:
|
18
28
|
- ps: |
|
19
29
|
mkdir build
|
20
|
-
cmake . -Bbuild
|
30
|
+
cmake . -Bbuild -G "Visual Studio 12 2013"
|
21
31
|
msbuild /p:Configuration=Release build/mtex2MML.sln
|
22
32
|
test_script:
|
23
33
|
- ps: |
|
@@ -1,27 +1,27 @@
|
|
1
1
|
# This is the CMakeCache file.
|
2
2
|
# For build in directory: /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build
|
3
|
-
# It was generated by CMake: /usr/local/Cellar/cmake/
|
3
|
+
# It was generated by CMake: /usr/local/Cellar/cmake/3.6.1/bin/cmake
|
4
4
|
# You can edit this file to change values found and used by cmake.
|
5
5
|
# If you do not want to change any of the values, simply exit the editor.
|
6
6
|
# If you do want to change a value, simply edit, save, and exit the editor.
|
7
7
|
# The syntax for the file is as follows:
|
8
8
|
# KEY:TYPE=VALUE
|
9
9
|
# KEY is the name of a variable in the cache.
|
10
|
-
# TYPE is a hint to
|
10
|
+
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
|
11
11
|
# VALUE is the current value for the KEY.
|
12
12
|
|
13
13
|
########################
|
14
14
|
# EXTERNAL cache entries
|
15
15
|
########################
|
16
16
|
|
17
|
-
//
|
17
|
+
//A tool to format the code
|
18
18
|
ASTYLE_EXECUTABLE:FILEPATH=/usr/local/bin/astyle
|
19
19
|
|
20
|
-
//
|
20
|
+
//Where to install binaries to.
|
21
21
|
BIN_INSTALL_DIR:PATH=bin
|
22
22
|
|
23
|
-
//
|
24
|
-
BISON_EXECUTABLE:FILEPATH=/usr/bin/bison
|
23
|
+
//path to the bison executable
|
24
|
+
BISON_EXECUTABLE:FILEPATH=/usr/local/bin/bison
|
25
25
|
|
26
26
|
//Build Tests using the Clar suite
|
27
27
|
BUILD_CLAR:BOOL=ON
|
@@ -29,238 +29,264 @@ BUILD_CLAR:BOOL=ON
|
|
29
29
|
//Build the testing tree.
|
30
30
|
BUILD_TESTING:BOOL=ON
|
31
31
|
|
32
|
-
//
|
32
|
+
//Path to a program.
|
33
33
|
BZRCOMMAND:FILEPATH=BZRCOMMAND-NOTFOUND
|
34
34
|
|
35
|
-
//
|
36
|
-
CMAKE_AR:FILEPATH=/usr/bin/ar
|
35
|
+
//Path to a program.
|
36
|
+
CMAKE_AR:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar
|
37
37
|
|
38
|
-
//
|
38
|
+
//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
|
39
|
+
// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
|
39
40
|
CMAKE_BUILD_TYPE:STRING=
|
40
41
|
|
41
|
-
//
|
42
|
+
//Enable/Disable color output during build.
|
42
43
|
CMAKE_COLOR_MAKEFILE:BOOL=ON
|
43
44
|
|
44
|
-
//
|
45
|
-
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
|
45
|
+
//CXX compiler
|
46
|
+
CMAKE_CXX_COMPILER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
|
46
47
|
|
47
|
-
//
|
48
|
+
//Flags used by the compiler during all build types.
|
48
49
|
CMAKE_CXX_FLAGS:STRING=
|
49
50
|
|
50
|
-
//
|
51
|
+
//Flags used by the compiler during debug builds.
|
51
52
|
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
|
52
53
|
|
53
|
-
//
|
54
|
+
//Flags used by the compiler during release builds for minimum
|
55
|
+
// size.
|
54
56
|
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
|
55
57
|
|
56
|
-
//
|
58
|
+
//Flags used by the compiler during release builds.
|
57
59
|
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
|
58
60
|
|
59
|
-
//
|
61
|
+
//Flags used by the compiler during release builds with debug info.
|
60
62
|
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
61
63
|
|
62
|
-
//
|
63
|
-
CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
|
64
|
+
//C compiler
|
65
|
+
CMAKE_C_COMPILER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
|
64
66
|
|
65
|
-
//
|
66
|
-
CMAKE_C_FLAGS:STRING=
|
67
|
+
//Flags used by the compiler during all build types.
|
68
|
+
CMAKE_C_FLAGS:STRING=
|
67
69
|
|
68
|
-
//
|
70
|
+
//Flags used by the compiler during debug builds.
|
69
71
|
CMAKE_C_FLAGS_DEBUG:STRING=-g
|
70
72
|
|
71
|
-
//
|
73
|
+
//Flags used by the compiler during release builds for minimum
|
74
|
+
// size.
|
72
75
|
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
|
73
76
|
|
74
|
-
//
|
77
|
+
//Flags used by the compiler during release builds.
|
75
78
|
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
|
76
79
|
|
77
|
-
//
|
80
|
+
//Flags used by the compiler during release builds with debug info.
|
78
81
|
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
79
82
|
|
80
|
-
//
|
81
|
-
CMAKE_EXE_LINKER_FLAGS:STRING=
|
83
|
+
//Flags used by the linker.
|
84
|
+
CMAKE_EXE_LINKER_FLAGS:STRING=
|
82
85
|
|
83
|
-
//
|
86
|
+
//Flags used by the linker during debug builds.
|
84
87
|
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
|
85
88
|
|
86
|
-
//
|
89
|
+
//Flags used by the linker during release minsize builds.
|
87
90
|
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
|
88
91
|
|
89
|
-
//
|
92
|
+
//Flags used by the linker during release builds.
|
90
93
|
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
|
91
94
|
|
92
|
-
//
|
95
|
+
//Flags used by the linker during Release with Debug Info builds.
|
93
96
|
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
94
97
|
|
95
|
-
//
|
98
|
+
//Enable/Disable output of compile commands during generation.
|
96
99
|
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF
|
97
100
|
|
98
|
-
//
|
101
|
+
//Path to a program.
|
99
102
|
CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool
|
100
103
|
|
101
|
-
//
|
104
|
+
//Install path prefix, prepended onto install directories.
|
102
105
|
CMAKE_INSTALL_PREFIX:PATH=/usr/local
|
103
106
|
|
104
|
-
//
|
105
|
-
CMAKE_LINKER:FILEPATH=/usr/bin/ld
|
107
|
+
//Path to a program.
|
108
|
+
CMAKE_LINKER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
|
106
109
|
|
107
|
-
//
|
110
|
+
//Path to a program.
|
108
111
|
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
|
109
112
|
|
110
|
-
//
|
111
|
-
CMAKE_MODULE_LINKER_FLAGS:STRING=
|
113
|
+
//Flags used by the linker during the creation of modules.
|
114
|
+
CMAKE_MODULE_LINKER_FLAGS:STRING=
|
112
115
|
|
113
|
-
//
|
116
|
+
//Flags used by the linker during debug builds.
|
114
117
|
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
|
115
118
|
|
116
|
-
//
|
119
|
+
//Flags used by the linker during release minsize builds.
|
117
120
|
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
|
118
121
|
|
119
|
-
//
|
122
|
+
//Flags used by the linker during release builds.
|
120
123
|
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
|
121
124
|
|
122
|
-
//
|
125
|
+
//Flags used by the linker during Release with Debug Info builds.
|
123
126
|
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
124
127
|
|
125
|
-
//
|
126
|
-
CMAKE_NM:FILEPATH=/usr/bin/nm
|
128
|
+
//Path to a program.
|
129
|
+
CMAKE_NM:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm
|
127
130
|
|
128
|
-
//
|
131
|
+
//Path to a program.
|
129
132
|
CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND
|
130
133
|
|
131
|
-
//
|
134
|
+
//Path to a program.
|
132
135
|
CMAKE_OBJDUMP:FILEPATH=CMAKE_OBJDUMP-NOTFOUND
|
133
136
|
|
134
|
-
//
|
137
|
+
//Build architectures for OSX
|
135
138
|
CMAKE_OSX_ARCHITECTURES:STRING=
|
136
139
|
|
137
|
-
//
|
140
|
+
//Minimum OS X version to target for deployment (at runtime); newer
|
141
|
+
// APIs weak linked. Set to empty string for default value.
|
138
142
|
CMAKE_OSX_DEPLOYMENT_TARGET:STRING=
|
139
143
|
|
140
|
-
//
|
144
|
+
//The product will be built against the headers and libraries located
|
145
|
+
// inside the indicated SDK.
|
141
146
|
CMAKE_OSX_SYSROOT:STRING=
|
142
147
|
|
143
|
-
//
|
148
|
+
//Value Computed by CMake
|
144
149
|
CMAKE_PROJECT_NAME:STATIC=mtex2MML
|
145
150
|
|
146
|
-
//
|
147
|
-
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
|
151
|
+
//Path to a program.
|
152
|
+
CMAKE_RANLIB:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib
|
148
153
|
|
149
|
-
//
|
150
|
-
CMAKE_SHARED_LINKER_FLAGS:STRING=
|
154
|
+
//Flags used by the linker during the creation of dll's.
|
155
|
+
CMAKE_SHARED_LINKER_FLAGS:STRING=
|
151
156
|
|
152
|
-
//
|
157
|
+
//Flags used by the linker during debug builds.
|
153
158
|
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
|
154
159
|
|
155
|
-
//
|
160
|
+
//Flags used by the linker during release minsize builds.
|
156
161
|
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
|
157
162
|
|
158
|
-
//
|
163
|
+
//Flags used by the linker during release builds.
|
159
164
|
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
|
160
165
|
|
161
|
-
//
|
166
|
+
//Flags used by the linker during Release with Debug Info builds.
|
162
167
|
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
163
168
|
|
164
|
-
//
|
169
|
+
//If set, runtime paths are not added when installing shared libraries,
|
170
|
+
// but are added when building.
|
165
171
|
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
|
166
172
|
|
167
|
-
//
|
173
|
+
//If set, runtime paths are not added when using shared libraries.
|
168
174
|
CMAKE_SKIP_RPATH:BOOL=NO
|
169
175
|
|
170
|
-
//
|
171
|
-
|
176
|
+
//Flags used by the linker during the creation of static libraries.
|
177
|
+
CMAKE_STATIC_LINKER_FLAGS:STRING=
|
172
178
|
|
173
|
-
//
|
174
|
-
|
179
|
+
//Flags used by the linker during debug builds.
|
180
|
+
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
|
175
181
|
|
176
|
-
//
|
182
|
+
//Flags used by the linker during release minsize builds.
|
183
|
+
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
|
184
|
+
|
185
|
+
//Flags used by the linker during release builds.
|
186
|
+
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
|
187
|
+
|
188
|
+
//Flags used by the linker during Release with Debug Info builds.
|
189
|
+
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
190
|
+
|
191
|
+
//Path to a program.
|
192
|
+
CMAKE_STRIP:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip
|
193
|
+
|
194
|
+
//If this value is on, makefiles will be generated without the
|
195
|
+
// .SILENT directive, and all commands will be echoed to the console
|
196
|
+
// during the make. This is useful for debugging only. With Visual
|
197
|
+
// Studio IDE projects all commands are done without /nologo.
|
177
198
|
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
|
178
199
|
|
179
|
-
//
|
200
|
+
//Path to the coverage program that CTest uses for performing coverage
|
201
|
+
// inspection
|
180
202
|
COVERAGE_COMMAND:FILEPATH=/usr/bin/gcov
|
181
203
|
|
182
|
-
//
|
204
|
+
//Extra command line flags to pass to the coverage tool
|
183
205
|
COVERAGE_EXTRA_FLAGS:STRING=-l
|
184
206
|
|
185
|
-
//
|
207
|
+
//How many times to retry timed-out CTest submissions.
|
186
208
|
CTEST_SUBMIT_RETRY_COUNT:STRING=3
|
187
209
|
|
188
|
-
//
|
210
|
+
//How long to wait between timed-out CTest submissions.
|
189
211
|
CTEST_SUBMIT_RETRY_DELAY:STRING=5
|
190
212
|
|
191
|
-
//
|
192
|
-
CVSCOMMAND:FILEPATH
|
213
|
+
//Path to a program.
|
214
|
+
CVSCOMMAND:FILEPATH=CVSCOMMAND-NOTFOUND
|
193
215
|
|
194
|
-
//
|
216
|
+
//Options passed to the cvs update command.
|
195
217
|
CVS_UPDATE_OPTIONS:STRING=-d -A -P
|
196
218
|
|
197
|
-
//
|
219
|
+
//Maximum time allowed before CTest will kill the test.
|
198
220
|
DART_TESTING_TIMEOUT:STRING=1500
|
199
221
|
|
200
|
-
//
|
222
|
+
//path to the flex executable
|
201
223
|
FLEX_EXECUTABLE:FILEPATH=/usr/bin/flex
|
202
224
|
|
203
|
-
//
|
225
|
+
//Path to the flex headers
|
204
226
|
FLEX_INCLUDE_DIR:PATH=FLEX_INCLUDE_DIR-NOTFOUND
|
205
227
|
|
206
|
-
//
|
228
|
+
//Path to the fl library
|
207
229
|
FL_LIBRARY:FILEPATH=FL_LIBRARY-NOTFOUND
|
208
230
|
|
209
|
-
//
|
210
|
-
GITCOMMAND:FILEPATH=/
|
231
|
+
//Path to a program.
|
232
|
+
GITCOMMAND:FILEPATH=/Users/gjtorikian/github/github/bin/git
|
211
233
|
|
212
|
-
//
|
213
|
-
HGCOMMAND:FILEPATH
|
234
|
+
//Path to a program.
|
235
|
+
HGCOMMAND:FILEPATH=/usr/local/bin/hg
|
214
236
|
|
215
|
-
//
|
237
|
+
//Where to install headers to.
|
216
238
|
INCLUDE_INSTALL_DIR:PATH=include
|
217
239
|
|
218
|
-
//
|
240
|
+
//Where to install libraries to.
|
219
241
|
LIB_INSTALL_DIR:PATH=lib
|
220
242
|
|
221
|
-
//
|
222
|
-
MAKECOMMAND:STRING=/usr/bin/
|
243
|
+
//Command to build the project
|
244
|
+
MAKECOMMAND:STRING=/usr/local/Cellar/cmake/3.6.1/bin/cmake --build . --config "${CTEST_CONFIGURATION_TYPE}" -- -i
|
223
245
|
|
224
|
-
//
|
246
|
+
//Path to the memory checking command, used for memory error detection.
|
225
247
|
MEMORYCHECK_COMMAND:FILEPATH=/usr/local/bin/valgrind
|
226
248
|
|
227
|
-
//
|
249
|
+
//File that contains suppressions for the memory checker
|
228
250
|
MEMORYCHECK_SUPPRESSIONS_FILE:FILEPATH=
|
229
251
|
|
230
|
-
//
|
252
|
+
//Path to a library.
|
231
253
|
M_LIB:FILEPATH=/usr/lib/libm.dylib
|
232
254
|
|
233
|
-
//
|
255
|
+
//Path to a program.
|
256
|
+
P4COMMAND:FILEPATH=P4COMMAND-NOTFOUND
|
257
|
+
|
258
|
+
//Path to a program.
|
234
259
|
PYTHON_EXECUTABLE:FILEPATH=/usr/local/bin/python
|
235
260
|
|
236
|
-
//
|
261
|
+
//Path to scp command, used by CTest for submitting results to
|
262
|
+
// a Dart server
|
237
263
|
SCPCOMMAND:FILEPATH=/usr/bin/scp
|
238
264
|
|
239
|
-
//
|
240
|
-
SITE:STRING=Mary.local
|
265
|
+
//Name of the computer/site where compile is being run
|
266
|
+
SITE:STRING=Mary-2.local
|
241
267
|
|
242
|
-
//
|
268
|
+
//Path to the SLURM sbatch executable
|
243
269
|
SLURM_SBATCH_COMMAND:FILEPATH=SLURM_SBATCH_COMMAND-NOTFOUND
|
244
270
|
|
245
|
-
//
|
271
|
+
//Path to the SLURM srun executable
|
246
272
|
SLURM_SRUN_COMMAND:FILEPATH=SLURM_SRUN_COMMAND-NOTFOUND
|
247
273
|
|
248
|
-
//
|
274
|
+
//Path to a program.
|
249
275
|
SVNCOMMAND:FILEPATH=/usr/bin/svn
|
250
276
|
|
251
277
|
//Use HIDDEN visibility support if available.
|
252
278
|
USE_COMPILER_HIDDEN_VISIBILITY:BOOL=ON
|
253
279
|
|
254
|
-
//
|
280
|
+
//Dependencies for target
|
255
281
|
libmtex2MML_LIB_DEPENDS:STATIC=
|
256
282
|
|
257
|
-
//
|
283
|
+
//Dependencies for target
|
258
284
|
libmtex2MML_static_LIB_DEPENDS:STATIC=
|
259
285
|
|
260
|
-
//
|
286
|
+
//Value Computed by CMake
|
261
287
|
mtex2MML_BINARY_DIR:STATIC=/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build
|
262
288
|
|
263
|
-
//
|
289
|
+
//Value Computed by CMake
|
264
290
|
mtex2MML_SOURCE_DIR:STATIC=/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML
|
265
291
|
|
266
292
|
|
@@ -274,20 +300,26 @@ BISON_EXECUTABLE-ADVANCED:INTERNAL=1
|
|
274
300
|
BZRCOMMAND-ADVANCED:INTERNAL=1
|
275
301
|
//ADVANCED property for variable: CMAKE_AR
|
276
302
|
CMAKE_AR-ADVANCED:INTERNAL=1
|
277
|
-
//
|
278
|
-
CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1
|
279
|
-
CMAKE_BUILD_TOOL:INTERNAL=/usr/bin/make
|
303
|
+
//This is the directory where this CMakeCache.txt was created
|
280
304
|
CMAKE_CACHEFILE_DIR:INTERNAL=/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build
|
281
|
-
|
282
|
-
|
283
|
-
|
305
|
+
//Major version of cmake used to create the current loaded cache
|
306
|
+
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
|
307
|
+
//Minor version of cmake used to create the current loaded cache
|
308
|
+
CMAKE_CACHE_MINOR_VERSION:INTERNAL=6
|
309
|
+
//Patch version of cmake used to create the current loaded cache
|
310
|
+
CMAKE_CACHE_PATCH_VERSION:INTERNAL=1
|
284
311
|
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
|
285
312
|
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
|
286
|
-
|
287
|
-
|
313
|
+
//Path to CMake executable.
|
314
|
+
CMAKE_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.6.1/bin/cmake
|
315
|
+
//Path to cpack program executable.
|
316
|
+
CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.6.1/bin/cpack
|
288
317
|
//ADVANCED property for variable: CMAKE_CTEST_COMMAND
|
289
318
|
CMAKE_CTEST_COMMAND-ADVANCED:INTERNAL=1
|
290
|
-
|
319
|
+
//Path to ctest program executable.
|
320
|
+
CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.6.1/bin/ctest
|
321
|
+
//ADVANCED property for variable: CMAKE_CXX_COMPILER
|
322
|
+
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
|
291
323
|
//ADVANCED property for variable: CMAKE_CXX_FLAGS
|
292
324
|
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
|
293
325
|
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
|
@@ -298,6 +330,8 @@ CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
|
298
330
|
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
299
331
|
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
|
300
332
|
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
333
|
+
//ADVANCED property for variable: CMAKE_C_COMPILER
|
334
|
+
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
|
301
335
|
//ADVANCED property for variable: CMAKE_C_FLAGS
|
302
336
|
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
|
303
337
|
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
|
@@ -308,7 +342,9 @@ CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
|
308
342
|
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
309
343
|
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
|
310
344
|
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
311
|
-
|
345
|
+
//Path to cache edit program executable.
|
346
|
+
CMAKE_EDIT_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.6.1/bin/ccmake
|
347
|
+
//Executable file format
|
312
348
|
CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown
|
313
349
|
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
|
314
350
|
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
@@ -322,7 +358,16 @@ CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
|
322
358
|
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
323
359
|
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
|
324
360
|
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
|
361
|
+
//Name of external makefile project generator.
|
362
|
+
CMAKE_EXTRA_GENERATOR:INTERNAL=
|
363
|
+
//Name of generator.
|
325
364
|
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
|
365
|
+
//Name of generator platform.
|
366
|
+
CMAKE_GENERATOR_PLATFORM:INTERNAL=
|
367
|
+
//Name of generator toolset.
|
368
|
+
CMAKE_GENERATOR_TOOLSET:INTERNAL=
|
369
|
+
//Source directory with the top level CMakeLists.txt file for this
|
370
|
+
// project
|
326
371
|
CMAKE_HOME_DIRECTORY:INTERNAL=/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML
|
327
372
|
//ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL
|
328
373
|
CMAKE_INSTALL_NAME_TOOL-ADVANCED:INTERNAL=1
|
@@ -342,14 +387,16 @@ CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
|
342
387
|
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
343
388
|
//ADVANCED property for variable: CMAKE_NM
|
344
389
|
CMAKE_NM-ADVANCED:INTERNAL=1
|
345
|
-
|
390
|
+
//number of local generators
|
391
|
+
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
|
346
392
|
//ADVANCED property for variable: CMAKE_OBJCOPY
|
347
393
|
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
|
348
394
|
//ADVANCED property for variable: CMAKE_OBJDUMP
|
349
395
|
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
|
350
396
|
//ADVANCED property for variable: CMAKE_RANLIB
|
351
397
|
CMAKE_RANLIB-ADVANCED:INTERNAL=1
|
352
|
-
|
398
|
+
//Path to CMake installation.
|
399
|
+
CMAKE_ROOT:INTERNAL=/usr/local/Cellar/cmake/3.6.1/share/cmake
|
353
400
|
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
|
354
401
|
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
355
402
|
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
|
@@ -364,16 +411,29 @@ CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
|
364
411
|
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
|
365
412
|
//ADVANCED property for variable: CMAKE_SKIP_RPATH
|
366
413
|
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
|
414
|
+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
|
415
|
+
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
416
|
+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
|
417
|
+
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
418
|
+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
|
419
|
+
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
420
|
+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
|
421
|
+
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
422
|
+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
|
423
|
+
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
367
424
|
//ADVANCED property for variable: CMAKE_STRIP
|
368
425
|
CMAKE_STRIP-ADVANCED:INTERNAL=1
|
426
|
+
//uname command
|
369
427
|
CMAKE_UNAME:INTERNAL=/usr/bin/uname
|
370
|
-
//ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS
|
371
|
-
CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1
|
372
428
|
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
|
373
429
|
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
|
430
|
+
//Compiler support for a deprecated attribute
|
374
431
|
COMPILER_HAS_DEPRECATED:INTERNAL=1
|
432
|
+
//Test COMPILER_HAS_DEPRECATED_ATTR
|
375
433
|
COMPILER_HAS_DEPRECATED_ATTR:INTERNAL=1
|
434
|
+
//Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
|
376
435
|
COMPILER_HAS_HIDDEN_INLINE_VISIBILITY:INTERNAL=1
|
436
|
+
//Test COMPILER_HAS_HIDDEN_VISIBILITY
|
377
437
|
COMPILER_HAS_HIDDEN_VISIBILITY:INTERNAL=1
|
378
438
|
//ADVANCED property for variable: COVERAGE_COMMAND
|
379
439
|
COVERAGE_COMMAND-ADVANCED:INTERNAL=1
|
@@ -389,9 +449,12 @@ CVSCOMMAND-ADVANCED:INTERNAL=1
|
|
389
449
|
CVS_UPDATE_OPTIONS-ADVANCED:INTERNAL=1
|
390
450
|
//ADVANCED property for variable: DART_TESTING_TIMEOUT
|
391
451
|
DART_TESTING_TIMEOUT-ADVANCED:INTERNAL=1
|
392
|
-
|
452
|
+
//Details about finding BISON
|
453
|
+
FIND_PACKAGE_MESSAGE_DETAILS_BISON:INTERNAL=[/usr/local/bin/bison][v3.0.4()]
|
454
|
+
//Details about finding FLEX
|
393
455
|
FIND_PACKAGE_MESSAGE_DETAILS_FLEX:INTERNAL=[/usr/bin/flex][v2.5.35()]
|
394
|
-
|
456
|
+
//Details about finding PythonInterp
|
457
|
+
FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/usr/local/bin/python][v2.7.12()]
|
395
458
|
//ADVANCED property for variable: FLEX_EXECUTABLE
|
396
459
|
FLEX_EXECUTABLE-ADVANCED:INTERNAL=1
|
397
460
|
//ADVANCED property for variable: FLEX_INCLUDE_DIR
|
@@ -408,6 +471,8 @@ MAKECOMMAND-ADVANCED:INTERNAL=1
|
|
408
471
|
MEMORYCHECK_COMMAND-ADVANCED:INTERNAL=1
|
409
472
|
//ADVANCED property for variable: MEMORYCHECK_SUPPRESSIONS_FILE
|
410
473
|
MEMORYCHECK_SUPPRESSIONS_FILE-ADVANCED:INTERNAL=1
|
474
|
+
//ADVANCED property for variable: P4COMMAND
|
475
|
+
P4COMMAND-ADVANCED:INTERNAL=1
|
411
476
|
//ADVANCED property for variable: PYTHON_EXECUTABLE
|
412
477
|
PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1
|
413
478
|
//ADVANCED property for variable: SCPCOMMAND
|