Directory SimulationRuntime/c/emcc/

Directory Created:
2014-02-22 14:17
Total Files:
1
Deleted Files:
0
Lines of Code:
47

[root]/SimulationRuntime/c/emcc

Lines of Code

SimulationRuntime/c/emcc/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 4 (100.0%) 58 (100.0%) 14.5
sjoelund.se 3 (75.0%) 57 (98.3%) 19.0
hudson 1 (25.0%) 1 (1.7%) 1.0

Most Recent Commits

sjoelund.se 2014-03-05 17:39 Rev.: 19445

Allow the user to override start-values and parameters in the JavaScript webworker
- By sending {basename: basename, override: {r: 35, stopTime: stopTime, tolerance: tolerance, stepSize: +stopTime / intervals}}, all override variables are joined and sent as argv in the simulation

6 lines of code changed in 1 file:

  • SimulationRuntime/c/emcc: pre.js (+6 -2)
sjoelund.se 2014-02-26 08:43 Rev.: 19309

- JavaScript target: Use separate xml-files instead of embedding in the JS
- Backend: Propagate "protected" boolean to SimCode

27 lines of code changed in 1 file:

  • SimulationRuntime/c/emcc: pre.js (+27 -9)
hudson 2014-02-22 14:19 Rev.: 19252

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

  • SimulationRuntime/c/emcc: pre.js (+1)
sjoelund.se 2014-02-22 14:17 Rev.: 19251

Some updates to the JavaScript target
- pre.js is now included with the omc sources
- It is now possible to use nodejs to run the generated code. An executable wrapper script is generated and the simulate() command now works
- The XML files are embedded within the JS code now (just like we do for FMI)
- We use -override arguments to pass stopTime,stepSize,tolerance and outputFormat instead of a full xml-file in a virtual file system

24 lines of code changed in 1 file:

  • SimulationRuntime/c/emcc: pre.js (new 24)
Generated by StatSVN 0.7.0