[root]/testsuite/simulation/modelica/external_functions
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 132 (100.0%) | 4323 (100.0%) | 32.7 |
adrpo | 8 (6.1%) | 2284 (52.8%) | 285.5 |
lochel | 34 (25.8%) | 1068 (24.7%) | 31.4 |
hudson | 30 (22.7%) | 351 (8.1%) | 11.7 |
perost | 12 (9.1%) | 246 (5.7%) | 20.5 |
sjoelund.se | 36 (27.3%) | 198 (4.6%) | 5.5 |
wbraun | 4 (3.0%) | 165 (3.8%) | 41.2 |
niklwors | 6 (4.5%) | 8 (0.2%) | 1.3 |
adeas31 | 1 (0.8%) | 2 (0.0%) | 2.0 |
mahge930 | 1 (0.8%) | 1 (0.0%) | 1.0 |
- Expected output.
2 lines of code changed in 1 file:
Fix parsing
3 lines of code changed in 2 files:
Fix assertion output (uses the API for log messages)
2 lines of code changed in 1 file:
- use long instead of int as it works fine for both 32 and 64 bit until #3071 is fixed
2 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
273 lines of code changed in 1 file:
- avoid min/max interval warnings (doesn't seem to work properly for integer variables)
22 lines of code changed in 2 files:
- update test, val(integer variable, time) does not seem to return correct values
3 lines of code changed in 1 file:
- fix sending constant strings to external functions
- added test for ExternalMedia model: testsuite/simulation/modelica/external_functions/ts.mos
2257 lines of code changed in 3 files:
[Janitor mode] Set auto-props
1 lines of code changed in 1 file:
- added flag for SKF TLM Master Solver Interface.
165 lines of code changed in 3 files:
#2817 Handle unknown dimensions better when initializing a function variable from a binding
131 lines of code changed in 3 files:
#2786
- Fix code generation for multiple iterators (threaded)
- Ceval constant function calls in the front-end
2 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
9 lines of code changed in 1 file:
[Janitor mode] Set auto-props
3 lines of code changed in 3 files:
Fix for #2720:
- Call external object constructors in the order as they are defined in.
94 lines of code changed in 3 files:
Add depends: flag to mos-files for external dependencies
7 lines of code changed in 3 files:
Change Error_rml to do the same thing Error_omc does (it works as long as you call the functions through dynload)
3 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
11 lines of code changed in 9 files:
[Janitor mode] Fix whitespace
46 lines of code changed in 7 files:
[Janitor mode] Set auto-props
3 lines of code changed in 3 files:
Fix for #2556:
- Implemented support for qualified crefs as external function arguments.
- Removed Static.isTuple (duplicate of Types.isTuple).
79 lines of code changed in 4 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'''''
12 lines of code changed in 3 files:
Fix the ModelicaUtilities.h test
2 lines of code changed in 1 file:
+ Update include paths for FMI/FMU and bootstrapping.
1 lines of code changed in 1 file:
-reverted accidentally committed files
4 lines of code changed in 3 files:
-separated initialization of cpp Modelica system in extra class
4 lines of code changed in 3 files:
- change warnings
1 lines of code changed in 1 file:
- add notification for suppressed warnings of the initialization
2 lines of code changed in 1 file:
Verify that external object constructors are called with parameter input in model context (and evaluate them as far as possible since otherwise we have problems)
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
4 lines of code changed in 2 files:
[Janitor mode] Fix tabs
4 lines of code changed in 2 files:
[Janitor mode] Set auto-props
12 lines of code changed in 12 files:
#1863 Removed simulation options noClean and storeInTemp since they do not work and there are no tests for them
17 lines of code changed in 6 files:
Fix eol-style
2 lines of code changed in 2 files:
Fix for #2056:
- Use 32-bit integer arrays for external fortran functions.
- Added test case LapackInverse, and removed incomplete and broken test case
JoinThreeVectors2.
73 lines of code changed in 5 files:
#2021
- removed second call of symbolic initialization.
- fixes #2021, but break two other tests, which
will be fixed, when help-vars for algorithm
are finally removed.
0 lines of code changed in 1 file:
- continue removing helpVars
- when-coditions are checked without using helpVars anymore (c runtime)
- testsuite/simulation/modelica/initialization/gaspropreties.mos fails, because updateDiscreteSystem is called before the symbolic initialization is done. This is related to some kind of annoying workaround and will hopefully removed soon.
0 lines of code changed in 1 file:
- Some expected output
- Moved API test from flattening...
1 lines of code changed in 1 file:
- move some tests
1065 lines of code changed in 31 files: