updated again withplotParametric
10 lines of code changed in 3 files:
2005-11-29 adrpo@ida
- OpenModelicaUsersGuide.doc and .pdf for 1.3.1 with MDT
0 lines of code changed in 1 file:
New examples and usersguide
196 lines of code changed in 8 files:
Changed so that the names of the external libs are put in a file named <fileprefix>.libs instead of on the command line to the compile script. Otherwise system() in win32 fail.
fixed plot so hat the correct variable is plotted if there is one variable 'a' and one 'a1', Before plot(a) would always plot the one that was first in the result file.
2081 lines of code changed in 5 files:
Removed plotParametric for now until further investigations are completed
0 lines of code changed in 1 file:
Better documentation and errorhandling in plotpparametric
21 lines of code changed in 2 files:
changed the System.trimg in compile_model to System.string_replace
1 lines of code changed in 1 file:
Implemented the command plotParametric
85 lines of code changed in 3 files:
redirected the stderr and stdout to <fileprefix>.log
1 lines of code changed in 1 file:
1 lines of code changed in 1 file:
Fixed bug in setComponentAttributes
Added initialization of parameters depending on other parameters (expressions of).
63 lines of code changed in 6 files:
2005-11-24 adrpo@ida
- windows stdlib doesn't have setenv,
changed systemimpl.c so it uses _putenv("var=value")
3 lines of code changed in 1 file:
2005-11-24 adrpo@ida
- added System.set_env(var:string, value:string, overwrite:int)
- added systemimpl.c for System.set_env for both runtime and winruntime
- added getEnvironmentVar("varname") and setEnvironmentVar("varname","varvalue")
to the Interactive API in Interactive.rml
- added help to those into interactive_api.txt
85 lines of code changed in 5 files:
forgot to add "setCompileCommand" to Static.rml
11 lines of code changed in 2 files:
implemented set_compile_command and get_compile_command
reimplemented compile_model to use get_compile_command
reimplemented Compile.bat and Compile to use the new way to call the compilation
142 lines of code changed in 6 files:
corrected the generation of code to put out the correct values for different arrays
406 lines of code changed in 8 files:
minor updates
16 lines of code changed in 1 file:
Fixed bug in transformation of if-equations
4 lines of code changed in 1 file:
Further fixes to ASUB bug in Exp.simlify.
Added dummy state always present to make dassl happy if run with model without states.
146 lines of code changed in 27 files:
Fixed bug with simplifying ASUB.
Fixed bug for small equation system (array expandsion with expandedsize=0)
Fixed remove simple equation bug (removing parameter)
47 lines of code changed in 6 files:
Partly fixed MathCore bug no 345. (Constants in packages, etc.)
69 lines of code changed in 6 files:
Fixed bug in simulation.mos due to bug when simulating saved models.
10 lines of code changed in 2 files:
Standard math functions in Modelica.Math are not evaluated instead of compiled and run in Ceval.rml
293 lines of code changed in 6 files:
corrected generation of varnames and parameters
172 lines of code changed in 1 file:
Transformation of if-equations to expressions
Updated helptext
Updated setup-project
5294 lines of code changed in 6 files:
Added better error messages to SimCodegen.rml
24 lines of code changed in 1 file:
Fixed rounding in ExternalLibraries.mos using floor and echo.
14 lines of code changed in 2 files:
Fixed bug with simulate, added extra parameter to fail cases as well.
2 lines of code changed in 1 file:
Fixed bugs with whitespace when calling plot, etc. in windows.
20 lines of code changed in 5 files:
Added Each1.mo for each modifier.
35 lines of code changed in 1 file:
corrected a bug in makefile:
if a class where a.b.c then MinGW will compile the exe with the name a.b.c and NOT a.b.c.exe
3 lines of code changed in 1 file:
corrected bug 337 mathcore
67 lines of code changed in 2 files:
Added initialization of matrix and vector declarations.
4 lines of code changed in 1 file:
Field names for Modelica+ inserted in comments
197 lines of code changed in 1 file:
4 lines of code changed in 1 file:
added to build_model a rule so that it changes the dir to the file where the class is.
40 lines of code changed in 1 file:
Implemented Each modifier, testcase Each1.mo
152 lines of code changed in 10 files:
4 lines of code changed in 2 files:
1 lines of code changed in 1 file:
2005-11-11 adrpo@ida
- added several relations to Interactive.rml and an API function called: getElementsInfo
- read more in interactive_api.txt
197 lines of code changed in 2 files:
Fixed bugs with initial_function codegen.
49 lines of code changed in 2 files:
Fixed solving equation systems in output sections.
fixed listVariables bug (not considering builtin variable $echo)
57 lines of code changed in 6 files:
Fixed bug #41. start values that are expressions are now calculated in initial_function. NOTE: Those start values can therefore not be changed from init file.
13 lines of code changed in 1 file:
fixed bug in updateComponent (final, repl, etc.)
implemented echo. echo(true) turns on echo of result in mosh, echo(false) turns off echo.
fixed bug with connections (msl_1_5/BC8.mo now works.
Added msl files to testsuite in makefile.
581 lines of code changed in 33 files:
string replace impl. in cygwinruntime now also in winruntime.
129 lines of code changed in 1 file:
changed Interactive.rml to compile with VC7.1
72 lines of code changed in 2 files:
Split evaluate_graphical_api into two relations so it compiles under Visual studio.
27 lines of code changed in 2 files:
2005-11-04 adrpo@ida
- added getCrefInfo(cref) to interactive_api.txt
7 lines of code changed in 1 file:
Implemented getClassRestriction in Interactive.rml, returns a string with the class restriction.
29 lines of code changed in 2 files:
Implemented external function annotation Library and Include.
Implemented setComponentAttributes.
Cleaned up mosfiles testing by removing temporary files using system(rm -rf ...)
827 lines of code changed in 23 files:
2005-11-03 adrpo@ida
- added get_cref_info relation
- added API command getCrefInfo(cref) which returns the following format:
filename,lineno,columno
40 lines of code changed in 1 file:
Added annotation to external decl, needed for Library and Include annotation. Still need to do the implementation though.
26 lines of code changed in 3 files:
2005-11-01 adrpo@ida
- bug fixing of walker.g for parsing of Modelica 2.2 with position info
3 lines of code changed in 1 file:
- Added test case for events
- Updated winruntime after changes in runtime
- Added missing return statement in printimpl.c
142 lines of code changed in 6 files:
Implemented constant evaluation of the following operators:
vector
cat
transpose
identity
578 lines of code changed in 9 files:
2005-10-31 adrpo@ida
- added Info datatype INFO(filename, lineno, columnno)
- changed so that CLASS and ELEMENT uses the Info datatype
- fixed everything in the other rml files
- tested on the standard tests and passed
251 lines of code changed in 6 files:
2005-10-31 adrpo@ida
- added line/column info to CLASS and ELEMENT construction
30 lines of code changed in 1 file: