Directory testsuite/flattening/libraries/msl31/multibody/systems/

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/systems

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 26 (100.0%) 2968 (100.0%) 114.1
alash325 6 (23.1%) 1030 (34.7%) 171.6
sjoelund.se 9 (34.6%) 1022 (34.4%) 113.5
adrpo 7 (26.9%) 696 (23.5%) 99.4
perost 3 (11.5%) 165 (5.6%) 55.0
mahge930 1 (3.8%) 55 (1.9%) 55.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/systems: Makefile (del), RobotR3.mos (del)
adrpo 2013-10-24 15:41 Rev.: 17871

- expected results after revert of r17842

55 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/systems: RobotR3.mos (+55 -55)
mahge930 2013-10-23 13:33 Rev.: 17842

Recommit r17828. Updated expected outputs.

55 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/systems: RobotR3.mos (+55 -55)
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

56 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/systems: RobotR3.mos (+56 -56)
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/systems: RobotR3.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

212 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/systems: RobotR3.mos (+212 -212)
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 1 file:

  • testsuite/flattening/libraries/msl31/multibody/systems: RobotR3.mos (+15 -15)
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.

56 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/systems: RobotR3.mos (+56 -56)
sjoelund.se 2013-04-25 16:32 Rev.: 15914

Preserve function comments and annotations for external functions

5 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/systems: RobotR3.mos (+5 -5)
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.

114 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/systems: RobotR3.mos (+114 -114)
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.

2 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/systems: RobotR3.mos (+2 -2)
sjoelund.se 2013-02-13 16:16 Rev.: 15164

"StateSelect =" to "stateSelect ="

257 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/systems: RobotR3.mos (+257 -257)
sjoelund.se 2013-01-10 10:57 Rev.: 14731

- Force evaluation of fixed=...

48 lines of code changed in 1 file:

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

158 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/systems: RobotR3.mos (+158 -158)
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.

158 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/systems: RobotR3.mos (+158 -158)
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)

11 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/systems: RobotR3.mos (+11 -11)
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

685 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/systems: RobotR3.mos (+685 -514)
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.

49 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/systems: RobotR3.mos (+49 -49)
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/systems: Makefile (+1 -1)
alash325 2012-10-03 02:26 Rev.: 13147

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

515 lines of code changed in 2 files:

  • testsuite/flattening/libraries/msl31/multibody/systems: Makefile (new 1), RobotR3.mos (new 514)
alash325 2012-10-01 19:42 Rev.: 13123

- Deleted wrong works

0 lines of code changed in 2 files:

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

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

515 lines of code changed in 2 files:

  • testsuite/flattening/libraries/msl31/multibody/systems: Makefile (new 1), RobotR3.mos (new 514)
Generated by StatSVN 0.7.0