September 2006 Commit Log

Number of Commits:
42
Number of Active Developers:
3
petar 2006-09-30 15:46 Rev.: 2554

Fixed bug with Initialization, see simualtion3.mos (InitTest.mo) and Test3PhaseSystemTotal.mo

66 lines of code changed in 4 files:

petar 2006-09-30 08:58 Rev.: 2553

Fixed bug with cardinality, See Gear.mo.
Now Gear and Gear2 in TestModels.mo works, see rotationalgears.mos

322 lines of code changed in 8 files:

adrpo 2006-09-29 03:06 Rev.: 2552

update of UG

0 lines of code changed in 2 files:

petar 2006-09-28 17:09 Rev.: 2551

Fixed bug with start value for arrays in DAELow

11 lines of code changed in 2 files:

petar 2006-09-28 14:27 Rev.: 2550

Flat Modelica parser now allows crap at the end of file which is produced by some Modelica tools.

3 lines of code changed in 1 file:

petar 2006-09-28 08:43 Rev.: 2549

Fixed bug with input variables on top level, see InputOutput.mo tested in simulation3.mos

32 lines of code changed in 3 files:

petar 2006-09-27 16:51 Rev.: 2548

Added transforming equations in Absyn to use flat CREFs as in Flat Modelica parser.
Fixed bug in flatparsing in walker.g for windows (missing strdup)

780 lines of code changed in 5 files:

adrpo 2006-09-26 22:16 Rev.: 2545

- fixes to the omc VC7 project (now no CLASSPATH setting is needed)

6 lines of code changed in 1 file:

petar 2006-09-26 12:51 Rev.: 2544

Fixed bug with flat modelica parsing. Now parses Real x.y=1.0;

13 lines of code changed in 3 files:

petar 2006-09-25 16:23 Rev.: 2543

Removed commented code.

1 lines of code changed in 1 file:

petar 2006-09-25 15:09 Rev.: 2542

Added extra argument to buildModel and simulate: storeInTemp=false. To store all files in Settings.getTempDirectoryPath(), set this variable to true.

35 lines of code changed in 2 files:

petar 2006-09-25 09:11 Rev.: 2541

Fixed bugs in mixed system. LossyGearDemo1 now working, see simulation3.mos

342 lines of code changed in 10 files:

petar 2006-09-21 11:10 Rev.: 2540

Fixed flat_modelica_parser which didn't work at all. It now works partly. Still problem with modificiation in tree walker.

573 lines of code changed in 5 files:

petar 2006-09-20 15:40 Rev.: 2539

Added rudimentary boolean functions to c_runtime.

138 lines of code changed in 7 files:

petar 2006-09-20 09:51 Rev.: 2538

Fixed bug with default values for funcion calls. They are now added to the expression argument list so correct C-code can be generated.

85 lines of code changed in 4 files:

petar 2006-09-20 08:33 Rev.: 2537

Fixed bugs with wrong Exp.Type in Exp.CAST expressions.

134 lines of code changed in 6 files:

adrpo 2006-09-19 15:19 Rev.: 2536

- reverted the changes

1 lines of code changed in 1 file:

petar 2006-09-19 15:07 Rev.: 2535

Removed target index_spec_test.

1 lines of code changed in 1 file:

adrpo 2006-09-19 14:35 Rev.: 2534

update of dependencies

12 lines of code changed in 1 file:

adrpo 2006-09-19 14:34 Rev.: 2533

Makefile changes to mirror the changes made by Peter A to
Makefile.omdev.mingw

4 lines of code changed in 1 file:

petar 2006-09-19 13:38 Rev.: 2532

Equations containing function calls returning vectors are now handled as array equations.
sum(v) and sum(A) are now symbolically expanded.
WhatDoesNotWork.html is updated with missing operators in 3.4.3.

353 lines of code changed in 4 files:

petar 2006-09-19 09:16 Rev.: 2531

Added more type information to Exp.Exp, required to be able to generate correct code.
Added some missing impl. in c_runtime. Still much to do here.
Fixed bug with BouncingBallExamples.mos
Fixed bug with eliminating top level input and output variables.
RO attribute to Absyn.INFO now read from status of file. renameComponent now skips RO classes.
Temporary fixed Test3PhaseSystem initialization. Still bugs with propagation of fixed attribute.
Fixed several bugs with simplify returning expressions with wrong operators e.g. scalar ADD_ARR scalar.


