[root]/testsuite/flattening/modelica/blocks
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 29 (100.0%) | 280 (100.0%) | 9.6 |
alash325 | 20 (69.0%) | 251 (89.6%) | 12.5 |
perost | 3 (10.3%) | 12 (4.3%) | 4.0 |
sjoelund.se | 2 (6.9%) | 9 (3.2%) | 4.5 |
adrpo | 2 (6.9%) | 6 (2.1%) | 3.0 |
vitalij | 1 (3.4%) | 1 (0.4%) | 1.0 |
hudson | 1 (3.4%) | 1 (0.4%) | 1.0 |
Fix for #2806:
- Remove input/output from variables which are not at top-level or inside a
top-level connector.
11 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
- simplify rule x/r = x *(1/r) with test of numerical issues
can someone have a look of
./simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos
1 lines of code changed in 1 file:
- Fix line-endings
1 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.
3 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.
3 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
8 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.
1 lines of code changed in 1 file:
- Moved mofiles to flattening/modelica + grouping them based on language feature tests + update Makefile for modelica asserts(just to check if it works)
250 lines of code changed in 5 files:
- expandable,streams,records ,and redeclare directory from testsuite are moved to ./flattening/modelica plus updated the corresponding Make file
0 lines of code changed in 5 files:
-deleted ./flattening/modelica
1 lines of code changed in 5 files:
- Moved mofiles and record test files to testsuite/flattening/modelica
0 lines of code changed in 5 files: