Directory SimulationRuntime/fmi/import/

Directory Deleted:
2014-03-31 13:36
Total Files:
0
Deleted Files:
14
Lines of Code:
0

[root]/SimulationRuntime/fmi/import

Lines of Code

SimulationRuntime/fmi/import/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 110 (100.0%) 11491 (100.0%) 104.4
sjoelund.se 47 (42.7%) 5282 (46.0%) 112.3
wbraun 22 (20.0%) 3425 (29.8%) 155.6
perost 7 (6.4%) 1833 (16.0%) 261.8
hudson 17 (15.5%) 950 (8.3%) 55.8
mahge930 1 (0.9%) 1 (0.0%) 1.0
adeas31 16 (14.5%) 0 (0.0%) 0.0

Most Recent Commits

adeas31 2014-03-31 13:36 Rev.: 19867

- Kill old FMI import.

0 lines of code changed in 14 files:

  • SimulationRuntime/fmi/import: Makefile.in (del), Makefile.omdev.mingw (del), fmuModelica.in (del), fmuModelica.tmp (del), fmuModelica.unix.in (del), fmuModelica.unix.tmp (del), fmuWrapper.c (del), fmuWrapper.h (del), moGenerator.c (del), moGenerator.h (del), stack.c (del), stack.h (del), xmlparser.c (del), xmlparser.h (del)
mahge930 2014-02-19 23:48 Rev.: 19205

- Fix wrong include dir makefile for FMI.

1 lines of code changed in 1 file:

  • SimulationRuntime/fmi/import: Makefile.omdev.mingw (+1 -1)
sjoelund.se 2014-02-18 11:07 Rev.: 19158

Move the C includes to build/include/omc/c. Probably fixed bootstrapping

1 lines of code changed in 1 file:

  • SimulationRuntime/fmi/import: Makefile.in (+1 -1)
sjoelund.se 2013-11-29 17:19 Rev.: 18352

Changed the log functions from macros to vararg functions (since vararg macros do not work very well and the current approach is not maintainable)

2 lines of code changed in 1 file:

  • SimulationRuntime/fmi/import: fmuWrapper.c (+2)
sjoelund.se 2013-06-11 12:24 Rev.: 16300

Fix FreeBSD compilation

3 lines of code changed in 1 file:

  • SimulationRuntime/fmi/import: Makefile.in (+3 -3)
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

940 lines of code changed in 7 files:

  • SimulationRuntime/fmi/import: fmuWrapper.c (+27 -27), fmuWrapper.h (+6 -6), moGenerator.c (+628 -628), stack.c (+4 -4), stack.h (+1 -1), xmlparser.c (+262 -262), xmlparser.h (+12 -12)
hudson 2013-05-02 20:46 Rev.: 15962

[Janitor mode] Fix tabs

940 lines of code changed in 7 files:

  • SimulationRuntime/fmi/import: fmuWrapper.c (+27 -27), fmuWrapper.h (+6 -6), moGenerator.c (+628 -628), stack.c (+4 -4), stack.h (+1 -1), xmlparser.c (+262 -262), xmlparser.h (+12 -12)
hudson 2013-04-30 14:51 Rev.: 15938

[Janitor mode] Set auto-props

10 lines of code changed in 10 files:

  • SimulationRuntime/fmi/import: fmuModelica.in (+1), fmuModelica.unix.in (+1), fmuWrapper.c (+1 -1), fmuWrapper.h (+1 -1), moGenerator.c (+1 -1), moGenerator.h (+1 -1), stack.c (+1 -1), stack.h (+1 -1), xmlparser.c (+1 -1), xmlparser.h (+1 -1)
sjoelund.se 2013-03-06 13:12 Rev.: 15486

Trim trailing whitespace

246 lines of code changed in 12 files:

  • SimulationRuntime/fmi/import: Makefile.in (+4 -4), Makefile.omdev.mingw (+9 -9), fmuModelica.in (+68 -68), fmuModelica.unix.in (+68 -68), fmuWrapper.c (+1 -1), fmuWrapper.h (+3 -3), moGenerator.c (+5 -5), moGenerator.h (+2 -2), stack.c (+7 -7), stack.h (+4 -4), xmlparser.c (+65 -65), xmlparser.h (+10 -10)
wbraun 2012-09-21 15:55 Rev.: 13015

