Directory SimulationRuntime/fmi/export/fmi2/

Directory Created:
2014-04-01 12:37
Total Files:
5
Deleted Files:
3
Lines of Code:
1750

[root]/SimulationRuntime/fmi/export/fmi2

Lines of Code

SimulationRuntime/fmi/export/fmi2/ Lines of Code

Developers

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

Most Recent Commits

adrpo 2015-04-17 09:53 Rev.: 25599

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:

  • SimulationRuntime/fmi/export/fmi2: fmu2_model_interface.c (+3 -1)
adrpo 2015-03-15 07:19 Rev.: 25105

- 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:

  • SimulationRuntime/fmi/export/fmi2: fmu2_model_interface.c (+17 -13)
adeas31 2015-03-10 14:26 Rev.: 25006

- Fixed fmiEventUpdate.

17 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi2: fmu2_model_interface.c (+17 -34)
hudson 2015-02-12 02:46 Rev.: 24545

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi2: fmu2_model_interface.c (+1 -1)
adrpo 2015-02-12 02:37 Rev.: 24543

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:

  • SimulationRuntime/fmi/export/fmi2: fmu2_model_interface.c (+12 -10)
lochel 2015-01-29 17:41 Rev.: 24305

- 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:

  • SimulationRuntime/fmi/export/fmi2: fmu2_model_interface.c (+1 -1)
wbraun 2014-12-16 15:47 Rev.: 23803

- fix for #2840
- a bit of clean up in the fmi interfaces

3 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi2: fmu2_model_interface.c (+3 -27)
adeas31 2014-12-06 06:04 Rev.: 23682

- fmiSetString should work the same as fmiSetReal/Integer/Boolean.

1 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi2: fmu2_model_interface.c (+1 -12)
sjoelund.se 2014-11-11 17:58 Rev.: 23321

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:

  • SimulationRuntime/fmi/export/fmi2: fmu2_model_interface.c (+3 -2)
sjoelund.se 2014-11-05 15:00 Rev.: 23205

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:

  • SimulationRuntime/fmi/export/fmi2: fmu2_model_interface.c (+1 -1)
wbraun 2014-10-22 02:33 Rev.: 22860

- fix events in fmi 2.0
- added more tests for fmi 2.0

1 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi2: fmu2_model_interface.c (+1 -15)
wbraun 2014-10-21 16:47 Rev.: 22850

- fixes for FMI 2.0 import and export
- reorganize testsuite for fmi

3 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi2: fmu2_model_interface.c (+3 -3)
wbraun 2014-10-20 10:54 Rev.: 22815

- fix some typos in fmi

1 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi2: fmu2_model_interface.c (+1 -1)
adrpo 2014-10-19 01:59 Rev.: 22806

- fix FMI crashes?

12 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi2: fmu2_model_interface.c (+12 -1)
wbraun 2014-10-17 17:22 Rev.: 22801

#2840 - added assertion handling to fmi1 and fmi2 export

192 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi2: fmu2_model_interface.c (+192 -138)
lochel 2014-09-30 22:33 Rev.: 22525

- fix fmi stuff

6 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi2: fmu2_model_interface.c (+6 -6)
adeas31 2014-09-23 20:36 Rev.: 22422

#2767
- If fmi2Terminate is called and then fmi2Reset is called then reinitialize the data.

7 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi2: fmu2_model_interface.c (+7 -1)
adeas31 2014-09-23 00:28 Rev.: 22404

#2767
- Fixed fmi2GetDerivatives & getReal.
- Added LogCategories to modelDescription.xml

4 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi2: fmu2_model_interface.c (+4 -2)
adrpo 2014-09-15 21:45 Rev.: 22314

- coding style utf-8 without bom use (C) instead of the Copyright sign

3 lines of code changed in 3 files:

  • SimulationRuntime/fmi/export/fmi2: fmi2FunctionTypes.h (+1 -1), fmi2Functions.h (+1 -1), fmi2TypesPlatform.h (+1 -1)
adeas31 2014-09-15 14:32 Rev.: 22309

- Updated to FMI 2.0 files.

3 lines of code changed in 3 files:

  • SimulationRuntime/fmi/export/fmi2: fmi2FunctionTypes.h (+1 -1), fmi2Functions.h (+1 -1), fmi2TypesPlatform.h (+1 -1)
sjoelund.se 2014-06-19 16:09 Rev.: 21199

Better coding style fix

7 lines of code changed in 3 files:

  • SimulationRuntime/fmi/export/fmi2: fmi2FunctionTypes.h (+2 -2), fmi2Functions.h (+3 -3), fmi2TypesPlatform.h (+2 -2)
adrpo 2014-06-19 16:05 Rev.: 21198

- fix coding style?

6 lines of code changed in 3 files:

  • SimulationRuntime/fmi/export/fmi2: fmi2FunctionTypes.h (+2 -2), fmi2Functions.h (+2 -2), fmi2TypesPlatform.h (+2 -2)
