Directory testsuite/simulation/modelica/packages/

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

[root]/testsuite/simulation/modelica/packages

Lines of Code

testsuite/simulation/modelica/packages/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 21 (100.0%) 270 (100.0%) 12.8
alash325 5 (23.8%) 237 (87.8%) 47.4
adrpo 3 (14.3%) 11 (4.1%) 3.6
sjoelund.se 7 (33.3%) 8 (3.0%) 1.1
lochel 3 (14.3%) 8 (3.0%) 2.6
hudson 3 (14.3%) 6 (2.2%) 2.0

Most Recent Commits

adrpo 2014-09-30 16:29 Rev.: 22515

Fix bug: #2854 (do scope versioning also in the top scope, but not for builtin classes and builtin types)
- note that flattening/modelica/declarations/Constant12.mo is actually correct now,
see m:#1397, well, except for the fact that it should tell that A.y does not have a binding

6 lines of code changed in 1 file:

  • testsuite/simulation/modelica/packages: RedeclarePackage.mos (+6 -6)
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

2 lines of code changed in 2 files:

  • testsuite/simulation/modelica/packages: ComplexNumbers.mos (+1 -1), RedeclarePackage.mos (+1 -1)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

5 lines of code changed in 2 files:

  • testsuite/simulation/modelica/packages: ComplexNumbers.mo (+1 -1), RedeclarePackage.mo (+4 -4)
sjoelund.se 2014-04-02 14:02 Rev.: 19922

Changing the way functions are generated
- No struct is returned. Outputs 2..n are passed by reference
- We could implement isPresent in code generation if we wanted to now (but it was removed in Modelica 3.0)
- Many array functions now take a value as input instead of pointer
- Since we no longer generate a temporary for all called functions, we cannot pass the pointer of a temporary to the function
- Most of the simple array functions should be inlined or macro'd and common functions moved to base_array.h
- Fewer temporaries should be generated now. The compressed tarball is ~20% smaller
- NORETCALL statements in match-expressions now remove statements without effect (`_ := boolAnd()` and the like can be optimized away)
'''''Do make clean, especially if using 32-bit omc'''''

2 lines of code changed in 1 file:

  • testsuite/simulation/modelica/packages: ComplexNumbers.mos (+2)
lochel 2014-02-11 00:52 Rev.: 19044

- fix #2566

4 lines of code changed in 1 file:

  • testsuite/simulation/modelica/packages: RedeclarePackage.mos (+4 -4)
adrpo 2014-02-08 19:12 Rev.: 19022

More heuristics for #2566
- if fixed=false, no start value, and a binding -> give a warning and use the binding as start value
- if fixed=false, a start value, and a binding -> give a warning, use the start value and ignore the binding

4 lines of code changed in 1 file:

  • testsuite/simulation/modelica/packages: RedeclarePackage.mos (+4 -3)
lochel 2014-02-05 16:01 Rev.: 18985

- fix warning

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/packages: RedeclarePackage.mos (+1 -1)
lochel 2014-02-05 15:54 Rev.: 18984

- expected output

3 lines of code changed in 1 file:

  • testsuite/simulation/modelica/packages: RedeclarePackage.mos (+3 -2)
adrpo 2013-10-08 23:25 Rev.: 17614

- some support for ExternalMedia (some more work is needed for full support)
- add function calls and external function inputs to dependency analysis in element sorting
- use Inst.updateCompeltsMods just in Inst.instElementList2

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/packages: RedeclarePackage.mos (+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

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/packages: RedeclarePackage.mo (+1 -1)
hudson 2013-05-02 20:46 Rev.: 15962

[Janitor mode] Fix tabs

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/packages: RedeclarePackage.mo (+1 -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 2 files:

  • testsuite/simulation/modelica/packages: ComplexNumbers.mos (+1 -1), RedeclarePackage.mos (+1 -1)
sjoelund.se 2012-12-15 09:26 Rev.: 14398

- Fix line-endings

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/packages: Makefile (+1)
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

237 lines of code changed in 5 files:

  • testsuite/simulation/modelica/packages: ComplexNumbers.mo (new 73), ComplexNumbers.mos (new 16), Makefile (new 53), RedeclarePackage.mo (new 32), RedeclarePackage.mos (new 63)
Generated by StatSVN 0.7.0