Changes

Summary

  1. Some minor cleaning up. (details)
  2. Improved our formatMessage() method. (details)
  3. CellML API: prevent a warning (and therefore an error) on Windows. (details)
  4. CellML API: prevent some warnings (and therefore an error) on Linux. (details)
  5. CellML API : new binaries for version 1.12  (#2240). (details)
  6. Slight update to our downloads page (#2240). (details)
  7. Python package: slight updates to our README.rst file. (details)
  8. Python package: slight cleaning up of our CMakeLists.txt file. (details)
Commit 6af2bb317828fd64a2cdfaa7935a0af8fb18b75f by Alan Garny
Some minor cleaning up.
The file was modified src/misc/cliutils.cpp.inl (diff)
Commit 442a1fc873881256f5f33467e3408f7c218c79d6 by Alan Garny
Improved our formatMessage() method.

The second character must be lower case or space type. Also, we don't change the casing if the message starts with "CellML". Indeed, should a message start with "CellML", we wouldn't want it now to start with "cellML"...!
The file was modified src/plugins/miscellaneous/Core/tests/generaltests.cpp (diff)
The file was modified src/misc/cliutils.cpp.inl (diff)
The file was modified src/plugins/miscellaneous/Core/tests/generaltests.h (diff)
Commit ff7a761d53b667af53c1fbcfe3e6a52d8d7b58ee by Alan Garny
CellML API: prevent a warning (and therefore an error) on Windows.
The file was modified src/plugins/thirdParty/CellMLAPI/CMakeLists.txt (diff)
Commit e4f50865a81b1128322d0f6076eed4a62c64339b by Alan Garny
CellML API: prevent some warnings (and therefore an error) on Linux.
The file was modified src/plugins/thirdParty/CellMLAPI/CMakeLists.txt (diff)
Commit d1faca68c6311565a2e8e53f2e7e4ac3831f9739 by Alan Garny
CellML API : new binaries for version 1.12  (#2240).
The file was modified src/plugins/thirdParty/CellMLAPI/CMakeLists.txt (diff)
Commit edc9d8de1faa95bef83156c50ed4ee5c2a6cf0f5 by Alan Garny
Slight update to our downloads page (#2240).
The file was modified doc/downloads/index.js (diff)
Commit 9a9c5d38c02439f42759b27692dcbbc56865e8f0 by Alan Garny
Python package: slight updates to our README.rst file.

Just reformatted things and removed the Windows "dependencies" since they are actually taken care of in our CMakeLists.txt file.
The file was modified src/plugins/thirdParty/Python/README.rst (diff)
Commit 3f3769f388bd04ab217ef42d13c6310a3f219b39 by Alan Garny
Python package: slight cleaning up of our CMakeLists.txt file.
The file was modified src/plugins/thirdParty/Python/CMakeLists.txt (diff)