[root]/testsuite/flattening/libraries/msl31/multibody/checkingModels
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 |
- 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:
- expected results after revert of r17842
48 lines of code changed in 1 file:
Recommit r17828. Updated expected outputs.
48 lines of code changed in 1 file:
- 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:
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:
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:
Preserve function comments and annotations for external functions
4 lines of code changed in 1 file:
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:
- 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 ="
25 lines of code changed in 1 file:
Fix tests
6 lines of code changed in 1 file:
Fix tests
6 lines of code changed in 1 file:
Print longer filenames when running the testsuite (no more "which package.mo should I look in?")
6 lines of code changed in 1 file:
- Add parentheses around subscripted expressions in ExpressionDump when needed.
3 lines of code changed in 1 file:
- Force evaluation of fixed=...
6 lines of code changed in 1 file:
- expected output due to added line numbers for missing inner messages.
6 lines of code changed in 1 file:
- 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:
- 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:
#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:
- expected output
6 lines of code changed in 1 file:
#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:
- 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:
- Fix the damn testsuite
2 lines of code changed in 1 file:
- libraries directory are copied to testsuite/flattening directory + delete simulation files + update Makefile
1573 lines of code changed in 2 files:
- Deleted wrong works
0 lines of code changed in 2 files:
- Restructured testsuite/libraries into testsuite/flattening and testsuite/simualtion
1573 lines of code changed in 2 files: