Added der(expr) and lookup limitations.
5 lines of code changed in 1 file:
Fixed bug with infinite recursion in lookup. See packages2.mo in testsuite.
Cleaned up lookup code a bit.
308 lines of code changed in 10 files:
partly fixed bug #105 (1 and 2).
Fixed bug with looking up external object.
Fixed bug with sign bultin function.
90 lines of code changed in 5 files:
Changed interactive commands such as simulate, buildModel, etc, evaluated in Ceval to use automatic quoting (changed to Code AST construct).
Fixed bugs in cache implementation.
276 lines of code changed in 10 files:
Fixed bugs with external object and new impl. on strings.
390 lines of code changed in 12 files:
changed product code for 1.4.1
1 lines of code changed in 1 file:
partial implemented parameters and algebraic string handling
375 lines of code changed in 8 files:
4 lines of code changed in 2 files:
Fixed bug in lookup of constants in packages throuh inherited classes.
Partly fixed bug in array equations.
44 lines of code changed in 5 files:
- updated version number to 1.4.1
6 lines of code changed in 1 file:
- updated UsersGuideExamples.onb for 1.4.1 release
23 lines of code changed in 1 file:
explicit casts are required for malloc->type conversion!
otherwise the test based on testsuite/mosfiles/ExtObj.c fails!
2 lines of code changed in 1 file:
- changed 1.4.0 to 1.4.1 in documents
- added also text about the new release highlights:
+ caching
+ getVersion
+ mdt-0.6.6, omdev, etc.
0 lines of code changed in 4 files:
implemented -s settings.mos
158 lines of code changed in 5 files:
Moved getVersionNr function to Settings.mo
Fixed ExtObj.mos testcase (added missing file)
33 lines of code changed in 7 files:
Fixed bug with algorithm sections (algorithm.mos)
Fixed bug with non-linear equations (simulation2.mos)
Implemented getVersion() interactive call.
Implemented omc.exe ++version or ++v returns version number.
430 lines of code changed in 15 files:
made things compile
5 lines of code changed in 2 files:
Added cache to almost all functions that has something to do with lookup and instantiation. Packages with constants now translates much faster.
5514 lines of code changed in 15 files:
changed implementation of Static.elabBuiltinSum to handle also sum(3.0)
this generates an warning
20 lines of code changed in 2 files:
added
public function dumpDAELowEqnList
137 lines of code changed in 1 file:
added so that subscripts with param are evaluated to value
24 lines of code changed in 3 files:
added a test for a array-subscript:
parameter Integer tmp = 2;
Real a[1*tmp+2];
25 lines of code changed in 3 files:
corrected an error in symplify: x+x+x+x+x (integers) became 5.0*x which made subscripts with exp not working. now it returns 5*x
55 lines of code changed in 2 files:
May 2006 »