Directory Examples/

Total Files:
43
Deleted Files:
0
Lines of Code:
5627

[root]/Examples

Lines of Code

Examples/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 419 (100.0%) 8866 (100.0%) 21.1
sjoelund.se 292 (69.7%) 4338 (48.9%) 14.8
adrpo 51 (12.2%) 2622 (29.6%) 51.4
hudson 27 (6.4%) 1240 (14.0%) 45.9
dietmarw 27 (6.4%) 325 (3.7%) 12.0
haklu 15 (3.6%) 130 (1.5%) 8.6
petfr 1 (0.2%) 125 (1.4%) 125.0
adeas31 5 (1.2%) 77 (0.9%) 15.4
Frenkel TUD 1 (0.2%) 9 (0.1%) 9.0

Most Recent Commits

sjoelund.se 2015-03-31 18:21 Rev.: 25339

Handle empty origin and rotation

3 lines of code changed in 1 file:

  • Examples: generate_icons.py (+3)
adrpo 2015-03-28 20:10 Rev.: 25303

- plot only the last week for the detailed library trend

1 lines of code changed in 1 file:

  • Examples: PlotLibraryTrend.sh (+1 -1)
adrpo 2015-03-18 06:21 Rev.: 25138

- ISO week number

2 lines of code changed in 1 file:

  • Examples: LibraryCoverageTrend.sh (+2 -2)
adrpo 2015-03-18 06:12 Rev.: 25137

- even more fixes to library trend plotting

4 lines of code changed in 1 file:

  • Examples: PlotLibraryTrend.sh (+4 -2)
adrpo 2015-03-18 05:15 Rev.: 25136

- more fixes to library trend plotting

2 lines of code changed in 1 file:

  • Examples: PlotLibraryTrend.sh (+2 -2)
adrpo 2015-03-18 04:14 Rev.: 25135

- more fixes to library trend plotting

2 lines of code changed in 1 file:

  • Examples: PlotLibraryTrend.sh (+2 -2)
adrpo 2015-03-18 03:56 Rev.: 25134

- try echo 0 not 0.

2 lines of code changed in 1 file:

  • Examples: PlotLibraryTrend.sh (+2 -2)
adrpo 2015-03-18 03:31 Rev.: 25133

