Changes

Summary

  1. Renamed ULLONG_WIDTH to AttributeNumberWidth since it's defined by gcc (commit: 2a62ea0) (details)
  2. Prevent a deprecated warnings for the CellML API on Ubuntu 18.04 LTS. (commit: 3faee38) (details)
  3. Make sure that our plugins use RPATH rather than RUNPATH on Linux. (commit: 608befc) (details)
  4. Make sure that OpenCOR itself uses RPATH rather than RUNPATH on Linux. (commit: 11a75c1) (details)
  5. Properly deploy some system libraries on Linux. (commit: 116f084) (details)
Commit 2a62ea024548f89db086938a1552fe4e96c4e923 by Alan Garny
Renamed ULLONG_WIDTH to AttributeNumberWidth since it's defined by gcc
on Ubuntu 18.04 LTS.
(commit: 2a62ea0)
The file was modified src/plugins/miscellaneous/Core/src/corecliutils.cpp (diff)
Commit 3faee38fec527dcda5749ba63704d5870f3a8582 by Alan Garny
Prevent a deprecated warnings for the CellML API on Ubuntu 18.04 LTS.
(commit: 3faee38)
The file was modified src/plugins/api/CellMLAPI/src/cellmlapiend.h (diff)
The file was modified src/plugins/api/CellMLAPI/src/cellmlapibegin.h (diff)
Commit 608befcb9d6021c5121a0a668639113957ae1515 by Alan Garny
Make sure that our plugins use RPATH rather than RUNPATH on Linux.
(commit: 608befc)
The file was modified cmake/common.cmake (diff)
Commit 11a75c15f353518d316317681acbcb7faf2796a5 by Alan Garny
Make sure that OpenCOR itself uses RPATH rather than RUNPATH on Linux.
(commit: 11a75c1)
The file was modified CMakeLists.txt (diff)
Commit 116f084564496daa721effceef8661360b600345 by Alan Garny
Properly deploy some system libraries on Linux.
(commit: 116f084)
The file was modified cmake/common.cmake (diff)
The file was modified CMakeLists.txt (diff)