Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 161 (100.0%) | 24139 (100.0%) | 149.9 |
Compiler/BackEnd/ | 39 (24.2%) | 11724 (48.6%) | 300.6 |
testsuite/openmodelica/uncertainties/ | 11 (6.8%) | 8467 (35.1%) | 769.7 |
Compiler/FrontEnd/ | 40 (24.8%) | 2008 (8.3%) | 50.2 |
Compiler/Script/ | 10 (6.2%) | 1322 (5.5%) | 132.2 |
Compiler/Util/ | 23 (14.3%) | 234 (1.0%) | 10.1 |
Compiler/ | 5 (3.1%) | 227 (0.9%) | 45.4 |
testsuite/uncertainties/ | 4 (2.5%) | 116 (0.5%) | 29.0 |
Compiler/Template/ | 17 (10.6%) | 17 (0.1%) | 1.0 |
Compiler/runtime/ | 1 (0.6%) | 13 (0.1%) | 13.0 |
Parser/ | 2 (1.2%) | 5 (0.0%) | 2.5 |
testsuite/bootstrapping/ | 2 (1.2%) | 3 (0.0%) | 1.5 |
testsuite/flattening/modelica/algorithms-functions/ | 2 (1.2%) | 2 (0.0%) | 1.0 |
Compiler/susan_codegen/SimCode/ | 1 (0.6%) | 1 (0.0%) | 1.0 |
Compiler/Main/ | 1 (0.6%) | 0 (0.0%) | 0.0 |
Compiler/FFrontEnd/ | 3 (1.9%) | 0 (0.0%) | 0.0 |
- Adds List.fold3r function
36 lines of code changed in 1 file:
- Removing duplicated type declaration (breaks my code analyzer)
0 lines of code changed in 3 files:
- Minor fix to uncertainties code
4 lines of code changed in 1 file:
- Adds wrapper function Dump.unparseElementArgStr needed by MathCore
7 lines of code changed in 1 file:
- Reverted bad commit
78 lines of code changed in 3 files:
Fixing bug in VarTransform.replaceExpRepeated
91 lines of code changed in 4 files:
- Changing the scope of a function used by MathCore
1 lines of code changed in 1 file:
- Adding new function to BaseHashTable.mo
15 lines of code changed in 1 file:
- Changing the scope of a function used by MathCore
1 lines of code changed in 1 file:
- Small fix for HashTable6.mo
1 lines of code changed in 1 file:
- Fixing bug in VarTransform when using DAE.ASUB
3 lines of code changed in 1 file:
- Changing the scope of DAEDump.dumpInlineTypeStr
- Using Print.saveAndClearBuf for function ValuesUtil.valString
- Applying replacements on ASUB subindices
8 lines of code changed in 3 files:
- Optimized VarTransform.mo (do only perform union every 7th addition.)
36 lines of code changed in 1 file:
- Reverting my previous commit to fix the test
215 lines of code changed in 7 files:
- Optimized ExpressionSimplify.simplify
- Optimized VarTransform.mo (do only perform union every 7th addition.)
- made DAEDump.dumpInlineTypeStr public
- Improved Expression.isConst (now also returns true for constant CALL expressions)
- Improved Expression.containFunctioncall (now also checks ASUB)
- Improved Values.valString, now stores and resets Print buffer using handle.
- Added VarTransform.addReplacementLst
286 lines of code changed in 7 files:
- Fixing a bug in for-statements
3 lines of code changed in 1 file:
- Adding more warnings to the uncertainties extraction
189 lines of code changed in 2 files:
- Added flag to return correct cref types
12 lines of code changed in 2 files:
- (recommit) Eliminating error message when the StaticScript.elabCallInteractive succeds
8 lines of code changed in 1 file:
- Added an error rollback when calling elabCall. In interactive mode some functions are elaborated by StaticScript.elabCall but the error messages are kept.
4 lines of code changed in 1 file:
(28 more)