[root]/testsuite/simulation/modelica/packages
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 21 (100.0%) | 270 (100.0%) | 12.8 |
alash325 | 5 (23.8%) | 237 (87.8%) | 47.4 |
adrpo | 3 (14.3%) | 11 (4.1%) | 3.6 |
sjoelund.se | 7 (33.3%) | 8 (3.0%) | 1.1 |
lochel | 3 (14.3%) | 8 (3.0%) | 2.6 |
hudson | 3 (14.3%) | 6 (2.2%) | 2.0 |
Fix bug: #2854 (do scope versioning also in the top scope, but not for builtin classes and builtin types)
- note that flattening/modelica/declarations/Constant12.mo is actually correct now,
see m:#1397, well, except for the fact that it should tell that A.y does not have a binding
6 lines of code changed in 1 file:
Replace measureTime=true with +d=measureTime in buildModel/etc
- Fix code generation for profiling of function calls (was disabled)
- Fix the counter for number of profiling blocks so the profiling now includes the measured blocks again
2 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
5 lines of code changed in 2 files:
Changing the way functions are generated
- No struct is returned. Outputs 2..n are passed by reference
- We could implement isPresent in code generation if we wanted to now (but it was removed in Modelica 3.0)
- Many array functions now take a value as input instead of pointer
- Since we no longer generate a temporary for all called functions, we cannot pass the pointer of a temporary to the function
- Most of the simple array functions should be inlined or macro'd and common functions moved to base_array.h
- Fewer temporaries should be generated now. The compressed tarball is ~20% smaller
- NORETCALL statements in match-expressions now remove statements without effect (`_ := boolAnd()` and the like can be optimized away)
'''''Do make clean, especially if using 32-bit omc'''''
2 lines of code changed in 1 file:
- fix #2566
4 lines of code changed in 1 file:
More heuristics for #2566
- if fixed=false, no start value, and a binding -> give a warning and use the binding as start value
- if fixed=false, a start value, and a binding -> give a warning, use the start value and ignore the binding
4 lines of code changed in 1 file:
- fix warning
1 lines of code changed in 1 file:
- expected output
3 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
1 lines of code changed in 1 file:
Revert r15962 (accidently replaced 8 spaces with 2 spaces; was supposed to be 1 tab to 2 spaces but text editors messed up the command)
Contact me if you have problems merging your working copy
1 lines of code changed in 1 file:
[Janitor mode] Fix tabs
1 lines of code changed in 1 file:
#1863 Removed simulation options noClean and storeInTemp since they do not work and there are no tests for them
2 lines of code changed in 2 files:
- Fix line-endings
1 lines of code changed in 1 file:
- Mosfiles are copied to different directories under simulation/modelica
- Create Makefile for each directories
- Updated testsuite/Makefile
237 lines of code changed in 5 files: