August 2006 Commit Log

Number of Commits:
52
Number of Active Developers:
7
adrpo 2006-08-31 22:54 Rev.: 2508

fixes for OMShell/oms.cpp to compile on Linux.

4 lines of code changed in 1 file:

petar 2006-08-31 20:43 Rev.: 2507

Fixed bug in event handling (edge used for checking changes in event. This was changed to 'change')
Removed check of final in modifier since it gave errors even though correct Modelica code.

21 lines of code changed in 4 files:

petar 2006-08-31 14:47 Rev.: 2506

Fixed bugs in mixed systems. It is now a quick fix.

83 lines of code changed in 5 files:

x02danhe 2006-08-31 14:04 Rev.: 2505

The test suite failed due to test files with too long names. Renamed UnparserOperatorPrecedence.* to UnpOpPrecedence.*.

26 lines of code changed in 3 files:

x02danhe 2006-08-31 10:58 Rev.: 2504

Fixed a bug with unparsing of logical binary operators. Parenthesis are no longer lost around expressions with operators of lower precedence.

34 lines of code changed in 4 files:

petfr 2006-08-31 10:27 Rev.: 2503

test by petfr

1 lines of code changed in 1 file:

petar 2006-08-30 11:06 Rev.: 2502

Fixed bug in splitting a mixed system into its discrete and continuous part.

89 lines of code changed in 2 files:

petar 2006-08-30 08:24 Rev.: 2501

Added comment why derivative of if expression must be allowed even though it is non-existent.

3 lines of code changed in 1 file:

adrpo 2006-08-29 23:51 Rev.: 2500

- just some more cleanup when running .mos files

4 lines of code changed in 4 files:

adrpo 2006-08-29 23:25 Rev.: 2499

- added "rm -f" instead of "rm" as Linux say:
blabla.bla no such file or directory thus screwing the test
when doing grep.

4 lines of code changed in 1 file:

adrpo 2006-08-29 22:57 Rev.: 2498

- fixed the printing of reals in RML/MMC, please update your OMDev!
- now 1.2e-029 will be printed as 1.2e-29

3 lines of code changed in 2 files:

adrpo 2006-08-29 22:48 Rev.: 2497

- fixes for Windows to be like Linux
- meaning 1.222e-027 is now 1.222e-27 (got rid of the first 0 in the exponent)

19 lines of code changed in 1 file:

petar 2006-08-29 18:00 Rev.: 2496

Fixed bugs in mixed system of equations (see simulation3.mos and BearingFrictionTest.mo)
Fixed bug with missing events at initialization (see also BearingFrictionTest.mo)

472 lines of code changed in 21 files:

adrpo 2006-08-28 22:20 Rev.: 2495

- updated VC7 Setup to include the new file called ModelQueryAPIexamples.onb

26 lines of code changed in 1 file:

adrpo 2006-08-28 00:26 Rev.: 2494

- updates to DrModelica by Peter F.

2708 lines of code changed in 99 files:

adrpo 2006-08-27 22:30 Rev.: 2493

- new stuff val(variable, time) - which is not implemented yet
- new SG and UG
- new file ModelQueryAPIexamples.onb
- new UsersGuideExamples.onb

944 lines of code changed in 8 files:

adrpo 2006-08-27 21:38 Rev.: 2492

- more fixing

5 lines of code changed in 2 files:

adrpo 2006-08-27 21:34 Rev.: 2491

- fixed a small mistake

1 lines of code changed in 1 file:

adrpo 2006-08-27 21:29 Rev.: 2490

- updated runtime and winruntime to be a bit closer

47 lines of code changed in 3 files:

adrpo 2006-08-27 19:52 Rev.: 2489

- fixed more Linux stuff

14 lines of code changed in 1 file:

adrpo 2006-08-27 19:37 Rev.: 2488

- fixed some Linux stuff
- fixed the API to return Modelica compatible syntax
- fixed the API testsuite/mosfiles/loadFileInteractiveQualified.mos
- added stdlib.h include to ExtObj.c
- removed more unnecesarry files within mosfiles/ExtObj.mos

34 lines of code changed in 5 files:

adrpo 2006-08-27 19:27 Rev.: 2487

fixed case to test on Linux

3 lines of code changed in 1 file:

petar 2006-08-27 09:06 Rev.: 2486

Fixed bug with overwriting of equations. Changed testcases Shadow1.mo and Overwriting2.mo.

2 lines of code changed in 3 files:

petar 2006-08-25 15:40 Rev.: 2485

Fixed bug with connect(a.b[1],c.d), i.e. using arrays in connectors. See mofiles/Connect15.mo

57 lines of code changed in 5 files:

petar 2006-08-25 11:03 Rev.: 2484

Fixed bug in event handling for e.g. initial(). See BooleanModel.mo
Fixed bug with discrete equations not having zero crossings not being calculated.
Fixed bug with getNthConnection on connector on form a.b[1], see mosfiles/interactive_api_classes.mos.

132 lines of code changed in 13 files:

x05andfe 2006-08-25 00:36 Rev.: 2483

Added find and replace function to OMNotebook, resulted in same small changes in other files. // Anders F

