Directory testsuite/flattening/libraries/msl32/

Directory Deleted:
2013-10-31 21:52
Total Files:
0
Deleted Files:
9
Lines of Code:
0

[root]/testsuite/flattening/libraries/msl32

Lines of Code

testsuite/flattening/libraries/msl32/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 100 (100.0%) 16676 (100.0%) 166.7
adrpo 35 (35.0%) 14236 (85.4%) 406.7
sjoelund.se 45 (45.0%) 1879 (11.3%) 41.7
perost 10 (10.0%) 437 (2.6%) 43.7
alash325 8 (8.0%) 78 (0.5%) 9.7
mahge930 1 (1.0%) 40 (0.2%) 40.0
lochel 1 (1.0%) 6 (0.0%) 6.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 9 files:

  • testsuite/flattening/libraries/msl32: Makefile (del), Modelica.Blocks.Examples.Filter.mos (del), Modelica.ComplexBlocks.Examples.TestConversionBlock.mos (del), Modelica.Electrical.Digital.Examples.DFFREG.mos (del), Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos (del), Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos (del), Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos (del), testquasi.mo (del), testquasi.mos (del)
adrpo 2013-10-24 15:41 Rev.: 17871

- expected results after revert of r17842

40 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl32: Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos (+40 -40)
mahge930 2013-10-23 13:33 Rev.: 17842

Recommit r17828. Updated expected outputs.

40 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl32: Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos (+40 -40)
adrpo 2013-10-13 18:37 Rev.: 17667

- last fixes for ExternalMedia
+ fully qualify paths in ClassInf.State
+ do List.unique on records so we don't get duplicates
+ now at least 5 models in ExternalMedia can be compiled
- fix an issue with lookup where path to be looked up
contains the name of the model in the scope we're in.
this fixes instantiation of
ThermoPower.Examples.BraytonCycle.ClosedLoopSimulator,
probably more models in ThemoPower.
added test:
testsuite/flattening/modelica/others/ThermoPower.Examples.BraytonCycle.ClosedLoopSimulator.mos

6 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl32: testquasi.mos (+6 -6)
adrpo 2013-10-08 23:25 Rev.: 17614

- some support for ExternalMedia (some more work is needed for full support)
- add function calls and external function inputs to dependency analysis in element sorting
- use Inst.updateCompeltsMods just in Inst.instElementList2

57 lines of code changed in 3 files:

  • testsuite/flattening/libraries/msl32: Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos (+48 -48), Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos (+8 -8), testquasi.mos (+1 -1)
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/msl32: Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.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

184 lines of code changed in 2 files:

  • testsuite/flattening/libraries/msl32: Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos (+163 -163), Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos (+21 -21)
adrpo 2013-09-21 13:19 Rev.: 17313

- fix bug: #2339
+ add record constructor when you cannot look it up based on the type,
connector ComplexOutput = output Complex will now generate a record constructor.
+ fix some issues in codegen with arrays of records to get the models to work.
- now these models work:
Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta
Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar

- add tests for the models that work now so we don't break them again.
result files/variables are needed for the new ones, not added yet.

12 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl32: testquasi.mos (+12)
sjoelund.se 2013-08-01 18:09 Rev.: 16716

Bump MSL version to RC1 (+1 commit so it parses)

6 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl32: Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos (+6 -6)
sjoelund.se 2013-07-24 11:22 Rev.: 16662

Bump MSL to latest

596 lines of code changed in 2 files:

  • testsuite/flattening/libraries/msl32: Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos (+582 -582), Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos (+14 -14)
lochel 2013-07-16 12:31 Rev.: 16601

- do not collapse (initial) algorithms for dumping

6 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl32: Modelica.Electrical.Digital.Examples.DFFREG.mos (+6)
sjoelund.se 2013-06-27 19:27 Rev.: 16505

Bump MSL to 3.2.1 beta3

15 lines of code changed in 3 files:

  • testsuite/flattening/libraries/msl32: Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos (+12 -12), Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos (+2 -2), testquasi.mos (+1 -1)
adrpo 2013-06-22 00:24 Rev.: 16439

- add derivative functions for:
Modelica.Math.tempInterpol1 -> tempInterpol1_der
Modelica.Math.tempInterpol2 -> tempInterpol2_der
Many thanks to Willi Braun for providing the patch.

70 lines of code changed in 2 files:

  • testsuite/flattening/libraries/msl32: Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos (+35), Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos (+35)
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

15 lines of code changed in 2 files:

  • testsuite/flattening/libraries/msl32: Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos (+8 -8), Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos (+7 -7)
sjoelund.se 2013-05-30 08:28 Rev.: 16157

Bump MSL to version that is MinGW-compatible

39 lines of code changed in 2 files:

  • testsuite/flattening/libraries/msl32: Modelica.Blocks.Examples.Filter.mos (+5 -5), Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos (+34 -27)
adrpo 2013-05-14 01:13 Rev.: 16024

- QUITE SOME CHANGES. Do make clean!
- fix old inst to work with Media and Fluid by default with no flags.
- got rid of some files and some of the error messages
- i will still keep +d=scodeInstShortcut for a while longer until I test more.
- Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos segfaults on Linux, works in Windows,
Modelica.Fluid.Examples.HeatingSystem does not work anymore (NLS problems again) I guess due to parameters moving around.
I will investigate more these issues in the next days.

64 lines of code changed in 4 files:

  • testsuite/flattening/libraries/msl32: Modelica.Electrical.Digital.Examples.DFFREG.mos (+7 -7), Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos (+48 -48), Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos (+8 -8), testquasi.mos (+1 -1)
sjoelund.se 2013-05-06 08:26 Rev.: 15988

Removing warning about fixed parameter without start-value or binding equation since the warning is often wrong. The check should probably be made in the backend if it is needed.

1 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl32: Modelica.Blocks.Examples.Filter.mos (+1 -11)
sjoelund.se 2013-04-29 11:58 Rev.: 15926

Fix eol-style

21 lines of code changed in 2 files:

  • testsuite/flattening/libraries/msl32: testquasi.mo (+20 -19), testquasi.mos (+1)
sjoelund.se 2013-04-25 16:32 Rev.: 15914

Preserve function comments and annotations for external functions

1 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl32: Modelica.Blocks.Examples.Filter.mos (+1 -1)
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.

117 lines of code changed in 2 files:

  • testsuite/flattening/libraries/msl32: Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos (+114 -114), testquasi.mos (+3 -3)
sjoelund.se 2013-04-19 13:05 Rev.: 15863

Bump MSL version

26 lines of code changed in 2 files:

  • testsuite/flattening/libraries/msl32: Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos (+13 -62), Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos (+13 -62)
perost 2013-04-18 20:15 Rev.: 15856

- Updated test cases.

162 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl32: Modelica.Electrical.Digital.Examples.DFFREG.mos (+162 -162)
adrpo 2013-04-17 11:18 Rev.: 15844

- add the test from previous commit to the makefile.

2 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl32: Makefile (+2 -1)
adrpo 2013-04-17 11:15 Rev.: 15843

Fix bug #2139
- better handling of if equations counting
if false then eq; end if;
- add test for it:
testsuite/flattening/libraries/msl32/testquasi.mo
testsuite/flattening/libraries/msl32/testquasi.mos

236 lines of code changed in 2 files:

  • testsuite/flattening/libraries/msl32: testquasi.mo (new 19), testquasi.mos (new 217)
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.

4 lines of code changed in 4 files:

  • testsuite/flattening/libraries/msl32: Modelica.Blocks.Examples.Filter.mos (+1 -1), Modelica.Electrical.Digital.Examples.DFFREG.mos (+1 -1), Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos (+1 -1), Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos (+1 -1)
sjoelund.se 2013-04-09 12:18 Rev.: 15769

Update MSL 3.2.1 to latest revisions. Breaks mainly Media and FundamentalWave (Media should be possible to run with scodeInstShortcut)

38 lines of code changed in 2 files:

  • testsuite/flattening/libraries/msl32: Modelica.Blocks.Examples.Filter.mos (+10 -10), Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos (+28 -19)
sjoelund.se 2013-03-28 23:07 Rev.: 15694

#2129
- Handles some more things when dimension sizes are expressions.
* One thing we now handle is matrix multiplication where dimensions are expressions.
* We also make size(a,2) return the known size of size(a,2), which might be size(a,1). Might help with some matrix stuff in MSL that uses this idiom to tell the compiler the input is a square matrix.

15 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl32: Modelica.Blocks.Examples.Filter.mos (+15 -15)
perost 2013-03-27 13:05 Rev.: 15656

- Added source information to some error messages.

10 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl32: Modelica.Blocks.Examples.Filter.mos (+10 -10)
sjoelund.se 2013-02-18 16:25 Rev.: 15220

Include the MSL 3.2.1 patch for initial equation warning about the new fluid system

14 lines of code changed in 2 files:

  • testsuite/flattening/libraries/msl32: Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos (+12 -36), Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos (+2 -6)
sjoelund.se 2013-02-13 16:16 Rev.: 15164

"StateSelect =" to "stateSelect ="

257 lines of code changed in 2 files:

  • testsuite/flattening/libraries/msl32: Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos (+248 -248), Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos (+9 -9)
sjoelund.se 2013-01-10 10:57 Rev.: 14731

- Force evaluation of fixed=...

48 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl32: Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos (+48 -48)
sjoelund.se 2013-01-07 11:40 Rev.: 14689

- Expected output

1 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl32: Modelica.Blocks.Examples.Filter.mos (+1 -1)
sjoelund.se 2013-01-04 13:12 Rev.: 14666

- Bump MSL version
- Handle "import .A.B.C;" => "import A.B.C;" in Absyn->SCode

168 lines of code changed in 2 files:

  • testsuite/flattening/libraries/msl32: Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos (+144 -144), Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos (+24 -24)
sjoelund.se 2012-12-19 14:18 Rev.: 14467

- Bump MSL version. 4 new failing models to fix before the holidays.

14 lines of code changed in 2 files:

  • testsuite/flattening/libraries/msl32: Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos (+12 -12), Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos (+2 -2)
sjoelund.se 2012-12-15 09:26 Rev.: 14398

- Fix line-endings

1 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl32: Modelica.Electrical.Digital.Examples.DFFREG.mos (+1)
sjoelund.se 2012-12-15 08:46 Rev.: 14395

- Bump MSL version

8 lines of code changed in 2 files:

  • testsuite/flattening/libraries/msl32: Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos (+6 -6), Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos (+2 -2)
adrpo 2012-12-06 22:19 Rev.: 14271

- fix test.

2 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl32: Modelica.Blocks.Examples.Filter.mos (+2 -4)
adrpo 2012-12-03 20:37 Rev.: 14213

- fix changes due to external MSL 3.2.1 update by Martin.

69 lines of code changed in 2 files:

  • testsuite/flattening/libraries/msl32: Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos (+48 -48), Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos (+21 -21)
adrpo 2012-12-02 06:40 Rev.: 14189

- bug #1963 cannot be fixed right now as the fix is breaking too many models.
- to fix this bug we need to know in Static which parameters are final and we have no way of knowing that right now.

5 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl32: Modelica.Electrical.Digital.Examples.DFFREG.mos (+5 -5)
adrpo 2012-12-02 04:53 Rev.: 14188

- second attempt to fix #1963
constant with parameter index -> DO NOT CONSTANT EVALUATE.
this time it should work fine, i even added a test:
testsuite/flattening/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREG.mos

Static.mo
- use the subscripts constant-ness property more.
Expression.mo
- handle DAE.ENUM_LITERAL in Expression.dimensionSize and Expression.dimensionKnown

- i guess a lot of tests will fail, i'll fix them when i get the result from Hudson

421 lines of code changed in 2 files:

  • testsuite/flattening/libraries/msl32: Makefile (+2 -1), Modelica.Electrical.Digital.Examples.DFFREG.mos (new 419)

(13 more)

Generated by StatSVN 0.7.0