Skip to content

Changes

Summary

  1. [NSimCode] do not collect literals from equations (only functions) (#12572) (details)
  2. Update OMOptim submodule (#12564) (details)
  3. Fix display of class comment in the documentation view (#12573) (details)
  4. Update documentation view if current class is the active class (#12574) (details)
  5. List all the expandable connectors including the inherited ones (#12579) (details)
  6. [NB] update record function handling (#12577) (details)
  7. Improve the rendering of lines with thickness less than 1 (#12581) (details)
  8. Fix some includes for the C++ frontend (#12578) (details)
  9. [NB] update record array handling (#12583) (details)
Commit 4034cbdc1b63b5d24a9bcdd303ba08863b520ce4 by 38032125+kabdelhak
[NSimCode] do not collect literals from equations (only functions) (#12572)

The file was modified OMCompiler/Compiler/NSimCode/NSimCode.mo (diff)
The file was modified OMOptim (diff)
Commit 44cf51704e04d089e0ed904f9e4fa6f67798ddee by adeel.asghar
Fix display of class comment in the documentation view (#12573)

The file was modified OMEdit/OMEditLIB/OMC/OMCProxy.cpp (diff)
Commit 0051418c02b92d9d307e7f2c45d545f7c941c8c2 by adeel.asghar
Update documentation view if current class is the active class (#12574)

Fixes #12563
The file was modified OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp (diff)
Commit 5cb41817b5ba0766273511e699bae33ed190a3bd by adeel.asghar
List all the expandable connectors including the inherited ones (#12579)

#12548
List all the elements of the expandable connector
The file was modified OMEdit/OMEditLIB/Annotations/LineAnnotation.cpp (diff)
The file was modified OMEdit/OMEditLIB/Annotations/LineAnnotation.h (diff)
Commit aeb305eb0295f7736055100584a5c352cbf9fb77 by 38032125+kabdelhak
[NB] update record function handling (#12577)

- [NF] correctly identify all non default constructor functions
  - inline record constructors after inlining functions in replacements
  - add tuples to the check for inlining record elemetns
The file was modified OMCompiler/Compiler/NFFrontEnd/NFFunction.mo (diff)
The file was modified OMCompiler/Compiler/NBackEnd/Modules/2_Pre/NBInline.mo (diff)
The file was modified OMCompiler/Compiler/NBackEnd/Util/NBReplacements.mo (diff)
Commit 7a7d15230c38c55121c9ad72b2f0b9dbb2c4a515 by adeel.asghar
Improve the rendering of lines with thickness less than 1 (#12581)

#12519
The file was modified OMEdit/OMEditLIB/Annotations/ShapeAnnotation.cpp (diff)
Commit 7af7386a4f1c20efa0d32b3646ef658a9b483dbe by per.ostlund
Fix some includes for the C++ frontend (#12578)

The file was modified OMCompiler/Compiler/FrontEndCpp/Path.h (diff)
The file was modified OMCompiler/Compiler/FrontEndCpp/Inst.cpp (diff)
The file was modified OMCompiler/Compiler/FrontEndCpp/MetaModelica.cpp (diff)
The file was modified OMCompiler/Compiler/FrontEndCpp/Prefixes.cpp (diff)
The file was modified OMCompiler/Compiler/FrontEndCpp/Path.cpp (diff)
The file was modified OMCompiler/Compiler/FrontEndCpp/MetaModelica.h (diff)
Commit 025d351590c20933d67b4e059c7a15a2532692a6 by 38032125+kabdelhak
[NB] update record array handling (#12583)

- use full map to correctly determine if something is an unknown when skipping to a subset of a record (even if its not part of the current adjacency update)
- record array entry to adjacency updated
- type checking updated
- udapte debugging and error handling
The file was modified OMCompiler/Compiler/NBackEnd/Util/NBAdjacency.mo (diff)
The file was modified OMCompiler/Compiler/NBackEnd/Classes/NBackendDAE.mo (diff)
The file was modified OMCompiler/Compiler/NFFrontEnd/NFVariable.mo (diff)
The file was modified OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBCausalize.mo (diff)
The file was modified OMCompiler/Compiler/NFFrontEnd/NFSubscript.mo (diff)
The file was modified OMCompiler/Compiler/NBackEnd/Util/NBSlice.mo (diff)
The file was modified OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo (diff)
The file was modified OMCompiler/Compiler/NBackEnd/Modules/2_Pre/NBFunctionAlias.mo (diff)

Summary

  1. [NSimCode] do not collect literals from equations (only functions) (#12572) (details)
  2. Update OMOptim submodule (#12564) (details)
  3. Fix display of class comment in the documentation view (#12573) (details)
  4. Update documentation view if current class is the active class (#12574) (details)
  5. List all the expandable connectors including the inherited ones (#12579) (details)
  6. [NB] update record function handling (#12577) (details)
  7. Improve the rendering of lines with thickness less than 1 (#12581) (details)
  8. Fix some includes for the C++ frontend (#12578) (details)
  9. [NB] update record array handling (#12583) (details)
Commit 4034cbdc1b63b5d24a9bcdd303ba08863b520ce4 by 38032125+kabdelhak
[NSimCode] do not collect literals from equations (only functions) (#12572)

The file was modified OMCompiler/Compiler/NSimCode/NSimCode.mo (diff)
The file was modified OMOptim (diff)
Commit 44cf51704e04d089e0ed904f9e4fa6f67798ddee by adeel.asghar
Fix display of class comment in the documentation view (#12573)

The file was modified OMEdit/OMEditLIB/OMC/OMCProxy.cpp (diff)
Commit 0051418c02b92d9d307e7f2c45d545f7c941c8c2 by adeel.asghar
Update documentation view if current class is the active class (#12574)

Fixes #12563
The file was modified OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp (diff)
Commit 5cb41817b5ba0766273511e699bae33ed190a3bd by adeel.asghar
List all the expandable connectors including the inherited ones (#12579)

#12548
List all the elements of the expandable connector
The file was modified OMEdit/OMEditLIB/Annotations/LineAnnotation.h (diff)
The file was modified OMEdit/OMEditLIB/Annotations/LineAnnotation.cpp (diff)
Commit aeb305eb0295f7736055100584a5c352cbf9fb77 by 38032125+kabdelhak
[NB] update record function handling (#12577)

- [NF] correctly identify all non default constructor functions
  - inline record constructors after inlining functions in replacements
  - add tuples to the check for inlining record elemetns
The file was modified OMCompiler/Compiler/NBackEnd/Util/NBReplacements.mo (diff)
The file was modified OMCompiler/Compiler/NFFrontEnd/NFFunction.mo (diff)
The file was modified OMCompiler/Compiler/NBackEnd/Modules/2_Pre/NBInline.mo (diff)
Commit 7a7d15230c38c55121c9ad72b2f0b9dbb2c4a515 by adeel.asghar
Improve the rendering of lines with thickness less than 1 (#12581)

#12519
The file was modified OMEdit/OMEditLIB/Annotations/ShapeAnnotation.cpp (diff)
Commit 7af7386a4f1c20efa0d32b3646ef658a9b483dbe by per.ostlund
Fix some includes for the C++ frontend (#12578)

The file was modified OMCompiler/Compiler/FrontEndCpp/Prefixes.cpp (diff)
The file was modified OMCompiler/Compiler/FrontEndCpp/Path.cpp (diff)
The file was modified OMCompiler/Compiler/FrontEndCpp/MetaModelica.h (diff)
The file was modified OMCompiler/Compiler/FrontEndCpp/Path.h (diff)
The file was modified OMCompiler/Compiler/FrontEndCpp/Inst.cpp (diff)
The file was modified OMCompiler/Compiler/FrontEndCpp/MetaModelica.cpp (diff)
Commit 025d351590c20933d67b4e059c7a15a2532692a6 by 38032125+kabdelhak
[NB] update record array handling (#12583)

- use full map to correctly determine if something is an unknown when skipping to a subset of a record (even if its not part of the current adjacency update)
- record array entry to adjacency updated
- type checking updated
- udapte debugging and error handling
The file was modified OMCompiler/Compiler/NBackEnd/Modules/1_Main/NBCausalize.mo (diff)
The file was modified OMCompiler/Compiler/NBackEnd/Util/NBAdjacency.mo (diff)
The file was modified OMCompiler/Compiler/NBackEnd/Classes/NBackendDAE.mo (diff)
The file was modified OMCompiler/Compiler/NFFrontEnd/NFSubscript.mo (diff)
The file was modified OMCompiler/Compiler/NFFrontEnd/NFVariable.mo (diff)
The file was modified OMCompiler/Compiler/NFFrontEnd/NFComponentRef.mo (diff)
The file was modified OMCompiler/Compiler/NBackEnd/Modules/2_Pre/NBFunctionAlias.mo (diff)
The file was modified OMCompiler/Compiler/NBackEnd/Util/NBSlice.mo (diff)