Commit | Date | Author | Summary |
5d8d6973d1 | 2023-04-20 22:25:48 +0200 | rfranke | Enhance DASSL in C++ runtime to support basic DAE mode and add test |
f77c0066de | 2023-04-20 22:01:17 +0200 | rfranke | Fix declaration of C++ methods for DAE residuals |
c90b8169a7 | 2023-04-20 22:00:39 +0200 | rfranke | Add variable index mappings for C++ to DAE code generation |
0f5882b99c | 2023-04-20 18:07:24 +0200 | kabdelhak | [BE] parse arrays as record attributes (#10573) |
66b9b8aa81 | 2023-04-20 15:33:35 +0200 | Per Östlund | Improve component handling (#10582) |
25ab393892 | 2023-04-20 15:11:20 +0200 | kabdelhak | [SimCode] add missing function pointer dump (#10581) |
44cb9fc093 | 2023-04-20 13:00:38 +0200 | Andreas | utf-8 encoding for doc/usersguide (#10570) |
22e142a162 | 2023-04-20 12:44:42 +0200 | Andreas | Adding devcontainers for VSCode (#10561) |
34856e7d4f | 2023-04-20 08:47:49 +0200 | Adrian Pop | support building the simulation code as a dyamic link library (#10503) |
e506fbc068 | 2023-04-19 20:58:21 +0200 | Adrian Pop | fix variable filtering (#10206) (#10571) |
364fdb4a15 | 2023-04-19 17:32:04 +0200 | rfranke | Fix forward declaration of C++ Functions in FMU export |
9796055906 | 2023-04-19 17:24:41 +0200 | rfranke | Recognize LOG_STDOUT and LOG_ASSERT in C++ runtime to avoid OMEdit warning |
0738888b64 | 2023-04-08 11:07:14 +0200 | rfranke | More unification of C and C++ log options, following up #10467 |
8006f5b6e4 | 2023-04-19 15:27:41 +0200 | Adeel Asghar | Use LOG_STDOUT and LOG_ASSERT instead of stdout and assert (#10575) |
5372b7f0ae | 2023-04-19 13:47:14 +0200 | Martin Sjölund | Don't run the environment job on Windows anymore (#10574) |
8b998132fb | 2023-04-19 13:21:10 +0200 | Adeel Asghar | Hide the parameters marked final (#10567) |
01cf43c698 | 2023-04-18 13:05:06 +0200 | kabdelhak | [BE] dont imply protected on hide result (#10566) |
33a50c3b54 | 2023-04-18 12:52:36 +0200 | Andreas | Prefix log flags assert and stdout with LOG_ (#10560) |
d65631742b | 2023-04-18 12:29:13 +0200 | Per Östlund | Dump restriction and prefixes in getModelInstanceIcon (#10565) |
8a5b18fa8b | 2023-04-17 15:50:42 +0200 | Adeel Asghar | Do not hide the top level conditional components (#10559) |
9c03ddc345 | 2023-04-17 14:16:30 +0200 | Per Östlund | Add error check for non-constants in classes (#10558) |
23fdc84c46 | 2023-04-14 16:05:33 +0200 | Andreas | Source-Code FMUs with FMI2_FUNCTION_PREFIX in C sources (#10547) |
1206a36adc | 2023-04-14 16:28:36 +0300 | Mahder Gebremedhin | Fix translation process of daeMode. (#10552) |
27b51be29e | 2023-04-14 15:00:19 +0200 | Per Östlund | Suppress more errors in getModelInstance (#10551) |
5e16c9ae92 | 2023-04-14 12:25:25 +0200 | Per Östlund | Improve handling of no-flow stream connectors. (#10546) |
872d6a9808 | 2023-04-13 17:42:00 +0200 | Andreas | Add precompiler definition FMI2_FUNCTION_PREFIX for static CMake FMUs (#10509) |
cce0dbf536 | 2023-04-13 15:22:33 +0200 | Per Östlund | Improve stream connector handling (#10541) |
1e295d18e3 | 2023-04-13 14:27:39 +0200 | Per Östlund | Improve handling of expandable connectors (#10540) |
d055608d1c | 2023-04-12 20:12:23 +0200 | phannebohm | [janitor] Comment Op for MDT (#10538) |
cd44e8d99e | 2023-04-12 15:12:49 +0200 | Adeel Asghar | Fix the scope of getAllSubtypeOf when using the instance api (#10536) |
930eb48bed | 2023-04-12 12:29:56 +0300 | Mahder Gebremedhin | Set the C++ standards using qmake CONFIGs. (#10534) |
78fcfd6587 | 2023-04-12 10:55:12 +0200 | Andreas | Limit warnings for some linear solver messages (#10510) |
96670e4d1a | 2023-04-12 09:33:30 +0300 | Mahder Gebremedhin | Add initial MSVC build support for OpenModelica. (#10529) |
2380f7ac32 | 2023-04-11 21:05:41 +0200 | arun3688 | check for output vars of type REAL() (#10530) |
f7d3c095e8 | 2023-04-11 18:02:04 +0300 | Mahder Gebremedhin | Replace listArrayLiteral with listArray. (#10528) |
ffbbed83a8 | 2023-04-11 17:09:26 +0300 | Mahder Gebremedhin | Fix FMIL merging of static libs for MSVC. (#10525) |
1cf1bc7285 | 2023-04-11 15:38:52 +0200 | Per Östlund | Generate legal names when obfuscating (#10522) |
0807f0f3ad | 2023-04-10 20:09:30 +0300 | Mahder Gebremedhin | Improvements for MSVC build. (#10521) |
c0a709fb34 | 2023-04-07 15:45:49 +0300 | Mahder Gebremedhin | Minor fixes for OMPlot. (#10518) |
1fdd3491b3 | 2023-04-07 14:27:12 +0300 | Mahder Gebremedhin | Fix some uninitialized variable uses. (#10517) |
160a2896be | 2023-04-07 13:44:08 +0300 | Mahder Gebremedhin | Use compareFilesAndMove instead of system(mv ...). (#10516) |
2414d51a09 | 2023-04-07 12:49:14 +0300 | Mahder Gebremedhin | Change OMCppOMCFactory to static library. (#10515) |
4a92d8d082 | 2023-04-07 11:18:29 +0300 | Mahder Gebremedhin | Minor fixes of CMake based configuration for portability. (#10512) |
88d7b964fd | 2023-04-05 15:17:03 +0200 | Adeel Asghar | Use class where component is defined as a scope for getAllSubtypeOf (#10506) |
8afd6ca4f9 | 2023-04-04 17:53:53 +0200 | Adeel Asghar | Allow disabling stdout and assert log options (#10500) |
724a32423c | 2023-04-04 15:42:42 +0200 | Per Östlund | Improve handling of unconnected flow variables (#10504) |
93ae9d9624 | 2023-04-04 11:35:16 +0200 | Per Östlund | Add some execStat to getModelInstance (#10498) |
e6986fa65b | 2023-04-04 10:55:52 +0200 | Martin Sjölund | Fix for C++ runtime when OpenMP was not found (#10496) |
6dec7dff48 | 2023-04-04 10:24:48 +0200 | Adeel Asghar | Check the missing type on end connector (#10495) |
7e60cb4c37 | 2023-04-03 20:38:47 +0200 | rfranke | Restrict check for record to RECORD and add test |
31d01839e8 | 2023-04-03 17:44:10 +0200 | rfranke | Pass record inputs to external functions by reference in Cpp runtime |
cc8b1abab9 | 2023-04-03 13:28:38 +0200 | Per Östlund | Fix scoping of class attributes in getModelInstance (#10491) |
817e33e136 | 2023-04-03 13:22:24 +0200 | phannebohm | [janitor] Refactor common task (#10490) |
9b17ddcd36 | 2023-04-03 10:53:36 +0200 | Martin Sjölund | Add homebrew instructions (#10484) |
6ab888ea84 | 2023-03-31 17:59:39 +0200 | Per Östlund | Improve getAllSubtypeOf (#10487) |
afd0bf2d15 | 2023-03-31 17:04:49 +0200 | Per Östlund | Improve function evaluation (#10486) |
f4dc2927b0 | 2023-03-31 15:40:58 +0200 | Adeel Asghar | Disable the paste on read only models (#10483) |