Directory FMI/import/source/

Directory Created:
2011-09-13 08:24
Directory Deleted:
2012-03-26 09:27
Total Files:
0
Deleted Files:
15
Lines of Code:
0

[root]/FMI/import/source

Lines of Code

FMI/import/source/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 147 (100.0%) 12352 (100.0%) 84.0
wuzhu.chen 34 (23.1%) 6053 (49.0%) 178.0
wbraun 49 (33.3%) 4169 (33.8%) 85.0
sjoelund.se 41 (27.9%) 1128 (9.1%) 27.5
adeas31 17 (11.6%) 702 (5.7%) 41.2
adrpo 4 (2.7%) 299 (2.4%) 74.7
lochel 1 (0.7%) 1 (0.0%) 1.0
azazi 1 (0.7%) 0 (0.0%) 0.0

Most Recent Commits

wbraun 2012-03-26 09:27 Rev.: 11526

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

0 lines of code changed in 15 files:

  • FMI/import/source: Makefile.in (del), Makefile.omdev.mingw (del), fmuModelica.h (del), fmuModelica.tmp (del), fmuModelica.unix.tmp (del), fmuWrapper.c (del), fmuWrapper.h (del), fmuWrapper.o (del), generator.mak (del), moGenerator.c (del), moGenerator.h (del), stack.c (del), stack.h (del), xmlparser.c (del), xmlparser.h (del)
adeas31 2012-03-13 15:26 Rev.: 11409

- Fixed the importFMU.
- Removed the moGenerator::getDecompPath(), omc should sent the right output directory to fmigenerator.

17 lines of code changed in 1 file:

  • FMI/import/source: moGenerator.c (+17 -53)
wbraun 2012-01-25 04:26 Rev.: 10959

- fixed FMU testsuite

6 lines of code changed in 2 files:

  • FMI/import/source: fmuWrapper.c (+2 -5), moGenerator.c (+4 -4)
sjoelund.se 2012-01-18 11:02 Rev.: 10918

- Set svn-eol-style on a few files

1 lines of code changed in 1 file:

  • FMI/import/source: Makefile.in (+1)
lochel 2012-01-16 12:50 Rev.: 10900

fix for windows makefiles

1 lines of code changed in 1 file:

  • FMI/import/source: Makefile.omdev.mingw (+1 -5)
sjoelund.se 2012-01-16 12:39 Rev.: 10899

- Clean make now succeeds again

0 lines of code changed in 1 file:

  • FMI/import/source: Makefile.in (-1)
adrpo 2011-12-14 10:33 Rev.: 10711

- GOT RID OF ALL ASSIGNMENT TO INPUT FROM THE COMPILER
please run testsuite/bootstrapping/MainTest.mos always before commit!
or the testboot make target (which is the same)
- used the strict double with padding from RML (a union instead of directly the double)
- refactored a bit the GC and added the generational GC (not on yet)
DO NOT PORT IT TO SimulationRuntime/c yet, i'll do it myself later.
- use the old realString for Windows for now
- removed Windows.h include from modelica.h
- stop generating junk in OMDev\tools\mingw\bin (fixes in Compiler/scripts/Compile.bat)
- fixes to some tests
- some fixes so that the bootstrapping works with VS.

5 lines of code changed in 1 file:

  • FMI/import/source: Makefile.omdev.mingw (+5 -1)
wbraun 2011-12-02 16:24 Rev.: 10630

- update generated FMI import model
(works now with new CSimulationRuntime also on linux)
- adjust FMI export for new CSimulationRuntime

314 lines of code changed in 3 files:

  • FMI/import/source: Makefile.in (+7 -1), fmuModelica.unix.tmp (new 285), moGenerator.c (+22 -10)
wbraun 2011-12-02 02:15 Rev.: 10625

[FMIimport]
- added forgotten header for va_arg(function logger)

1 lines of code changed in 1 file:

  • FMI/import/source: fmuWrapper.c (+1)
wbraun 2011-12-02 01:28 Rev.: 10624

[newSimulationRuntime]
- update FMU Export code
- fixed bug in initialization

