January 2007 Commit Log

Number of Commits:
30
Number of Active Developers:
4
petfr 2007-01-31 14:42 Rev.: 2677

Implemented the builtin function: product. Works on a testcase with vectors. Has not yet been tested on matrices.

87 lines of code changed in 2 files:

petfr 2007-01-26 14:02 Rev.: 2676

Added ModelicaTutorialFritzson.pdf containing the tutorial given at the Modelica conference and other places

15612 lines of code changed in 1 file:

adrpo 2007-01-26 00:59 Rev.: 2675

- Lookup.mo does not use Util
- cosmetic changes to Absyn.mo by Peter F.

81 lines of code changed in 3 files:

petar 2007-01-22 11:15 Rev.: 2673

Added instantiation of reinit in algorithms. Now flattens, and produces error message that when algorithms not supported yet.

58 lines of code changed in 3 files:

petar 2007-01-19 13:47 Rev.: 2672

Added events on algebraic variables.

69 lines of code changed in 1 file:

adrpo 2007-01-18 00:03 Rev.: 2671

- scripts and resources for building Linux distribution packages .deb and .rpm
- many thanks to William Spinelli
+ wspinell(at)elet.polimi.it
+ http://www.elet.polimi.it/upload/wspinell/website/index.php
for contributing these tools to the OpenModelica project

0 lines of code changed in 1 file:

adrpo 2007-01-17 23:50 Rev.: 2670

- got rid of warnings for tests on windows

17 lines of code changed in 4 files:

petar 2007-01-17 14:50 Rev.: 2669

Added to the state select heuristic: A priority based on the number of selectable states with the same name (last identifier of a qualified name).

64 lines of code changed in 2 files:

andsa 2007-01-16 10:16 Rev.: 2668

removed some debug information that were commited in the last version

0 lines of code changed in 1 file:

andsa 2007-01-15 20:11 Rev.: 2667

fix string support in external functions

8 lines of code changed in 1 file:

adrpo 2007-01-13 08:34 Rev.: 2666

- updated Visual Studio 2003 Setup Project: Setup.vdproj
to mirror the latest changes to the simulation runtime: c_runtime
- added DRMODELICAHOME to point to DrModelica.
This environment variable (mostly useful for Linux)
is used by OMNotebook to find DrModelica

532 lines of code changed in 1 file:

petar 2007-01-12 14:59 Rev.: 2665

Added support for automatic number of output steps by using intermediate-output model in DASSL. This can be used by setting a negative value on output step size.

18 lines of code changed in 3 files:

adrpo 2007-01-11 20:42 Rev.: 2664

- fixes to make the testsuite run on Linux
- for some very obscure reasons in simulation_result.cpp,
function: int deinitializeResult(const char * filename)
code: ofstream f(filename) reset the filename to "" and the creation of the file failed.
- fixed it in solver_dasrt.cpp and solver_euler.cpp
- thanks to William Spinelli for providing a virtual machine where I could
reproduce this error.

15 lines of code changed in 3 files:

petar 2007-01-11 17:12 Rev.: 2663

Implemented a better state selection mechanism. State selection is now base on
1. The stateSelect attribute
2. A heuristic.
The heuristic looks at both the equations of state variables to find constaint equations and tries to put dummy state variables in the same component.

236 lines of code changed in 2 files:

petar 2007-01-10 09:43 Rev.: 2662

Fixed bug with instantiation of Modelica.Blocks.Discrete.TriggeredSampler, causing infinite recursion (prevented by only instantiating partially)

70 lines of code changed in 3 files:

adrpo 2007-01-10 04:04 Rev.: 2661

- doPlot renamed to doPlot.Cygwin and doPlot.Linux renamed to doPlot
- changed Compiler/Makefile.in and Compiler/Makefile.omdev.mingw to mirror the changes

2 lines of code changed in 2 files:

adrpo 2007-01-10 03:46 Rev.: 2660

- doPlot renamed to doPlot.Cygwin
- doPlot.Linux renamed to doPlot as Linux installation is far more spread than Cygwin!
+ this will get rid of an installation step on Linux and adds an installation step
for Cygwin
- changed README.Cygwin.or.Linux.txt to mirror the changes

12 lines of code changed in 4 files:

adrpo 2007-01-10 03:21 Rev.: 2659

- all the latest OMNotebook changes to enable compilation on Linux were
made in cooperation with William Spinelli [wspinell@elet.polimi.it]
- a typo fix in cellapplication.cpp

1 lines of code changed in 1 file:

adrpo 2007-01-10 02:56 Rev.: 2658

OMNotebook changes:
- searches for images in the current directory
+ in Linux the bin directory can be read only
- searches for DrModelica using DRMODELICAHOME environment variable.
+ in Linux DrModelica should be placed in a write possible location
as it contains exercises which should be possible to save

598 lines of code changed in 2 files:

petar 2007-01-09 13:02 Rev.: 2657

Fixed bug with fully qualified names (which are created during instantiation) not possible to look up over encapsulated boundaries: Introduced new record FULLYQUALIFIED in Absyn.Path for this.

100 lines of code changed in 10 files:

adrpo 2007-01-09 04:48 Rev.: 2656

- fixes to compile OMNotebook on Linux!
- this is quite intermediate right now, we'll test it more

244 lines of code changed in 17 files:

adrpo 2007-01-05 03:17 Rev.: 2655

double should not be float as we might loose precision

3 lines of code changed in 2 files:

petar 2007-01-03 22:18 Rev.: 2654

Fixed bug in lookup of functions through unqualified imports.

14 lines of code changed in 1 file:

petar 2007-01-03 19:41 Rev.: 2653

Fixed bug with e.g. Modelica.Electrical.Analog.Sources.TrapezoidVoltage giving error message even if it is correct.

21 lines of code changed in 2 files:

petar 2007-01-03 19:39 Rev.: 2652

checkModel now uses DAELow.lower without generating "dummy state", i.e. counts correct number of variables and equations.

2 lines of code changed in 1 file:

petar 2007-01-03 14:58 Rev.: 2651

Added error message for not-yet-supported features in algorithms (when clause, while-clause, etc)

74 lines of code changed in 1 file:

petar 2007-01-02 17:02 Rev.: 2650

Fixed bug with generation of zero-equations for unconnected flow variables.

78 lines of code changed in 4 files:

petfr 2007-01-02 15:47 Rev.: 2649

Added OpenModelicaMetaProgramming.doc and .pdf containing
documentation of MetaModelica programming.
(previously sometimes called MetaModelica users guide)
Exercises added to this MetaProgrammingGuide. 061026

84881 lines of code changed in 2 files:

petfr 2007-01-02 15:42 Rev.: 2648


Beta 1.4.3 versions 061214 of UsersGuide and SystemDoc
UsersGuide includes more Eclipse MDT plugin
installation screendumps.
Exercises added to SystemsDoc, and
MetaProgrammingGuide.

2 lines of code changed in 5 files:

petar 2007-01-02 10:40 Rev.: 2647

Fixed bug with simplify of 1/(a/b)^2 causing infinite recursion.

9 lines of code changed in 1 file:

December 2006 »

Generated by StatSVN 0.7.0