[root]/testsuite/openmodelica/modelicaML
BouncingBallExample
(2 files, 244 lines)
ModelicaMLModel
(1 files, 8 lines)
Design
(2 files, 214 lines)
Requirements
(1 files, 10 lines)
Simulations
(1 files, 10 lines)
TrafficLight
(1 files, 417 lines)
TwoTanksSystemExample
(1 files, 8 lines)
Design
(1 files, 8 lines)
Library
(3 files, 55 lines)
CalculationModels
(3 files, 38 lines)
Two_Tanks_System
(2 files, 31 lines)
Components
(4 files, 634 lines)
Interfaces
(4 files, 40 lines)
Requirements
(3 files, 266 lines)
Simulations
(2 files, 245 lines)
WatchDogSystem
(1 files, 8 lines)
Requirements
(3 files, 370 lines)
SystemDesign
(2 files, 23 lines)
AlarmSystem_Components
(3 files, 444 lines)
Interfaces
(2 files, 20 lines)
SystemSimulations
(3 files, 498 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 55 (100.0%) | 342 (100.0%) | 6.2 |
lochel | 25 (45.5%) | 197 (57.6%) | 7.8 |
alash325 | 2 (3.6%) | 61 (17.8%) | 30.5 |
mahge930 | 6 (10.9%) | 23 (6.7%) | 3.8 |
adrpo | 3 (5.5%) | 19 (5.6%) | 6.3 |
sjoelund.se | 9 (16.4%) | 17 (5.0%) | 1.8 |
wbraun | 7 (12.7%) | 16 (4.7%) | 2.2 |
vitalij | 1 (1.8%) | 4 (1.2%) | 4.0 |
hkiel | 1 (1.8%) | 4 (1.2%) | 4.0 |
perost | 1 (1.8%) | 1 (0.3%) | 1.0 |
- Disabled more bad test cases.
1 lines of code changed in 1 file:
+ Handle nested array types when creating array equations.
+ Correct subscript ordering when expanding crefs.
+ Fix List.combinationMap to properly order combinations and combination lists. Also accumulate the results.
+ Added List.combination.
2 lines of code changed in 1 file:
- update tests
3 lines of code changed in 1 file:
Expected output
2 lines of code changed in 1 file:
- Hanlde multi dimensional array exressions in array equations.
- Fix cref expansions.
2 lines of code changed in 1 file:
- Improve r24961.
12 lines of code changed in 1 file:
Fix #3187 (well, not really)
- re-added support for array equations of the form: der(x_arr) = fcall() * x_arr; in SimCodeUtil.createSingleArrayEqnCode (r24947 changes removed that)
- added test testsuite/simulation/modelica/arrays/Breaker_total.mos
- minor change in Compiler/Template/DAEDumpTpl.tpl
12 lines of code changed in 1 file:
- expected output
2 lines of code changed in 1 file:
- Improved array-equation handling in the backend
- Array equations now contain Exp for lhs
- Fix #3184 again (broke it with r24930)
- Test cases for #3184 and #3188
3 lines of code changed in 1 file:
- Improved handling of slice arrays
- Fixed slice array assignments
- Fix #3184
2 lines of code changed in 1 file:
- update tests
4 lines of code changed in 1 file:
- improved handling of differentiated variable names for symbolic jacobians
2 lines of code changed in 1 file:
expected output
4 lines of code changed in 1 file:
- changed sparsity pattern translation
- moved mapping (BackendVar->SimVar) from runtime to compile time
- added FMI 2.0 modelStructure to SimCode
4 lines of code changed in 1 file:
- #3138: add assertions for not dependent parameters
4 lines of code changed in 1 file:
- expected output
2 lines of code changed in 1 file:
- remove more code for removed numeric initialization
4 lines of code changed in 1 file:
- removed deprecated numeric initialization approach
- removed simflags: "-iom=*" and "-iim=numeric"
- another commit will remove more code that belongs to the numeric initialization approach
15 lines of code changed in 1 file:
- fix SimCode generation for expression like TUPLE() = f().
2 lines of code changed in 1 file:
- exepected output
4 lines of code changed in 1 file:
activated solveSimpleEquations
4 lines of code changed in 1 file:
- fixed #2669.
4 lines of code changed in 1 file:
- update some error messages
4 lines of code changed in 1 file:
- declare numeric initialization as deprecated
130 lines of code changed in 1 file:
- rise priority of imported start attributes compared with bounded start attributes (see #2673)
- disable openmodelica/modelicaML/twotankmodel.mos since it seem to be wrong anyway for a while
4 lines of code changed in 2 files:
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
5 lines of code changed in 5 files:
- count number of discrete reals for simulation runtime
- fix numeric initialization of discrete reals
- update test cases
1 lines of code changed in 1 file:
- revert r16720 because it still causes errors
1 lines of code changed in 1 file:
- recover r16717
1 lines of code changed in 1 file:
- revert last commit until Hudson is at least almost happy
1 lines of code changed in 1 file:
- count number of discrete reals for simulation runtime
- fix numeric initialization of discrete reals
- fix encapsulateWhenConditions (avoid additional initial equations)
- update test cases
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
12 lines of code changed in 4 files:
- revise command line arguments for c-runtime (part one)
2 lines of code changed in 1 file:
- modelicaML tests
10 lines of code changed in 3 files:
- expected output
13 lines of code changed in 1 file:
- expected output
0 lines of code changed in 4 files:
- fix test by using numerical initialization method
0 lines of code changed in 2 files:
- new preOptModule: encapsulateWhenConditions
- this module encapsulates each when-condition in a boolean-variable
- debug-dump with: +d=dumpEncapsulateWhenConditions
2 lines of code changed in 2 files:
--ModelicaML directory is moved from testsuite to openmodelica directory and update Makefile
61 lines of code changed in 2 files: