Directory testsuite/flattening/libraries/msl31/multibody/checkingModels/

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

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 30 (100.0%) 7021 (100.0%) 234.0
alash325 6 (20.0%) 3146 (44.8%) 524.3
sjoelund.se 12 (40.0%) 2137 (30.4%) 178.0
adrpo 7 (23.3%) 1535 (21.9%) 219.2
perost 4 (13.3%) 155 (2.2%) 38.7
mahge930 1 (3.3%) 48 (0.7%) 48.0

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

  • testsuite/flattening/libraries/msl31/multibody/checkingModels: BodyCylinder.mos (del), Makefile (del)
adrpo 2013-10-24 15:41 Rev.: 17871

- expected results after revert of r17842

48 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/checkingModels: BodyCylinder.mos (+48 -48)
mahge930 2013-10-23 13:33 Rev.: 17842

Recommit r17828. Updated expected outputs.

48 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/checkingModels: BodyCylinder.mos (+48 -48)
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

1 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/checkingModels: BodyCylinder.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

1418 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/checkingModels: BodyCylinder.mos (+1418 -1418)
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

10 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/checkingModels: BodyCylinder.mos (+10 -10)
sjoelund.se 2013-04-25 16:32 Rev.: 15914

Preserve function comments and annotations for external functions

4 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/checkingModels: BodyCylinder.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.

9 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/checkingModels: BodyCylinder.mos (+9 -9)
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/checkingModels: BodyCylinder.mos (+1 -1)
sjoelund.se 2013-02-13 16:16 Rev.: 15164

"StateSelect =" to "stateSelect ="

25 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/checkingModels: BodyCylinder.mos (+25 -25)
sjoelund.se 2013-02-08 09:16 Rev.: 15104

Fix tests

6 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/checkingModels: BodyCylinder.mos (+6 -6)
sjoelund.se 2013-02-07 17:20 Rev.: 15090

Fix tests

6 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/checkingModels: BodyCylinder.mos (+6 -6)
sjoelund.se 2013-01-26 14:55 Rev.: 14956

Print longer filenames when running the testsuite (no more "which package.mo should I look in?")

6 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/checkingModels: BodyCylinder.mos (+6 -6)
perost 2013-01-24 19:48 Rev.: 14923

- Add parentheses around subscripted expressions in ExpressionDump when needed.

3 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/checkingModels: BodyCylinder.mos (+3 -3)
sjoelund.se 2013-01-10 10:57 Rev.: 14731

- Force evaluation of fixed=...

6 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/checkingModels: BodyCylinder.mos (+6 -6)
adrpo 2012-12-17 04:56 Rev.: 14416

- expected output due to added line numbers for missing inner messages.

6 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/checkingModels: BodyCylinder.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.

28 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/checkingModels: BodyCylinder.mos (+28 -28)
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.

28 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/checkingModels: BodyCylinder.mos (+28 -28)
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)

33 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/checkingModels: BodyCylinder.mos (+33 -33)
adrpo 2012-11-08 20:01 Rev.: 13840

- expected output

6 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/checkingModels: BodyCylinder.mos (+6 -6)
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

2039 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/checkingModels: BodyCylinder.mos (+2039 -1571)
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.

142 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/checkingModels: BodyCylinder.mos (+142 -142)
sjoelund.se 2012-10-04 12:15 Rev.: 13177

- Fix the damn testsuite

2 lines of code changed in 1 file:

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

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

1573 lines of code changed in 2 files:

  • testsuite/flattening/libraries/msl31/multibody/checkingModels: BodyCylinder.mos (new 1571), Makefile (new 2)
alash325 2012-10-01 19:42 Rev.: 13123

- Deleted wrong works

0 lines of code changed in 2 files:

  • testsuite/flattening/libraries/msl31/multibody/checkingModels: BodyCylinder.mos (del), Makefile (del)
alash325 2012-09-26 06:34 Rev.: 13049

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

1573 lines of code changed in 2 files:

  • testsuite/flattening/libraries/msl31/multibody/checkingModels: BodyCylinder.mos (new 1571), Makefile (new 2)
Generated by StatSVN 0.7.0