- changed event handling with dassl
- while every dassl step the ZeroCrossings are tested
- changed many results, since now the simulation is more accurate
- changed the check for Modelica assert, now some models produce warnings
for variables outside min and max values

3 lines of code changed in 1 file:

  • SimulationRuntime/fmi/import: fmuWrapper.c (+3 -3)
wbraun 2012-04-02 22:15 Rev.: 11641

- optimized fmi-export calculations
- added support input and output vars for fmi-import and a test-case
- added a better flow control for fmi-import models

795 lines of code changed in 5 files:

  • SimulationRuntime/fmi/import: fmuModelica.in (+53 -34), fmuModelica.unix.in (+31 -12), fmuWrapper.c (+19 -19), fmuWrapper.h (+12 -12), moGenerator.c (+680 -450)
wbraun 2012-04-01 04:23 Rev.: 11622

- fixed coding style

7 lines of code changed in 1 file:

  • SimulationRuntime/fmi/import: moGenerator.c (+7 -7)
wbraun 2012-04-01 04:12 Rev.: 11621

- changed compilation flag for fmu-export from -O2 to -O
- added String support for fmu-import
- added MultiBody.DoublePendelum test

17 lines of code changed in 3 files:

  • SimulationRuntime/fmi/import: fmuWrapper.c (+2 -3), moGenerator.c (+13), xmlparser.c (+2)
wbraun 2012-03-30 11:21 Rev.: 11609

-fixed CODING_STYLE

2 lines of code changed in 1 file:

  • SimulationRuntime/fmi/import: moGenerator.c (+2 -2)
wbraun 2012-03-30 10:41 Rev.: 11608

- fixed FMI-Export Alias variables

10 lines of code changed in 1 file:

  • SimulationRuntime/fmi/import: moGenerator.c (+10 -10)
wbraun 2012-03-29 20:50 Rev.: 11602

- aded fixes and tests for fmu-export and fmu-import

402 lines of code changed in 4 files:

  • SimulationRuntime/fmi/import: fmuWrapper.c (+3 -4), fmuWrapper.h (+1 -1), moGenerator.c (+396 -470), moGenerator.h (+2 -2)
adeas31 2012-03-26 20:09 Rev.: 11556

- Fixed FMI import compilation on windows.

0 lines of code changed in 2 files:

  • SimulationRuntime/fmi/import: Makefile.omdev.mingw (new)
sjoelund.se 2012-03-26 15:53 Rev.: 11549

- Use suffix .in for in-files

580 lines of code changed in 5 files:

  • SimulationRuntime/fmi/import: Makefile.in (+2 -2), fmuModelica.in (new 285), fmuModelica.unix.in (new 285), moGenerator.c (+6 -6), moGenerator.h (+2 -2)
perost 2012-03-26 12:56 Rev.: 11538

- Got rid of tabs.

1833 lines of code changed in 7 files:

  • SimulationRuntime/fmi/import: fmuWrapper.c (+4 -4), fmuWrapper.h (+1 -1), moGenerator.c (+1693 -1693), moGenerator.h (+55 -55), stack.c (+1 -1), xmlparser.c (+72 -72), xmlparser.h (+7 -7)
sjoelund.se 2012-03-26 11:31 Rev.: 11535

- Fix encoding in CPP and interactive

6 lines of code changed in 2 files:

  • SimulationRuntime/fmi/import: moGenerator.c (+3 -3), moGenerator.h (+3 -3)
wbraun 2012-03-26 09:27 Rev.: 11526

- fixed FMU-Export
- fixed FMI-Import
- moved FMI-Import to SimulationRuntime

2189 lines of code changed in 6 files:

  • SimulationRuntime/fmi/import: Makefile.in (+6 -1), fmuModelica.unix.tmp (new 285), fmuWrapper.c (+17 -12), moGenerator.c (+1790 -777), moGenerator.h (+72 -10), xmlparser.c (+19 -16)
sjoelund.se 2012-01-18 11:02 Rev.: 10918

- Set svn-eol-style on a few files

3504 lines of code changed in 18 files:

  • SimulationRuntime/fmi/import: Makefile.in (+1), fmuWrapper.c (+974 -973), fmuWrapper.h (+186 -185), moGenerator.c (new), moGenerator.h (+102 -101), stack.c (+86 -85), stack.h (new), xmlparser.c (new), xmlparser.h (new)
Generated by StatSVN 0.7.0