May 2006 Commit Log

Number of Commits:
52
Number of Active Developers:
4
x02lucpo 2006-05-31 10:00 Rev.: 2408

changed font to Lucida Console and improved -omcpath parameter

30 lines of code changed in 2 files:

petar 2006-05-30 11:07 Rev.: 2406

Added algebraic variable to test.

9 lines of code changed in 1 file:

petar 2006-05-26 12:07 Rev.: 2402

External declaration annotation can now be given with semicolon between the annotation and the declaration.

67 lines of code changed in 2 files:

petar 2006-05-26 09:50 Rev.: 2401

Fixed more bugs with set/getExtendsModifierValue and getExtendsModifierNames.

63 lines of code changed in 3 files:

petar 2006-05-24 14:29 Rev.: 2400

Fixed bug with get/setExtendsModifierValue (MC bug 598)

80 lines of code changed in 5 files:

adrpo 2006-05-23 18:58 Rev.: 2399

- fixed:
SimCodegen.c(15717) : fatal error C1061: compiler limit : blocks nested too deeply
- the function:
generateInitializeDeinitializationDataStruc
was SF, common!

178 lines of code changed in 1 file:

petar 2006-05-23 15:10 Rev.: 2397

Implemented External Objects, testcase mosfiles/ExtObj.mos.

1402 lines of code changed in 23 files:

x02lucpo 2006-05-23 11:21 Rev.: 2396

2 lines of code changed in 1 file:

x02lucpo 2006-05-19 14:00 Rev.: 2395

added isRealParam and isNonRealParam

31 lines of code changed in 1 file:

x02lucpo 2006-05-18 14:02 Rev.: 2394

corrected an error on ASUB simplify

31 lines of code changed in 1 file:

adrpo 2006-05-18 10:40 Rev.: 2392

- the older Modelica 1.5 added as ModelicaLib-1.5.tar.gz and set into the msi Setup

0 lines of code changed in 1 file:

adrpo 2006-05-18 10:39 Rev.: 2391

- now ModelicaLib.tar.gz contains only the subset of the Modelica 2.2 that works

0 lines of code changed in 1 file:

adrpo 2006-05-18 02:52 Rev.: 2389

- replaced the Modelica1.5 with Modelica2.2 in the windows release

26 lines of code changed in 2 files:

adrpo 2006-05-18 00:58 Rev.: 2388

- updated OpenModelicaSystem.* a bit

0 lines of code changed in 2 files:

x02lucpo 2006-05-17 14:36 Rev.: 2387

corrected a bug that made compilation fail

53 lines of code changed in 1 file:

adrpo 2006-05-17 12:13 Rev.: 2386

- updated to latest versions

0 lines of code changed in 4 files:

x02lucpo 2006-05-17 11:24 Rev.: 2385

corrected a bug concerning the " constant Real Coeff[3]={-5,-5,-5};"
this could not be instatiated because Coeff[2] could not be found

86 lines of code changed in 6 files:

x05andfe 2006-05-15 16:06 Rev.: 2384

Updated some part of the code to make it work on unix/linux.
* changed from 'exception' to 'runtime_error'
* fixed search path for omc

386 lines of code changed in 17 files:

petar 2006-05-15 12:26 Rev.: 2383

