Build internal muparser more simply
authorMark Abraham <mark.j.abraham@gmail.com>
Tue, 28 Sep 2021 15:19:07 +0000 (15:19 +0000)
committerMark Abraham <mark.j.abraham@gmail.com>
Tue, 28 Sep 2021 15:19:07 +0000 (15:19 +0000)
commitb9f9f79f8d66b6f4b7e4ee8f8b6501bdf9aed39d
tree7fdc78fef4a83a33d9adf254c451df7c45d4dc3e
parentf8a05bc43449f683a1e64a273d9c699d488d596c
Build internal muparser more simply
40 files changed:
cmake/gmxManageMuparser.cmake
src/external/muparser/CMakeLists.txt [new file with mode: 0644]
src/external/muparser/Changes.txt [new file with mode: 0644]
src/external/muparser/Install.txt [new file with mode: 0644]
src/external/muparser/License.txt [new file with mode: 0644]
src/external/muparser/README [deleted file]
src/external/muparser/README.GROMACS [new file with mode: 0644]
src/external/muparser/README.rst [new file with mode: 0644]
src/external/muparser/appveyor.yml [new file with mode: 0644]
src/external/muparser/docs/Doxyfile [new file with mode: 0644]
src/external/muparser/docs/muparser_doc.html [new file with mode: 0644]
src/external/muparser/include/muParser.h [moved from src/external/muparser/muParser.h with 100% similarity]
src/external/muparser/include/muParserBase.h [moved from src/external/muparser/muParserBase.h with 99% similarity]
src/external/muparser/include/muParserBytecode.h [moved from src/external/muparser/muParserBytecode.h with 100% similarity]
src/external/muparser/include/muParserCallback.h [moved from src/external/muparser/muParserCallback.h with 100% similarity]
src/external/muparser/include/muParserDLL.h [moved from src/external/muparser/muParserDLL.h with 99% similarity]
src/external/muparser/include/muParserDef.h [moved from src/external/muparser/muParserDef.h with 100% similarity]
src/external/muparser/include/muParserError.h [moved from src/external/muparser/muParserError.h with 100% similarity]
src/external/muparser/include/muParserFixes.h [moved from src/external/muparser/muParserFixes.h with 100% similarity]
src/external/muparser/include/muParserInt.h [moved from src/external/muparser/muParserInt.h with 100% similarity]
src/external/muparser/include/muParserTemplateMagic.h [moved from src/external/muparser/muParserTemplateMagic.h with 100% similarity]
src/external/muparser/include/muParserTest.h [moved from src/external/muparser/muParserTest.h with 100% similarity]
src/external/muparser/include/muParserToken.h [moved from src/external/muparser/muParserToken.h with 100% similarity]
src/external/muparser/include/muParserTokenReader.h [moved from src/external/muparser/muParserTokenReader.h with 100% similarity]
src/external/muparser/lib/Readme.txt [new file with mode: 0644]
src/external/muparser/muparser.pc.in [new file with mode: 0644]
src/external/muparser/samples/example1/example1.cpp [new file with mode: 0644]
src/external/muparser/samples/example2/Readme.txt [new file with mode: 0644]
src/external/muparser/samples/example2/example2.c [new file with mode: 0644]
src/external/muparser/src/muParser.cpp [moved from src/external/muparser/muParser.cpp with 100% similarity]
src/external/muparser/src/muParserBase.cpp [moved from src/external/muparser/muParserBase.cpp with 99% similarity]
src/external/muparser/src/muParserBytecode.cpp [moved from src/external/muparser/muParserBytecode.cpp with 100% similarity]
src/external/muparser/src/muParserCallback.cpp [moved from src/external/muparser/muParserCallback.cpp with 100% similarity]
src/external/muparser/src/muParserDLL.cpp [moved from src/external/muparser/muParserDLL.cpp with 99% similarity]
src/external/muparser/src/muParserError.cpp [moved from src/external/muparser/muParserError.cpp with 100% similarity]
src/external/muparser/src/muParserInt.cpp [moved from src/external/muparser/muParserInt.cpp with 100% similarity]
src/external/muparser/src/muParserTest.cpp [moved from src/external/muparser/muParserTest.cpp with 100% similarity]
src/external/muparser/src/muParserTokenReader.cpp [moved from src/external/muparser/muParserTokenReader.cpp with 100% similarity]
src/external/muparser/test/t_ParserTest.cpp [new file with mode: 0644]
src/gromacs/pulling/tests/CMakeLists.txt