1989 lines of code changed in 23 files:

adrpo 2006-08-24 16:38 Rev.: 2482

Changed everywhere i could find MODELICAPATH to OPENMODELICALIBRARY!

35 lines of code changed in 21 files:

petar 2006-08-24 11:40 Rev.: 2481

Fixed bug with missing delete for A and b arrays for linear equation systems.

42 lines of code changed in 2 files:

kajny 2006-08-24 09:32 Rev.: 2480

1 lines of code changed in 1 file:

adrpo 2006-08-23 22:20 Rev.: 2479

Preparing for the 1.4.2 release:
- updated UsersGuideExamples.onb changed 1.4.1 to 1.4.2
- updated MinGW from 3.2.3 to the one in OMDev: 3.4.4 so we
don't have to compile the c_runtime libs with different
compilers when we do the releases
- improved Setup.vdproj so that it registers .onb files
with OMNotebook on installation

44 lines of code changed in 4 files:

davbr 2006-08-23 21:56 Rev.: 2478

Added support for for-statements in the interactive environment.

412 lines of code changed in 14 files:

petar 2006-08-23 18:11 Rev.: 2477

Fixed bugs with Test3PhaseSystem and initialization of this model. See mofiles/Test3PhaseSystems.mo

2143 lines of code changed in 5 files:

kajny 2006-08-22 15:04 Rev.: 2476

302 lines of code changed in 12 files:

davbr 2006-08-22 13:09 Rev.: 2475

Solved the problem with integer overflows. Now, a value is converted to a real dynamically in the interactive environment, if integer operations overflows. This is not the ideal solution. A much better solution would be to have BIG-INTEGERS. However, this is not part of the Modelica specification (2.2) and requires much more work.

492 lines of code changed in 10 files:

petar 2006-08-22 09:27 Rev.: 2474

Fixed bug with trapezoid voltage source (used in e.g. NandGate). See simulation3.mos.

601 lines of code changed in 9 files:

petar 2006-08-18 16:59 Rev.: 2473

Minor changes.

0 lines of code changed in 1 file:

petar 2006-08-18 16:49 Rev.: 2472

Fixed bug with whitespace in OPENMODELICAHOME path in compileModel.

3 lines of code changed in 1 file:

petar 2006-08-18 16:46 Rev.: 2471

Fixed small index bug in building string MODELICAPATH=dir

1 lines of code changed in 1 file:

petar 2006-08-18 14:22 Rev.: 2470

Changed compile script to take OPENMODELICAHOME as argument. Needed for applications where OPENMODELICAHOME is not set.

1 lines of code changed in 1 file:

petar 2006-08-18 14:04 Rev.: 2469

Fixed bugs with the OPENMODELICAHOME variable. MathModelica now works without having this variable and OpenModelica works with it. This means that it is now possible to have both installed.

82 lines of code changed in 4 files:

x05andfe 2006-08-17 21:12 Rev.: 2468

added functionality so OMNotebook and OMShell check version from OMC. //Anders Fernstr?m

46 lines of code changed in 8 files:

kajny 2006-08-17 17:13 Rev.: 2467

Testcase for bug 671

18 lines of code changed in 1 file:

kajny 2006-08-17 17:12 Rev.: 2466

Added testcase for bug 671.

1 lines of code changed in 1 file:

kajny 2006-08-17 17:12 Rev.: 2465

Fixed bug 671

2 lines of code changed in 1 file:

petar 2006-08-17 14:24 Rev.: 2464

New implementation of removeSimpleEquations2. Now handles a=-b and a=constant equations. Also redesigned to reduce code size.
Added some verbose information to simulation_runtime.cpp (printed when using -v)

266 lines of code changed in 6 files:

adrpo 2006-08-15 14:00 Rev.: 2463

moving towards 1.4.2
- updated Uninstall.bat
- updated the product code, product name, etc
- made getVersionNr return 1.4.2

8 lines of code changed in 3 files:

petar 2006-08-15 09:53 Rev.: 2462

Added NonLinSys4.mo to simulation2.mos.
Fixed so all temp files are deleted in simulation2.mos

65 lines of code changed in 2 files:

petar 2006-08-15 09:51 Rev.: 2461

Added HelloWorld.mos to testsuite.

1 lines of code changed in 1 file:

petar 2006-08-14 09:02 Rev.: 2460

Redesigned VarTransform to allow replacement of variables with expressions, i.e. a -> b+c.
This allows elimination of more equations, like a = -b (which also has been added to DAELow)

333 lines of code changed in 6 files:

adrpo 2006-08-13 20:55 Rev.: 2459

- Linux has no "_putenv", changed to putenv in settingsimpl.c

2 lines of code changed in 1 file:

petar 2006-08-09 13:29 Rev.: 2458

Fixed bug with multile declarations, see testsuite/mofiles/MultipleDeclarations2.mo (mc bug 655)

409 lines of code changed in 13 files:

petar 2006-08-08 10:12 Rev.: 2457

Fixed bug with evaluating e.g. cos(0)/2 (due to Exp.simplify (MC bug 656)

55 lines of code changed in 4 files:

July 2006 »

Generated by StatSVN 0.7.0