[root]/testsuite/openmodelica/cppruntime
ReferenceFiles
(2 files, 107 lines)
hpcom
(34 files, 2213 lines)
umfpack
(0 files, 0 lines)
libraries
(0 files, 0 lines)
common
(1 files, 13 lines)
msl31
(54 files, 2091 lines)
msl32
(269 files, 12369 lines)
umfpack
(3 files, 309 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 58 (100.0%) | 189 (100.0%) | 3.2 |
M.Arzt | 11 (19.0%) | 77 (40.7%) | 7.0 |
jfrenkel | 1 (1.7%) | 34 (18.0%) | 34.0 |
sjoelund.se | 18 (31.0%) | 32 (16.9%) | 1.7 |
niklwors | 11 (19.0%) | 15 (7.9%) | 1.3 |
mwalther | 5 (8.6%) | 15 (7.9%) | 3.0 |
hudson | 8 (13.8%) | 8 (4.2%) | 1.0 |
MaEi | 1 (1.7%) | 5 (2.6%) | 5.0 |
adrpo | 1 (1.7%) | 3 (1.6%) | 3.0 |
alash325 | 2 (3.4%) | 0 (0.0%) | 0.0 |
- disable failing tests until niklwors has time to fix them
- update to r146/OpenModelicaExternal
3 lines of code changed in 1 file:
- updated cppruntime tests
--> moved umfpack-test out of hpcom-folder
4 lines of code changed in 1 file:
- reverted the BouncingBall-test
2 lines of code changed in 1 file:
- changed USE_THREADS to USE_PARALLEL_OUTPUT, because otherwise the boost_thread library can not be used by HPCOM
- some updated for the hpcom testsuite
2 lines of code changed in 1 file:
- hpcom tests included into cpp-runtime tests
3 lines of code changed in 1 file:
adapted BouncingBall test and added BouncingBall.mat reference file
repaired the diff file format (.mat back to .csv) in the cpp runtime testsuite msl32
5 lines of code changed in 1 file:
- hpcom tests for the cpp runtime added (they are not included into the hudson-testruns at the moment)
4 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
5 lines of code changed in 5 files:
[Janitor mode] Fix whitespace
6 lines of code changed in 6 files:
fix for cpp runtime tests, changed to cvode solver
5 lines of code changed in 3 files:
added time events in cpp template for sample function
BouncingBall test use CVode solver now
1 lines of code changed in 1 file:
solver method passed to the cpp runtime, (using cvode instead of dassl)
6 lines of code changed in 3 files:
changed number of intervalls in BouncingBall.mos test file
1 lines of code changed in 1 file:
-adapted test file BouncingBall.mos
2 lines of code changed in 1 file:
- add tests for FMU C++ target
2 lines of code changed in 1 file:
- C++ Target and SimulationRuntime: add return value to "update" and "handleSystemEvents" which indicates if an state variable had been reinitialized.
2 lines of code changed in 2 files:
- fmu export for c++ target, minor chances, make it compile with mingw on windows
8 lines of code changed in 4 files:
[Janitor mode] Set auto-props
2 lines of code changed in 2 files:
- improvements and fixes for FMU C++ target
- fixed broken number of zerocrossing functions in model description
- add support for algebraic loops
- add some tests
60 lines of code changed in 3 files:
- Compiler/Template/CodegenCpp.mo:
- Add "giveConditions" function to C++ Target again.
- Add a call to "saveAll()" within Event-Iteration this will make Modelica
"pre()" Operator act more like discribed in Modelica Specification.
- SimulationRuntime/cpp:
- moved AlgLoopSolverFactory.h to the more public Include directory.
- Bug fixes and updates too the FMU C++ Target.
5 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
3 lines of code changed in 3 files:
- Fix some tests by making the path for the Absyn.INFO not be testsuite friendly (so we can use the absolute path, etc)
- Some other tests might break because of this change (readonly/writeable?)
7 lines of code changed in 3 files:
Always use full pathnames for file info of parsed files
12 lines of code changed in 5 files:
- Changed translateModel to return a Boolean instead of text that is hard to parse
- Changed compareSimulationResults to return an array of strings instead of sometimes a string and sometimes a list of strings
4 lines of code changed in 1 file:
Added comparison of simulation results for BouncingBall test
0 lines of code changed in 2 files:
- svn eol-style
1 lines of code changed in 1 file:
- avalute also parameters with start value and final=true
- start to implement fmu export for cpp runtime
34 lines of code changed in 1 file:
- Deleted mosfiles-nosim form SVN since it has already moved to flattening/modelica
0 lines of code changed in 2 files: