Directory Compiler/runtime/

Total Files:
69
Deleted Files:
60
Lines of Code:
20309

[root]/Compiler/runtime
            Folder removed from repo FMI (0 files, 0 lines)
            Folder removed from repo lpsolve (0 files, 0 lines)
                Folder removed from repo lib (0 files, 0 lines)
                    Folder removed from repo mingw32 (0 files, 0 lines)
                    Folder removed from repo x86_64-osx (0 files, 0 lines)
            Folder removed from repo sqlite (0 files, 0 lines)

Lines of Code

Compiler/runtime/ Lines of Code

Developers

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

Most Recent Commits

sjoelund.se 2015-04-30 12:40 Rev.: 25841

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:

  • Compiler/runtime: Makefile.common (+1 -1), Makefile.in (+1), config.unix.h.in (+1), omc_config.h (+1), systemimpl.c (+5)
adrpo 2015-04-30 01:29 Rev.: 25832

- fix Windows build
- fix nightly-build (get OMPython from github)

1 lines of code changed in 1 file:

  • Compiler/runtime: unitparser.cpp (+1 -5)
sjoelund.se 2015-04-29 23:20 Rev.: 25827

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:

  • Compiler/runtime: FMIImpl.c (+23), config.unix.h.in (+3), lapackimpl.c (+72 -12), systemimpl.c (+16), unitparser.cpp (+4 -3)
adeas31 2015-04-23 00:36 Rev.: 25696

- Removed the plotSilent flag.
- Added argument forceOMPlot to plot APIs.

10 lines of code changed in 2 files:

  • Compiler/runtime: systemimpl.c (+9), systemimpl.h (+1)
adeas31 2015-04-22 17:40 Rev.: 25689

#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:

  • Compiler/runtime: systemimpl.c (+12), systemimpl.h (+4)
hkiel 2015-04-17 14:58 Rev.: 25605

- fix some warnings
- spellfix

0 lines of code changed in 1 file:

  • Compiler/runtime: ptolemyio.cpp (-1)
sjoelund.se 2015-03-30 16:30 Rev.: 25319

Change libgc to libomcgc to make sure we link against the correct version of boehm-gc

2 lines of code changed in 1 file:

  • Compiler/runtime: omc_config.h (+2 -2)
adeas31 2015-03-23 18:56 Rev.: 25218

#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:

  • Compiler/runtime: FMIImpl.c (+5 -3)
mahge930 2015-03-19 18:56 Rev.: 25165

+ fix parmodelica kernel function interface generations.

1 lines of code changed in 1 file:

  • Compiler/runtime: systemimpl.c (+1 -1)
adrpo 2015-03-17 13:28 Rev.: 25121

- increase version to 1.9.3 nightly

2 lines of code changed in 1 file:

  • Compiler/runtime: omc_config.h (+2 -2)
adrpo 2015-03-17 08:42 Rev.: 25115

- switch version to 1.9.2

2 lines of code changed in 1 file:

  • Compiler/runtime: omc_config.h (+2 -2)
adrpo 2015-03-12 22:18 Rev.: 25074

- switch back to 1.9.2 Nightly

2 lines of code changed in 1 file:

  • Compiler/runtime: omc_config.h (+2 -2)
adrpo 2015-03-12 19:18 Rev.: 25068

- switch version to 1.9.2 Beta2

2 lines of code changed in 1 file:

  • Compiler/runtime: omc_config.h (+2 -2)
mwalther 2015-03-11 11:25 Rev.: 25028

- metis include added

2 lines of code changed in 1 file:

  • Compiler/runtime: Makefile.in (+2 -1)
mwalther 2015-03-11 10:37 Rev.: 25025

- added metis to windows build (mingw)

3 lines of code changed in 1 file:

  • Compiler/runtime: Makefile.omdev.mingw (+3 -1)
hkiel 2015-03-04 16:47 Rev.: 24903

fix some warnings

0 lines of code changed in 1 file:

  • Compiler/runtime: SimulationResults.c (-1)
sjoelund.se 2015-03-03 16:15 Rev.: 24881

Add %APPDATA% to get a directory to store user files on Windows

2 lines of code changed in 1 file:

  • Compiler/runtime: settingsimpl.c (+2)
hkiel 2015-02-27 18:44 Rev.: 24838

fix warning
fix memory leak

1 lines of code changed in 1 file:

  • Compiler/runtime: systemimpl.h (+1)
sjoelund.se 2015-02-25 15:03 Rev.: 24775

Automatically compile used libraries if Resources/BuildProjects is available

