June 2007 Commit Log

Number of Commits:
43
Number of Active Developers:
7
x06hener 2007-06-26 16:19 Rev.: 2853

Added support for the new plotting features of OMNotebook. Set the variable QTHOME to a MinGW version of Qt 4.3 to enable these extensions.

1450 lines of code changed in 14 files:

x06hener 2007-06-26 16:08 Rev.: 2852

Minor improvements, now DrModelica should open if DRMODELICAHOME is set.

91 lines of code changed in 9 files:

x06hener 2007-06-26 15:56 Rev.: 2851

Minor improvements

124 lines of code changed in 6 files:

krsta 2007-06-25 22:55 Rev.: 2849

Uncommented the code for the un-nested for constructor iterators.
The following cases should work:
x := {EXP for VAR in EXP};
x := FuncCall(EXP for VAR in EXP);
x = {EXP for VAR in EXP};
Added some comments to DFA, Matrix and Patternm.

498 lines of code changed in 4 files:

krsta 2007-06-24 12:50 Rev.: 2848

Added support for MetaModelica lists to the matchcontinue expression. Mostly altered DFA, Convert, Patternm and MetaUtil.

660 lines of code changed in 8 files:

krsta 2007-06-22 15:06 Rev.: 2847

Made some improvements to the valueblock expression implementation in Codegen and Static. Made some changes in MetaUtil.mo. Added code for for-iterator constructors to Inst (they will be uncommented later on).

558 lines of code changed in 4 files:

krsta 2007-06-21 16:15 Rev.: 2846

Changed the call dymTableTimeIni2 till omcTableTimeIni.

1 lines of code changed in 1 file:

x06hener 2007-06-21 14:13 Rev.: 2845

Added the Graph cell style.

9 lines of code changed in 1 file:

petfr 2007-06-21 13:33 Rev.: 2844

Uppdaterat OpenModelicaSystem.doc and .pdf and OpenModelicaUsersGuide.doc and .pdf for release 1.4.3 with updated author list and release notes. OpenModelicaSystem also updated the module interaction figures and added 3 short module descriptions for the patternmatch compilation.

OpenModelicaMetaProgramming.doc and .pdf also updated somewhat, e.g. to reflect that if-expressions now work.

0 lines of code changed in 6 files:

x06hener 2007-06-21 00:16 Rev.: 2843

Added a missing .h-file.

95 lines of code changed in 1 file:

x05andfe 2007-06-20 20:59 Rev.: 2842

fixed copy/paste problem (if complex cell structure)

4 lines of code changed in 1 file:

x05andfe 2007-06-20 20:58 Rev.: 2841

fixed treeview lines

4 lines of code changed in 1 file:

petfr 2007-06-20 15:41 Rev.: 2840

Changed date in DrModelica main file to 2007-06-20

1375 lines of code changed in 1 file:

adrpo 2007-06-20 00:22 Rev.: 2839

- added new OMNotebook to the release
- added new Qt dlls to the release
- added WhatDoesNotWork.html to the "doc" directory from the release

163 lines of code changed in 2 files:

krsta 2007-06-19 13:33 Rev.: 2838

Added support for nested MetaModelica lists + some minor improvements.

199 lines of code changed in 4 files:

x06hener 2007-06-18 18:04 Rev.: 2837

0 lines of code changed in 4 files:

x06hener 2007-06-18 17:39 Rev.: 2836

Added OMNotebook.exe

0 lines of code changed in 1 file:

x06hener 2007-06-18 13:55 Rev.: 2835

Removed some old file dependencies.

7 lines of code changed in 1 file:

krsta 2007-06-17 16:10 Rev.: 2834

Added a simple testfile for the MetaModelica list, containing the generated code. Only the .mo file (a .mos file will be added soon, when i have managed to get the rtest file(s) to work).

0 lines of code changed in 1 file:

krsta 2007-06-17 14:45 Rev.: 2833

Added compiling of MetaModelica lists. Added the list type to the type system files: Types.mo, Values.mo. List constructs in Exp.mo. Handling of lists in Inst.mo, Codegen.mo, Prefix.mo and Static.mo. Minor changes in Absyn.mo and DAE.mo. Also added a new file, MetaUtil, that contains several functions for handling MetaModelica extensions. All the testcases succeded (remember to make clean).

1049 lines of code changed in 13 files:

adrpo 2007-06-15 15:11 Rev.: 2832

- fixed a small typo and deleted the version number as we talk about the
OpenModelica from Subversion.

184 lines of code changed in 1 file:

petar 2007-06-15 11:10 Rev.: 2831

