Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 1096 (100.0%) | 87234 (100.0%) | 79.5 |
adrpo | 115 (10.5%) | 31931 (36.6%) | 277.6 |
sjoelund.se | 574 (52.4%) | 23240 (26.6%) | 40.4 |
olero | 18 (1.6%) | 9750 (11.2%) | 541.6 |
hudson | 38 (3.5%) | 8641 (9.9%) | 227.3 |
adeas31 | 107 (9.8%) | 4643 (5.3%) | 43.3 |
perost | 69 (6.3%) | 4041 (4.6%) | 58.5 |
leonardo.laguna | 10 (0.9%) | 1322 (1.5%) | 132.2 |
aleca751 | 5 (0.5%) | 1104 (1.3%) | 220.8 |
lochel | 34 (3.1%) | 543 (0.6%) | 15.9 |
alash325 | 8 (0.7%) | 401 (0.5%) | 50.1 |
hkiel | 16 (1.5%) | 318 (0.4%) | 19.8 |
mahge930 | 16 (1.5%) | 307 (0.4%) | 19.1 |
Frenkel TUD | 31 (2.8%) | 199 (0.2%) | 6.4 |
wbraun | 16 (1.5%) | 197 (0.2%) | 12.3 |
petar | 2 (0.2%) | 122 (0.1%) | 61.0 |
niklwors | 13 (1.2%) | 110 (0.1%) | 8.4 |
jfrenkel | 7 (0.6%) | 93 (0.1%) | 13.2 |
Kaie Kubjas | 3 (0.3%) | 80 (0.1%) | 26.6 |
Dongliang Li | 3 (0.3%) | 78 (0.1%) | 26.0 |
vitalij | 3 (0.3%) | 66 (0.1%) | 22.0 |
mwalther | 4 (0.4%) | 36 (0.0%) | 9.0 |
cschubert | 2 (0.2%) | 8 (0.0%) | 4.0 |
vwaurich | 1 (0.1%) | 2 (0.0%) | 2.0 |
bthiele | 1 (0.1%) | 2 (0.0%) | 2.0 |
eliminate List.isNotEmpty() and List.first() (replaced by listEmpty() and listHead())
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
48 lines of code changed in 1 file:
- Removed the plotSilent flag.
- Added argument forceOMPlot to plot APIs.
70 lines of code changed in 1 file:
#1768
- Set a call back function for plot commands.
- Updated OMNotebook to use the OpenModelicaCompiler shared library.
11 lines of code changed in 1 file:
Fix bug: #3269
- add code for deleteFile in Compiler/Script/CevalScript.mo
- add test in: testsuite/openmodelica/interactive-API/Bug3269_deleteFile.mos
6 lines of code changed in 1 file:
#2860
- Allow preserving the zoom level. Don't always auto rescale for new variables in plot.
23 lines of code changed in 1 file:
Fix bug #3255
- append the annotation from the constrained class to the annotations of the component
- added test inside testsuite/openmodelica/interactive-API/choicesAllMatching.mos
45 lines of code changed in 1 file:
figaro changes
1 lines of code changed in 1 file:
Fix bug: #3254
- return component annotations that are not graphical classes also
- added test: testsuite/openmodelica/interactive-API/choicesAllMatching.mos
21 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
figaro changes
4 lines of code changed in 1 file:
figaro changes
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
figaro changes
6 lines of code changed in 1 file:
figaro tweak
1 lines of code changed in 1 file:
figaro tweak
1 lines of code changed in 1 file:
- helper to bug #3196
- added setComponentDimensions(class, component, {dim1, dim2, dim3})
- added test for it in testsuite/openmodelica/interactive-API/interactive_api_calls.mos
97 lines of code changed in 1 file:
- Fix the checkModel output.
- Fix failing tests.
4 lines of code changed in 1 file:
- return empty string when checkModel fails and set add error message.
- Only show InformationDialog if instantiateModel & checkModel succeed otherwise put the error message in Messages Browser.
12 lines of code changed in 1 file:
- rename Expression.traverseExp to Expression.traverseExpBottomUp
1 lines of code changed in 1 file:
Replace MM trig functions with Modelica equivalents
5 lines of code changed in 1 file:
- Start generating co-simulation FMUs. The FMU doesn't contain valid code yet but will soon.
20 lines of code changed in 2 files:
- Completely wreck scodeInst.
13 lines of code changed in 1 file:
some cleanup
2 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
2 lines of code changed in 1 file:
figaro export bug fix in xml generation
6 lines of code changed in 1 file:
- Improved deduction of implicit iteration ranges in for-loops.
- Added ALG_ASSERT, ALG_TERMINATE and ALG_REINIT to SCode.Statement,
to mimic how SCode.EEquation is structured.
- Various code cleanup.
1 lines of code changed in 1 file:
Automatically compile used libraries if Resources/BuildProjects is available
4 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
11 lines of code changed in 1 file:
FigaroExport interface update
59 lines of code changed in 2 files:
Change := in modifications to a warning instead of error, fix MM sources
22 lines of code changed in 4 files:
Static analysis
10 lines of code changed in 2 files:
some code cleanup
20 lines of code changed in 3 files:
Fix bug: #3157
- handle also empty Name annotations, i.e.: annotation(Name);
- add test testsuite/openmodelica/interactive-API/getDialogAnnotation.mos
20 lines of code changed in 1 file:
some code cleanup
215 lines of code changed in 1 file:
- Moved getComponentModifierNames to ModelicaBuiltin.mo.
- updated getComponentModifierNames to scripting API.
21 lines of code changed in 2 files:
- Moved getParameterValue to ModelicaBuiltin.mo.
- updated getParameterValue to scripting API.
19 lines of code changed in 2 files:
- Moved getClaasRestriction & getParameterNames to ModelicaBuiltin.mo.
- updated getClaasRestriction to scripting API. Removed some unused APIs from OMCProxy.
29 lines of code changed in 2 files:
- Fixed isEnumeration.
2 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
(750 more)