Changes between Initial Version and Version 4 of Ticket #5963


Ignore:
Timestamp:
2020-07-25T08:04:40Z (5 years ago)
Author:
Rüdiger Franke
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5963

    • Property Resolutionfixed
    • Property Status newclosed
  • TabularUnified Ticket #5963 – Description

    initial v4  
    1 [https://github.com/OpenModelica/OpenModelica/pull/690 PR 690] replaced the existing C++ runtime with the new OMSICpp runtime.
     1[https://github.com/OpenModelica/OpenModelica/pull/690 PR 690] replaced the current Cpp runtime with the new OMSICpp runtime.
    22
    3 It turns out that some OSMC members (particularly ABB) depend on the previous C++ runtime for some of their products, and the fact that the new C++ runtime is no longer available puts them in a difficult situation with the forthcoming 1.16.0 release.
     3It turns out that some OSMC members (particularly ABB) depend on the current Cpp runtime for some of their products, and the fact that it is no longer available puts them in a difficult situation with the forthcoming 1.16.0 release.
    44
    5 We should investigate if it is possible to bring back the old C++ runtime for 1.16.0. It may later be completely replaced by OMSI-Cpp, possibly with some restructuring of directory organization.
     5The new OMSICpp runtime needs to become mature first, prove the promise to replace the current C runtime as well, and it needs more testing before real applications can start using it. OMSICpp should exist in parallel to the Cpp runtime for some time, comparable to the co-existence of old and new frontend.
     6
     7We should investigate if it is possible to bring back the Cpp runtime for 1.16.0. It may later be completely replaced by OMSI-Cpp, possibly with some restructuring of directory organization.