[root]/SimulationRuntime/fmi/export/fmi2
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 73 (100.0%) | 5045 (100.0%) | 69.1 |
adeas31 | 37 (50.7%) | 3016 (59.8%) | 81.5 |
hudson | 11 (15.1%) | 1754 (34.8%) | 159.4 |
wbraun | 5 (6.8%) | 200 (4.0%) | 40.0 |
adrpo | 10 (13.7%) | 53 (1.1%) | 5.3 |
sjoelund.se | 8 (11.0%) | 15 (0.3%) | 1.8 |
lochel | 2 (2.7%) | 7 (0.1%) | 3.5 |
Fix bug: #3243
- set the useStream array as done in simulation_runtime.cpp, function setGlobalVerboseLevel
- maybe we should have a function that sets these things which could be called from FMI and not use variable useStream directly
3 lines of code changed in 1 file:
- partial fix to #3067
- move initialize*Systems from fmi2EnterInitializationMode to fmi2Instantiate because after an fmi2Reset fuction fmi2EnterInitializationMode will be called again which would allocate memory for systems again
17 lines of code changed in 1 file:
- Fixed fmiEventUpdate.
17 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
Additional fixes to #3137
- fix FMI generation and import for +target=msvc
- build static cminpack.lib for msvc
- export equations in Model_05evt.c
- compile fmil msvc (unfortunately static does not work for some reason)
- fix ansi C in the FMI interfaces files
- more CMakeLists.txt fixes in SimulationRuntime/c/
12 lines of code changed in 1 file:
- removed deprecated numeric initialization approach
- removed simflags: "-iom=*" and "-iim=numeric"
- another commit will remove more code that belongs to the numeric initialization approach
1 lines of code changed in 1 file:
- fix for #2840
- a bit of clean up in the fmi interfaces
3 lines of code changed in 1 file:
- fmiSetString should work the same as fmiSetReal/Integer/Boolean.
1 lines of code changed in 1 file:
Change the Modelica string to be implemented as a MetaModelica string (boxed)
- Note: Some Modelica functions might have become slower if string literals were not put into the _literals file
3 lines of code changed in 1 file:
Add SerializeModelInfo (JSON) version to the compiler, using +d=modelInfoJSON
- JSON is faster to generate and parse than the XML format (roughly 10 seconds saved for running the testsuite)
- Not enabled by default since:
- OMEdit needs to fully support it
- 1 test fails with different results: fmi/ModelExchange/2.0/HelloFMIWorldEvent.mos
1 lines of code changed in 1 file:
- fix events in fmi 2.0
- added more tests for fmi 2.0
1 lines of code changed in 1 file:
- fixes for FMI 2.0 import and export
- reorganize testsuite for fmi
3 lines of code changed in 1 file:
- fix some typos in fmi
1 lines of code changed in 1 file:
- fix FMI crashes?
12 lines of code changed in 1 file:
#2840 - added assertion handling to fmi1 and fmi2 export
192 lines of code changed in 1 file:
- fix fmi stuff
6 lines of code changed in 1 file:
#2767
- If fmi2Terminate is called and then fmi2Reset is called then reinitialize the data.
7 lines of code changed in 1 file:
#2767
- Fixed fmi2GetDerivatives & getReal.
- Added LogCategories to modelDescription.xml
4 lines of code changed in 1 file:
- coding style utf-8 without bom use (C) instead of the Copyright sign
3 lines of code changed in 3 files:
- Updated to FMI 2.0 files.
3 lines of code changed in 3 files:
Better coding style fix
7 lines of code changed in 3 files:
- fix coding style?
6 lines of code changed in 3 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
[Janitor mode] Set auto-props
693 lines of code changed in 3 files:
- Updated to FMI2 RC2 from FMI2 RC1.
1065 lines of code changed in 8 files:
- Make OpenModelica 2.0 FMUs work for Dymola.
9 lines of code changed in 1 file:
- Fixed fmiNewDiscreteStates function.
21 lines of code changed in 1 file:
- Set FMU model states according to FMI specifications.
54 lines of code changed in 2 files:
- Added empty ModelStructure format for modelDescription.xml
- Added fmiEventUpdate.
144 lines of code changed in 2 files:
- Implemented fmiSetContinuousStates, fmiGetDerivatives, fmiGetEventIndicators, fmiGetContinuousStates & fmiGetNominalsOfContinuousStates functions for FMI 2.0 export.
74 lines of code changed in 1 file:
- Implemented fmiEnterEventMode & fmiCompletedIntegratorStep functions for FMI 2.0 export.
31 lines of code changed in 1 file:
- For *FMUstate functions just log that they are not supported right now and return fmierror.
7 lines of code changed in 1 file:
- Implemented fmiReset, fmiGet* & fmiSet* functions for FMI 2.0 export.
151 lines of code changed in 1 file:
#2706
- Fixed the FMU memmory allocation & free memory issues.
1 lines of code changed in 1 file:
- Implemented fmiSetTime function for FMI 2.0 export.
5 lines of code changed in 1 file:
- Implemented fmiSetDebugLogging, fmiTerminate, fmiNewDiscreteStates & fmiEnterContinuousTimeMode functions for FMI 2.0 export.
- Fixed fmiFreeInstance.
98 lines of code changed in 2 files:
- Implemented fmiGetTypesPlatform, fmiGetVersion, fmiInstantiate, fmiFreeInstance, fmiSetupExperiment, fmiEnterInitializationMode & fmiExitInitializationMode functions for FMI 2.0 export.
216 lines of code changed in 2 files:
- Added FMI 2.0 Model Exchange export functions.
49 lines of code changed in 1 file:
Fix UTF-8
4 lines of code changed in 3 files:
[Janitor mode] Fix tabs
1 lines of code changed in 1 file:
(2 more)