Directory testsuite/simulation/modelica/enums/

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

[root]/testsuite/simulation/modelica/enums

Lines of Code

testsuite/simulation/modelica/enums/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 44 (100.0%) 444 (100.0%) 10.0
alash325 5 (11.4%) 193 (43.5%) 38.6
perost 7 (15.9%) 126 (28.4%) 18.0
lochel 17 (38.6%) 64 (14.4%) 3.7
hudson 7 (15.9%) 43 (9.7%) 6.1
adrpo 3 (6.8%) 13 (2.9%) 4.3
sjoelund.se 5 (11.4%) 5 (1.1%) 1.0

Most Recent Commits

hudson 2015-03-13 14:35 Rev.: 25086

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/enums: EnumArrayArray.mos (+1)
perost 2015-03-13 14:14 Rev.: 25085

Fix for #3212 and #3213:
- Changed Expression.expandSubscript to use expandRange, so that it's able to
also handle non-integer ranges.

37 lines of code changed in 2 files:

  • testsuite/simulation/modelica/enums: EnumArrayArray.mos (new 36), Makefile (+1)
lochel 2015-02-07 16:56 Rev.: 24471

- #3138: remove wrong asserts of secondary parameters

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/enums: EnumArray2.mos (+1 -2)
lochel 2015-01-28 14:16 Rev.: 24253

- #3094: fix some asserts that were not formatted according to "logFormat"

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/enums: EnumArray2.mos (+1 -1)
lochel 2015-01-15 21:06 Rev.: 24052

- Fix initialization of primary/secondary parameters. The analysis of the symbolic initialization is now used instead of the one from the old approach.

2 lines of code changed in 1 file:

  • testsuite/simulation/modelica/enums: EnumArray2.mos (+2 -1)
lochel 2014-12-03 17:47 Rev.: 23652

- revert r23613, because it breaks initialization of parameters in some cases

12 lines of code changed in 2 files:

  • testsuite/simulation/modelica/enums: EnumArray2.mos (+3 -3), TestPosture.mos (+9 -9)
lochel 2014-12-01 20:14 Rev.: 23613

- attempt to fix initialization for parameters that have no binding but a start value

12 lines of code changed in 2 files:

  • testsuite/simulation/modelica/enums: EnumArray2.mos (+3 -3), TestPosture.mos (+9 -9)
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 3 files:

  • testsuite/simulation/modelica/enums: EnumArray.mos (+1 -1), EnumArray2.mos (+1 -1), TestPosture.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/enums: Enum8.mo (+4 -4), TestPosture.mo (+1 -1)
lochel 2014-02-13 17:17 Rev.: 19097

- move warnings for parameters from front end to back end
- get rid of false warnings

14 lines of code changed in 2 files:

  • testsuite/simulation/modelica/enums: EnumArray2.mos (+4 -1), TestPosture.mos (+10 -1)
lochel 2014-02-12 15:32 Rev.: 19070

- fix duplicate warnings
- there are still some duplicate warnings from the front end (Adrian is working on that)

2 lines of code changed in 2 files:

  • testsuite/simulation/modelica/enums: EnumArray2.mos (+1 -4), TestPosture.mos (+1 -10)
adrpo 2014-02-02 04:14 Rev.: 18932

Fix for #2557
- propely display the warning message
- add the line number information to the warning message too

12 lines of code changed in 2 files:

  • testsuite/simulation/modelica/enums: EnumArray2.mos (+3 -3), TestPosture.mos (+9 -9)
lochel 2014-02-01 11:07 Rev.: 18913

- fix #2557

14 lines of code changed in 2 files:

  • testsuite/simulation/modelica/enums: EnumArray2.mos (+4 -2), TestPosture.mos (+10 -2)
lochel 2013-06-23 21:59 Rev.: 16461

- change warnings

2 lines of code changed in 2 files:

  • testsuite/simulation/modelica/enums: EnumArray2.mos (+1 -1), TestPosture.mos (+1 -1)
lochel 2013-06-23 19:27 Rev.: 16460

- add notification for suppressed warnings of the initialization

4 lines of code changed in 2 files:

  • testsuite/simulation/modelica/enums: EnumArray2.mos (+2 -1), TestPosture.mos (+2 -1)
hudson 2013-05-15 15:43 Rev.: 16052

[Janitor mode] Fix tabs

6 lines of code changed in 1 file:

  • testsuite/simulation/modelica/enums: TestPosture.mo (+6 -6)
hudson 2013-05-15 15:43 Rev.: 16051

[Janitor mode] Set auto-props

30 lines of code changed in 2 files:

  • testsuite/simulation/modelica/enums: TestPosture.mo (+29 -28), TestPosture.mos (+1)
perost 2013-05-15 13:59 Rev.: 16050

Fix for #2177:
- Fixed some issues with code generation for arrays with enumeration dimensions.

51 lines of code changed in 3 files:

  • testsuite/simulation/modelica/enums: Makefile (+2 -1), TestPosture.mo (new 28), TestPosture.mos (new 21)
adrpo 2013-05-14 12:52 Rev.: 16029

- missing separator.

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/enums: Makefile (+1 -1)
hudson 2013-05-08 12:17 Rev.: 16003

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/enums: EnumArray2.mos (+1)
perost 2013-05-08 12:15 Rev.: 16002

- Fixed code generation for enumeration subscripts.

38 lines of code changed in 2 files:

  • testsuite/simulation/modelica/enums: EnumArray2.mos (new 37), Makefile (+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

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/enums: EnumArray.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/enums: 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

193 lines of code changed in 5 files:

  • testsuite/simulation/modelica/enums: Enum8.mo (new 27), Enum8.mos (new 31), EnumArray.mo (new 63), EnumArray.mos (new 18), Makefile (new 54)
Generated by StatSVN 0.7.0