hudson 2014-06-19 13:50 Rev.: 21195

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi2: fmi2FunctionTypes.h (+1 -1)
hudson 2014-06-19 13:50 Rev.: 21194

[Janitor mode] Set auto-props

693 lines of code changed in 3 files:

  • SimulationRuntime/fmi/export/fmi2: fmi2FunctionTypes.h (+244 -243), fmi2Functions.h (+333 -332), fmi2TypesPlatform.h (+116 -115)
adeas31 2014-06-19 13:49 Rev.: 21193

- Updated to FMI2 RC2 from FMI2 RC1.

1065 lines of code changed in 8 files:

  • SimulationRuntime/fmi/export/fmi2: fmi2FunctionTypes.h (new 242), fmi2Functions.h (new 332), fmi2TypesPlatform.h (new 114), fmiFunctionTypes.h (del), fmiFunctions.h (del), fmiTypesPlatform.h (del), fmu2_model_interface.c (+362 -362), fmu2_model_interface.h (+15 -15)
adeas31 2014-06-17 15:00 Rev.: 21143

- Make OpenModelica 2.0 FMUs work for Dymola.

9 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi2: fmu2_model_interface.c (+9 -6)
adeas31 2014-06-12 12:49 Rev.: 21071

- Fixed fmiNewDiscreteStates function.

21 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi2: fmu2_model_interface.c (+21 -9)
adeas31 2014-06-10 17:14 Rev.: 21034

- Set FMU model states according to FMI specifications.

54 lines of code changed in 2 files:

  • SimulationRuntime/fmi/export/fmi2: fmu2_model_interface.c (+52 -65), fmu2_model_interface.h (+2 -2)
adeas31 2014-06-10 16:40 Rev.: 21033

- Added empty ModelStructure format for modelDescription.xml
- Added fmiEventUpdate.

144 lines of code changed in 2 files:

  • SimulationRuntime/fmi/export/fmi2: fmu2_model_interface.c (+144 -31), fmu2_model_interface.h (-4)
adeas31 2014-06-09 17:34 Rev.: 21023

- Implemented fmiSetContinuousStates, fmiGetDerivatives, fmiGetEventIndicators, fmiGetContinuousStates & fmiGetNominalsOfContinuousStates functions for FMI 2.0 export.

74 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi2: fmu2_model_interface.c (+74 -5)
adeas31 2014-06-04 16:31 Rev.: 20967

- Implemented fmiEnterEventMode & fmiCompletedIntegratorStep functions for FMI 2.0 export.

31 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi2: fmu2_model_interface.c (+31 -2)
adeas31 2014-06-04 15:01 Rev.: 20959

- For *FMUstate functions just log that they are not supported right now and return fmierror.

7 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi2: fmu2_model_interface.c (+7 -15)
adeas31 2014-06-03 13:57 Rev.: 20939

- Implemented fmiReset, fmiGet* & fmiSet* functions for FMI 2.0 export.

151 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi2: fmu2_model_interface.c (+151 -9)
adeas31 2014-06-01 17:03 Rev.: 20915

#2706
- Fixed the FMU memmory allocation & free memory issues.

1 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi2: fmu2_model_interface.c (+1 -1)
adeas31 2014-05-31 11:00 Rev.: 20911

- Implemented fmiSetTime function for FMI 2.0 export.

5 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi2: fmu2_model_interface.c (+5 -1)
adeas31 2014-05-30 00:15 Rev.: 20895

- Implemented fmiSetDebugLogging, fmiTerminate, fmiNewDiscreteStates & fmiEnterContinuousTimeMode functions for FMI 2.0 export.
- Fixed fmiFreeInstance.

98 lines of code changed in 2 files:

  • SimulationRuntime/fmi/export/fmi2: fmu2_model_interface.c (+86 -14), fmu2_model_interface.h (+12 -5)
adeas31 2014-05-29 03:11 Rev.: 20888

- Implemented fmiGetTypesPlatform, fmiGetVersion, fmiInstantiate, fmiFreeInstance, fmiSetupExperiment, fmiEnterInitializationMode & fmiExitInitializationMode functions for FMI 2.0 export.

216 lines of code changed in 2 files:

  • SimulationRuntime/fmi/export/fmi2: fmu2_model_interface.c (+186 -22), fmu2_model_interface.h (+30 -16)
adeas31 2014-05-27 16:36 Rev.: 20860

- Added FMI 2.0 Model Exchange export functions.

49 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi2: fmu2_model_interface.c (+49)
sjoelund.se 2014-04-01 13:09 Rev.: 19901

Fix UTF-8

4 lines of code changed in 3 files:

  • SimulationRuntime/fmi/export/fmi2: fmiFunctionTypes.h (+1 -1), fmiFunctions.h (+2 -2), fmiTypesPlatform.h (+1 -1)
hudson 2014-04-01 12:39 Rev.: 19900

[Janitor mode] Fix tabs

1 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export/fmi2: fmiFunctionTypes.h (+1 -1)

(2 more)

Generated by StatSVN 0.7.0