10 lines of code changed in 1 file:

  • FMI/import/source: fmuWrapper.c (+10 -4)
adrpo 2011-11-24 22:51 Rev.: 10574

- FMI fixes:
+ run unzip in quiet mode (no more file names)
+ do not exit in freeElement with EXIT_FAILURE, just return as we need fmiimport to exit with code 0.
- updated tests.

9 lines of code changed in 2 files:

  • FMI/import/source: moGenerator.c (+3 -3), xmlparser.c (+6 -3)
wbraun 2011-11-17 00:04 Rev.: 10535

- revert r10533 it break the fmi testsuite and anyway it overwrites many correct fixes!

1943 lines of code changed in 6 files:

  • FMI/import/source: fmuWrapper.c (+810 -754), fmuWrapper.h (+16 -14), moGenerator.c (+809 -984), moGenerator.h (+69 -141), xmlparser.c (+195 -195), xmlparser.h (+44 -57)
wuzhu.chen 2011-11-16 22:02 Rev.: 10533

-- some bug fixes
-- new functionalities for parsing model description file
-- some warning messages removal

2473 lines of code changed in 9 files:

  • FMI/import/source: fmuModelica.h (new 285), fmuWrapper.c (+754 -810), fmuWrapper.h (+14 -16), generator.mak (new 38), moGenerator.c (+984 -809), moGenerator.h (+141 -69), stack.h (+5 -5), xmlparser.c (+195 -195), xmlparser.h (+57 -44)
wbraun 2011-11-16 05:06 Rev.: 10528

- updated FMI import and moved fmu to test suite

946 lines of code changed in 2 files:

  • FMI/import/source: moGenerator.c (+877 -424), moGenerator.h (+69 -8)
wbraun 2011-11-03 19:35 Rev.: 10293

- FMI-Import: added first FMI import test(really simple) and it works for now only on windows.

11 lines of code changed in 3 files:

  • FMI/import/source: fmuWrapper.c (+2 -2), moGenerator.c (+6 -3), xmlparser.c (+3 -3)
wbraun 2011-11-03 13:14 Rev.: 10283

- FMI-Import: changed name of the generated file

6 lines of code changed in 1 file:

  • FMI/import/source: moGenerator.c (+6 -4)
wbraun 2011-11-03 03:39 Rev.: 10279

- fmi-import: get rid of some warnings

7 lines of code changed in 1 file:

  • FMI/import/source: fmuWrapper.c (+7 -7)
wbraun 2011-11-03 03:33 Rev.: 10278

- fmi-import: more fixes, correct indentation, adjust debug informations

659 lines of code changed in 2 files:

  • FMI/import/source: Makefile.in (+1 -1), fmuWrapper.c (+658 -615)
wbraun 2011-11-03 02:28 Rev.: 10277

- added fix for fmuBoolean to Modelica Boolean

27 lines of code changed in 2 files:

  • FMI/import/source: fmuWrapper.c (+26 -60), fmuWrapper.h (+1 -1)
wbraun 2011-11-03 01:43 Rev.: 10276

- fmi-import: fixed some more bugs

52 lines of code changed in 4 files:

  • FMI/import/source: fmuWrapper.h (+1 -1), moGenerator.c (+49 -48), xmlparser.c (+1 -1), xmlparser.h (+1 -1)
wbraun 2011-11-02 20:16 Rev.: 10275

- FMI-Import: fixed some more memory leaks

102 lines of code changed in 3 files:

  • FMI/import/source: fmuWrapper.c (+65 -41), fmuWrapper.h (+1 -1), moGenerator.c (+36 -48)
wbraun 2011-11-02 18:19 Rev.: 10274

- FMI-Import: fix almost all calloc calls by swap arguments

85 lines of code changed in 3 files:

  • FMI/import/source: fmuWrapper.c (+31 -32), fmuWrapper.h (+2 -2), moGenerator.c (+52 -29)
sjoelund.se 2011-10-24 12:41 Rev.: 10202

- Open errLogFile before trying to use it

10 lines of code changed in 1 file:

  • FMI/import/source: moGenerator.c (+10 -10)
sjoelund.se 2011-10-20 10:52 Rev.: 10175

