- small performance improvements
- cosmetic changes
25 lines of code changed in 4 files:
OpenModelicaMetaProgramming.doc and .pdf
Moved all exercises to a separate appendix
DrModelica: Small update of text and link
to DAEexample
9 lines of code changed in 4 files:
- cosmetic changes for the upcoming MDT that folds away the LICENSE at the start of the file.
- changed svn:eol-style to "LF" instead of "native" as a workaround for the debugger
execution point positions, which are wrong if we have CRLF line endings.
1123 lines of code changed in 45 files:
- facilities for tracing
3 lines of code changed in 2 files:
- fixes for environment update after OpenModelica installation.
- no need anymore to boot the system or log off the user after installation.
99 lines of code changed in 3 files:
- reverting the bad commit by krsta
0 lines of code changed in 25 files:
0 lines of code changed in 25 files:
- fixes for the upcoming mmc compiler;
- corrections to input variables and variables from matchcontinue
58 lines of code changed in 12 files:
- warning removal, printing long instead of integer.
1 lines of code changed in 1 file:
delete .srz also
4 lines of code changed in 2 files:
- small fixes to errors in .mo files discovered by the new MDT
0 lines of code changed in 6 files:
- at the end of the build copy also mico2311.dll to trunk/build/bin so that we can run the testsuite.
8 lines of code changed in 1 file:
Fixed so that exceptions work when fortran functions are involved in Linux
3 lines of code changed in 2 files:
Fixed Timetable-bug
28 lines of code changed in 3 files:
Fixed compile error due to changes in DAE.ASSERT
9 lines of code changed in 1 file:
- Added String() functions (String(1.0), String(100), String(true) ) to both Ceval and Codegen testcase: StringTest.mos
- Implemented terminate and assert in equations
- Added TerminateSimulationException that is thrown when simulation fails (e.g. numerical failure, assert, terminate, etc.)
874 lines of code changed in 20 files:
- more notes on possible problems with Eclipse and OMDev.
34 lines of code changed in 1 file:
-Added printout of "protected" in DAE, protected variables are now prefixed with protected when printing flat class.
- Added cast to and from modelica_integer when storing integers in double vector (in Simulation code), to get rid of warnings during compilation of model code.
- Removed dymTableTimeIni function in Static, was a unfinished hack to make MSL 1.6 work.
446 lines of code changed in 74 files:
Added testcase for whenstatement
71 lines of code changed in 3 files:
Testsuite now passes in Linux
11 lines of code changed in 5 files:
Added protected/public flag to DAE.
150 lines of code changed in 5 files:
Fixed bug in solving linear system of equations (DAEexample.mo).
21 lines of code changed in 4 files:
- Cleaned up some comments
- Removed SCode.STRUCTPARAM, since it is no longer used. The compiler does currently not care if a parameter is structural.
- Fixed bug with function variables making equation in dae instead of creating binding expression, which does not make sense. This also created bug setting default inititial values for function inputs in read_call_write code. This has also been fixed.
94 lines of code changed in 6 files:
- cosmetic changes of Absyn.mo
+ qualified names in error messages
+ updates of function documentation
- Setup.vdproj changes
+ replaced "This program is protected by copyright laws..." with "This package contains OpenModelica, a modeling and simulation environment based on free software".
70 lines of code changed in 2 files:
- Fixes for BUG: http://bug.modelicacommunity.org/show_bug.cgi?id=144
The numbering of temporary variables was wrong in Codegen.generateElse
3 lines of code changed in 1 file:
Fixed bug in prefixing of variables in algorithm sections, which was not performed at all.
113 lines of code changed in 2 files:
Added model_dir string as global variable to model code. Needed when loading e.g. associated table files.
28 lines of code changed in 5 files: