Directory testsuite/flattening/modelica/statemachines/

Directory Created:
2014-08-28 18:28
Total Files:
9
Deleted Files:
0
Lines of Code:
338

[root]/testsuite/flattening/modelica/statemachines

Lines of Code

testsuite/flattening/modelica/statemachines/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 34 (100.0%) 369 (100.0%) 10.8
bthiele 18 (52.9%) 340 (92.1%) 18.8
hudson 12 (35.3%) 21 (5.7%) 1.7
sjoelund.se 1 (2.9%) 4 (1.1%) 4.0
perost 3 (8.8%) 4 (1.1%) 1.3

Most Recent Commits

bthiele 2015-02-23 18:45 Rev.: 24719

Fixed flattening tests for state machines

11 lines of code changed in 5 files:

  • testsuite/flattening/modelica/statemachines: ConferenceTut1.mo (+2 -2), HierarchicalAndParallelStateMachine.mo (+5 -5), InitialStateTest.mo (+1 -1), Makefile (+1 -1), TransitionTest.mo (+2 -2)
hudson 2014-11-05 16:28 Rev.: 23209

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

  • testsuite/flattening/modelica/statemachines: HierarchicalAndParallelStateMachine.mo (+1)
bthiele 2014-11-05 16:04 Rev.: 23208

Addes flattening test case for state machine example in MLS

115 lines of code changed in 2 files:

  • testsuite/flattening/modelica/statemachines: HierarchicalAndParallelStateMachine.mo (new 114), Makefile (+1)
sjoelund.se 2014-10-03 10:56 Rev.: 22577

Expected output

4 lines of code changed in 1 file:

  • testsuite/flattening/modelica/statemachines: ConferenceTut1.mo (+4 -2)
hudson 2014-09-15 21:29 Rev.: 22313

[Janitor mode] Fix whitespace

3 lines of code changed in 1 file:

  • testsuite/flattening/modelica/statemachines: ConferenceTut1.mo (+3 -3)
hudson 2014-09-15 21:29 Rev.: 22312

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

  • testsuite/flattening/modelica/statemachines: ConferenceTut1.mo (+1)
bthiele 2014-09-15 21:28 Rev.: 22311

Moved all definitions for "Clock"-Type from Absyn.mo to DAE.mo: Probably cleaner solution since the "Clock" type is not part of the grammar.

Changed some fields in the "ClockKind" to hold values of type "DAE.Exp" as requested by Lennart.

Removed the evaluation of "Clock"-Constructors to "Clock"-Values during elaboration and instead flagged constructors as "impure". This was necessary since by moving everything to DAE.mo I suddenly had cyclic dependencies from Values.mo to DAE.mo. Although it was possible with the bootstrapped compiler to avoid a cyclic dependency error by importing DAE.mo as "protected", that didn't work for the RML compiler. This is, as I learned, because the RML compiler can not handle mutual dependencies.

44 lines of code changed in 2 files:

  • testsuite/flattening/modelica/statemachines: ConferenceTut1.mo (new 43), Makefile (+1)
perost 2014-09-08 16:19 Rev.: 22170

Fix for #2806:
- Remove input/output from variables which are not at top-level or inside a
top-level connector.

4 lines of code changed in 3 files:

  • testsuite/flattening/modelica/statemachines: ActiveStateTest.mo (+1 -1), InitialStateTest.mo (+1 -1), TransitionTest.mo (+2 -2)
bthiele 2014-09-01 20:34 Rev.: 22079

Improved the elaboration of state machine operators

2 lines of code changed in 2 files:

  • testsuite/flattening/modelica/statemachines: InitialState2Test.mo (+1 -1), Makefile (+1 -1)
hudson 2014-08-28 18:36 Rev.: 22041

[Janitor mode] Fix whitespace

9 lines of code changed in 2 files:

  • testsuite/flattening/modelica/statemachines: TicksInStateTest.mo (+5 -5), TimeInStateTest.mo (+4 -4)
hudson 2014-08-28 18:35 Rev.: 22040

[Janitor mode] Set auto-props

7 lines of code changed in 7 files:

  • testsuite/flattening/modelica/statemachines: ActiveStateTest.mo (+1), InitialState2Test.mo (+1), InitialStateTest.mo (+1), Makefile (+1), TicksInStateTest.mo (+1), TimeInStateTest.mo (+1), TransitionTest.mo (+1)
bthiele 2014-08-28 18:28 Rev.: 22039

Added state machine operators to front end

168 lines of code changed in 7 files:

  • testsuite/flattening/modelica/statemachines: ActiveStateTest.mo (new 21), InitialState2Test.mo (new 17), InitialStateTest.mo (new 19), Makefile (new 54), TicksInStateTest.mo (new 16), TimeInStateTest.mo (new 16), TransitionTest.mo (new 25)
Generated by StatSVN 0.7.0