Move gmxapicompat TPR tools to libgmxapi.
commit0367a1e9c3d3c2313f4c6583ae402e08e009b769
authorM. Eric Irrgang <ericirrgang@gmail.com>
Fri, 23 Aug 2019 13:50:09 +0000 (23 16:50 +0300)
committerMark Abraham <mark.j.abraham@gmail.com>
Mon, 26 Aug 2019 09:58:50 +0000 (26 11:58 +0200)
treeee8c6e7d583952eade48a09815f2dde113442e11
parent04b79136dc439a86a1c735b1d0791eca6a143a1f
Move gmxapicompat TPR tools to libgmxapi.

Make a few adjustments to satisfy clang-tidy and other warnings.

Change-Id: Iaede422d6726d0ca301436806b496b0bb64f2fdf
python_packaging/src/CMakeLists.txt
python_packaging/src/gmxapi/export_tprfile.cpp
python_packaging/src/gmxapi/typetemplates.h [deleted file]
src/api/CMakeLists.txt
src/api/cpp/CMakeLists.txt
src/api/cpp/exceptions.cpp [moved from src/api/cpp/compat_exceptions.cpp with 100% similarity]
src/api/cpp/include/gmxapi/compat/exceptions.h [moved from python_packaging/src/gmxapi/compat_exceptions.h with 97% similarity]
src/api/cpp/include/gmxapi/compat/mdparams.h [moved from python_packaging/src/gmxapi/mdparams.h with 83% similarity]
src/api/cpp/include/gmxapi/compat/tpr.h [moved from python_packaging/src/gmxapi/tprfile.h with 91% similarity]
src/api/cpp/tpr.cpp [moved from python_packaging/src/gmxapi/tprfile.cpp with 93% similarity]