17 lines of code changed in 1 file:

  • Compiler/runtime: systemimpl.c (+17)
sjoelund.se 2015-02-24 11:15 Rev.: 24729

Static analysis fixes

4 lines of code changed in 1 file:

  • Compiler/runtime: Dynload.cpp (+4 -7)
sjoelund.se 2015-02-22 08:57 Rev.: 24696

Static analysis

3 lines of code changed in 2 files:

  • Compiler/runtime: systemimpl.c (+3 -4), unitparser.cpp (-2)
adrpo 2015-02-21 12:26 Rev.: 24677

- min and max does not exist in C Linux it seems

1 lines of code changed in 1 file:

  • Compiler/runtime: lapackimpl.c (+1 -1)
adrpo 2015-02-21 12:16 Rev.: 24676

- 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:

  • Compiler/runtime: lapackimpl.c (+2 -2)
sjoelund.se 2015-02-20 10:15 Rev.: 24645

#3166 Escape \r in C strings

12 lines of code changed in 1 file:

  • Compiler/runtime: systemimpl.c (+12 -4)
hkiel 2015-02-11 20:59 Rev.: 24537

malloc via GC
fix some warnings

6 lines of code changed in 1 file:

  • Compiler/runtime: systemimpl.c (+6 -6)
adrpo 2015-02-11 18:08 Rev.: 24535

- 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:

  • Compiler/runtime: systemimpl.c (+5 -2)
adrpo 2015-02-06 06:22 Rev.: 24453

- 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:

  • Compiler/runtime: systemimpl.c (+2 -2)
adrpo 2015-02-03 12:46 Rev.: 24378

- use in Windows the same error reporting for dll loading as in L?nux

17 lines of code changed in 1 file:

  • Compiler/runtime: systemimpl.c (+17 -2)
adrpo 2015-02-03 11:12 Rev.: 24376

- back to 1.9.2 nightly

2 lines of code changed in 1 file:

  • Compiler/runtime: omc_config.h (+2 -2)
adrpo 2015-02-02 13:25 Rev.: 24365

- switch version to 1.9.2 beta1

2 lines of code changed in 1 file:

  • Compiler/runtime: omc_config.h (+2 -2)
adrpo 2015-02-01 20:19 Rev.: 24359

- back to 1.9.2 nightly

2 lines of code changed in 1 file:

  • Compiler/runtime: omc_config.h (+2 -2)
adrpo 2015-02-01 15:35 Rev.: 24353

- switch version to 1.9.2 Beta

2 lines of code changed in 1 file:

  • Compiler/runtime: omc_config.h (+2 -2)
adrpo 2015-01-30 20:30 Rev.: 24343

- 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:

  • Compiler/runtime: Makefile.in (+1 -1), Makefile.omdev.mingw (+1 -1), System_omc.c (+3 -3), systemimpl.c (+31 -3)
sjoelund.se 2015-01-30 17:46 Rev.: 24337

Logic fix

1 lines of code changed in 1 file:

  • Compiler/runtime: System_omc.c (+1 -1)
sjoelund.se 2015-01-30 12:23 Rev.: 24331

min/max fixes after f2c.h was removed

8 lines of code changed in 1 file:

  • Compiler/runtime: systemimpl.c (+8 -7)
sjoelund.se 2015-01-30 12:16 Rev.: 24330

Remove call to min

1 lines of code changed in 1 file:

  • Compiler/runtime: System_omc.c (+1 -1)
sjoelund.se 2015-01-30 11:43 Rev.: 24328

There is no more f2c.h

0 lines of code changed in 2 files:

  • Compiler/runtime: lapackimpl.c (-1), systemimpl.c (-1)
adrpo 2015-01-29 17:38 Rev.: 24304

- 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:

  • Compiler/runtime: Dynload.cpp (+8 -5), Dynload_omc.cpp (+3 -2), printimpl.c (+1 -1), systemimpl.h (+1 -1)
adrpo 2015-01-28 16:21 Rev.: 24264

- space junkie

1 lines of code changed in 1 file:

  • Compiler/runtime: systemimpl.c (+1 -1)
sjoelund.se 2015-01-28 16:09 Rev.: 24261

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:

  • Compiler/runtime: HpcOmSchedulerExt.cpp (+1 -1), Makefile.common (+3 -3), config.h (del), config.unix.h.in (+4 -1), lapackimpl.c (+1 -1), omc_config.h (new 120), settingsimpl.c (+1 -1), systemimpl.c (+1 -1), unitparser.cpp (+1 -1)

(1079 more)

Generated by StatSVN 0.7.0