Skip to content

Changes

Summary

  1. More fixes for 1.23 (#12431) (details)
Commit 379f7146759377c4f47316f6acf2ef62ba3e03ec by adeel.asghar
More fixes for 1.23 (#12431)

* Do not draw connection node on first or last point of connection (#12413)

#12399

* Better approach to hide protected variables of encrypted classes (#12421)

* Better approach to hide protected variables of encrypted classes

#11718

This reverts the changes done in #12351 and #12372 and adds a new approach
The value of `NFVariable.isEncrypted` is passed to `SimVar` and is dumped in the `model_init.xml` file

* Updated tests
The file was modified OMCompiler/Compiler/Util/VarTransform.mo (diff)
The file was modified OMCompiler/Compiler/BackEnd/IndexReduction.mo (diff)
The file was modified OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp (diff)
The file was modified OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo (diff)
The file was modified OMCompiler/Compiler/SimCode/SimCodeUtil.mo (diff)
The file was modified OMCompiler/Compiler/Template/SimCodeTV.mo (diff)
The file was modified OMCompiler/Compiler/Template/CodegenC.tpl (diff)
The file was modified testsuite/openmodelica/fmi/ModelExchange/2.0/ticket5670.mos (diff)
The file was modified OMCompiler/Compiler/BackEnd/BackendInline.mo (diff)
The file was modified OMCompiler/Compiler/BackEnd/Initialization.mo (diff)
The file was modified OMCompiler/Compiler/FrontEnd/InstUtil.mo (diff)
The file was modified OMCompiler/Compiler/BackEnd/Uncertainties.mo (diff)
The file was modified OMCompiler/Compiler/SimCode/SimCodeVar.mo (diff)
The file was modified OMCompiler/Compiler/NSimCode/NSimVar.mo (diff)
The file was modified OMCompiler/Compiler/NSimCode/NSimCode.mo (diff)
The file was modified OMCompiler/SimulationRuntime/c/simulation/simulation_input_xml.c (diff)
The file was modified OMCompiler/Compiler/BackEnd/BackendDAE.mo (diff)
The file was modified OMEdit/OMEditLIB/Annotations/LineAnnotation.cpp (diff)
The file was modified OMCompiler/Compiler/BackEnd/BackendVariable.mo (diff)
The file was modified OMCompiler/Compiler/BackEnd/DynamicOptimization.mo (diff)
The file was modified OMCompiler/Compiler/FrontEnd/DAE.mo (diff)
The file was modified OMCompiler/Compiler/SimCode/ReduceDAE.mo (diff)
The file was modified OMCompiler/Compiler/FrontEnd/DAEUtil.mo (diff)
The file was modified OMCompiler/Compiler/FrontEnd/CevalFunction.mo (diff)
The file was modified OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo (diff)
The file was modified OMCompiler/Compiler/BackEnd/BackendDAECreate.mo (diff)
The file was modified testsuite/openmodelica/fmi/ModelExchange/2.0/testBug5673.mos (diff)
The file was modified OMCompiler/Compiler/BackEnd/OnRelaxation.mo (diff)
The file was modified OMCompiler/Compiler/NFFrontEnd/NFConvertDAE.mo (diff)
The file was modified OMCompiler/Compiler/BackEnd/HpcOmEqSystems.mo (diff)
The file was modified OMCompiler/Compiler/FrontEnd/Inline.mo (diff)
The file was modified OMCompiler/Compiler/SimCode/SerializeInitXML.mo (diff)
The file was modified OMCompiler/SimulationRuntime/c/simulation_data.h (diff)
The file was modified OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo (diff)
The file was modified OMCompiler/Compiler/BackEnd/Differentiate.mo (diff)
The file was modified OMCompiler/Compiler/FrontEnd/InstDAE.mo (diff)
The file was modified OMCompiler/Compiler/FrontEnd/StateMachineFlatten.mo (diff)
The file was modified OMCompiler/Compiler/BackEnd/FindZeroCrossings.mo (diff)
The file was modified testsuite/openmodelica/cruntime/xmlFiles/testxmlInitForChangeableparameter.mos (diff)
The file was modified OMCompiler/Compiler/SimCode/SimCode.mo (diff)
The file was modified OMCompiler/Compiler/BackEnd/BackendEquation.mo (diff)
The file was modified OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo (diff)