Fixed additional bugs for get and setModifierValue (MC bug #592)

76 lines of code changed in 3 files:

x05andfe 2006-05-15 11:14 Rev.: 2382

Added the doxygen generated information about the classes in OMNotebook.
// Anders Fernstr?m

22939 lines of code changed in 369 files:

petar 2006-05-15 10:10 Rev.: 2381

Fixed MC bug #592: setComponentModifierValue, Removing "outer" modifiers messes up modification.
Fixed bug in Derive (implemented differentiation of sin and cos in differentiateExpTime.

107 lines of code changed in 8 files:

adrpo 2006-05-15 07:39 Rev.: 2380

- small README-UNIX.txt for OMShell.

20 lines of code changed in 1 file:

adrpo 2006-05-15 07:33 Rev.: 2379

- fixed a bug in systemimpl.c that caused an endless loop in System.stringReplace
- fixed the OMShell code to compile on Unix (added OMShell.pro)

1731 lines of code changed in 16 files:

adrpo 2006-05-15 06:49 Rev.: 2378

- free() in the Linux version.

1 lines of code changed in 1 file:

adrpo 2006-05-15 02:43 Rev.: 2377

Updated the XML part with the latest version of ModelicaXML and FlatModelicaXML

50129 lines of code changed in 62 files:

adrpo 2006-05-14 23:19 Rev.: 2375

updates of OpenModelicaSystem.*

0 lines of code changed in 2 files:

adrpo 2006-05-14 11:38 Rev.: 2374

Fixes due to refactoring of component names in Exp.mo records

426 lines of code changed in 16 files:

adrpo 2006-05-14 09:20 Rev.: 2373

Fixed these bugs:
http://bug.modelicacommunity.org/show_bug.cgi?id=91
=> the expression was not printed right: UMINUS(_, (n-1)) was printed (-n-1) instead of -(n-1)
http://bug.modelicacommunity.org/show_bug.cgi?id=92
=> 1+(1/y)^2 put the compiler in infinite loop
These triggered modifications of 2 models from testsuite as the simplification is not the same now:
=> testsuite/mofiles/drmodelica/VanDerPol.mo
=> testsuite/mofiles/msl/Gear.mo

Also replaced all the record components with BETTER names in Exp.mo and Static.mo


559 lines of code changed in 4 files:

petar 2006-05-12 12:46 Rev.: 2372

Fixed so PATH is extended, not reset by Compile.bat

1 lines of code changed in 1 file:

petar 2006-05-12 10:44 Rev.: 2371

Fixed bug in getExtendsModifierNames.
Added testcase NamedArguments.mo

67 lines of code changed in 6 files:

adrpo 2006-05-12 02:55 Rev.: 2370

- fixed plotParametric(x, y) instead of plotParametric({x, y})

13 lines of code changed in 2 files:

adrpo 2006-05-12 00:01 Rev.: 2369

- erased omc_interactive_api.txt text and replaced with a reference to the Users Guide
- fixed a small mistake in the debug/Makefile.in
- replaced the OpenModelicaSystem.* files with the new versions from Peter F. hacked a little by me

2 lines of code changed in 4 files:

adrpo 2006-05-11 17:17 Rev.: 2367

- got rid of .nb files from windows Setup.vdproj
- added Switch.mo to the Setup.vdproj
- moved all non-overlapping models from testmodels/*.mo to Examples/*.mo
+ preparing to delete Setup/testmodels/
- moved UsersGuideExamples.onb from testmodels/ to Examples/

1425 lines of code changed in 7 files:

x05andfe 2006-05-11 15:57

816 lines of code changed in 13 files:

petar 2006-05-11 14:52 Rev.: 2364

Fixed MC bug #590

13 lines of code changed in 2 files:

petar 2006-05-11 14:22 Rev.: 2363

Fixed MC bug #589

16 lines of code changed in 3 files:

petar 2006-05-11 13:46 Rev.: 2362

Fixed MC bug #588

18 lines of code changed in 3 files:

petar 2006-05-11 12:47 Rev.: 2361

Fixed bug with unconnected flow variables. Fixed MC bug #572.

51 lines of code changed in 4 files:

adrpo 2006-05-10 03:17 Rev.: 2360

- update of the UsersGuideExamples.onb
- update of the OpenModelicaUsersGuide.doc and .pdf

30 lines of code changed in 3 files:

x05andfe 2006-05-09 18:02 Rev.: 2359

9 lines of code changed in 3 files:

adrpo 2006-05-07 07:28 Rev.: 2358

- updated ptplot.jar in the Setup, this one dumps the plotted file in $OPENMODELICAHOME/bin
- added the new QtNetwork.dll in the Setup.vdproj
- added the new 1.4.0 OpenModelicaUsersGuide.* to the SVN
- deleted the NamedArguments.mo from testsuite/mofiles/Makefile as it does not exist

28 lines of code changed in 5 files:

adrpo 2006-05-06 02:48 Rev.: 2357

- fixed for Linux!

2 lines of code changed in 1 file:

adrpo 2006-05-06 02:45 Rev.: 2356

- fixes for Linux!
- please don't use makefile.mingw in the Makefile as it breaks on Linux, instead, used make -f Makefile.omdev.mingw
- changed also in build_mingw_libs.bat to use Makefile.omdev.mingw!

11 lines of code changed in 2 files:

x02lucpo 2006-05-05 15:33 Rev.: 2355

added double vector with residuals in the DATA struc

19 lines of code changed in 3 files:

x02lucpo 2006-05-05 11:15 Rev.: 2354

commented some code

4 lines of code changed in 2 files:

x02lucpo 2006-05-04 17:26 Rev.: 2353

change the generated code to use one structure for simulation data

739 lines of code changed in 5 files:

petar 2006-05-04 16:34 Rev.: 2352

Fixed bug with arrays in flow variables in connectors.

42 lines of code changed in 2 files:

x05andfe 2006-05-04 16:20 Rev.: 2351

12 lines of code changed in 5 files:

petar 2006-05-03 18:51 Rev.: 2350

Partly implemented support for ExternalObject.

376 lines of code changed in 9 files:

x02lucpo 2006-05-03 15:54 Rev.: 2349

added a rawStringToInputstring for changing from \\ to \ and \" to "

30 lines of code changed in 2 files:

x05andfe 2006-05-03 15:13 Rev.: 2348

1762 lines of code changed in 50 files:

x05andfe 2006-05-03 13:29 Rev.: 2347

40 lines of code changed in 1 file:

April 2006 »

Generated by StatSVN 0.7.0