Directory testsuite/simulation/modelica/built_in_functions/

Directory Created:
2012-12-17 16:05
Total Files:
31
Deleted Files:
0
Lines of Code:
890

[root]/testsuite/simulation/modelica/built_in_functions

Lines of Code

testsuite/simulation/modelica/built_in_functions/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 88 (100.0%) 1025 (100.0%) 11.6
lochel 33 (37.5%) 835 (81.5%) 25.3
cschubert 3 (3.4%) 65 (6.3%) 21.6
sjoelund.se 32 (36.4%) 60 (5.9%) 1.8
hudson 11 (12.5%) 44 (4.3%) 4.0
wbraun 5 (5.7%) 14 (1.4%) 2.8
jfrenkel 4 (4.5%) 7 (0.7%) 1.7

Most Recent Commits

sjoelund.se 2015-02-25 00:47 Rev.: 24755

Fix parsing

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/built_in_functions: MeasureTime.mo (+1 -1)
wbraun 2015-02-04 13:10 Rev.: 24397

- fix the huge linear solver failings output

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/built_in_functions: DummyDerMatching.mos (+1 -2)
wbraun 2015-02-03 17:51 Rev.: 24387

- switch the linear solver, to lapack with totalpivot as fallback

8 lines of code changed in 1 file:

  • testsuite/simulation/modelica/built_in_functions: DummyDerMatching.mos (+8 -6)
sjoelund.se 2014-11-05 15:00 Rev.: 23205

Add SerializeModelInfo (JSON) version to the compiler, using +d=modelInfoJSON
- JSON is faster to generate and parse than the XML format (roughly 10 seconds saved for running the testsuite)
- Not enabled by default since:
- OMEdit needs to fully support it
- 1 test fails with different results: fmi/ModelExchange/2.0/HelloFMIWorldEvent.mos

3 lines of code changed in 1 file:

  • testsuite/simulation/modelica/built_in_functions: MeasureTime.mos (+3 -1)
sjoelund.se 2014-06-13 15:53 Rev.: 21102

Expected output

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/built_in_functions: Compare.mos (+1 -1)
lochel 2014-05-30 16:04 Rev.: 20907

- workaround for builtin functions that are impure, but not marked as impure
- expected output (revert some bad changes from r20848)

3 lines of code changed in 1 file:

  • testsuite/simulation/modelica/built_in_functions: Delay.mos (+3 -3)
lochel 2014-05-30 10:25 Rev.: 20900

- expected output (revert some bad changes from r20848)

2 lines of code changed in 1 file:

  • testsuite/simulation/modelica/built_in_functions: TwoRateSampler.mos (+2 -2)
hudson 2014-05-28 10:55 Rev.: 20865

[Janitor mode] Set auto-props

18 lines of code changed in 2 files:

  • testsuite/simulation/modelica/built_in_functions: Compare.mo (+17 -16), Compare.mos (+1)
cschubert 2014-05-28 10:54 Rev.: 20864

make SimulationResultsCmp fail, if a variable has not been found and add a test for it
also add a test for constant singular linear systems which are consistent (or inconsistent) - currently both fail in omc

65 lines of code changed in 3 files:

  • testsuite/simulation/modelica/built_in_functions: Compare.mo (new 16), Compare.mos (new 48), Makefile (+1)
lochel 2014-05-27 11:24 Rev.: 20848

- attempt to improve r20789 (don't handle impure functions as constant)

8 lines of code changed in 2 files:

  • testsuite/simulation/modelica/built_in_functions: Delay.mos (+5 -5), TwoRateSampler.mos (+3 -3)
sjoelund.se 2014-04-29 10:59 Rev.: 20301

- Change +d=measureTime to +profiling=none,blocks,all,blocks+html
- Code generation switches between blocks and all equations
- rtclock.h can now keep track of the overhead of calling the tick and tock (used to reduce the cost of very simple equations)
- Handle assert(false) as the only statement in a function (skip reporting unassigned values)
- Remove inline equations from the runtime
- Started using the enumeration instead of integer constants all over the simulation runtime
- Skip displaying non-linear equations in both top-level and as a child in the OMEdit transformations browser

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/built_in_functions: MeasureTime.mos (+1 -1)
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

17 lines of code changed in 13 files:

  • testsuite/simulation/modelica/built_in_functions: BuiltinMath.mos (+1 -1), Delay.mos (+1 -1), DummyDerMatching.mos (+1 -1), Epidemics1.mos (+1 -1), HydrogenIodide.mos (+1 -1), Identity.mos (+1 -1), LotkaVolterra.mos (+1 -1), MeasureTime.mos (+5 -2), SemiLinear.mos (+1 -1), Sign.mos (+1 -1), Time.mos (+1 -1), TwoRateSampler.mos (+1 -1), dertest.mos (+1 -1)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

20 lines of code changed in 8 files:

  • testsuite/simulation/modelica/built_in_functions: BuiltinMath.mo (+2 -2), Epidemics1.mo (+3 -3), HydrogenIodide.mo (+2 -2), LotkaVolterra.mo (+2 -2), SemiLinear.mo (+1 -1), TooManyPointsBug.mo (+1 -1), TwoRateSampler.mo (+8 -8), dertest.mo (+1 -1)
wbraun 2013-06-18 21:08 Rev.: 16387

#1515
#2237
- fixed handling of Modelica asserts by using setjmp and longjmp
- added three different layers for exceptions: SIMULATION,INTEGRATOR,NONLINEARSOLVER
- integrator tries to handle asserts by reducing the step-size
- default non-linear solver tries to handle asserts by vary iteration variables
- added and modified related tests

5 lines of code changed in 3 files:

  • testsuite/simulation/modelica/built_in_functions: BuiltinMath.mo (+2 -2), BuiltinMath.mos (+2 -2), TwoRateSampler.mo (+1 -1)
sjoelund.se 2013-05-02 21:17 Rev.: 15963

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

6 lines of code changed in 1 file:

  • testsuite/simulation/modelica/built_in_functions: TwoRateSampler.mo (+6 -6)
hudson 2013-05-02 20:46 Rev.: 15962

[Janitor mode] Fix tabs

6 lines of code changed in 1 file:

  • testsuite/simulation/modelica/built_in_functions: TwoRateSampler.mo (+6 -6)
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

21 lines of code changed in 12 files:

  • testsuite/simulation/modelica/built_in_functions: BuiltinMath.mos (+1 -1), Delay.mos (+4 -4), DummyDerMatching.mos (+5 -5), Epidemics1.mos (+1 -1), HydrogenIodide.mos (+1 -1), Identity.mos (+1 -1), LotkaVolterra.mos (+1 -1), SemiLinear.mos (+1 -1), Sign.mos (+1 -1), Time.mos (+1 -1), TwoRateSampler.mos (+1 -1), dertest.mos (+3 -3)
sjoelund.se 2013-02-21 20:37 Rev.: 15262

Changed MeasureTime.mos to not consider gnuplot warnings

9 lines of code changed in 1 file:

  • testsuite/simulation/modelica/built_in_functions: MeasureTime.mos (+9 -12)
sjoelund.se 2013-02-06 17:03 Rev.: 15072

- Tiny update. It won't break anything. I promise.
- Moved some of the debug information to reading the generated xml-file instead of compiling it into the C-code
- TODO: Read the names of all systems, instead of only nonlinear. Populate the FILE_INFO, etc

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/built_in_functions: MeasureTime.mos (+1 -1)
jfrenkel 2013-01-09 12:42 Rev.: 14721

- workaround for initialsystem to handle dynamic pivot better
ToDo: reimplement initialization of simulation runtime for symbolic initial system

4 lines of code changed in 1 file:

  • testsuite/simulation/modelica/built_in_functions: DummyDerMatching.mos (+4 -8)
jfrenkel 2013-01-08 18:40 Rev.: 14711

- expected output

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/built_in_functions: MeasureTime.mos (+1 -1)
jfrenkel 2012-12-18 17:50 Rev.: 14451

- fix test

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/built_in_functions: DummyDerMatching.mos (+1)
jfrenkel 2012-12-18 15:29 Rev.: 14448

- add StateSets to BackendDAE.EqSystem

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/built_in_functions: DummyDerMatching.mos (+1)
lochel 2012-12-17 16:05 Rev.: 14425

- move some tests

822 lines of code changed in 29 files:

  • testsuite/simulation/modelica/built_in_functions: BuiltinMath.mo (new 20), BuiltinMath.mos (new 43), Delay.mo (new 11), Delay.mos (new 28), DummyDerMatching.mo (new 12), DummyDerMatching.mos (new 32), Epidemics1.mo (new 40), Epidemics1.mos (new 63), HydrogenIodide.mo (new 33), HydrogenIodide.mos (new 56), Identity.mo (new 6), Identity.mos (new 23), LotkaVolterra.mo (new 32), LotkaVolterra.mos (new 49), Makefile (new 67), MeasureTime.mo (new 17), MeasureTime.mos (new 23), SemiLinear.mo (new 10), SemiLinear.mos (new 21), Sign.mo (new 21), Sign.mos (new 30), Time.mo (new 18), Time.mos (new 22), TooManyPointsBug.mo (new 6), TooManyPointsBug.mos (new 18), TwoRateSampler.mo (new 51), TwoRateSampler.mos (new 35), dertest.mo (new 8), dertest.mos (new 27)
Generated by StatSVN 0.7.0