Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 149 (100.0%) | 3357 (100.0%) | 22.5 |
petar | 72 (48.3%) | 1927 (57.4%) | 26.7 |
x02lucpo | 19 (12.8%) | 780 (23.2%) | 41.0 |
levsa | 43 (28.9%) | 474 (14.1%) | 11.0 |
haklu | 5 (3.4%) | 76 (2.3%) | 15.2 |
adrpo | 2 (1.3%) | 47 (1.4%) | 23.5 |
x97davka | 4 (2.7%) | 26 (0.8%) | 6.5 |
henjo | 1 (0.7%) | 24 (0.7%) | 24.0 |
kajny | 2 (1.3%) | 2 (0.1%) | 1.0 |
x98petro | 1 (0.7%) | 1 (0.0%) | 1.0 |
Moved directory modeq to Compiler. Updated references to the modeq directory so that they refer to Compiler/ instead
0 lines of code changed in 17 files:
added remove_first_and_last_char(string) => string
20 lines of code changed in 1 file:
Removed unused include
0 lines of code changed in 1 file:
Changed MOSHHOME to OPENMODELICAHOME which shuld point to what ${MOSHHOME}/.. used to be.
Also deleted some more (hopefully all) of the tornado stuff
Deleted the old modsim module.
Fixed Ctrl-C and Ctrl-V in WinMosh.
2 lines of code changed in 2 files:
Removed tornado specific code from trunk. Now only exist on branches/mathcore_tornado
1 lines of code changed in 1 file:
Function call fixes. Tuples support added. Testsuite extension for c compiler flag support. External function tests ExternalFunction1.mo ExternalFunction2.mo ExternalFunction3.mo
90 lines of code changed in 1 file:
*** empty log message ***
1 lines of code changed in 1 file:
added include of parent directory, used by tornadoext.cpp
1 lines of code changed in 1 file:
corrected a submodelindex error
10 lines of code changed in 1 file:
removed a compile error
1 lines of code changed in 1 file:
*** empty log message ***
14 lines of code changed in 1 file:
fixed error messages when plotting.
15 lines of code changed in 2 files:
Fixed plotting bugs
10 lines of code changed in 1 file:
added unit and type info to dae and daelow
tested package support in tornado
1 lines of code changed in 1 file:
added package support
115 lines of code changed in 1 file:
Code generation for function calls in simulations
19 lines of code changed in 1 file:
partly implemented rename_class
0 lines of code changed in 1 file:
Function generation somewhat working
15 lines of code changed in 2 files:
Function generation and calling for constant functions during ceval
4 lines of code changed in 2 files:
added get-functions to generate GetNoParams(<int>)
28 lines of code changed in 1 file:
changed from _t_ to time
1 lines of code changed in 1 file:
added startvalues to parameters
57 lines of code changed in 1 file:
improved the design
94 lines of code changed in 1 file:
fixed bug with tornado blt
1 lines of code changed in 1 file:
intial equations added to daelow, fixed bug in tornado.
1 lines of code changed in 1 file:
removed prints
3 lines of code changed in 1 file:
added added some checks for linkValue when removing simple equations
23 lines of code changed in 1 file:
added hierarchical code generation
284 lines of code changed in 1 file:
moved code from tornado to simcodegen, new module for simulation code
12 lines of code changed in 1 file:
Switched to set implementation of vars/eqns in matching, etc.
38 lines of code changed in 1 file:
added a check for how many generated var and made some changes to to model genration of variables
25 lines of code changed in 1 file:
added get_input_var_number and get_output_var_number
30 lines of code changed in 1 file:
rml-file for the cpp-connection
73 lines of code changed in 3 files:
Optimized some code. Commented, etc.
19 lines of code changed in 2 files:
Adrian Pop, adrpo@ida.liu.se
2004-11-05
Changed: systemimpl.c
rml_prim_once(List__reverse) with TAILCALLQ(List__reverse).
4 lines of code changed in 1 file:
Adrian Pop, adrpo@ida.liu.se
2004-10-29
-------------------------------------------------------------->
/modelica/modeq/runtime/systemimpl.c
-------------------------------------------------------------->
- RML_BEGIN_LABEL(System__read_5ffile)
+ free of buf not done
- RML_BEGIN_LABEL(System__strtok)
+ free of str not done after strdup
- RML_BEGIN_LABEL(System__toupper)
+ free of res not done after strdup
- RML_BEGIN_LABEL(System__sub_5fdirectories)
+ free of files[i] not done
- RML_BEGIN_LABEL(System__mo_5ffiles)
+ free of files[i] not done
- i guess usages of rml_prim_once should be replaced
by TAILCALL with prior setting of SC because rml_prim_once
uses longjump to go to the function and saves unnecessary
information
43 lines of code changed in 1 file:
Added Tornado code generator. MathCore project
25 lines of code changed in 2 files:
Removed cacheimpl
1 lines of code changed in 1 file:
Changed test-f and test -d to stat
26 lines of code changed in 1 file:
Added modpar module. To enable, configure with --with-MODPAR and --with-BOOST=boostdir
57 lines of code changed in 1 file:
(60 more)