[root]/testsuite/flattening/libraries/msl31/multibody/loops
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 202 (100.0%) | 51194 (100.0%) | 253.4 |
alash325 | 36 (17.8%) | 19408 (37.9%) | 539.1 |
sjoelund.se | 72 (35.6%) | 15735 (30.7%) | 218.5 |
adrpo | 46 (22.8%) | 12139 (23.7%) | 263.8 |
perost | 34 (16.8%) | 3116 (6.1%) | 91.6 |
mahge930 | 9 (4.5%) | 766 (1.5%) | 85.1 |
vitalij | 5 (2.5%) | 30 (0.1%) | 6.0 |
- 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 12 files:
- expected results after revert of r17842
766 lines of code changed in 9 files:
Recommit r17828. Updated expected outputs.
766 lines of code changed in 9 files:
- 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
9 lines of code changed in 9 files:
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
6889 lines of code changed in 9 files:
- added simplify rule
- changed radau output
30 lines of code changed in 5 files:
Move some expressions around when you do simplifications only if this improves the complexity of the expression
329 lines of code changed in 9 files:
- 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.
1 lines of code changed in 1 file:
Preserve function comments and annotations for external functions
36 lines of code changed in 9 files:
Fix for #2159:
- Sort connector components before connecting them, to make sure that their
order doesn't matter.
2073 lines of code changed in 9 files:
- Preserve the comment for the flattened class in the flattened output.
- Don't translate enumeration literals to integers when simplifying asubs.
9 lines of code changed in 9 files:
"StateSelect =" to "stateSelect ="
1983 lines of code changed in 9 files:
Fix tests
8 lines of code changed in 1 file:
Fix tests
8 lines of code changed in 1 file:
Print longer filenames when running the testsuite (no more "which package.mo should I look in?")
8 lines of code changed in 1 file:
- Add parentheses around subscripted expressions in ExpressionDump when needed.
183 lines of code changed in 7 files:
- Force evaluation of fixed=...
474 lines of code changed in 9 files:
- 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.
2237 lines of code changed in 9 files:
- expected output
- remove the merging of modifiers in SCodeAnalyseRedeclare.mo for now as it seems to have some issues with the AVM models.
2237 lines of code changed in 9 files:
#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)
223 lines of code changed in 9 files:
#1931
- Do not scalarize vector equations
+ Except constants, parameters, records, complex types, external objects, and maybe some more
12665 lines of code changed in 11 files:
- 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.
851 lines of code changed in 9 files:
- Fix the damn testsuite
1 lines of code changed in 1 file:
- libraries directory are copied to testsuite/flattening directory + delete simulation files + update Makefile
9704 lines of code changed in 12 files:
- Deleted wrong works
0 lines of code changed in 12 files:
- Restructured testsuite/libraries into testsuite/flattening and testsuite/simualtion
9704 lines of code changed in 12 files: