Directory testsuite/openmodelica/fmi/ModelExchange/1.0/

Directory Created:
2014-10-21 16:47
Total Files:
31
Deleted Files:
1
Lines of Code:
7560

[root]/testsuite/openmodelica/fmi/ModelExchange/1.0

Lines of Code

testsuite/openmodelica/fmi/ModelExchange/1.0/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 75 (100.0%) 10104 (100.0%) 134.7
wbraun 28 (37.3%) 9095 (90.0%) 324.8
adeas31 24 (32.0%) 393 (3.9%) 16.3
lochel 11 (14.7%) 332 (3.3%) 30.1
hudson 7 (9.3%) 211 (2.1%) 30.1
adrpo 3 (4.0%) 58 (0.6%) 19.3
sjoelund.se 1 (1.3%) 12 (0.1%) 12.0
mahge930 1 (1.3%) 3 (0.0%) 3.0

Most Recent Commits

adrpo 2015-04-24 12:12 Rev.: 25730

Test for #3288
- add FMI test for String parameters and variables

56 lines of code changed in 2 files:

  • testsuite/openmodelica/fmi/ModelExchange/1.0: StringParameters.mo (new 18), StringParameters.mos (new 38)
adeas31 2015-03-10 14:26 Rev.: 25006

- Fixed fmiEventUpdate.

1 lines of code changed in 1 file:

  • testsuite/openmodelica/fmi/ModelExchange/1.0: Modelica.Blocks.Sources.BooleanPulse.mos (+1 -1)
mahge930 2015-03-05 13:27 Rev.: 24924

- Improved handling of slice arrays
- Fixed slice array assignments
- Fix #3184

3 lines of code changed in 1 file:

  • testsuite/openmodelica/fmi/ModelExchange/1.0: SampleExample.mos (+3 -2)
wbraun 2015-02-16 20:45 Rev.: 24606

- added more information for a triggered Modelica assert
- fixes partially #3074

22 lines of code changed in 2 files:

  • testsuite/openmodelica/fmi/ModelExchange/1.0: JuliansBib.mos (+10 -4), testAssert.mos (+12 -4)
sjoelund.se 2015-02-03 18:10 Rev.: 24389

Fix assertion output (uses the API for log messages)

12 lines of code changed in 1 file:

  • testsuite/openmodelica/fmi/ModelExchange/1.0: testAssert.mos (+12 -1)
lochel 2015-01-28 14:16 Rev.: 24253

- #3094: fix some asserts that were not formatted according to "logFormat"

12 lines of code changed in 1 file:

  • testsuite/openmodelica/fmi/ModelExchange/1.0: JuliansBib.mos (+12 -12)
adrpo 2015-01-03 06:04 Rev.: 23927

- update tests

2 lines of code changed in 1 file:

  • testsuite/openmodelica/fmi/ModelExchange/1.0: Modelica.Blocks.Sources.BooleanPulse.mos (+2 -2)
hudson 2014-12-16 20:31 Rev.: 23812

[Janitor mode] Set auto-props

210 lines of code changed in 6 files:

  • testsuite/openmodelica/fmi/ModelExchange/1.0: BooleanNetwork1.mo (+89 -88), BooleanNetwork1.mos (+1), CoupledClutches.mo (+59 -58), CoupledClutches.mos (+1), IntegerNetwork1.mo (+59 -58), IntegerNetwork1.mos (+1)
adeas31 2014-12-16 20:22 Rev.: 23810

- Added more FMI tests.

340 lines of code changed in 7 files:

  • testsuite/openmodelica/fmi/ModelExchange/1.0: BooleanNetwork1.mo (new 88), BooleanNetwork1.mos (new 44), CoupledClutches.mo (new 58), CoupledClutches.mos (new 41), IntegerNetwork1.mo (new 58), IntegerNetwork1.mos (new 48), Makefile (+3)
hudson 2014-12-15 20:15 Rev.: 23791

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

  • testsuite/openmodelica/fmi/ModelExchange/1.0: Modelica.Blocks.Sources.BooleanPulse.mos (+1)
wbraun 2014-12-15 20:06 Rev.: 23790

