Directory testsuite/openmodelica/cppruntime/

Total Files:
10
Deleted Files:
0
Lines of Code:
318

[root]/testsuite/openmodelica/cppruntime
                directory in repo ReferenceFiles (2 files, 107 lines)
                directory in repo hpcom (34 files, 2213 lines)
                    Folder removed from repo umfpack (0 files, 0 lines)
                directory in repo libraries (0 files, 0 lines)
                    directory in repo common (1 files, 13 lines)
                    directory in repo msl31 (54 files, 2091 lines)
                    directory in repo msl32 (269 files, 12369 lines)
                directory in repo umfpack (3 files, 309 lines)

Lines of Code

testsuite/openmodelica/cppruntime/ Lines of Code

Developers

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

Most Recent Commits

adrpo 2015-04-10 20:24 Rev.: 25502

- disable failing tests until niklwors has time to fix them
- update to r146/OpenModelicaExternal

3 lines of code changed in 1 file:

  • testsuite/openmodelica/cppruntime: Makefile (+3 -3)
mwalther 2014-09-11 10:37 Rev.: 22264

- updated cppruntime tests
--> moved umfpack-test out of hpcom-folder

4 lines of code changed in 1 file:

  • testsuite/openmodelica/cppruntime: Makefile (+4)
mwalther 2014-08-20 14:15 Rev.: 21928

- reverted the BouncingBall-test

2 lines of code changed in 1 file:

  • testsuite/openmodelica/cppruntime: BouncingBall.mos (+2 -2)
mwalther 2014-08-20 13:45 Rev.: 21926

- 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:

  • testsuite/openmodelica/cppruntime: BouncingBall.mos (+2 -2)
mwalther 2014-08-06 09:13 Rev.: 21770

- hpcom tests included into cpp-runtime tests

3 lines of code changed in 1 file:

  • testsuite/openmodelica/cppruntime: Makefile (+3)
MaEi 2014-07-29 11:31 Rev.: 21655

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:

  • testsuite/openmodelica/cppruntime: BouncingBall.mos (+5 -5)
mwalther 2014-07-24 10:43 Rev.: 21606

- 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:

  • testsuite/openmodelica/cppruntime: Makefile (+4 -2)
sjoelund.se 2014-04-24 13:59 Rev.: 20251

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:

  • testsuite/openmodelica/cppruntime: BouncingBall.mos (+1 -1), BouncingBallFMI.mos (+1 -1), WhenStatement1.mos (+1 -1), WhenStatement1FMI.mos (+1 -1), tearnonlin1.mos (+1 -1)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

6 lines of code changed in 6 files:

  • testsuite/openmodelica/cppruntime: BouncingBall.mo (new), WhenStatement1.mo (+3 -3), tearnonlin1.mo (new)
niklwors 2013-09-24 12:55 Rev.: 17351

fix for cpp runtime tests, changed to cvode solver

5 lines of code changed in 3 files:

  • testsuite/openmodelica/cppruntime: BouncingBall.mos (+1 -1), WhenStatement1.mos (+2 -2), tearnonlin1.mos (+2 -2)
niklwors 2013-09-24 11:40 Rev.: 17340

added time events in cpp template for sample function
BouncingBall test use CVode solver now

1 lines of code changed in 1 file:

  • testsuite/openmodelica/cppruntime: BouncingBall.mos (+1 -1)
niklwors 2013-09-12 15:11 Rev.: 17203

solver method passed to the cpp runtime, (using cvode instead of dassl)

6 lines of code changed in 3 files:

  • testsuite/openmodelica/cppruntime: BouncingBall.mos (+2 -2), WhenStatement1.mos (+2 -2), tearnonlin1.mos (+2 -2)
niklwors 2013-09-10 13:08 Rev.: 17160

changed number of intervalls in BouncingBall.mos test file

1 lines of code changed in 1 file:

  • testsuite/openmodelica/cppruntime: BouncingBall.mos (+1 -1)
niklwors 2013-09-10 13:01 Rev.: 17159

-adapted test file BouncingBall.mos

2 lines of code changed in 1 file:

  • testsuite/openmodelica/cppruntime: BouncingBall.mos (+2 -2)
M.Arzt 2013-08-05 12:56 Rev.: 16736

- add tests for FMU C++ target

2 lines of code changed in 1 file:

  • testsuite/openmodelica/cppruntime: Makefile (+2 -3)
M.Arzt 2013-08-05 12:49 Rev.: 16735

- 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:

  • testsuite/openmodelica/cppruntime: WhenStatement1FMI.mos (+1 -1), tearnonlin1FMI.mos (+1 -1)
M.Arzt 2013-07-24 16:59 Rev.: 16669

- fmu export for c++ target, minor chances, make it compile with mingw on windows

8 lines of code changed in 4 files:

  • testsuite/openmodelica/cppruntime: BouncingBallFMI.mos (+1 -1), Makefile (+5), WhenStatement1FMI.mos (+1 -1), tearnonlin1FMI.mos (+1 -1)
hudson 2013-07-10 19:57 Rev.: 16574

[Janitor mode] Set auto-props

2 lines of code changed in 2 files:

  • testsuite/openmodelica/cppruntime: WhenStatement1FMI.mos (+1), tearnonlin1FMI.mos (+1)
M.Arzt 2013-07-10 19:55 Rev.: 16573

- 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:

  • testsuite/openmodelica/cppruntime: BouncingBallFMI.mos (+2 -1), WhenStatement1FMI.mos (new 36), tearnonlin1FMI.mos (new 22)
M.Arzt 2013-05-03 22:25 Rev.: 15978

- 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:

  • testsuite/openmodelica/cppruntime: BouncingBallFMI.mos (+5 -4)
sjoelund.se 2013-04-29 13:04 Rev.: 15927

#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:

  • testsuite/openmodelica/cppruntime: BouncingBall.mos (+1 -1), WhenStatement1.mos (+1 -1), tearnonlin1.mos (+1 -1)
sjoelund.se 2013-02-07 23:44 Rev.: 15099

- 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:

  • testsuite/openmodelica/cppruntime: BouncingBall.mos (+3 -4), WhenStatement1.mos (+2 -3), tearnonlin1.mos (+2 -3)
sjoelund.se 2013-02-07 16:16 Rev.: 15085

Always use full pathnames for file info of parsed files

12 lines of code changed in 5 files:

  • testsuite/openmodelica/cppruntime: BouncingBall.mos (+4 -3), WhenStatement1.mos (+4 -3), tearnonlin1.mos (new)
sjoelund.se 2013-01-15 08:52 Rev.: 14776

- 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:

  • testsuite/openmodelica/cppruntime: BouncingBall.mos (+4 -4)
niklwors 2012-11-22 13:56 Rev.: 14018

Added comparison of simulation results for BouncingBall test

0 lines of code changed in 2 files:

  • testsuite/openmodelica/cppruntime: BouncingBall.mos (new)
sjoelund.se 2012-11-19 17:21 Rev.: 13966

- svn eol-style

1 lines of code changed in 1 file:

  • testsuite/openmodelica/cppruntime: BouncingBallFMI.mos (+1)
jfrenkel 2012-11-02 22:04 Rev.: 13776

- 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:

  • testsuite/openmodelica/cppruntime: BouncingBallFMI.mos (new 34)
alash325 2012-10-13 18:12 Rev.: 13370

- Deleted mosfiles-nosim form SVN since it has already moved to flattening/modelica

0 lines of code changed in 2 files:

  • testsuite/openmodelica/cppruntime: Makefile (changed)
Generated by StatSVN 0.7.0