[root]/testsuite/flattening/libraries/msl31/multibody/systems
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 |
- 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
55 lines of code changed in 1 file:
Recommit r17828. Updated expected outputs.
55 lines of code changed in 1 file:
- 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:
- 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
212 lines of code changed in 1 file:
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:
- 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:
Preserve function comments and annotations for external functions
5 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.
114 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.
2 lines of code changed in 1 file:
"StateSelect =" to "stateSelect ="
257 lines of code changed in 1 file:
- Force evaluation of fixed=...
48 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.
158 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.
158 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)
11 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
685 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.
49 lines of code changed in 1 file:
- 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
515 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
515 lines of code changed in 2 files: