Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 32 (100.0%) | 4259 (100.0%) | 133.0 |
adrpo | 22 (68.8%) | 3732 (87.6%) | 169.6 |
sjoelund.se | 10 (31.3%) | 527 (12.4%) | 52.7 |
- GOT RID OF the old trunk/c_runtime and old templates SimCodeC.tpl/SimCodeFMU.tpl
- HIGHLY RECOMMENDED make clean
- renamed SimCodeXXX.tpl CodegenXXX.tpl
- merged the needed things from SimCodeC.tpl into CodegenQSS.tpl.
- all tests except the usual mishaps go.
- targeted all trunk/c_runtime references used in
Makefiles / C (Qt OMPlot) / Other files to their SimulationRuntime/ counterparts.
0 lines of code changed in 10 files:
- add a prototype for void *mmc_alloc_bytes(unsigned nbytes);
1 lines of code changed in 1 file:
- port the changes to meta and GC to the new runtime.
not on yet and not all changes added.
- some fixes to linking for FMI on windows
- do not set the x=x before tailcall.
- fixes to the new runtime to be able to compile using VS
- use the safe real (union of words).
0 lines of code changed in 1 file:
- Set svn-eol-style on a few files
527 lines of code changed in 10 files:
- 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.
3731 lines of code changed in 10 files: