November 2005 Commit Log

Number of Commits:
57
Number of Active Developers:
5
kajny 2005-11-29 17:13 Rev.: 1998

updated again withplotParametric

10 lines of code changed in 3 files:

adrpo 2005-11-29 03:23 Rev.: 1997

2005-11-29 adrpo@ida
- OpenModelicaUsersGuide.doc and .pdf for 1.3.1 with MDT

0 lines of code changed in 1 file:

haklu 2005-11-28 19:25 Rev.: 1996

New examples and usersguide

196 lines of code changed in 8 files:

haklu 2005-11-28 16:54 Rev.: 1995

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:

kajny 2005-11-28 16:49 Rev.: 1994

Removed plotParametric for now until further investigations are completed

0 lines of code changed in 1 file:

kajny 2005-11-28 15:30 Rev.: 1993

Better documentation and errorhandling in plotpparametric

21 lines of code changed in 2 files:

x02lucpo 2005-11-28 15:08 Rev.: 1992

changed the System.trimg in compile_model to System.string_replace

1 lines of code changed in 1 file:

kajny 2005-11-28 14:42 Rev.: 1991

Implemented the command plotParametric

85 lines of code changed in 3 files:

x02lucpo 2005-11-28 09:05 Rev.: 1989

redirected the stderr and stdout to <fileprefix>.log

1 lines of code changed in 1 file:

x02lucpo 2005-11-25 17:46 Rev.: 1988

1 lines of code changed in 1 file:

petar 2005-11-24 15:03 Rev.: 1987

Fixed bug in setComponentAttributes
Added initialization of parameters depending on other parameters (expressions of).

63 lines of code changed in 6 files:

adrpo 2005-11-24 14:22 Rev.: 1986

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:

adrpo 2005-11-24 13:27 Rev.: 1985

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:

x02lucpo 2005-11-24 12:46 Rev.: 1984

forgot to add "setCompileCommand" to Static.rml

11 lines of code changed in 2 files:

x02lucpo 2005-11-24 11:07 Rev.: 1983

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:

x02lucpo 2005-11-23 17:51 Rev.: 1982

corrected the generation of code to put out the correct values for different arrays

406 lines of code changed in 8 files:

kajny 2005-11-23 12:15 Rev.: 1981

minor updates

16 lines of code changed in 1 file:

haklu 2005-11-23 12:03 Rev.: 1980

Fixed bug in transformation of if-equations

4 lines of code changed in 1 file:

petar 2005-11-23 10:07 Rev.: 1979

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:

petar 2005-11-22 14:55 Rev.: 1978

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:

petar 2005-11-21 13:04 Rev.: 1977

Partly fixed MathCore bug no 345. (Constants in packages, etc.)

69 lines of code changed in 6 files:

petar 2005-11-18 14:48 Rev.: 1976

Fixed bug in simulation.mos due to bug when simulating saved models.

10 lines of code changed in 2 files:

petar 2005-11-18 14:38 Rev.: 1975

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:

x02lucpo 2005-11-18 12:56 Rev.: 1974

corrected generation of varnames and parameters

172 lines of code changed in 1 file:

haklu 2005-11-17 18:04 Rev.: 1973

Transformation of if-equations to expressions
Updated helptext
Updated setup-project

5294 lines of code changed in 6 files:

petar 2005-11-17 17:26 Rev.: 1972

Added better error messages to SimCodegen.rml

24 lines of code changed in 1 file:

petar 2005-11-17 15:50 Rev.: 1971

Fixed rounding in ExternalLibraries.mos using floor and echo.

14 lines of code changed in 2 files:

petar 2005-11-17 14:12 Rev.: 1970

Fixed bug with simulate, added extra parameter to fail cases as well.

2 lines of code changed in 1 file:

petar 2005-11-17 14:00 Rev.: 1969

Fixed bugs with whitespace when calling plot, etc. in windows.

20 lines of code changed in 5 files:

petar 2005-11-17 12:35 Rev.: 1968

Added Each1.mo for each modifier.

35 lines of code changed in 1 file:

x02lucpo 2005-11-17 10:21 Rev.: 1967

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:

x02lucpo 2005-11-16 15:47 Rev.: 1966

corrected bug 337 mathcore

67 lines of code changed in 2 files:

petar 2005-11-16 15:34 Rev.: 1965

Added initialization of matrix and vector declarations.

4 lines of code changed in 1 file:

kajny 2005-11-15 15:45 Rev.: 1964

Field names for Modelica+ inserted in comments

197 lines of code changed in 1 file:

x02lucpo 2005-11-15 11:05 Rev.: 1961

4 lines of code changed in 1 file:

x02lucpo 2005-11-11 15:44 Rev.: 1960

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:

petar 2005-11-11 13:39 Rev.: 1959

Implemented Each modifier, testcase Each1.mo

152 lines of code changed in 10 files:

x02lucpo 2005-11-11 12:17 Rev.: 1958

4 lines of code changed in 2 files:

x02lucpo 2005-11-11 10:01 Rev.: 1957

1 lines of code changed in 1 file:

adrpo 2005-11-11 07:01

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:

petar 2005-11-10 17:22 Rev.: 1954

Fixed bugs with initial_function codegen.

49 lines of code changed in 2 files:

petar 2005-11-10 14:23 Rev.: 1953

Fixed solving equation systems in output sections.
fixed listVariables bug (not considering builtin variable $echo)

57 lines of code changed in 6 files:

petar 2005-11-10 10:12 Rev.: 1952

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:

petar 2005-11-10 09:10 Rev.: 1951

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:

petar 2005-11-07 16:05 Rev.: 1950

string replace impl. in cygwinruntime now also in winruntime.

129 lines of code changed in 1 file:

x02lucpo 2005-11-07 14:32 Rev.: 1949

changed Interactive.rml to compile with VC7.1

72 lines of code changed in 2 files:

petar 2005-11-07 11:51 Rev.: 1948

Split evaluate_graphical_api into two relations so it compiles under Visual studio.

27 lines of code changed in 2 files:

adrpo 2005-11-04 15:37 Rev.: 1947

2005-11-04 adrpo@ida
- added getCrefInfo(cref) to interactive_api.txt

7 lines of code changed in 1 file:

petar 2005-11-04 13:09 Rev.: 1946

Implemented getClassRestriction in Interactive.rml, returns a string with the class restriction.

29 lines of code changed in 2 files:

petar 2005-11-04 12:53 Rev.: 1945

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:

adrpo 2005-11-03 13:32 Rev.: 1944

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:

petar 2005-11-02 10:54 Rev.: 1943

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:

adrpo 2005-11-01 17:53 Rev.: 1942

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:

haklu 2005-11-01 14:52 Rev.: 1941

- 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:

petar 2005-11-01 12:15 Rev.: 1940

Implemented constant evaluation of the following operators:
vector
cat
transpose
identity

578 lines of code changed in 9 files:

adrpo 2005-11-01 00:49 Rev.: 1939

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:

adrpo 2005-11-01 00:46 Rev.: 1938

2005-10-31 adrpo@ida
- added line/column info to CLASS and ELEMENT construction

30 lines of code changed in 1 file:

October 2005 »

Generated by StatSVN 0.7.0