Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 772 (100.0%) | 34160 (100.0%) | 44.2 |
modeq/ | 192 (24.9%) | 13931 (40.8%) | 72.5 |
Compiler/ | 184 (23.8%) | 8720 (25.5%) | 47.3 |
c_runtime/libf2c/ | 184 (23.8%) | 5243 (15.3%) | 28.4 |
testsuite/mofiles/ | 13 (1.7%) | 1727 (5.1%) | 132.8 |
modeq/winruntime/ | 23 (3.0%) | 1141 (3.3%) | 49.6 |
modeq/runtime/ | 19 (2.5%) | 780 (2.3%) | 41.0 |
Compiler/runtime/ | 18 (2.3%) | 525 (1.5%) | 29.1 |
c_runtime/ | 37 (4.8%) | 521 (1.5%) | 14.0 |
testsuite/mofiles/msl_1_5/ | 2 (0.3%) | 390 (1.1%) | 195.0 |
testsuite/mosfiles/ | 22 (2.8%) | 386 (1.1%) | 17.5 |
Compiler/winruntime/ | 13 (1.7%) | 264 (0.8%) | 20.3 |
WinMosh/ | 15 (1.9%) | 154 (0.5%) | 10.2 |
Compiler/VC7/Setup/ | 2 (0.3%) | 150 (0.4%) | 75.0 |
Compiler/VC7/ | 3 (0.4%) | 139 (0.4%) | 46.3 |
modeq/VC7/ | 8 (1.0%) | 44 (0.1%) | 5.5 |
Compiler/VC7/omc/ | 1 (0.1%) | 12 (0.0%) | 12.0 |
Compiler/scripts/ | 12 (1.6%) | 10 (0.0%) | 0.8 |
flat_modelica_parser/src/ | 9 (1.2%) | 9 (0.0%) | 1.0 |
testsuite/mofiles/drmodelica/ | 1 (0.1%) | 6 (0.0%) | 6.0 |
modeq/absyn_builder/ | 1 (0.1%) | 4 (0.0%) | 4.0 |
modeq/modpar/ | 2 (0.3%) | 1 (0.0%) | 0.5 |
modeq/VC7/UpdateEnv/ | 1 (0.1%) | 1 (0.0%) | 1.0 |
WinMosh/res/ | 1 (0.1%) | 1 (0.0%) | 1.0 |
Compiler/rml2sig/ | 2 (0.3%) | 1 (0.0%) | 0.5 |
modeq/VC7/antlr/ | 1 (0.1%) | 0 (0.0%) | 0.0 |
doc/ | 4 (0.5%) | 0 (0.0%) | 0.0 |
WinMosh_QT4/ | 2 (0.3%) | 0 (0.0%) | 0.0 |
commented some code
4 lines of code changed in 1 file:
made the function Setting.setInstallationDirectoryPath to use putenv("OPENMODELICAHOME=<PATH>"
22 lines of code changed in 2 files:
added getTempDirectoryPath to interactive functions
8 lines of code changed in 2 files:
added DATA_STRING stringVaribles to handle the stringvaribles for generated code
11 lines of code changed in 1 file:
moved getVersion from interactive to ceval
8 lines of code changed in 3 files:
corrected diagonal_real_array and diagonal_integer_array
4 lines of code changed in 2 files:
added EXTRA_SIMOBJ to compilation
1 lines of code changed in 1 file:
partial implemented parameters and algebraic string handling
375 lines of code changed in 8 files:
4 lines of code changed in 2 files:
implemented -s settings.mos
158 lines of code changed in 5 files:
made things compile
5 lines of code changed in 2 files:
changed implementation of Static.elabBuiltinSum to handle also sum(3.0)
this generates an warning
20 lines of code changed in 2 files:
added
public function dumpDAELowEqnList
137 lines of code changed in 1 file:
added so that subscripts with param are evaluated to value
24 lines of code changed in 3 files:
added a test for a array-subscript:
parameter Integer tmp = 2;
Real a[1*tmp+2];
25 lines of code changed in 3 files:
corrected an error in symplify: x+x+x+x+x (integers) became 5.0*x which made subscripts with exp not working. now it returns 5*x
55 lines of code changed in 2 files:
changed font to Lucida Console and improved -omcpath parameter
30 lines of code changed in 2 files:
2 lines of code changed in 1 file:
added isRealParam and isNonRealParam
31 lines of code changed in 1 file:
corrected an error on ASUB simplify
31 lines of code changed in 1 file:
(221 more)