- add verification curve to library trends (set to 0 now if it doesn't exist)

13 lines of code changed in 1 file:

  • Examples: PlotLibraryTrend.sh (+13 -5)
adrpo 2015-03-14 06:55 Rev.: 25101

- bump gitlibs to [changeset:69daa48/OpenModelicaLibraries]
- remove class counting from the LibraryCoverageTrend.sh, will be in the Hudson job for easier adding of libs

6 lines of code changed in 1 file:

  • Examples: LibraryCoverageTrend.sh (+6 -14)
adrpo 2015-02-27 21:13 Rev.: 24842

- split the detailed trend into a new file

13 lines of code changed in 1 file:

  • Examples: LibraryCoverageTrend.sh (+13 -2)
hudson 2015-02-27 10:07 Rev.: 24818

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

  • Examples: LibraryCoverageTrend.sh (+1)
adrpo 2015-02-27 10:03 Rev.: 24817

- better handling of detailed trend part

17 lines of code changed in 1 file:

  • Examples: LibraryCoverageTrend.sh (+17 -3)
adrpo 2015-02-27 09:58 Rev.: 24816

- generate also *-trend-detailed.svg and png with the last 2 weeks

34 lines of code changed in 1 file:

  • Examples: PlotLibraryTrend.sh (+34 -3)
adrpo 2015-02-27 09:47 Rev.: 24815

- make it executable

1 lines of code changed in 1 file:

  • Examples: LibraryCoverageTrend.sh (+1)
adrpo 2015-02-27 09:45 Rev.: 24814

- add the trend generator to svn

36 lines of code changed in 1 file:

  • Examples: LibraryCoverageTrend.sh (new 36)
sjoelund.se 2015-02-15 14:20 Rev.: 24584

Add missing file SanityCheck.mos

12 lines of code changed in 1 file:

  • Examples: SanityCheck.mos (new 12)
sjoelund.se 2015-01-30 11:17 Rev.: 24327

No more f2c.h

0 lines of code changed in 1 file:

  • Examples: BuildModelRecursive.mos (-4)
sjoelund.se 2015-01-30 10:54 Rev.: 24325

Remove f2c and a bit more from the simulation runtime (thanks to r24305)

14 lines of code changed in 1 file:

  • Examples: BuildModelRecursive.mos (+14 -1)
sjoelund.se 2015-01-29 17:14 Rev.: 24302

Print the source files used to run the script

1 lines of code changed in 1 file:

  • Examples: BuildModelRecursive.mos (+1)
sjoelund.se 2015-01-29 10:42 Rev.: 24287

Do not require setting PATH to run the compliance suite

1 lines of code changed in 1 file:

  • Examples: ComplianceSuite.mos (+1 -1)
adrpo 2015-01-20 19:14 Rev.: 24119

- somebody played with the flags, use +version instead of ++v

1 lines of code changed in 1 file:

  • Examples: LibraryTest.sh (+1 -1)
sjoelund.se 2014-10-28 10:47 Rev.: 22994

Increase time limits for library testing

1 lines of code changed in 1 file:

  • Examples: BuildModelRecursive.mos (+1 -1)
sjoelund.se 2014-10-17 16:31 Rev.: 22799

#2898 ComplianceSuite should no longer need to delete classes

2 lines of code changed in 1 file:

  • Examples: ComplianceSuite.mos (+2)
sjoelund.se 2014-10-02 09:30 Rev.: 22545

Include the time taken to run each mos-script for debugging

1 lines of code changed in 1 file:

  • Examples: BuildModelRecursive.mos (+1 -1)
sjoelund.se 2014-10-01 14:47 Rev.: 22534

Add new option `readSimulationResultVars(readParameters=false)`, and use this for the reference file comparison

1 lines of code changed in 1 file:

  • Examples: BuildModelRecursive.mos (+1 -1)
sjoelund.se 2014-10-01 14:26 Rev.: 22529

Reset the alarm before the call to buildModel

1 lines of code changed in 1 file:

  • Examples: BuildModelRecursive.mos (+1)
adrpo 2014-09-30 17:15 Rev.: 22517

- switch colors in trend plots (blue for compilation and green for simulation) to be more visible.

2 lines of code changed in 1 file:

  • Examples: PlotLibraryTrend.sh (+2 -2)
sjoelund.se 2014-08-05 16:33 Rev.: 21761

Fix last commit (ModelicaReference does not need to be loaded)

0 lines of code changed in 1 file:

  • Examples: GenerateDoc.mos (-2)
sjoelund.se 2014-08-05 16:32 Rev.: 21760

When generating documentation, also add a case-insensitive .zip for Windows systems

58 lines of code changed in 1 file:

  • Examples: GenerateDoc.mos (+58 -2)
hudson 2014-07-15 20:12 Rev.: 21517

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

  • Examples: CountClassUses.py (+1)
sjoelund.se 2014-07-15 19:08 Rev.: 21516

Also print some nice information about the used packages

1 lines of code changed in 1 file:

  • Examples: CountClassUses.py (+1)
sjoelund.se 2014-07-15 19:05 Rev.: 21515

Adding script to read the .uses and .classes files from coverage testing

28 lines of code changed in 1 file:

  • Examples: CountClassUses.py (new 28)
sjoelund.se 2014-07-15 15:34 Rev.: 21509

Included class coverage when running BuildModelRecursive.mos (not part of the reports)

4 lines of code changed in 1 file:

  • Examples: BuildModelRecursive.mos (+4)
sjoelund.se 2014-06-30 10:43 Rev.: 21337

Add more details about the system to the generated mos-files

15 lines of code changed in 1 file:

  • Examples: BuildModelRecursive.mos (+15 -1)
sjoelund.se 2014-06-30 10:27 Rev.: 21336

Fix the library last change line

1 lines of code changed in 1 file:

  • Examples: BuildModelRecursive.mos (+1 -1)
sjoelund.se 2014-06-24 09:58 Rev.: 21260

Remove string_util.{c,h} since that version of strtod spins in too many cases.
Going back to strtod, which is locale-dependent, but at least works as long as external C code does not set the locale.

10 lines of code changed in 1 file:

  • Examples: BuildModelRecursive.mos (+10 -4)
sjoelund.se 2014-06-23 16:59 Rev.: 21254

Add options to CustomCommands.mos to make it possible to generate the directory structure of the MSL regression testing suite

69 lines of code changed in 1 file:

  • Examples: BuildModelRecursive.mos (+69 -2)
sjoelund.se 2014-06-20 22:10 Rev.: 21227

m:r7723 fixes Fluid.Dissipation issues, so we no longer need to set the debug-flag

1 lines of code changed in 1 file:

  • Examples: BuildModelRecursive.mos (+1 -1)
sjoelund.se 2014-06-14 14:17 Rev.: 21114

Fix debugging line...

1 lines of code changed in 1 file:

  • Examples: BuildModelRecursive.mos (+1 -1)
sjoelund.se 2014-06-13 12:14 Rev.: 21097

Add debug flag `+d=acceptTooManyFields`
- The flag is disabled by default, and will accept calling a function with a record that has more fields than expected
- This behaviour is considered breaking the Modelica spec in m:#1245
- The flag makes Fluid.Dissipation work again, and it is the default for library testing until Fluid.Dissipation is updated

2 lines of code changed in 1 file:

  • Examples: BuildModelRecursive.mos (+2 -2)

(283 more)

Generated by StatSVN 0.7.0