commented some code
4 lines of code changed in 1 file:
made the function Setting.setInstallationDirectoryPath to use putenv("OPENMODELICAHOME=<PATH>"
22 lines of code changed in 2 files:
added getTempDirectoryPath to interactive functions
8 lines of code changed in 2 files:
Fixed bug in simplify of cos(0) * cos(0) (MC bug 654)
2 lines of code changed in 2 files:
Changed modelica_string_t from struct to char* to make more similar to other builtin types.
Added alias variables of external objects.
Array equations now supported in non-linear systems.
sign is now rewritten to if-expression.
456 lines of code changed in 13 files:
Fixed bug in listUnion. Now makes union in both sub-lists as well.
2 lines of code changed in 1 file:
added DATA_STRING stringVaribles to handle the stringvaribles for generated code
11 lines of code changed in 1 file:
Fixed bug with subscripts, see mofiles/SubScript2.mo.
Fixed bug in Exp.simplify for vector op scalar expressions.
98 lines of code changed in 7 files:
Fixed better error message when failing to connect variables of inconsistent types.
19 lines of code changed in 2 files:
Fixed bug with connectors extending basictype and matrix concatenation (MC bug #643). See mosfiles/Extends4.mo
129 lines of code changed in 6 files:
Fixed bug with connectors extending basictype and matrix multiplication (MC bug #643).
106 lines of code changed in 5 files:
moved getVersion from interactive to ceval
8 lines of code changed in 3 files:
Fixed bug with Strings, Integers and Booleans in connectors. (MC bug 499) mofiles/Connect14.mo
Also added Connect13.mo for connectors containing arrays.
121 lines of code changed in 4 files:
Fixed stack overflow bug in mofiles/DependsRecursive.mo
29 lines of code changed in 2 files:
Fixed bug with lookup of constants in packages (infinite recursion, mofiles/Constant10.mo)
Fixed bug which allows to write parameters or variables in packages (mofiles/Constan09.mo)
Fixed bug with floor and ceil. (Should return Integer not Real, mofiles/Constant3.mo)
203 lines of code changed in 12 files:
corrected diagonal_real_array and diagonal_integer_array
4 lines of code changed in 2 files:
added EXTRA_SIMOBJ to compilation
1 lines of code changed in 1 file:
Fixed bug with function argument having same name as function. See testcase mofiles/Function10.mo
161 lines of code changed in 6 files:
Fixed bug with multiple declarations, see testsuite/mofiles/MultipleDeclarations.mo
648 lines of code changed in 11 files: