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 |
Added #include <stdio.h> to make it compile on Linux again.Fixed bug in operator+=.
2 lines of code changed in 1 file:
Implemented matrix multiplication (vector * vector,vector * matrix,matrix*vector,matrix*matrix).
372 lines of code changed in 6 files:
More work on array arithmetic.
249 lines of code changed in 4 files:
Implemented unary minus. Nuked some compiler warnings.
49 lines of code changed in 6 files:
More work on arrays.
1037 lines of code changed in 12 files:
test file.
5 lines of code changed in 1 file:
real_array and integer_array are now classes.
171 lines of code changed in 2 files:
Initial commit.
140 lines of code changed in 3 files:
Initial commit.
2886 lines of code changed in 20 files:
Changed calc_index_va to one-based indexing.
3 lines of code changed in 1 file:
promote_real_array and promote_real_scalar now allocates dimension vector.
7 lines of code changed in 1 file:
Added array_real_array, array_alloc_real_array.
26 lines of code changed in 2 files:
Added simple_index_alloc_real_array1.
33 lines of code changed in 2 files:
Added calc_index functions.
126 lines of code changed in 1 file:
Added range_alloc_real_array and range_real_array.
13 lines of code changed in 1 file:
Added mul_alloc_real_matrix_product_smart.
60 lines of code changed in 1 file:
Added include to stdio.h
4 lines of code changed in 1 file:
Added prototype for real_array_nr_of_elements.
5 lines of code changed in 1 file:
Fixed some compiler errors.
9 lines of code changed in 1 file:
Added main header.
0 lines of code changed in 1 file:
(11 more)