Changed getClassInformation and getComponents to also return array dimensions of classes and components.

201 lines of code changed in 4 files:

krsta 2007-06-14 12:45 Rev.: 2830

- reverted the last Inst.mo changes

73 lines of code changed in 1 file:

adrpo 2007-06-14 11:47 Rev.: 2829

- reverted changes by krsta as the testsuite doesn't work.
- small changes in Main.mo

56 lines of code changed in 5 files:

krsta 2007-06-13 14:02 Rev.: 2827

Inst.mo: Added support for list type in instElement, instVar, etc.. The list complex type is picked up in instElement. An extra boolean flag has been added to instVar, instVar2, daeDeclare, etc.. This flag (if true) indicates that a list type should be created in daeDeclare4.

269 lines of code changed in 1 file:

krsta 2007-06-12 13:25 Rev.: 2826

Added List type to type system files. More to come ...

86 lines of code changed in 3 files:

adrpo 2007-06-12 07:41 Rev.: 2825

- updates to makefiles for Linux
- makefiles for Cygwin
- readme on how to build ModelicaXml on Linux and Cygwin

169 lines of code changed in 5 files:

adrpo 2007-06-11 11:11 Rev.: 2824

- added new flag +g: omc [+g=Modelica|MetaModelica], default to 'Modelica'
- added function RTOpts.acceptMetaModelicaGrammar() that returns true
if omc is called with omc +g=MetaModelica ...

147 lines of code changed in 2 files:

krsta 2007-06-10 13:00 Rev.: 2823

Some minor changes to the valueblock expression and patternmatch algorithhm.

309 lines of code changed in 4 files:

krsta 2007-06-07 20:20 Rev.: 2822

Added string comparison, ==, to generateRelation in Codegen.mo. The C strcmp operation is generated.

7 lines of code changed in 1 file:

krsta 2007-06-07 17:19 Rev.: 2821

Constant comparison of strings added in cevalRelation. The MetaModelica ==& operator is used, perhaps == should be used instead (if it is working?). Very easy to change. Non-constant comparison of strings will be added to the OMC shortly ...

9 lines of code changed in 1 file:

g-pavgr 2007-06-06 22:32 Rev.: 2820

1 lines of code changed in 1 file:

g-pavgr 2007-06-06 22:17 Rev.: 2819

Fixed reading of break/return from .mof files

8 lines of code changed in 2 files:

g-pavgr 2007-06-06 11:23 Rev.: 2818

Support for brake and return: fixed getAllExpsStmt; added test cases.

142 lines of code changed in 4 files:

x06hener 2007-06-06 02:36 Rev.: 2817

Fixes broken text links, the style bug, copy/paste bugs and problems introduced by Qt 4.3

516 lines of code changed in 17 files:

x06hener 2007-06-06 02:20 Rev.: 2816

Minor improvements of the new plotting package

196 lines of code changed in 8 files:

krsta 2007-06-04 13:04 Rev.: 2815

A few minor improvements of the patternmatch algorithm.

62 lines of code changed in 2 files:

adrpo 2007-06-02 04:04 Rev.: 2814

- mosh.cpp changes
+ wait for some time when we wait for omc to start
+ wait for some time when we wait for omc to quit

37 lines of code changed in 1 file:

adrpo 2007-06-02 03:48 Rev.: 2813

- small update to README.Cygwin.or.Linux.txt

2 lines of code changed in 1 file:

adrpo 2007-06-02 03:34 Rev.: 2812

- Linux fixes

2 lines of code changed in 1 file:

adrpo 2007-06-02 03:25 Rev.: 2811

- small fixes for Corba implementation for making mosh.cpp compile
- moved char* omc_cmd_message = ""; char* omc_reply_message = "";
to omc_communication_impl.cpp and made them external in corbaimpl.cpp.
this way they don't need to be defined in mosh.cpp
- removed char* omc_message from mosh.cpp as is not needed anymore

10 lines of code changed in 3 files:

krsta 2007-06-01 10:44 Rev.: 2810

Matchcontinue testcase files.

0 lines of code changed in 7 files:

krsta 2007-06-01 10:42 Rev.: 2809

First commited version of MetaModelica matchcontinue. One entry point in Inst.instStatement, the rest of the code in the new files Matrix.mo, DFA.mo and Patternm.mo. Matching of uniontypes and list constructs will be supported later on. A few testcase .mo files added to testsuite/mofiles (match1.mo, match2.mo, ...).

3716 lines of code changed in 7 files:

May 2007 »

Generated by StatSVN 0.7.0