/trunk Developers: bjozac

Login name:
bjozac
Total Commits:
90 (0.0%)
Lines of Code:
3,036 (0.0%)
Most Recent Commit:
2010-03-18 17:47
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for bjozac

Activity by Day of Week for bjozac

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 90 (100.0%) 3036 (100.0%) 33.7
Compiler/ 78 (86.7%) 2952 (97.2%) 37.8
testsuite/mofiles/ 2 (2.2%) 47 (1.5%) 23.5
Compiler/runtime/ 6 (6.7%) 21 (0.7%) 3.5
c_runtime/ 2 (2.2%) 16 (0.5%) 8.0
Compiler/modpar/ 2 (2.2%) 0 (0.0%) 0.0

Activity of bjozac

Most Recent Commits

bjozac 2010-03-18 17:47 Rev.: 5173

some comments added

55 lines of code changed in 6 files:

  • Compiler: Absyn.mo (+3 -1), Cevalfunc.mo (+30 -39), DAEUtil.mo (+13 -4), Exp.mo (+3 -1), Mod.mo (+3 -1), ModUtil.mo (+3 -1)
bjozac 2010-03-11 11:41 Rev.: 5122

Added a back patch for Qualified instantiation

2 lines of code changed in 1 file:

  • Compiler: Inst.mo (+2)
bjozac 2010-03-10 16:26 Rev.: 5117

* Fixed initial array equations
* Activated back patching of initial if equations with Connection.isRoot() as statements.

180 lines of code changed in 3 files:

  • Compiler: DAEUtil.mo (+21 -8), Inst.mo (+130 -2), Util.mo (+29 -1)
bjozac 2010-02-24 10:44 Rev.: 5028

Some minor renaming of functions to be more correct according to rest of project.

3 lines of code changed in 1 file:

  • Compiler: Absyn.mo (+3 -3)
bjozac 2010-02-23 09:59 Rev.: 5012

Added a Absyn function to strip last cref of a qualified cref

25 lines of code changed in 2 files:

  • Compiler: Absyn.mo (+23), Util.mo (+2 -2)
bjozac 2010-02-18 15:52 Rev.: 4992

Some minor changes to inst->deriveing function and Exp functions.

27 lines of code changed in 3 files:

  • Compiler: Exp.mo (+20 -2), Inst.mo (+7 -6), SCodeUtil.mo (-1)
bjozac 2010-02-16 14:17 Rev.: 4963

minor changes in front-end,
* some new functions
* cleaning of code and complement to existing functions

44 lines of code changed in 4 files:

  • Compiler: Connect.mo (+1 -1), DAEUtil.mo (+15 -3), Exp.mo (+25), Inst.mo (+3 -3)
bjozac 2010-02-05 15:48 Rev.: 4929

Added some functions used by MC back end

62 lines of code changed in 2 files:

  • Compiler: Exp.mo (+42), Util.mo (+20)
bjozac 2010-02-02 14:39 Rev.: 4904

Added some functions to Exp.mo

16 lines of code changed in 1 file:

  • Compiler: Exp.mo (+16 -10)
bjozac 2010-02-01 10:45 Rev.: 4890

Removed debug prints from operators

18 lines of code changed in 1 file:

  • Compiler: Exp.mo (+18 -18)
bjozac 2010-01-29 17:10 Rev.: 4885

minor changes how functions and records are treated.
Added some functions.

530 lines of code changed in 7 files:

  • Compiler: DAEUtil.mo (+87 -1), Exp.mo (+277 -72), Inst.mo (+134 -11), Lookup.mo (+2 -2), Static.mo (+17 -9), Util.mo (+11 -1), VarTransform.mo (+2 -2)
bjozac 2010-01-29 10:24 Rev.: 4883

added a crefAppend function for Exp.mo

24 lines of code changed in 1 file:

  • Compiler: Exp.mo (+24)
bjozac 2010-01-18 10:27 Rev.: 4792

Some restructure of code, moved functions from DAE to DAEUtil (inline functions)

15 lines of code changed in 3 files:

  • Compiler: DAE.mo (-14), DAEUtil.mo (+14), Inst.mo (+1 -1)
bjozac 2010-01-15 15:24 Rev.: 4786

Fixed "bug" from #4760, #4760.
Connect.mo; statement: "source := Util.listReduce(Util.listMap(cs, Util.tuple33), DAEUtil.mergeSources);" caused the kernel to run out of memory in large models.

4 lines of code changed in 1 file:

  • Compiler: Connect.mo (+4 -1)
bjozac 2010-01-15 14:05 Rev.: 4785

Some code cleanups.

18 lines of code changed in 2 files:

  • Compiler: Exp.mo (+5 -5), Static.mo (+13 -13)
bjozac 2010-01-08 15:52 Rev.: 4756

added rollback on error messages generated inside cevalfunc function.

11 lines of code changed in 1 file:

  • Compiler: Cevalfunc.mo (+11 -1)
bjozac 2010-01-05 10:29 Rev.: 4733

Added a strip subs function for crefs.

21 lines of code changed in 1 file:

  • Compiler: Exp.mo (+21)
bjozac 2009-12-21 13:48 Rev.: 4726

Some updates for Cevalfunc, it works better but still not perfect.

447 lines of code changed in 4 files:

  • Compiler: Ceval.mo (+8 -8), Cevalfunc.mo (+394 -120), Exp.mo (+23), ValuesUtil.mo (+22)
bjozac 2009-12-16 14:49 Rev.: 4704

Changed deriving function to be fullyQualified.

17 lines of code changed in 2 files:

  • Compiler: Inst.mo (+1 -1), Lookup.mo (+16 -3)
bjozac 2009-12-15 19:56 Rev.: 4701

Changed DAE.FUNCTION to a more generic structure for external and normal function as well as derivatives of functions. Construct in front end derivative information for functions.

Inline'ing changed a bit. Now a record rather then a boolean.
Reverted some inst.partialinstclassdef stuff that martin did, was not compatible with all functioncalls.

1303 lines of code changed in 17 files:

  • Compiler: Algorithm.mo (+1 -1), Builtin.mo (+353 -353), DAE.mo (+57 -10), DAEUtil.mo (+141 -62), Error.mo (+5), Exp.mo (+84 -38), Inline.mo (+20 -15), Inst.mo (+421 -45), Lookup.mo (+8 -8), ModUtil.mo (+13 -7), PartFn.mo (+11 -7), Prefix.mo (+4 -3), SCodeUtil.mo (-65), Static.mo (+165 -167), Types.mo (+12 -13), UnitAbsynBuilder.mo (-5), VarTransform.mo (+8 -10)

(7 more)

Generated by StatSVN 0.7.0