[root]/Compiler/runtime
FMI
(0 files, 0 lines)
lpsolve
(0 files, 0 lines)
lib
(0 files, 0 lines)
mingw32
(0 files, 0 lines)
x86_64-osx
(0 files, 0 lines)
sqlite
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 2561 (100.0%) | 65075 (100.0%) | 25.4 |
sjoelund.se | 1189 (46.4%) | 27133 (41.7%) | 22.8 |
adrpo | 514 (20.1%) | 10635 (16.3%) | 20.6 |
hudson | 146 (5.7%) | 5711 (8.8%) | 39.1 |
Frenkel TUD | 70 (2.7%) | 5480 (8.4%) | 78.2 |
mwalther | 74 (2.9%) | 5015 (7.7%) | 67.7 |
adeas31 | 159 (6.2%) | 3815 (5.9%) | 23.9 |
perost | 102 (4.0%) | 1768 (2.7%) | 17.3 |
petar | 68 (2.7%) | 1330 (2.0%) | 19.5 |
otto@mathcore.com | 7 (0.3%) | 1145 (1.8%) | 163.5 |
hkiel | 61 (2.4%) | 740 (1.1%) | 12.1 |
x02lucpo | 18 (0.7%) | 525 (0.8%) | 29.1 |
dietmarw | 17 (0.7%) | 436 (0.7%) | 25.6 |
jfrenkel | 32 (1.2%) | 330 (0.5%) | 10.3 |
x06hener | 6 (0.2%) | 214 (0.3%) | 35.6 |
mkloeppel | 5 (0.2%) | 197 (0.3%) | 39.4 |
levsa | 13 (0.5%) | 162 (0.2%) | 12.4 |
lochel | 9 (0.4%) | 100 (0.2%) | 11.1 |
wbraun | 26 (1.0%) | 66 (0.1%) | 2.5 |
kajny | 6 (0.2%) | 50 (0.1%) | 8.3 |
x05andre | 2 (0.1%) | 40 (0.1%) | 20.0 |
cschubert | 8 (0.3%) | 34 (0.1%) | 4.2 |
mahge930 | 4 (0.2%) | 30 (0.0%) | 7.5 |
ppriv | 1 (0.0%) | 25 (0.0%) | 25.0 |
bjozac | 6 (0.2%) | 21 (0.0%) | 3.5 |
dhedberg | 3 (0.1%) | 16 (0.0%) | 5.3 |
leonardo.laguna | 1 (0.0%) | 13 (0.0%) | 13.0 |
ericmeyers | 4 (0.2%) | 13 (0.0%) | 3.2 |
henrikt | 3 (0.1%) | 10 (0.0%) | 3.3 |
edgarlopez | 3 (0.1%) | 8 (0.0%) | 2.6 |
mflehmig | 1 (0.0%) | 6 (0.0%) | 6.0 |
M.Arzt | 1 (0.0%) | 5 (0.0%) | 5.0 |
haklu | 2 (0.1%) | 2 (0.0%) | 1.0 |
Multiarch patch: install libraries to OMHOME/lib/<triplet>/omc
- This will allow users to install multiple versions of the simulation libraries at the same time
9 lines of code changed in 5 files:
- fix Windows build
- fix nightly-build (get OMPython from github)
1 lines of code changed in 1 file:
Some cross-compilation fixes.
- Adding switches to disable compiling parts for a bootstrapped compiler.
- New switches mainly used to cross-compile a minimal omc on the build platform that can be used to compile omc for the host platform.
118 lines of code changed in 5 files:
- Removed the plotSilent flag.
- Added argument forceOMPlot to plot APIs.
10 lines of code changed in 2 files:
#1768
- Set a call back function for plot commands.
- Updated OMNotebook to use the OpenModelicaCompiler shared library.
16 lines of code changed in 2 files:
- fix some warnings
- spellfix
0 lines of code changed in 1 file:
Change libgc to libomcgc to make sure we link against the correct version of boehm-gc
2 lines of code changed in 1 file:
#3240
- Fixed FMI 2 import issues.
- Generate code for enumerations.
- Generate nice Modelica code to get rid of initial condition are not fully satisfied warning.
- Make sure exported parameters are generated as parameters in the imported code.
5 lines of code changed in 1 file:
+ fix parmodelica kernel function interface generations.
1 lines of code changed in 1 file:
- increase version to 1.9.3 nightly
2 lines of code changed in 1 file:
- switch version to 1.9.2
2 lines of code changed in 1 file:
- switch back to 1.9.2 Nightly
2 lines of code changed in 1 file:
- switch version to 1.9.2 Beta2
2 lines of code changed in 1 file:
- metis include added
2 lines of code changed in 1 file:
- added metis to windows build (mingw)
3 lines of code changed in 1 file:
fix some warnings
0 lines of code changed in 1 file:
Add %APPDATA% to get a directory to store user files on Windows
2 lines of code changed in 1 file:
fix warning
fix memory leak
1 lines of code changed in 1 file:
Automatically compile used libraries if Resources/BuildProjects is available
17 lines of code changed in 1 file:
Static analysis fixes
4 lines of code changed in 1 file:
Static analysis
3 lines of code changed in 2 files:
- min and max does not exist in C Linux it seems
1 lines of code changed in 1 file:
- MSL 3.2.1 (m:r8095) changes the interface of Modelica.Math.Matrices.LAPACK.dgelsx
- adapt our interactive evaluation of Lapack to match the changes
2 lines of code changed in 1 file:
#3166 Escape \r in C strings
12 lines of code changed in 1 file:
malloc via GC
fix some warnings
6 lines of code changed in 1 file:
- get the proper process exit code for System.systemCall command on Windows
- put the error code inside the Model.log file
- remove Compiler/scripts/CompileMSVC.bat as is not used
5 lines of code changed in 1 file:
- split qt-clients build on windows so one can build just the ones who is interested in
- better Compiler/Script cleaning
- clean OMEdit generated files on clean
- get rid of some warnings
- do Print.clearBuf() a bit differently in Main
2 lines of code changed in 1 file:
- use in Windows the same error reporting for dll loading as in L?nux
17 lines of code changed in 1 file:
- back to 1.9.2 nightly
2 lines of code changed in 1 file:
- switch version to 1.9.2 beta1
2 lines of code changed in 1 file:
- back to 1.9.2 nightly
2 lines of code changed in 1 file:
- switch version to 1.9.2 Beta
2 lines of code changed in 1 file:
- use runProcess("cmd /c command") on windows instead of system(command) so that no console window appears
- remove some f2c include directories
- enable parallel mark in windows
36 lines of code changed in 4 files:
Logic fix
1 lines of code changed in 1 file:
min/max fixes after f2c.h was removed
8 lines of code changed in 1 file:
Remove call to min
1 lines of code changed in 1 file:
There is no more f2c.h
0 lines of code changed in 2 files:
- send threadData to dynamically loaded external function
- do not fail in writeBuf if there is no buffer or there is no data
- update test BatchPlant_StandardWater
13 lines of code changed in 4 files:
- space junkie
1 lines of code changed in 1 file:
Add make option OMC_MINIMAL_RUNTIME=1, which skips compilation of many object files in the simulation runtime (to make it easier to cross-compile for real-time targets)
132 lines of code changed in 9 files:
(1079 more)