/trunk Developers: dhedberg

Login name:
dhedberg
Total Commits:
15 (0.0%)
Lines of Code:
485 (0.0%)
Most Recent Commit:
2013-02-26 12:15
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for dhedberg

Activity by Day of Week for dhedberg

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 15 (100.0%) 485 (100.0%) 32.3
Compiler/ 10 (66.7%) 460 (94.8%) 46.0
Compiler/runtime/ 3 (20.0%) 16 (3.3%) 5.3
Compiler/FrontEnd/ 1 (6.7%) 7 (1.4%) 7.0
Parser/ 1 (6.7%) 2 (0.4%) 2.0

Activity of dhedberg

Most Recent Commits

dhedberg 2013-02-26 12:15 Rev.: 15328

Fixed bugs in unparsing of enumeration literals:
- Allow enumerations with only one enumerator/literal.
- Do not print a space after last literal if no comment is available.

7 lines of code changed in 1 file:

  • Compiler/FrontEnd: Dump.mo (+7 -6)
dhedberg 2010-10-04 15:34 Rev.: 6279

- Updated grammar to allow Code( (<expr>) ), i.e., expressions with surrounding parentheses. Before, anything inside Code() starting with a parenthesis was assumed to be a modification.

2 lines of code changed in 1 file:

  • Parser: Modelica.g (+2 -1)
dhedberg 2010-09-21 14:25 Rev.: 6162

Added dynload_try.obj to VC makefile.

1 lines of code changed in 1 file:

  • Compiler/runtime: Makefile.vc (+1 -1)
dhedberg 2010-06-16 16:27 Rev.: 5679

Built-in function fill is now simplified in Exp.simplifyBuiltinCalls() (used by MathCore).

37 lines of code changed in 2 files:

  • Compiler: Exp.mo (+31 -11), Static.mo (+6 -3)
dhedberg 2010-06-14 14:52 Rev.: 5660

Reverted most changes of error messages due to a huge number of tests failing.

132 lines of code changed in 1 file:

  • Compiler: Error.mo (+132 -121)
dhedberg 2010-06-14 14:15 Rev.: 5659

Improved/corrected even more error messages (this should be the last commit).

1 lines of code changed in 1 file:

  • Compiler: Error.mo (+1 -1)
dhedberg 2010-06-14 13:52 Rev.: 5658

Improved/corrected even more error messages.

9 lines of code changed in 1 file:

  • Compiler: Error.mo (+9 -9)
dhedberg 2010-06-14 13:45 Rev.: 5657

Improved/corrected more error messages.

23 lines of code changed in 1 file:

  • Compiler: Error.mo (+23 -36)
dhedberg 2010-06-14 12:56 Rev.: 5656

Improved/corrected error messages.

108 lines of code changed in 1 file:

  • Compiler: Error.mo (+108 -106)
dhedberg 2010-06-01 14:38 Rev.: 5621

Fixed a bug in simplifyAsub for binary operations with operator type DAE.DIV_ARRAY_SCALAR.

29 lines of code changed in 1 file:

  • Compiler: Exp.mo (+29 -21)
dhedberg 2010-05-10 15:10 Rev.: 5496

INFINITY and NAN are not defined in math.h on Windows (MSVC). Removed the code involving those definitions for MSVC.

3 lines of code changed in 1 file:

  • Compiler/runtime: ptolemyio.cpp (+3 -2)
dhedberg 2010-05-10 14:35 Rev.: 5493

Fixed order of includes to make things compile (in Visual C++) again.

12 lines of code changed in 1 file:

  • Compiler/runtime: systemimpl.c (+12 -13)
dhedberg 2010-03-17 19:03 Rev.: 5162

Added a few utility functions:
- crefPrefixOf
- isNone
- isSome

121 lines of code changed in 2 files:

  • Compiler: Absyn.mo (+70 -10), Util.mo (+51 -4)
Generated by StatSVN 0.7.0