Directory testsuite/flattening/libraries/msl31/multibody/rotational3deffects/

Directory Created:
2012-09-26 06:34
Directory Deleted:
2013-10-31 21:52
Total Files:
0
Deleted Files:
5
Lines of Code:
0

[root]/testsuite/flattening/libraries/msl31/multibody/rotational3deffects

Lines of Code

testsuite/flattening/libraries/msl31/multibody/rotational3deffects/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 80 (100.0%) 14959 (100.0%) 186.9
alash325 15 (18.8%) 6432 (43.0%) 428.8
sjoelund.se 30 (37.5%) 4771 (31.9%) 159.0
adrpo 20 (25.0%) 3018 (20.2%) 150.9
perost 11 (13.8%) 572 (3.8%) 52.0
mahge930 4 (5.0%) 166 (1.1%) 41.5

Most Recent Commits

sjoelund.se 2013-10-31 21:52 Rev.: 17956

- Remove useless case in simplify (makes code slower)
- Removed some flattening tests since whenever a tiny simplify change is performed all thermosyspro and multibody flattening examples needed to be updated. They are simulated, and that is what is important.

0 lines of code changed in 5 files:

  • testsuite/flattening/libraries/msl31/multibody/rotational3deffects: ActuatedDrive.mos (del), GearConstraint.mos (del), GyroscopicEffects.mos (del), Makefile (del), MovingActuatedDrive.mos (del)
adrpo 2013-10-24 15:41 Rev.: 17871

- expected results after revert of r17842

166 lines of code changed in 4 files:

  • testsuite/flattening/libraries/msl31/multibody/rotational3deffects: ActuatedDrive.mos (+31 -31), GearConstraint.mos (+38 -38), GyroscopicEffects.mos (+56 -56), MovingActuatedDrive.mos (+41 -41)
mahge930 2013-10-23 13:33 Rev.: 17842

Recommit r17828. Updated expected outputs.

166 lines of code changed in 4 files:

  • testsuite/flattening/libraries/msl31/multibody/rotational3deffects: ActuatedDrive.mos (+31 -31), GearConstraint.mos (+38 -38), GyroscopicEffects.mos (+56 -56), MovingActuatedDrive.mos (+41 -41)
adrpo 2013-09-26 04:25 Rev.: 17388

- fix bug #2363
- keep smooth(0, ...) in Static.mo
- handle smooth(0, ...) in Ceval.mo (smooth(0, constant) -> constant)
- handle smooth in Codegen.tpl
- update expected output for tests
- NOTE: Modelica.Electrical.Analog.Examples.SimpleTriacCircuit gives small numeric differences, use the OpenModelica result file

4 lines of code changed in 4 files:

  • testsuite/flattening/libraries/msl31/multibody/rotational3deffects: ActuatedDrive.mos (+1 -1), GearConstraint.mos (+1 -1), GyroscopicEffects.mos (+1 -1), MovingActuatedDrive.mos (+1 -1)
adrpo 2013-09-22 12:07 Rev.: 17326

Fix for bug: #2346
- sort also the variable components for instantiation based on their bindings
- sort the DAE in the order it is defined in the Modelica file

2330 lines of code changed in 4 files:

  • testsuite/flattening/libraries/msl31/multibody/rotational3deffects: ActuatedDrive.mos (+776 -776), GearConstraint.mos (+602 -602), GyroscopicEffects.mos (+253 -253), MovingActuatedDrive.mos (+699 -699)
sjoelund.se 2013-06-04 20:23 Rev.: 16216

Move some expressions around when you do simplifications only if this improves the complexity of the expression

60 lines of code changed in 4 files:

  • testsuite/flattening/libraries/msl31/multibody/rotational3deffects: ActuatedDrive.mos (+1 -1), GearConstraint.mos (+19 -19), GyroscopicEffects.mos (+37 -37), MovingActuatedDrive.mos (+3 -3)
sjoelund.se 2013-04-25 16:32 Rev.: 15914

Preserve function comments and annotations for external functions

16 lines of code changed in 4 files:

  • testsuite/flattening/libraries/msl31/multibody/rotational3deffects: ActuatedDrive.mos (+4 -4), GearConstraint.mos (+4 -4), GyroscopicEffects.mos (+4 -4), MovingActuatedDrive.mos (+4 -4)
perost 2013-04-22 13:33 Rev.: 15874

Fix for #2159:
- Sort connector components before connecting them, to make sure that their
order doesn't matter.

243 lines of code changed in 4 files:

  • testsuite/flattening/libraries/msl31/multibody/rotational3deffects: ActuatedDrive.mos (+42 -42), GearConstraint.mos (+66 -66), GyroscopicEffects.mos (+75 -75), MovingActuatedDrive.mos (+60 -60)
perost 2013-04-16 14:30 Rev.: 15834

- Preserve the comment for the flattened class in the flattened output.
- Don't translate enumeration literals to integers when simplifying asubs.

1 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/rotational3deffects: GyroscopicEffects.mos (+1 -1)
sjoelund.se 2013-02-13 16:16 Rev.: 15164

"StateSelect =" to "stateSelect ="

