[root]/testsuite/flattening/libraries/msl31/multibody/rotational3deffects
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 |
- 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:
- expected results after revert of r17842
166 lines of code changed in 4 files:
Recommit r17828. Updated expected outputs.
166 lines of code changed in 4 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
4 lines of code changed in 4 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
2330 lines of code changed in 4 files:
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:
Preserve function comments and annotations for external functions
16 lines of code changed in 4 files:
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:
- 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:
"StateSelect =" to "stateSelect ="
260 lines of code changed in 4 files:
- Add parentheses around subscripted expressions in ExpressionDump when needed.
18 lines of code changed in 2 files:
- Force evaluation of fixed=...
54 lines of code changed in 4 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.
259 lines of code changed in 4 files:
- 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:
#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:
#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:
- 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:
- 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
3216 lines of code changed in 5 files:
- Deleted wrong works
0 lines of code changed in 5 files:
- Restructured testsuite/libraries into testsuite/flattening and testsuite/simualtion
3216 lines of code changed in 5 files: