Directory testsuite/simulation/modelica/records/

Directory Created:
2012-10-12 13:09
Total Files:
5
Deleted Files:
0
Lines of Code:
3213

[root]/testsuite/simulation/modelica/records

Lines of Code

testsuite/simulation/modelica/records/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 20 (100.0%) 3647 (100.0%) 182.3
adrpo 4 (20.0%) 3092 (84.8%) 773.0
perost 1 (5.0%) 265 (7.3%) 265.0
alash325 3 (15.0%) 136 (3.7%) 45.3
vitalij 6 (30.0%) 115 (3.2%) 19.1
hudson 1 (5.0%) 33 (0.9%) 33.0
sjoelund.se 5 (25.0%) 6 (0.2%) 1.2

Most Recent Commits

vitalij 2014-11-28 21:39 Rev.: 23592

ExpressionSimplify:
- improved log and exp rules
- exp(e*log(x)) -> exp(...*log(x)*...)
- log(1/x) -> -log(x)
log(sqrt(x)) -> 1/2*log(x)

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/records: ATotal.mos (+1 -1)
sjoelund.se 2014-09-09 15:01 Rev.: 22221

#2786
- Fix code generation for multiple iterators (threaded)
- Ceval constant function calls in the front-end

0 lines of code changed in 1 file:

  • testsuite/simulation/modelica/records: ATotal.mos (-9)
vitalij 2014-08-19 14:57 Rev.: 21914

added simplify rule

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/records: ATotal.mos (+1 -1)
vitalij 2014-08-06 10:38 Rev.: 21775

added rule x/(r*y) => (1/r)*x/y

36 lines of code changed in 1 file:

  • testsuite/simulation/modelica/records: ATotal.mos (+36 -36)
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

3 lines of code changed in 2 files:

  • testsuite/simulation/modelica/records: ATotal.mos (+1 -1), InOutRecord.mos (+2 -2)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

33 lines of code changed in 1 file:

  • testsuite/simulation/modelica/records: ATotal.mo (+33 -33)
vitalij 2014-03-25 11:46 Rev.: 19730

- added rule for sqrt(c*e) => c1*sqrt(e)

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/records: ATotal.mos (+1 -1)
vitalij 2014-02-16 18:48 Rev.: 19130

- new simplify rule for a + (-b)/x = a - b/x

7 lines of code changed in 1 file:

  • testsuite/simulation/modelica/records: ATotal.mos (+7 -7)
vitalij 2014-02-14 00:04 Rev.: 19111

- simplify rule x/r = x *(1/r) with test of numerical issues
can someone have a look of
./simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos

69 lines of code changed in 1 file:

  • testsuite/simulation/modelica/records: ATotal.mos (+69 -69)
perost 2014-02-06 14:49 Rev.: 18996

- Changed DAEDump to always print out modifications after the variable name
instead of after the type name.

265 lines of code changed in 1 file:

  • testsuite/simulation/modelica/records: ATotal.mos (+265 -265)
adrpo 2013-12-17 12:42 Rev.: 18500

- Fix for #2519
- added the test from the ticket too

3082 lines of code changed in 3 files:

  • testsuite/simulation/modelica/records: ATotal.mo (new 1759), ATotal.mos (new 1321), Makefile (+2 -1)
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

2 lines of code changed in 1 file:

  • testsuite/simulation/modelica/records: InOutRecord.mos (+2 -2)
sjoelund.se 2012-12-15 09:26 Rev.: 14398

- Fix line-endings

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/records: Makefile (+1)
adrpo 2012-10-19 16:49 Rev.: 13502

- add start value selection (startOrigin) testing.
simulation/modelica/start_value_selection
- more error checking in simulation/modelica/records/InOutRecord.mos

10 lines of code changed in 1 file:

  • testsuite/simulation/modelica/records: InOutRecord.mos (+10 -6)
alash325 2012-10-12 13:09 Rev.: 13337

- Mosfiles are copied to different directories under simulation/modelica
- Create Makefile for each directories
- Updated testsuite/Makefile

136 lines of code changed in 3 files:

  • testsuite/simulation/modelica/records: InOutRecord.mo (new 36), InOutRecord.mos (new 46), Makefile (new 54)
Generated by StatSVN 0.7.0