December 2005 Commit Log

Number of Commits:
28
Number of Active Developers:
7
petar 2005-12-29 15:46 Rev.: 2032

Implemented partial support for array equations on form v = foo(...). Other array equations should be flattened into scalar equations. Testcase: ArrayEquation.mos.

772 lines of code changed in 14 files:

petar 2005-12-27 14:47 Rev.: 2031

Partly implemented array equations.
Fixed testsuite. Apparently someone has missunderstood the meaning of failingtests. Now all tests go through again....

760 lines of code changed in 13 files:

x02lucpo 2005-12-22 16:39 Rev.: 2029

corrected a bug in division macro

3 lines of code changed in 1 file:

x02lucpo 2005-12-22 15:48 Rev.: 2028

corrected a bug in division macro

1 lines of code changed in 1 file:

x02lucpo 2005-12-22 12:48 Rev.: 2027

added DIVISION by zero check

67 lines of code changed in 1 file:

x02lucpo 2005-12-22 11:32 Rev.: 2026

remove rem from "rem exit %ERROR%"

1 lines of code changed in 1 file:

davbr 2005-12-22 00:20 Rev.: 2025

Added the following tests to the drmodelice testsuite:
ArraysInitLegal.mo (ok)
ArraysInitIllegal.mo (failed)
AccessDemoIllegalMod.mo (ok)
AccessDemoLegalMod.mo (ok)
ColoredTestLegalMod.mo (ok)
ColoredTestIllegalMod1.mo (failed)
ColoredTestIllegalMod2.mo (failed)
ColoredTestIllegalMod3.mo (failed)
TempDepResistorCircuitInherited.mo (ok)
TempDepResistorCircuit.mo (ok)
RefinedSimpleCircuitValid.mo (ok)
RefinedSimpleCircuitInValid.mo (ok)
RefinedSimpleCircuitValid2.mo (failed)
MicroCircuitValid.mo (failed)
MicroCircuitInvalid.mo (failed)
GenericMicroCircuit.mo (failed)

(ok) = the current version of omc handles this test correctly.
(failed) = the current version of omc handles the test incorrectly.

1237 lines of code changed in 18 files:

x02lucpo 2005-12-21 20:27

added getName(double* ptr) to be generated in the c-code. This will be used for DIVISION macros.
Redirected both stderr and stdout in the compile command to log-file

306 lines of code changed in 4 files:

kajny 2005-12-21 11:42 Rev.: 2022

17 lines of code changed in 1 file:

kajny 2005-12-21 11:41

Added some testcases from drmodelica

351 lines of code changed in 24 files:

adrpo 2005-12-19 19:51 Rev.: 2019

2005-12-19 adrpo@ida.liu.se
- added the tests assigned to David Akhvlediani to drmodelica
Date: Mon, 19 Dec 2005 17:02:34 +0100
From: David Akhvlediani <davak342@student.liu.se>
To: adrpo@ida.liu.se
Subject: Test script

360 lines of code changed in 15 files:

petar 2005-12-19 15:16 Rev.: 2018

Changed errorhandling to use the new Error module with separate error messages in large table and unique error codes.
Client tools should use getMessagesString or getMessagesStringInternal.

2328 lines of code changed in 38 files:

adrpo 2005-12-18 21:53 Rev.: 2017

2005-12-18 adrpo@ida.liu.se
- added loadFileInteractiveQualifiled.mos to the Makefile

2 lines of code changed in 1 file:

adrpo 2005-12-16 08:58 Rev.: 2016

2005-12-16 adrpo@ida.liu.se
- added loadFileInteractiveQualfied to the Compiler/interactive_api

5 lines of code changed in 1 file:

adrpo 2005-12-16 08:56 Rev.: 2015

2005-12-16 adrpo@ida.liu.se
- added "loadFileInteractiveQualified" API
+ this returns the top names quafified with the path from within statement.
- added loadFileInteractiveQualfied.mos and loadFile*.mo in the testsuite.

161 lines of code changed in 4 files:

x05andfe 2005-12-15 13:36 Rev.: 2014

Added textcases:
73: Xpowers3
74: PolynomialEvaluator1 & PolynomialEvaluator2
77: FuncMultResults
78: SumForLoop
79: ForLoopHideVariable
80: SumSeriesWhile
81: SumVectorForIf
82: AlogrithmCondAssign1 & AlogrithmCondAssign2'

The all passes first part of test, but non of them can be simulated. // Anders Fernstr?m

308 lines of code changed in 30 files:

adrpo 2005-12-14 17:25 Rev.: 2013

2005-12-14 adrpo@ida.liu.se

These commits are patches for linux compilation.
- They take out the &ouml; in Link&ouml;ping for the .g files
- They include Values.h instead of values.h in some of the .c/.cpp files.

9 lines of code changed in 5 files:

x05andfe 2005-12-13 18:48 Rev.: 2012

Added testcases:
1: HelloWorld
2: DAEexample
71: Xpowers1
72: Xpowers2

Testcase 2, don't work. The model can't be simulated because
"differentiating of function (exp) not impl yet."

// Anders Fernstr?m

237 lines of code changed in 12 files:

petar 2005-12-11 19:48 Rev.: 2010

Fixed bug in connecting arrays of components. Added testcase FlexibleShaft.

2454 lines of code changed in 6 files:

levsa 2005-12-10 02:08 Rev.: 2009

Fixed nicer plotting.
Fixed missing term for neumann/robin boundary conditions in Poisson2D, Diffusion2D in FEMForms
Fixed implementation bug workaround for neumann/robin boundary conditions

742 lines of code changed in 7 files:

x02lucpo 2005-12-08 14:17 Rev.: 2008

made calculate_param_sizes to use is_param. corrected the generation of variable names and comments

47 lines of code changed in 3 files:

petar 2005-12-08 12:04 Rev.: 2007

Removed error message from simulation record. It should be in error buffer. Fixed dr_modelica testsuite. (bugs in .mo files, etc).

318 lines of code changed in 16 files:

petar 2005-12-07 16:56 Rev.: 2006

Added bool value when lowering DAE. If true, add dummy variable to make sure at least one state is present. If false, no dummy state added.

14 lines of code changed in 3 files:

petar 2005-12-06 17:36 Rev.: 2004

Fixed bug with vectorized der operatators giving unwanted errormessage.

9 lines of code changed in 2 files:

petar 2005-12-06 13:34 Rev.: 2003

Implemented promote in matrix constructors. (Testcase BC11.mo now works).
Fixed bug in cat operator. cat(2,{{1},{2},{3},{{4},{5},6}}) now works. (matrices.mos)

517 lines of code changed in 10 files:

x02lucpo 2005-12-06 13:15 Rev.: 2002

improved compile_model relation

30 lines of code changed in 1 file:

x05andfe 2005-12-05 12:55 Rev.: 2001

added OMNotebook, the version uses QT3 and accompanied openmodelica release v1.3 and v1.3.1. //Anders Fernstr?m

3 lines of code changed in 112 files:

x05andfe 2005-12-05 12:43 Rev.: 2000

add new WinMosh version, created using QT. // Anders Fernstr?m

4 lines of code changed in 29 files:

November 2005 »

Generated by StatSVN 0.7.0