Commit | Date | Author | Summary |
e4b593888a | 2023-05-22 16:45:47 +0200 | Per Östlund | Check array connections too (#10724) |
55cbff80bc | 2023-05-22 16:05:44 +0200 | Per Östlund | Fix type checking of connectors derived from types (#10723) |
7d634ff3cd | 2023-05-22 14:41:39 +0200 | Per Östlund | Check that connections are valid in OMEdit (#10704) |
124f99597e | 2023-05-22 11:58:59 +0200 | kabdelhak | New backend events (#10689) |
1a188e9135 | 2023-05-21 16:39:42 +0200 | rfranke | Expand sliced crefs for Cpp too |
01831e5058 | 2023-05-21 16:03:56 +0200 | rfranke | Prevent duplicate declaration of array parameters in Cpp |
009799666d | 2023-05-20 11:34:24 +0200 | Francesco Casella | Update documentation of variable filter in OMEdit |
16dbe81bb0 | 2023-05-15 09:06:54 +0200 | Adeel Asghar | [OMEdit] oms edit sub model rotation bug (#10673) (#10695) |
aeb4acac68 | 2023-05-13 15:48:19 +0200 | rfranke | Define OPENMODELICA_H_ in Cpp for identification by external C code |
4522db782b | 2023-05-13 12:31:12 +0200 | rfranke | Remove bindings of scalar parameters to records or tuples in SimCode |
5bd12e3256 | 2023-05-12 16:33:47 +0200 | kabdelhak | [NB] update event collection (#10691) |
f50ec1c378 | 2023-05-12 14:27:37 +0200 | kabdelhak | [NF] remove superfluous check (#10690) |
9d08b8228b | 2023-05-12 12:04:47 +0200 | kabdelhak | [NB] correctly lower array records (#10686) |
997b5e0116 | 2023-05-11 18:17:48 +0200 | rfranke | Fix list of iteration variables for more than one strong component (#10683) |
81f67f63a3 | 2023-05-11 17:03:11 +0200 | Adrian Pop | attempt to fix Linux builds Fedora fc38 (gcc13) (#10684) |
29b7d5a7ec | 2023-05-11 14:19:53 +0200 | Andreas | Make it possible to silence LOG_ASSERT debug print for NLS/LS (#10668) |
9f0c21d204 | 2023-05-11 12:07:13 +0200 | Per Östlund | Fix regressions from #10675 (#10677) |
949bcee21b | 2023-05-10 21:57:08 +0200 | Per Östlund | Improve error message for mismatched connectors (#10676) |
c9210b381d | 2023-05-10 16:05:05 +0200 | Per Östlund | Improve handling of inherited inner/outer elements (#10675) |
848f1e8ab5 | 2023-05-10 11:27:39 +0200 | Adeel Asghar | Apply the new local modifiers of redeclared class (#10672) |
a8b42a1def | 2023-05-09 11:46:25 +0200 | Adeel Asghar | Avoid scroll bars on parameters dialog (#10666) |
721e7e1a28 | 2023-05-08 21:07:25 +0200 | Adeel Asghar | Calling getText removes the white spaces (#10664) |
d8c11cca7f | 2023-05-08 17:58:55 +0200 | Per Östlund | Clean up some API calls (#10663) |
1c8ce4d0a4 | 2023-05-08 17:20:24 +0200 | Adeel Asghar | Handle the case of replaceable classes (#10662) |
17a56b02a0 | 2023-05-08 15:29:27 +0200 | Per Östlund | Add isReplaceable/isRedeclare API (#10661) |
2cbc1eb5ca | 2023-05-08 13:43:58 +0200 | Adeel Asghar | Update the modifiers that are changed (#10660) |
6e60fc3df6 | 2023-05-05 15:49:54 +0200 | Per Östlund | Clean up setExtendsModifierValue (#10656) |
c254033131 | 2023-05-04 17:01:11 +0200 | Per Östlund | Frontend support for partial derivatives of functions (#10649) |
af8b2dadeb | 2023-05-04 10:29:39 +0200 | Adeel Asghar | Use logical instead of bitwise operator (#10647) |
02d3de0dbf | 2023-05-04 10:19:21 +0200 | Adeel Asghar | Allow setting modifiers of redeclared classes (#10646) |
4a0f29c3c8 | 2023-05-03 17:08:30 +0200 | Per Östlund | Allow removing modifiers with set*ModifierValue (#10645) |
3677cc4e9a | 2023-05-03 16:03:05 +0200 | Per Östlund | Improve setExtendsModifierValue (#10644) |
61835a335d | 2023-05-02 18:25:02 +0200 | rfranke | Fix useFlatArrayNotation for arrays in time events (#10580 for C++) |
1c1da71a3b | 2023-05-02 18:17:52 +0200 | rfranke | Restrict --nonStandardExposeLocalIOs to connectors |
96c640462c | 2023-05-02 18:08:54 +0200 | Per Östlund | Improve setElementModifierValue (#10640) |
89b0007091 | 2023-04-28 22:08:24 +0200 | rfranke | Rename CodegenCppOld to CodegenCpp |
9c5f11c4b9 | 2023-04-28 21:15:27 +0200 | rfranke | Rename CodegenCpp to CodegenCppOMSI |
808f7decc3 | 2023-04-28 14:54:22 +0200 | rfranke | Add array dimensions to created temporary variables |
9b202f8bd5 | 2023-04-28 13:59:30 +0200 | Per Östlund | Allow invalid variability in relaxed contexts (#10629) |
f19aec08c5 | 2023-04-28 08:35:57 +0200 | rfranke | Clarify and rename to --nonStdExposeLocalIOs |
c4ee4436b3 | 2023-04-28 12:11:34 +0200 | Adeel Asghar | Fix the duplicate of items when instance api is used (#10628) |
86483b1ff9 | 2023-04-27 17:09:26 +0200 | Andreas | Make CMake FMUs default (#10542) |
26b9177494 | 2023-04-27 16:13:47 +0200 | Per Östlund | Fix return value of qualifyPath() (#10625) |
fbd0376699 | 2023-04-27 13:49:50 +0200 | Per Östlund | Improve handling of record bindings (#10624) |
8b6f3abbee | 2023-04-27 11:01:56 +0200 | Andreas | Use BUILD_ALWAYS in omsimulator.cmake (#10609) |
d238ab6c83 | 2023-04-26 18:07:05 +0200 | Per Östlund | Add qualifyPath() API call (#10617) |
f9dfd5fa8c | 2023-04-26 16:39:57 +0200 | Per Östlund | Improve setElementModifierValue (#10616) |
309759dfb7 | 2023-04-26 13:22:27 +0200 | Per Östlund | Improve typing of array constructor in relaxed context (#10615) |