Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 8650 (100.0%) | 549743 (100.0%) | 63.5 |
adrpo | 1125 (13.0%) | 250405 (45.5%) | 222.5 |
sjoelund.se | 4297 (49.7%) | 126145 (22.9%) | 29.3 |
perost | 1674 (19.4%) | 102117 (18.6%) | 61.0 |
hudson | 276 (3.2%) | 40474 (7.4%) | 146.6 |
mahge930 | 300 (3.5%) | 9283 (1.7%) | 30.9 |
lochel | 290 (3.4%) | 4561 (0.8%) | 15.7 |
Frenkel TUD | 146 (1.7%) | 4208 (0.8%) | 28.8 |
vitalij | 96 (1.1%) | 2217 (0.4%) | 23.0 |
leonardo.laguna | 40 (0.5%) | 2008 (0.4%) | 50.2 |
jfrenkel | 65 (0.8%) | 1603 (0.3%) | 24.6 |
wbraun | 47 (0.5%) | 1400 (0.3%) | 29.7 |
bthiele | 32 (0.4%) | 1050 (0.2%) | 32.8 |
adeas31 | 68 (0.8%) | 1003 (0.2%) | 14.7 |
vwaurich | 49 (0.6%) | 995 (0.2%) | 20.3 |
AlexeyLebedev | 12 (0.1%) | 596 (0.1%) | 49.6 |
petar | 17 (0.2%) | 504 (0.1%) | 29.6 |
hkiel | 83 (1.0%) | 373 (0.1%) | 4.4 |
ppriv | 1 (0.0%) | 209 (0.0%) | 209.0 |
Dongliang Li | 5 (0.1%) | 186 (0.0%) | 37.2 |
alash325 | 1 (0.0%) | 117 (0.0%) | 117.0 |
mwalther | 12 (0.1%) | 81 (0.0%) | 6.7 |
henrikt | 2 (0.0%) | 64 (0.0%) | 32.0 |
niklwors | 1 (0.0%) | 48 (0.0%) | 48.0 |
arun3688 | 1 (0.0%) | 26 (0.0%) | 26.0 |
JohannaSchneider | 1 (0.0%) | 23 (0.0%) | 23.0 |
aleca751 | 3 (0.0%) | 16 (0.0%) | 5.3 |
olero | 3 (0.0%) | 12 (0.0%) | 4.0 |
rakhiwarriar | 1 (0.0%) | 11 (0.0%) | 11.0 |
dhedberg | 1 (0.0%) | 7 (0.0%) | 7.0 |
rfranke | 1 (0.0%) | 1 (0.0%) | 1.0 |
antlr3 library changed name to omantlr3
6 lines of code changed in 1 file:
- support for non constant array-indices added to variable - memory - mapping
3 lines of code changed in 1 file:
- added a mapping for variables to storage positions, to support efficient code generation that keeps array-variables as arrays
- a new HashTable is now part of the code, that maps a ComponentReference to an array of Integers and a list of Integers
- HpcOm memory optimization disabled
- initAliasArray-interface extended in SimVars-Class
- some typo fixes
17 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
3 lines of code changed in 1 file:
- added SimCode.SES_FOR_LOOP and DAE.SUM expression to express loop-equations
51 lines of code changed in 3 files:
- Propagate the actual attributes to match aliases, to allow assigning to them
if they are non-inputs.
34 lines of code changed in 1 file:
- Don't simplify MetaModelica array ASUBs in ExpressionSimplify,
it doesn't know which side an expression is on.
0 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
5 lines of code changed in 1 file:
- added first implementation for handling for-loops and variable arrays
68 lines of code changed in 1 file:
added symbolic implicit euler. Improvements will come!!
9 lines of code changed in 2 files:
eliminate List.isNotEmpty() and List.first() (replaced by listEmpty() and listHead())
24 lines of code changed in 10 files:
- Removed the plotSilent flag.
- Added argument forceOMPlot to plot APIs.
3 lines of code changed in 1 file:
#1768
- Set a call back function for plot commands.
- Updated OMNotebook to use the OpenModelicaCompiler shared library.
0 lines of code changed in 1 file:
- Removed List.isEmpty
3 lines of code changed in 3 files:
- put parameter dependent asserts in the paramEquation section and not in all-equations
19 lines of code changed in 1 file:
Fix for #3281:
- Fixed handling of subscripted MetaModelica array crefs.
82 lines of code changed in 5 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
- attempt to fix partial negation of the lhs inside createNonlinearResidualEquationsComplex
- added warnings for generateCrefsExpFromExp and generateCrefsExpLstFromExp
20 lines of code changed in 1 file:
symbolical QR-solver: added householder(default)
7 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
6 lines of code changed in 3 files:
Fix for #3250:
- Rewrote Static.replaceEnd to handle qualified/fully qualified crefs correctly.
422 lines of code changed in 4 files:
- Fix documentation examples.
3 lines of code changed in 1 file:
#2860
- Allow preserving the zoom level. Don't always auto rescale for new variables in plot.
6 lines of code changed in 1 file:
symbolical QR-solver:
- improved handling for const exp
- added scaling
8 lines of code changed in 1 file:
- adapt BackendDAEUtil.reduceEqSystem for symbolic jacobians and utilize it.
6 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
7 lines of code changed in 1 file:
Fix #3247
- use the class modification from the environment
58 lines of code changed in 3 files:
[Janitor mode] Fix whitespace
3 lines of code changed in 1 file:
- Keep External decls.
6 lines of code changed in 1 file:
Fix bug #3239
- merge modifiers in correct order outer -> inner
- add testsuite/flattening/modelica/redeclare/Bug3239.mo
Fix typo in SimulationRuntime/c/util/libcsv.h
3 lines of code changed in 2 files:
improved extends dynamic optimization formulation
17 lines of code changed in 1 file:
- Fix ThermoPower tests.
29 lines of code changed in 2 files:
- Keep restrictions.
2 lines of code changed in 1 file:
- Prepare Mod.elabModValue to return the cache.
3 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
- Make Mod.elabModValue fail if Ceval prints an error message.
39 lines of code changed in 2 files:
- fix bad typo in ModelicaBuiltin.mo
1 lines of code changed in 1 file:
- increase version to 1.9.3 nightly
6 lines of code changed in 1 file:
- switch version to 1.9.2
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
3 lines of code changed in 1 file:
(2508 more)