March 2006 Commit Log

Number of Commits:
88
Number of Active Developers:
4
petar 2006-03-31 16:02 Rev.: 2295

Added special case for pre in nonlinear residuals. The variable in pre should not be replaced in this case.

166 lines of code changed in 6 files:

x02lucpo 2006-03-31 15:06 Rev.: 2294

fixed a bug in load_file. Under windows the loading of packages could not handle filenames with "/" only with "\"

20 lines of code changed in 1 file:

x02lucpo 2006-03-31 10:12 Rev.: 2293

change the name of some dummy-var from der_a.b.c to a.b.der(c)

4 lines of code changed in 2 files:

petar 2006-03-31 09:57 Rev.: 2292

Fixed bug when giving integer values to startTime and stopTime.

20 lines of code changed in 2 files:

x02lucpo 2006-03-30 16:20 Rev.: 2291

fixed an error in generate_makefile

17 lines of code changed in 1 file:

x02lucpo 2006-03-30 13:50 Rev.: 2290

changed the makefile to contain the path to dir of mo-file in include and libs

77 lines of code changed in 6 files:

petar 2006-03-30 10:36 Rev.: 2289

Fixed minor bugs for codegen of tempInterpol function.

24 lines of code changed in 3 files:

petar 2006-03-30 09:03 Rev.: 2288

Removed some print statements. Reverted luc change of der_x to der(x) in Variable name. Now uses der_x again. It did not work with defines to have parentheses.

21 lines of code changed in 3 files:

x02lucpo 2006-03-29 17:10 Rev.: 2287

changed the name of dummyder from der_a.b.c to a.b.der(c)

8 lines of code changed in 1 file:

petar 2006-03-29 15:03 Rev.: 2286

Impl. support for Modelica.Math.tempInterpol1, including improved handling of arrays in simulation code.

1075 lines of code changed in 17 files:

x02lucpo 2006-03-29 13:19 Rev.: 2285

corrected an error in rename_class

25 lines of code changed in 1 file:

x05andfe 2006-03-28 13:36 Rev.: 2284

7 lines of code changed in 1 file:

adrpo 2006-03-27 10:24 Rev.: 2283

fixes local declaration when variables are actual val declarations

33 lines of code changed in 1 file:

adrpo 2006-03-25 22:02 Rev.: 2282

Mostly moving things around which triggers Setup changes.

673 lines of code changed in 5 files:

adrpo 2006-03-25 22:00 Rev.: 2281

added OMCMonitor to trunk/tools

3536 lines of code changed in 14 files:

adrpo 2006-03-25 18:25

Moved remotely

0 lines of code changed in 8 files:

adrpo 2006-03-25 18:18 Rev.: 2272

renamed to OMC, modeq is an old name

75 lines of code changed in 1 file:

adrpo 2006-03-25 18:09

Moved remotely

1 lines of code changed in 14 files:

adrpo 2006-03-25 18:08 Rev.: 2255

relocation

0 lines of code changed in 1 file:

adrpo 2006-03-25 18:08 Rev.: 2254

relocated .ico to icons folder

0 lines of code changed in 1 file:

adrpo 2006-03-25 17:59 Rev.: 2252

Not needed, I will generate it again when we move to VC2005.
Adrian/

0 lines of code changed in 1 file:

adrpo 2006-03-25 17:58 Rev.: 2251

Eh, not needed, I can generate it later if we switch to VC2005.
Adrian/

0 lines of code changed in 255 files:

adrpo 2006-03-25 17:55 Rev.: 2250

Adrian Pop, adrpo@ida.liu.se, 2006-03-25
Quite some modifications to the setup project, the testsuite and RML to MetaModelica translator.
OMC Stuff:
==========
- taken out WinMosh from the modeq.sln (not needed).
- fixed a new Uninstall.ico, i hated the one before.
- added a link to OpenModelica website in the user menu, an icon for the url, etc.
- added the converted DrModelica onb files to the Setup.vdproj.
- made all .mo and .mos files have LF ending, otherwise Perl does not do well when checking the test results.

RML2METAMODELICA
================
- fixed variable types in rml2mod/rmltomod.rml, now a lot of Function Types are better.

24402 lines of code changed in 514 files:

adrpo 2006-03-25 16:05 Rev.: 2249

a link to OpenModelica Website to be used in the OpenModelica Menu Options

5 lines of code changed in 1 file:

adrpo 2006-03-25 15:14 Rev.: 2248

I fixed Codegen.generate_buitin_function to always use 'fabs' instead of 'abs', no matter what type
the argument has. I did some tests and it seems to work on any compiler.
All the tests go.

11 lines of code changed in 1 file:

x05andfe 2006-03-24 14:37 Rev.: 2247

* fixed some small bugs in OMNotebook
* updated Mathematica parser in OMNotebook
* updated the OMNotebookHelp.onb documentation
* converted DrModelica to OMNotebook
// Anders Fernstr?m

38013 lines of code changed in 238 files:

petar 2006-03-24 12:24 Rev.: 2246

Added testcases from MathCore testsuite.

17811 lines of code changed in 9 files:

adrpo 2006-03-24 07:08 Rev.: 2245

Fixed the imports as there are intermediate results from function calls
that require additional module imports. Please DO NOT TAKE THEM OUT.

Made the rml2mod translator run ~50% faster.

13 lines of code changed in 8 files:

petar 2006-03-23 16:14 Rev.: 2244

Added better error messages when building. etc.

86 lines of code changed in 10 files:

adrpo 2006-03-22 17:21 Rev.: 2242

As you can see here:
http://packages.ubuntulinux.org/cgi-bin/search_contents.pl?searchmode=filelist&word=libantlr-dev&version=breezy&arch=i386
on Ubuntu Linux the antlr is placed in:
/usr/include/antlr
/usr/lib
I added those in the search for ANTLR includes and libs.
I found this out while I was helping Dietmar Winkler
from TU-Berlin to install RML and OpenModelica on Ubuntu Linux.

2 lines of code changed in 1 file:

adrpo 2006-03-22 01:31 Rev.: 2241

- *.vdproj must have CRLF endings, otherwise won't parse
- rtest files must be executable, otherwise they will not work on Cygwin/Linux

8718 lines of code changed in 4 files:

petar 2006-03-21 18:01 Rev.: 2240

Reverted errormessages in parse. Did not work in interactive.

59 lines of code changed in 2 files:

petar 2006-03-21 17:08 Rev.: 2239

Added floor_rettype

1 lines of code changed in 1 file:

petar 2006-03-21 15:44 Rev.: 2238

Fixed bug in generating zero equations for unconnected connectors. Fixed so parsestring and parseexpstr now also use new error message impl.

197 lines of code changed in 10 files:

x02lucpo 2006-03-21 12:42 Rev.: 2237

added executable file name to generate_init_data

6 lines of code changed in 2 files:

adrpo 2006-03-20 23:14 Rev.: 2236

updated to mirror the changes done in the general Makefile.

35 lines of code changed in 1 file:

adrpo 2006-03-20 19:56 Rev.: 2235

renamed to just be used as a guide

16 lines of code changed in 2 files:

adrpo 2006-03-20 19:56 Rev.: 2234

renamed to just have it as a guide

27 lines of code changed in 2 files:

adrpo 2006-03-20 19:51 Rev.: 2233

- edited the README-OMDev-MINGW.txt to change the way we handle .project and .externalToolBuilder/*.launch

12 lines of code changed in 1 file:

adrpo 2006-03-20 19:35 Rev.: 2232

got rid of ExternalRMLDefines

3 lines of code changed in 1 file:

x02lucpo 2006-03-20 14:50 Rev.: 2231

optimized rename_class

22 lines of code changed in 1 file:

petar 2006-03-20 14:20 Rev.: 2230

Fixed bug in intialization.

10 lines of code changed in 1 file:

petar 2006-03-20 13:14 Rev.: 2229

Added function bound_parameters to codegen to be used together with new initialization routines.

44 lines of code changed in 3 files:

adrpo 2006-03-20 08:39 Rev.: 2228

small change

2 lines of code changed in 1 file:

adrpo 2006-03-20 08:37 Rev.: 2227

check for $OMDEV and $OMC_BUILD_FROM not needed.

1 lines of code changed in 1 file:

adrpo 2006-03-20 08:36 Rev.: 2226

ExternalRMLDefines.h is not needed anymore.

1 lines of code changed in 1 file:

x02lucpo 2006-03-17 10:08 Rev.: 2225

added some extra macros for facilitating adding new source-files and flags automatically

7 lines of code changed in 1 file:

x05andfe 2006-03-16 16:04 Rev.: 2224

Updated OMNotebooks help text, with information about the chapter numbering.
// Anders Fernstr?m

4 lines of code changed in 1 file:

adrpo 2006-03-16 14:24 Rev.: 2223

right now the -Wnon-exhaustive flag of the rml-mmc compiler is not very useful.

1 lines of code changed in 1 file:

adrpo 2006-03-16 14:08 Rev.: 2222

small OMDev Makefiles modification due to the fact that now the external names are Java like.

2 lines of code changed in 2 files:

adrpo 2006-03-16 11:42 Rev.: 2221

small fixes to vc7 setup and winruntime

15 lines of code changed in 4 files:

adrpo 2006-03-16 10:29 Rev.: 2220

undated to Java names all the names of the external relations!
please, if you add some other external relations do not use "_" in it
at least until we move to MetaModelica.

1527 lines of code changed in 55 files:

adrpo 2006-03-16 02:31 Rev.: 2219

updated Compiler/.depend to use the latest imports from the .rml files

0 lines of code changed in 2 files:

adrpo 2006-03-16 02:19 Rev.: 2218

created new project conform to MDT 0.6.0 and OMDev.

6 lines of code changed in 1 file:

adrpo 2006-03-15 10:50 Rev.: 2217

small timing modifications

11 lines of code changed in 2 files:

adrpo 2006-03-14 19:14 Rev.: 2216

- reverted the getClassInformation(name) API
to NOT return the class name

8 lines of code changed in 4 files:

adrpo 2006-03-14 18:04 Rev.: 2215

- fixed Interactive.rml - get_class_information, missing a \" before class name in the returned string.
- fixed omc_interactive_api.txt to agree with latest changes
- fixed interactive_api_attributes.mos to agree with latest changes
- fixed loadFileInteractiveQualified.mos to agree with latest changes
- small modification to OMDev related Makefile.omdev.mingw and rml2sig/rmldep-new.sh

55 lines of code changed in 6 files:

x05andfe 2006-03-14 16:46 Rev.: 2214

Using qt to start OMC in both OMNotebook and OMShell. No console window is now neccessary for OMC.
// Anders Fernstr?m

106 lines of code changed in 9 files:

x02lucpo 2006-03-14 13:59 Rev.: 2213

changed get_class_information to return the name as second arg

1 lines of code changed in 1 file:

x05andfe 2006-03-14 13:42 Rev.: 2212

27 lines of code changed in 1 file:

adrpo 2006-03-13 22:35 Rev.: 2211

changes to:
- .project (removed the MDT builder) (uses OpenModelica as project root)
- builder OMDev-MINGW-OpenModelicaBuilder.launch (now builds from mo directly and has as OMDev path /c/OMdev)
- Makefile.omdev.mingw (don't copy serialization files are they are not generated, print the dependency generation time)
- rml2sig/rmldep-new.sh give some messages and generation time

15 lines of code changed in 4 files:

adrpo 2006-03-13 08:04 Rev.: 2210

preserve file creation time when copy
*.srz *.mo *.h between Compiler/ and Compiler/omc_release or Compiler/omc_debug

8 lines of code changed in 2 files:

adrpo 2006-03-13 07:07 Rev.: 2209

- removed unused imports from .rml files
- fixed rml2sig/rmldep-new.sh to dump .sig instead of .rsig
- fixed Makefile.omdev.mingw to not copy *.sig only *.srz to omc_debug and omc_release

151 lines of code changed in 28 files:

adrpo 2006-03-13 00:55 Rev.: 2208

Added VC8 for compiling OpenModelica with VC2005

69 lines of code changed in 256 files:

adrpo 2006-03-11 06:00 Rev.: 2207

petar fixed the getClassInformation so I made changes to
Compiler/doc/omc_interactive_api.txt to match the new changes

3 lines of code changed in 1 file:

adrpo 2006-03-10 20:30 Rev.: 2206

Removed after it was copied to
trunk/tools/rml2mod

0 lines of code changed in 28 files:

adrpo 2006-03-10 20:22 Rev.: 2204

Adrian Pop:
- relocate "xml" directory to "tools"

0 lines of code changed in 43 files:

adrpo 2006-03-10 20:19 Rev.: 2202

Adrian Pop, adrpo@ida.liu.se, 2006-03-10
- updated RML->MetaModelica translator to latest version!

12409 lines of code changed in 37 files:

adrpo 2006-03-10 20:04 Rev.: 2201

Adrian Pop, adrpo@ida.liu.se, 2006-03-10
- fixed the new stuff from c_runtime into the VC7 setup
- fixed the new RML runtime in the VC7 setup
- fixed the testsuite/mosfiles/interactive_api_attributes.mos [petar changed the getClassInformation() API]
- fixed the testsuite/mosfiles/loadFileInteractiveQualified.mos [petar changed the getClassInformation() API]

Cheers,
Adrian Pop/

1034 lines of code changed in 43 files:

petar 2006-03-09 13:55 Rev.: 2199

0 lines of code changed in 1 file:

adrpo 2006-03-09 13:21 Rev.: 2198

Adrian Pop,
- Added DAEEXT__clearDiferentiated to the ExternalRMLDefines.h

2 lines of code changed in 1 file:

petar 2006-03-09 11:41 Rev.: 2197

Fixed bug in getClassInformation. Seems unneccessary to return class name since that is was is passed to function.

17 lines of code changed in 1 file:

petar 2006-03-09 09:35 Rev.: 2196

Fixed bug with clearing differntiated equations marks when running interactive.

24 lines of code changed in 5 files:

petar 2006-03-08 16:15 Rev.: 2195

The fixed attribute of a dummy derivative is now propagated (trough the constraint equation) to the state.

3 lines of code changed in 1 file:

petar 2006-03-08 16:09 Rev.: 2194

Imlemented prototype initialization scheme using optimization.(Bernhard Bachmann).

0 lines of code changed in 2 files:

petar 2006-03-08 15:20 Rev.: 2193

Imlemented prototype initialization scheme using optimization.(Bernhard Bachmann).

2438 lines of code changed in 141 files:

x02lucpo 2006-03-08 14:53 Rev.: 2192

1 lines of code changed in 1 file:

adrpo 2006-03-08 03:50 Rev.: 2189

OMDev fixes

19 lines of code changed in 7 files:

adrpo 2006-03-08 01:20 Rev.: 2188

Added Compiler/runtime/settingsimpl.c to the Makefile.omdev.mingw.

1 lines of code changed in 1 file:

adrpo 2006-03-08 00:43 Rev.: 2187

Fixed an error that prevented generation of the .mo again when .rml are newer.

3 lines of code changed in 1 file:

x02lucpo 2006-03-07 14:58 Rev.: 2186

corrected some errors for the new setup

79 lines of code changed in 5 files:

x02lucpo 2006-03-06 15:14 Rev.: 2185

corrected the return value from renameClass

2 lines of code changed in 1 file:

x02lucpo 2006-03-06 14:54 Rev.: 2184

made renameClass to return a string-list with the path of the changed classes

178 lines of code changed in 1 file:

adrpo 2006-03-04 23:39 Rev.: 2183

Just text changes

1 lines of code changed in 1 file:

x05andfe 2006-03-03 15:55 Rev.: 2182

fixed some small bugs in OMNotebook and added automatic chapter numbering to the stylesheet.
// Anders Fernstr?m

981 lines of code changed in 33 files:

petar 2006-03-03 11:24 Rev.: 2181

Implemented residual function for intitial calculation.

289 lines of code changed in 2 files:

petar 2006-03-02 13:55 Rev.: 2180

Implemented remove of simple equations after matching. Implemented propagation of initial values on dummy states onto proper states.

610 lines of code changed in 4 files:

adrpo 2006-03-01 18:56 Rev.: 2179

Adrian Pop, 2006-03-01
Updated OMDev makefiles

258 lines of code changed in 7 files:

February 2006 »

Generated by StatSVN 0.7.0