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 |
- fixed FMU-Export
- fixed FMI-Import
- moved FMI-Import to SimulationRuntime
0 lines of code changed in 15 files:
- Fixed the importFMU.
- Removed the moGenerator::getDecompPath(), omc should sent the right output directory to fmigenerator.
17 lines of code changed in 1 file:
- fixed FMU testsuite
6 lines of code changed in 2 files:
- Set svn-eol-style on a few files
1 lines of code changed in 1 file:
fix for windows makefiles
1 lines of code changed in 1 file:
- Clean make now succeeds again
0 lines of code changed in 1 file:
- 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:
- 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:
[FMIimport]
- added forgotten header for va_arg(function logger)
1 lines of code changed in 1 file:
[newSimulationRuntime]
- update FMU Export code
- fixed bug in initialization
10 lines of code changed in 1 file:
- 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:
- revert r10533 it break the fmi testsuite and anyway it overwrites many correct fixes!
1943 lines of code changed in 6 files:
-- some bug fixes
-- new functionalities for parsing model description file
-- some warning messages removal
2473 lines of code changed in 9 files:
- updated FMI import and moved fmu to test suite
946 lines of code changed in 2 files:
- 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: changed name of the generated file
6 lines of code changed in 1 file:
- fmi-import: get rid of some warnings
7 lines of code changed in 1 file:
- fmi-import: more fixes, correct indentation, adjust debug informations
659 lines of code changed in 2 files:
- added fix for fmuBoolean to Modelica Boolean
27 lines of code changed in 2 files:
- fmi-import: fixed some more bugs
52 lines of code changed in 4 files:
- FMI-Import: fixed some more memory leaks
102 lines of code changed in 3 files:
- FMI-Import: fix almost all calloc calls by swap arguments
85 lines of code changed in 3 files:
- Open errLogFile before trying to use it
10 lines of code changed in 1 file:
- Avoid some more double-free
4 lines of code changed in 1 file:
- Avoid some double free so we don't cause segfaults
14 lines of code changed in 1 file:
- Fix some compilation warnings
386 lines of code changed in 7 files:
- 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:
-- fixed variadic arguments compatibility
36 lines of code changed in 2 files:
- Disable Werror
1 lines of code changed in 1 file:
- Don't append errors to the error file. Always write the current import errors.
1 lines of code changed in 1 file:
- Changed fmuWrapper.a to libfmuWrapper.a
- FIX fmi compilation on windows
9 lines of code changed in 2 files:
- don't return error for default case because then the API will fail.
1 lines of code changed in 1 file:
- getLastError() is wrong its GetLastError.
1 lines of code changed in 1 file:
- Some fixes
9 lines of code changed in 1 file:
- Use unzip
1 lines of code changed in 1 file:
- FMI fixes
287 lines of code changed in 3 files:
- FMI fixes (use .a-files)
42 lines of code changed in 2 files:
- Fixes to compile using clang
2 lines of code changed in 2 files:
- Fix moGenerator compilation errors
11 lines of code changed in 2 files:
- Remove unused
0 lines of code changed in 1 file:
(17 more)