- Avoid some more double-free

4 lines of code changed in 1 file:

  • FMI/import/source: moGenerator.c (+4 -2)
sjoelund.se 2011-10-20 10:06 Rev.: 10172

- Avoid some double free so we don't cause segfaults

14 lines of code changed in 1 file:

  • FMI/import/source: moGenerator.c (+14 -14)
sjoelund.se 2011-10-20 09:18 Rev.: 10169

- Fix some compilation warnings

386 lines of code changed in 7 files:

  • FMI/import/source: Makefile.in (+1 -1), fmuWrapper.c (+146 -122), fmuWrapper.h (-1), moGenerator.c (+19 -20), stack.h (+5 -5), xmlparser.c (+172 -150), xmlparser.h (+43 -42)
sjoelund.se 2011-10-20 08:40 Rev.: 10167

- Only copy fmuWrapper.h to the include directory
- Moved some header includes around to avoid including unnecessary headers

20 lines of code changed in 4 files:

  • FMI/import/source: Makefile.in (+1 -1), fmuWrapper.h (+14 -11), xmlparser.c (+5), xmlparser.h (-5)
wuzhu.chen 2011-10-19 15:34 Rev.: 10158

-- fixed variadic arguments compatibility

36 lines of code changed in 2 files:

  • FMI/import/source: moGenerator.c (+25 -24), xmlparser.c (+11 -10)
sjoelund.se 2011-10-16 11:02 Rev.: 10137

- Disable Werror

1 lines of code changed in 1 file:

  • FMI/import/source: Makefile.in (+1 -1)
adeas31 2011-10-14 15:08 Rev.: 10123

- Don't append errors to the error file. Always write the current import errors.

1 lines of code changed in 1 file:

  • FMI/import/source: moGenerator.c (+1 -1)
adeas31 2011-10-14 14:57 Rev.: 10121

- Changed fmuWrapper.a to libfmuWrapper.a
- FIX fmi compilation on windows

9 lines of code changed in 2 files:

  • FMI/import/source: Makefile.in (+1 -1), Makefile.omdev.mingw (+8 -2)
adeas31 2011-10-14 14:57 Rev.: 10120

- don't return error for default case because then the API will fail.

1 lines of code changed in 1 file:

  • FMI/import/source: xmlparser.c (+1 -1)
adeas31 2011-10-14 14:56 Rev.: 10119

- getLastError() is wrong its GetLastError.

1 lines of code changed in 1 file:

  • FMI/import/source: moGenerator.c (+1 -1)
sjoelund.se 2011-10-14 13:59 Rev.: 10116

- Some fixes

9 lines of code changed in 1 file:

  • FMI/import/source: moGenerator.c (+9 -9)
sjoelund.se 2011-10-14 13:54 Rev.: 10115

- Use unzip

1 lines of code changed in 1 file:

  • FMI/import/source: moGenerator.c (+1 -1)
sjoelund.se 2011-10-14 13:51 Rev.: 10114

- FMI fixes

287 lines of code changed in 3 files:

  • FMI/import/source: Makefile.in (+2), fmuModelica.h (del), fmuModelica.tmp (+285 -285)
sjoelund.se 2011-10-14 13:49 Rev.: 10113

- FMI fixes (use .a-files)

42 lines of code changed in 2 files:

  • FMI/import/source: Makefile.in (+7 -2), fmuModelica.tmp (+35 -35)
sjoelund.se 2011-10-13 12:45 Rev.: 10107

- Fixes to compile using clang

2 lines of code changed in 2 files:

  • FMI/import/source: Makefile.in (+2 -2), moGenerator.c (-1)
sjoelund.se 2011-10-13 12:42 Rev.: 10106

- Fix moGenerator compilation errors

11 lines of code changed in 2 files:

  • FMI/import/source: moGenerator.c (+10 -19), moGenerator.h (+1 -10)
sjoelund.se 2011-10-13 12:35 Rev.: 10105

- Remove unused

0 lines of code changed in 1 file:

  • FMI/import/source: xmlparser.c (-1)

(17 more)

Generated by StatSVN 0.7.0