- fix #3036 by adding an event at terminal()

56 lines of code changed in 3 files:

  • testsuite/openmodelica/fmi/ModelExchange/1.0: Makefile (+1), Modelica.Blocks.Sources.BooleanPulse.mos (new 54), SampleExample.mos (+1 -1)
adeas31 2014-12-11 15:57 Rev.: 23733

#3026
- Fixed the boolean array assignment. DoublePendulum test should work now.

1 lines of code changed in 1 file:

  • testsuite/openmodelica/fmi/ModelExchange/1.0: Makefile (+1 -1)
adeas31 2014-12-10 22:45 Rev.: 23719

- print the error level

1 lines of code changed in 1 file:

  • testsuite/openmodelica/fmi/ModelExchange/1.0: testAssert.mos (+1 -1)
adeas31 2014-12-07 04:12 Rev.: 23684

- Raise the ModelicaError when any of the fmi* functions fail.
- Fixed the assert tests.

3 lines of code changed in 1 file:

  • testsuite/openmodelica/fmi/ModelExchange/1.0: testAssert.mos (+3 -1681)
adeas31 2014-12-05 05:22 Rev.: 23669

#2130, #2776, #3011
- Call fmiSet* for parameters before initializing the FMU.
- Call fmiGet* for dependent parameters after initializing the FMU.
- Created a separate section for FMU instantiate and FMU initialize.
- Generate a better Modelica code to avoid initialization warnings.

47 lines of code changed in 13 files:

  • testsuite/openmodelica/fmi/ModelExchange/1.0: BouncingBall.mos (+4 -7), EnumerationTest.mos (+5 -7), HelloFMIWorld.mos (+1 -1), InOutTest.mos (+1 -1), JuliansBib.mos (+1 -1), Makefile (+1 -2), Modelica.Electrical.Analog.Examples.ChuaCircuit.mos (+1 -1), Modelica_Mechanics_MultiBody_Examples_Elementary_DoublePendulum.mos (+1 -1), Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos (+24 -150), Pendulum.mos (+1 -1), SampleExample.mos (+1 -1), testAssert.mos (+6 -8), testBug2764.mos (del)
lochel 2014-12-03 17:47 Rev.: 23652

- revert r23613, because it breaks initialization of parameters in some cases

160 lines of code changed in 5 files:

  • testsuite/openmodelica/fmi/ModelExchange/1.0: BouncingBall.mos (+4 -4), EnumerationTest.mos (+3 -3), InOutTest.mos (+4 -4), Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos (+147 -147), testAssert.mos (+2 -2)
lochel 2014-12-01 20:14 Rev.: 23613

- attempt to fix initialization for parameters that have no binding but a start value

160 lines of code changed in 5 files:

  • testsuite/openmodelica/fmi/ModelExchange/1.0: BouncingBall.mos (+4 -4), EnumerationTest.mos (+3 -3), InOutTest.mos (+4 -4), Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos (+147 -147), testAssert.mos (+2 -2)
wbraun 2014-10-21 16:47 Rev.: 22850

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

9017 lines of code changed in 23 files:

  • testsuite/openmodelica/fmi/ModelExchange/1.0: BouncingBall.mo (new 16), BouncingBall.mos (new 41), EnumerationTest.mo (new 12), EnumerationTest.mos (new 43), HelloFMIWorld.mo (new 6), HelloFMIWorld.mos (new 33), InOutTest.mo (new 30), InOutTest.mos (new 45), JuliansBib.mo (new 2412), JuliansBib.mos (new 83), Makefile (new 63), Modelica.Electrical.Analog.Examples.ChuaCircuit.mos (new 59), Modelica_Mechanics_MultiBody_Examples_Elementary_DoublePendulum.mos (new 49), Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos (new 184), Pendulum.mo (new 14), Pendulum.mos (new 67), PlanarMechanicsStandard.mo (new 3709), SampleExample.mos (new 49), TanksConnectedPI.mo (new 158), TanksConnectedPI.mos (new 67), testAssert.mos (new 1721), testBug2764.mos (new 129), testInOut.mo (new 27)
Generated by StatSVN 0.7.0