1306 lines of code changed in 32 files:

adrpo 2006-09-19 08:03 Rev.: 2530

- fixed step numbering in the README-WIN32.txt

8 lines of code changed in 1 file:

adrpo 2006-09-19 07:44 Rev.: 2529

- fixed the MSVC projects and makefiles to use OMDev binaries compiled with MSVC
- updated the win32 readme: README-WIN32.txt

63 lines of code changed in 13 files:

adrpo 2006-09-18 13:20 Rev.: 2528

- small update to the README-WIN32.txt.
- released rml-mmc-2.3.6 to make VC7 work

10 lines of code changed in 1 file:

petar 2006-09-13 14:36 Rev.: 2527

Added testcase for nonlinear system where smaller factor than defaultvalue must be used, see previous checkin.

31 lines of code changed in 3 files:

petar 2006-09-13 14:10 Rev.: 2526

Improved solving nonlinear systems. Now tries with several different factors and retries with different starting points if not successful.

66 lines of code changed in 4 files:

petar 2006-09-13 10:01 Rev.: 2525

Implemented simple checkModel, returns string with number of variables and number of equations.

78 lines of code changed in 2 files:

petar 2006-09-13 09:09 Rev.: 2524

Fixed bug with initialization (alg. vars fixed)
Fixed bug with simplification of arrays resulting in wrong operators.

67 lines of code changed in 3 files:

petar 2006-09-12 17:41 Rev.: 2523

Fixed bug with differentiating exp (HelloWorld).

16 lines of code changed in 1 file:

petar 2006-09-12 13:57 Rev.: 2522

Added RO flag in INFO attribute.

9 lines of code changed in 2 files:

petar 2006-09-12 13:56 Rev.: 2521

Fixed bug in promote_integer_array(done by Kaj)

6 lines of code changed in 1 file:

adrpo 2006-09-11 03:08 Rev.: 2520

- fixes by Peter F. to UG, DrModelica, omc_helptext.txt
- fixes by Anders Sandholm to val(name, time)
- addition of the BouncingBallExamples.mo/mos to the testsuite
so that this example is sure not to fail in the future (now fails)

2814 lines of code changed in 108 files:

adrpo 2006-09-10 07:32 Rev.: 2519

fixes parts of bug 99:
http://bug.modelicacommunity.org/show_bug.cgi?id=99
I added to modelica.h:
typedef modelica_real sample_rettype;

1 lines of code changed in 1 file:

adrpo 2006-09-10 06:44 Rev.: 2518

added test for if_then_elseif_else implementation.

29 lines of code changed in 2 files:

adrpo 2006-09-10 06:25 Rev.: 2517

fixed bug 97
http://bug.modelicacommunity.org/show_bug.cgi?id=97
implemented elseif within if expression by constructing
IFEXPs within else part.

24 lines of code changed in 1 file:

adrpo 2006-09-10 05:39 Rev.: 2516

fixed bug 86:
http://bug.modelicacommunity.org/show_bug.cgi?id=86
by creating the error file in the tmp directory.

2 lines of code changed in 1 file:

adrpo 2006-09-10 05:19 Rev.: 2515

Fixed bug 72:
http://bug.modelicacommunity.org/show_bug.cgi?id=72
within_clause did not check for null name_path in walker.g.

2 lines of code changed in 1 file:

adrpo 2006-09-06 16:36 Rev.: 2514

explained in README.Cygwin.or.Linux.txt that you must have ./ in your path
to be able to run the testsuite.

7 lines of code changed in 1 file:

x05andfe 2006-09-04 23:31 Rev.: 2513

fixed bug in paste cell command. // Anders Fernstr?m

63 lines of code changed in 1 file:

adrpo 2006-09-02 23:39 Rev.: 2511

- last 1.4.2 commit
+ DrModelica, UG, ModelQueryAPIexamples.onb updates
+ val(var_name, time) implementation from Anders Sandholm

247 lines of code changed in 9 files:

petar 2006-09-01 16:19 Rev.: 2510

Changed simulation3 so it works. Rounding error.

1 lines of code changed in 1 file:

August 2006 »

Generated by StatSVN 0.7.0