/trunk Developers: leonardo.laguna

Login name:
leonardo.laguna
Total Commits:
161 (0.1%)
Lines of Code:
24,139 (0.1%)
Most Recent Commit:
2014-04-14 14:42
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for leonardo.laguna

Activity by Day of Week for leonardo.laguna

Activity in Directories

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

Activity of leonardo.laguna

Most Recent Commits

leonardo.laguna 2014-04-14 14:42 Rev.: 20126

- Adds List.fold3r function

36 lines of code changed in 1 file:

  • Compiler/Util: List.mo (+36)
leonardo.laguna 2014-04-07 11:34 Rev.: 20015

- Removing duplicated type declaration (breaks my code analyzer)

0 lines of code changed in 3 files:

  • Compiler/FFrontEnd: FGraphBuild.mo (-1), FGraphDump.mo (-1), FResolve.mo (-1)
leonardo.laguna 2014-04-04 16:35 Rev.: 19992

- Minor fix to uncertainties code

4 lines of code changed in 1 file:

  • Compiler/BackEnd: Uncertainties.mo (+4 -10)
leonardo.laguna 2014-03-24 15:34 Rev.: 19713

- Adds wrapper function Dump.unparseElementArgStr needed by MathCore

7 lines of code changed in 1 file:

  • Compiler/FrontEnd: Dump.mo (+7)
leonardo.laguna 2014-01-27 15:27 Rev.: 18799

- Reverted bad commit

78 lines of code changed in 3 files:

  • Compiler/BackEnd: BackendDAEUtil.mo (+1 -59), RemoveSimpleEquations.mo (+16 -22), Uncertainties.mo (+61 -9)
leonardo.laguna 2014-01-27 15:16 Rev.: 18798

Fixing bug in VarTransform.replaceExpRepeated

91 lines of code changed in 4 files:

  • Compiler/BackEnd: BackendDAEUtil.mo (+59 -1), RemoveSimpleEquations.mo (+22 -16), Uncertainties.mo (+9 -61)
  • Compiler/Util: VarTransform.mo (+1 -1)
leonardo.laguna 2013-12-02 11:56 Rev.: 18363

- Changing the scope of a function used by MathCore

1 lines of code changed in 1 file:

  • Compiler/FrontEnd: AbsynDep.mo (+1 -1)
leonardo.laguna 2013-10-30 15:12 Rev.: 17933

- Adding new function to BaseHashTable.mo

15 lines of code changed in 1 file:

  • Compiler/Util: BaseHashTable.mo (+15)
leonardo.laguna 2013-08-08 12:38 Rev.: 16762

- Changing the scope of a function used by MathCore

1 lines of code changed in 1 file:

  • Compiler/FrontEnd: AbsynDep.mo (+1 -1)
leonardo.laguna 2013-08-08 10:03 Rev.: 16760

- Small fix for HashTable6.mo

1 lines of code changed in 1 file:

  • Compiler/Util: HashTable6.mo (+1 -1)
leonardo.laguna 2013-07-15 10:39 Rev.: 16594

- Fixing bug in VarTransform when using DAE.ASUB

3 lines of code changed in 1 file:

  • Compiler/Util: VarTransform.mo (+3 -2)
leonardo.laguna 2013-06-24 13:32 Rev.: 16472

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

  • Compiler/FrontEnd: DAEDump.mo (+1 -1), ValuesUtil.mo (+3 -5)
  • Compiler/Util: VarTransform.mo (+4 -3)
leonardo.laguna 2013-06-18 17:04 Rev.: 16386

- Optimized VarTransform.mo (do only perform union every 7th addition.)

36 lines of code changed in 1 file:

  • Compiler/Util: VarTransform.mo (+36 -4)
leonardo.laguna 2013-06-18 15:22 Rev.: 16385

- Reverting my previous commit to fix the test

215 lines of code changed in 7 files:

  • Compiler: OpenModelicaBootstrappingHeader.h (+110 -110)
  • Compiler/FrontEnd: DAEDump.mo (+1 -1), Expression.mo (-10), ExpressionSimplify.mo (+92 -122), ValuesUtil.mo (+5 -3)
  • Compiler/Util: VarTransform.mo (+6 -39)
  • testsuite/flattening/modelica/algorithms-functions: FunctionEval7.mo (+1 -1)
leonardo.laguna 2013-06-18 12:56 Rev.: 16384

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

  • Compiler: OpenModelicaBootstrappingHeader.h (+110 -110)
  • Compiler/FrontEnd: DAEDump.mo (+1 -1), Expression.mo (+10), ExpressionSimplify.mo (+122 -92), ValuesUtil.mo (+3 -5)
  • Compiler/Util: VarTransform.mo (+39 -6)
  • testsuite/flattening/modelica/algorithms-functions: FunctionEval7.mo (+1 -1)
leonardo.laguna 2013-06-10 14:30 Rev.: 16278

- Fixing a bug in for-statements

3 lines of code changed in 1 file:

  • Compiler/Util: VarTransform.mo (+3 -3)
leonardo.laguna 2013-05-06 17:13 Rev.: 15990

- Adding more warnings to the uncertainties extraction

189 lines of code changed in 2 files:

  • Compiler/BackEnd: Uncertainties.mo (+173 -48)
  • testsuite/openmodelica/uncertainties: DataReconciliationTests21jan2013.mos (+16 -9)
leonardo.laguna 2013-04-25 14:40 Rev.: 15912

- Added flag to return correct cref types

12 lines of code changed in 2 files:

  • Compiler/FrontEnd: ComponentReference.mo (+7 -7)
  • Compiler/Util: Flags.mo (+5 -1)
leonardo.laguna 2013-04-22 16:27 Rev.: 15881

- (recommit) Eliminating error message when the StaticScript.elabCallInteractive succeds

8 lines of code changed in 1 file:

  • Compiler/FrontEnd: Static.mo (+8)
leonardo.laguna 2013-04-17 15:02 Rev.: 15847

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

  • Compiler/FrontEnd: Static.mo (+4)

(28 more)

Generated by StatSVN 0.7.0