260 lines of code changed in 4 files:

  • testsuite/flattening/libraries/msl31/multibody/rotational3deffects: ActuatedDrive.mos (+31 -31), GearConstraint.mos (+58 -58), GyroscopicEffects.mos (+132 -132), MovingActuatedDrive.mos (+39 -39)
perost 2013-01-24 19:48 Rev.: 14923

- Add parentheses around subscripted expressions in ExpressionDump when needed.

18 lines of code changed in 2 files:

  • testsuite/flattening/libraries/msl31/multibody/rotational3deffects: GearConstraint.mos (+6 -6), GyroscopicEffects.mos (+12 -12)
sjoelund.se 2013-01-10 10:57 Rev.: 14731

- Force evaluation of fixed=...

54 lines of code changed in 4 files:

  • testsuite/flattening/libraries/msl31/multibody/rotational3deffects: ActuatedDrive.mos (+6 -6), GearConstraint.mos (+12 -12), GyroscopicEffects.mos (+30 -30), MovingActuatedDrive.mos (+6 -6)
adrpo 2012-11-26 08:43 Rev.: 14070

- revert changes to templates:
Compiler/Template/CodegenC.tpl
Compiler/Template/ExpressionDumpTpl.tpl
as things started to break for no apparent reason!
- revert changes to tests.

259 lines of code changed in 4 files:

  • testsuite/flattening/libraries/msl31/multibody/rotational3deffects: ActuatedDrive.mos (+25 -25), GearConstraint.mos (+62 -62), GyroscopicEffects.mos (+141 -141), MovingActuatedDrive.mos (+31 -31)
adrpo 2012-11-26 08:03 Rev.: 14069

- expected output
- remove the merging of modifiers in SCodeAnalyseRedeclare.mo for now as it seems to have some issues with the AVM models.

259 lines of code changed in 4 files:

  • testsuite/flattening/libraries/msl31/multibody/rotational3deffects: ActuatedDrive.mos (+25 -25), GearConstraint.mos (+62 -62), GyroscopicEffects.mos (+141 -141), MovingActuatedDrive.mos (+31 -31)
sjoelund.se 2012-11-13 13:21 Rev.: 13881

#1922
- Handle type-casting from records with the same components but different names'
- Improve scalarization of record equations in the front-end. Made it worse in the back-end (back-end does not handle cast of records)

168 lines of code changed in 4 files:

  • testsuite/flattening/libraries/msl31/multibody/rotational3deffects: ActuatedDrive.mos (+34 -34), GearConstraint.mos (+33 -33), GyroscopicEffects.mos (+67 -67), MovingActuatedDrive.mos (+34 -34)
sjoelund.se 2012-11-08 14:29 Rev.: 13830

#1931
- Do not scalarize vector equations
+ Except constants, parameters, records, complex types, external objects, and maybe some more

4212 lines of code changed in 4 files:

  • testsuite/flattening/libraries/msl31/multibody/rotational3deffects: ActuatedDrive.mos (+988 -755), GearConstraint.mos (+972 -743), GyroscopicEffects.mos (+1184 -902), MovingActuatedDrive.mos (+1068 -815)
perost 2012-10-17 13:42 Rev.: 13432

- Removed the special case for Real casts when dumping expressions, since
Modelica does not have a Real() function.
- Some SCodeInst fixes.
- Fixed compiler warnings in corbaimpl.cpp.
- Updated testcases due to the expression dumping change.

310 lines of code changed in 4 files:

  • testsuite/flattening/libraries/msl31/multibody/rotational3deffects: ActuatedDrive.mos (+73 -73), GearConstraint.mos (+70 -70), GyroscopicEffects.mos (+88 -88), MovingActuatedDrive.mos (+79 -79)
sjoelund.se 2012-10-04 12:15 Rev.: 13177

- Fix the damn testsuite

1 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/rotational3deffects: Makefile (+1 -1)
alash325 2012-10-03 02:26 Rev.: 13147

- libraries directory are copied to testsuite/flattening directory + delete simulation files + update Makefile

3216 lines of code changed in 5 files:

  • testsuite/flattening/libraries/msl31/multibody/rotational3deffects: ActuatedDrive.mos (new 755), GearConstraint.mos (new 743), GyroscopicEffects.mos (new 902), Makefile (new 1), MovingActuatedDrive.mos (new 815)
alash325 2012-10-01 19:42 Rev.: 13123

- Deleted wrong works

0 lines of code changed in 5 files:

  • testsuite/flattening/libraries/msl31/multibody/rotational3deffects: ActuatedDrive.mos (del), GearConstraint.mos (del), GyroscopicEffects.mos (del), Makefile (del), MovingActuatedDrive.mos (del)
alash325 2012-09-26 06:34 Rev.: 13049

- Restructured testsuite/libraries into testsuite/flattening and testsuite/simualtion

3216 lines of code changed in 5 files:

  • testsuite/flattening/libraries/msl31/multibody/rotational3deffects: ActuatedDrive.mos (new 755), GearConstraint.mos (new 743), GyroscopicEffects.mos (new 902), Makefile (new 1), MovingActuatedDrive.mos (new 815)
Generated by StatSVN 0.7.0