[root]/c_runtime
ExternalLibraries
(0 files, 0 lines)
mingw
(0 files, 0 lines)
ModelicaExternalC
(0 files, 0 lines)
fortran
(0 files, 0 lines)
interactive
(0 files, 0 lines)
SampleClient
(0 files, 0 lines)
java_interface
(0 files, 0 lines)
src
(0 files, 0 lines)
org
(0 files, 0 lines)
openmodelica
(0 files, 0 lines)
corba
(0 files, 0 lines)
parser
(0 files, 0 lines)
JavaDefinitions
(0 files, 0 lines)
test
(0 files, 0 lines)
test_files
(0 files, 0 lines)
libf2c
(0 files, 0 lines)
meta
(0 files, 0 lines)
gc
(0 files, 0 lines)
omdev_qtdeps
(0 files, 0 lines)
sendData
(0 files, 0 lines)
include
(0 files, 0 lines)
QtCore
(0 files, 0 lines)
QtGui
(0 files, 0 lines)
QtNetwork
(0 files, 0 lines)
release
(0 files, 0 lines)
solver_qss
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 2488 (100.0%) | 126445 (100.0%) | 50.8 |
petar | 271 (10.9%) | 39808 (31.5%) | 146.8 |
sjoelund.se | 955 (38.4%) | 24418 (19.3%) | 25.5 |
dietmarw | 73 (2.9%) | 22788 (18.0%) | 312.1 |
adrpo | 533 (21.4%) | 15243 (12.1%) | 28.5 |
wbraun | 172 (6.9%) | 10698 (8.5%) | 62.1 |
Frenkel TUD | 119 (4.8%) | 2759 (2.2%) | 23.1 |
hkiel | 29 (1.2%) | 2210 (1.7%) | 76.2 |
henjo | 64 (2.6%) | 1520 (1.2%) | 23.7 |
asodja | 20 (0.8%) | 1195 (0.9%) | 59.7 |
lochel | 17 (0.7%) | 1132 (0.9%) | 66.5 |
ankar | 25 (1.0%) | 788 (0.6%) | 31.5 |
azazi | 9 (0.4%) | 538 (0.4%) | 59.7 |
x02lucpo | 37 (1.5%) | 521 (0.4%) | 14.0 |
haklu | 25 (1.0%) | 512 (0.4%) | 20.4 |
perost | 34 (1.4%) | 440 (0.3%) | 12.9 |
stebr461 | 40 (1.6%) | 397 (0.3%) | 9.9 |
rruusu | 9 (0.4%) | 372 (0.3%) | 41.3 |
levsa | 22 (0.9%) | 316 (0.2%) | 14.3 |
krsta | 6 (0.2%) | 228 (0.2%) | 38.0 |
ppriv | 3 (0.1%) | 165 (0.1%) | 55.0 |
adeas31 | 6 (0.2%) | 129 (0.1%) | 21.5 |
x06hener | 5 (0.2%) | 106 (0.1%) | 21.2 |
kajny | 3 (0.1%) | 54 (0.0%) | 18.0 |
x05simel | 1 (0.0%) | 46 (0.0%) | 46.0 |
fbergero | 6 (0.2%) | 42 (0.0%) | 7.0 |
bjozac | 2 (0.1%) | 16 (0.0%) | 8.0 |
vasaie_p | 2 (0.1%) | 4 (0.0%) | 2.0 |
- 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 176 files:
- do not clean java_inteface as it no longer exits!
0 lines of code changed in 1 file:
- Set svn-eol-style on a few files
5 lines of code changed in 5 files:
- remove sendData.
0 lines of code changed in 2 files:
- Removed sendData from the compiler
3 lines of code changed in 1 file:
make simple functions static inline to save the jump instructions
67 lines of code changed in 2 files:
- Update CMakeFiles
9 lines of code changed in 1 file:
- const va_list doesn't work in VS and clang/llvm, so it has to go because without it it works in GCC too.
6 lines of code changed in 2 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.
13 lines of code changed in 3 files:
c_runtime: complete overhaul
implemented some missing functions
2103 lines of code changed in 26 files:
optimized for loops
replaced calloc by malloc where allocated space is immediately initialized by function
40 lines of code changed in 1 file:
#1663
- Fix for data_of_integer_array on 64-bit platforms (copy the array before sending it to the external function)
3 lines of code changed in 2 files:
- Use new dtoa-based realString
5 lines of code changed in 1 file:
Fixes for BUG: #1652
- fixes for bug: https://openmodelica.org:8443/cb/issue/1652
- added writeParameterData() to the simulation_result to be called after the
initialization to write the correct parameter values to the .mat result file.
51 lines of code changed in 7 files:
Removing stand alone solver from the runtime
2 lines of code changed in 1 file:
- last resort fixes for the memory_pool.c (to get the fmi not to crash when calling stuff from the generated dll).
14 lines of code changed in 1 file:
- fixed memory pool (init states both in the generated code and in the executable!).
- do not cat the testsuite-trace.txt as it can be very large and kill eclipse.
1 lines of code changed in 1 file:
- ged rid of sum waring
- use time to call storeDelayedExpression, so globalData is not needed in simulation_delay
1 lines of code changed in 1 file:
- Removed inline for alloc_elements in memory_pool.c, for clang compatibility.
1 lines of code changed in 1 file:
- conert ringbuffer from cpp to c
281 lines of code changed in 4 files:
- more info about a base array
- give a warning if the tables are not monotonously increasing in the time column (c.f. Modelica spec).
11 lines of code changed in 2 files:
- update CMakeFiles
- include inline.h in memory_pool.c
- bugfix for vs us sqrt(double)
53 lines of code changed in 3 files:
- bug-fix inside the ringbuffer, because of losing the order during expanding
1 lines of code changed in 1 file:
- table data does not have to be monotonous increasing, it can be equal too!
2 lines of code changed in 1 file:
- changed default optimization-method for initialization
2 lines of code changed in 1 file:
- Moved read_write back to c_runtime as it seems to break things after a make clean
1024 lines of code changed in 3 files:
- Use multiple regions for the memory pool
44 lines of code changed in 2 files:
- The memory pool now uses only one buffer for all data
25 lines of code changed in 2 files:
- Fix clean compilation
2 lines of code changed in 2 files:
bug-fix for handling initialization with command-line arguments
94 lines of code changed in 2 files:
- Moved read_write to Compiler/runtime
1 lines of code changed in 3 files:
- Restructured memory pool (it's now an array of pools)
174 lines of code changed in 12 files:
- Avoid segfault when init-file does not exist
0 lines of code changed in 1 file:
- fflush the log and error messages in c_runtime. (is good for knowing where things crash).
282 lines of code changed in 7 files:
- Better fix than r10268 (but we keep the debug print disabled)
2 lines of code changed in 1 file:
- fixed bug with array with size 1.
- uncommented print of communicate status (breaks the testsuite)
1 lines of code changed in 1 file:
- OMEdit/simulation: Use -port XXXX to send status updates to OMEdit. TODO: Implement this in the GUI (Adeel)
41 lines of code changed in 3 files:
- Spelling of SIGUSR1
1 lines of code changed in 1 file:
- Improved error message
1 lines of code changed in 1 file:
- fixed small bug in calculate analytical jacobian
1 lines of code changed in 1 file:
(658 more)