/trunk Developers: ankar

Login name:
ankar
Total Commits:
143 (0.1%)
Lines of Code:
6,038 (0.0%)
Most Recent Commit:
2002-02-15 11:38
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for ankar

Activity by Day of Week for ankar

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 143 (100.0%) 6038 (100.0%) 42.2
mosh/src/ 41 (28.7%) 4320 (71.5%) 105.3
c_runtime/ 25 (17.5%) 788 (13.1%) 31.5
mosh/src/runtime/ 13 (9.1%) 591 (9.8%) 45.4
modelica_parser/examples/mosh/ 27 (18.9%) 248 (4.1%) 9.1
modelica_parser/src/ 9 (6.3%) 63 (1.0%) 7.0
modelica_parser/test/lexer/ 6 (4.2%) 14 (0.2%) 2.3
modelica_parser/test/parser/ 4 (2.8%) 11 (0.2%) 2.7
modelica_parser/test/parser/testfiles/ 3 (2.1%) 2 (0.0%) 0.6
modelica_parser/test/lexer/testfiles/ 2 (1.4%) 1 (0.0%) 0.5
mosh/ 1 (0.7%) 0 (0.0%) 0.0
modelica_parser/templates/ 1 (0.7%) 0 (0.0%) 0.0
modelica_parser/examples/walker/ 5 (3.5%) 0 (0.0%) 0.0
modelica_parser/examples/class2dot/ 5 (3.5%) 0 (0.0%) 0.0
modelica_parser/ 1 (0.7%) 0 (0.0%) 0.0

Activity of ankar

Most Recent Commits

ankar 2002-02-15 11:38 Rev.: 738

Added #include <stdio.h> to make it compile on Linux again.Fixed bug in operator+=.

2 lines of code changed in 1 file:

  • mosh/src: value.cpp (+2 -1)
ankar 2002-02-14 08:09 Rev.: 734

Implemented matrix multiplication (vector * vector,vector * matrix,matrix*vector,matrix*matrix).

372 lines of code changed in 6 files:

  • mosh/src: modelica_type.cpp (+5), modelica_type.hpp (+2), value.cpp (+296 -180), value.hpp (+4), walker.g (+1 -2)
  • mosh/src/runtime: numerical_array.hpp (+64 -12)
ankar 2002-02-13 19:08 Rev.: 733

More work on array arithmetic.

249 lines of code changed in 4 files:

  • mosh/src: Makefile (+1 -1), value.cpp (+114 -6), walker.g (+23 -22)
  • mosh/src/runtime: numerical_array.hpp (+111 -2)
ankar 2002-02-13 10:37 Rev.: 731

Implemented unary minus. Nuked some compiler warnings.

49 lines of code changed in 6 files:

  • mosh/src: modelica_type.cpp (-7), modelica_type.hpp (-1), mosh.cpp (+1 -1), value.cpp (+30 -8), walker.g (+2 -2)
  • mosh/src/runtime: numerical_array.hpp (+16 -2)
ankar 2002-02-13 05:35 Rev.: 730

More work on arrays.

1037 lines of code changed in 12 files:

  • mosh/src: Makefile (+2 -2), builtin_function.cpp (+12 -12), builtin_function.hpp (+3 -1), modelica_function.cpp (+2 -2), modelica_type.cpp (new 348), modelica_type.hpp (new 82), value.cpp (+327 -143), value.hpp (+48 -22), walker.g (+34 -4)
  • mosh/src/runtime: main.cpp (+34 -5), modelica_array.hpp (+63 -11), numerical_array.hpp (+82 -37)
ankar 2002-02-12 10:36 Rev.: 726

test file.

5 lines of code changed in 1 file:

  • mosh/src/runtime: main.cpp (new 5)
ankar 2002-02-12 10:35 Rev.: 725

real_array and integer_array are now classes.

171 lines of code changed in 2 files:

  • mosh/src/runtime: modelica_array.hpp (+75 -2), numerical_array.hpp (+96 -30)
ankar 2002-02-11 16:27 Rev.: 722

Initial commit.

140 lines of code changed in 3 files:

  • mosh/src: expression_parser.g (new 18), mosh.cpp (new 122)
  • mosh/src/runtime: modelica_runtime_error.hpp (new)
ankar 2002-02-11 15:54 Rev.: 721

Initial commit.

2886 lines of code changed in 20 files:

  • mosh: Doxyfile (new)
  • mosh/src: Makefile (new 2), builtin_function.cpp (new 248), builtin_function.hpp (new 165), compiled_function.cpp (new 110), compiled_function.hpp (new 25), function_argument.cpp (new 33), function_argument.hpp (new 27), modelica_function.cpp (new 47), modelica_function.hpp (new 23), modelica_runtime_error.cpp (new 1), modelica_runtime_error.hpp (new 14), symboltable.cpp (new 109), symboltable.hpp (new 25), value.cpp (new 622), value.hpp (new 118), walker.g (new 1272)
  • mosh/src/runtime: modelica_array.cpp (new 13), modelica_array.hpp (new 2), numerical_array.hpp (new 30)
ankar 2002-02-05 10:48 Rev.: 709

Changed calc_index_va to one-based indexing.

3 lines of code changed in 1 file:

  • c_runtime: real_array.c (+3 -3)
ankar 2002-02-01 12:01 Rev.: 708

promote_real_array and promote_real_scalar now allocates dimension vector.

7 lines of code changed in 1 file:

  • c_runtime: real_array.c (+7)
ankar 2002-01-31 12:48 Rev.: 707

Added array_real_array, array_alloc_real_array.

26 lines of code changed in 2 files:

  • c_runtime: real_array.c (+20), real_array.h (+6)
ankar 2002-01-30 14:50 Rev.: 706

Added simple_index_alloc_real_array1.

33 lines of code changed in 2 files:

  • c_runtime: real_array.c (+26), real_array.h (+7)
ankar 2002-01-29 17:14 Rev.: 703

Added calc_index functions.

126 lines of code changed in 1 file:

  • c_runtime: real_array.c (+126 -76)
ankar 2002-01-29 16:17 Rev.: 702

Added range_alloc_real_array and range_real_array.

13 lines of code changed in 1 file:

  • c_runtime: real_array.h (+13)
ankar 2002-01-28 15:23 Rev.: 700

Added mul_alloc_real_matrix_product_smart.

60 lines of code changed in 1 file:

  • c_runtime: real_array.c (+60 -9)
ankar 2002-01-28 12:43 Rev.: 696

Added include to stdio.h

4 lines of code changed in 1 file:

  • c_runtime: real_array.h (+4 -1)
ankar 2002-01-28 12:37 Rev.: 695

Added prototype for real_array_nr_of_elements.

5 lines of code changed in 1 file:

  • c_runtime: real_array.h (+5 -1)
ankar 2002-01-25 11:42 Rev.: 692

Fixed some compiler errors.

9 lines of code changed in 1 file:

  • c_runtime: real_array.c (+9 -8)
ankar 2002-01-25 11:41 Rev.: 691

Added main header.

0 lines of code changed in 1 file:

  • c_runtime: modelica.h (new)

(11 more)

Generated by StatSVN 0.7.0