- small fixes for debug mode
7 lines of code changed in 3 files:
- small changes to handle OPENMODELICAHOME paths that end in \\
2 lines of code changed in 2 files:
Fixed bug in lookup of classes from inside functions. Cleaned up some comments.
204 lines of code changed in 8 files:
removed log/error area from omshell
50 lines of code changed in 5 files:
- fixed some 'end ident' that did not match 'function ident'
- there is not testsuite/mosfiles/Constant7.mo so I changed Constant7.mo to Constant6.mo in testsuite/mofiles/Makefile
4 lines of code changed in 3 files:
Speeded up instantiation by changing implicit instantiation of functions. Before it instantiated whole function, now when performing lookup, only class definition of function is added to environment. Also fixed minor bug with echo.
396 lines of code changed in 12 files:
Implemented getDocumentationAnnotation.
180 lines of code changed in 2 files:
- apparently plotParametric( {x, y} ) is wrong. should be plotParametric(x, y)
1 lines of code changed in 1 file:
- updated to latest 1.3.2 Users Guide by Peter F.
0 lines of code changed in 2 files:
4 lines of code changed in 1 file:
Changed build_mingw_libs.bat to use omdev-mingw
Ceval are using Settings.mo setEcho to use echo
removed some prints in ClassLoader.mo
Interactive.mo are using Settings.mo for echo
System has how strncmp to optimize things
129 lines of code changed in 10 files:
- corrected to: end varDiscreteAttrInt; to get rid of the warning.
1 lines of code changed in 1 file:
- added UsersGuideExamples.onb to the Setup.vdproj to be part of the new releases
27 lines of code changed in 1 file:
- added UsersGuideExamples.onb
- updated OpenModelicaUsersGuide.doc and OpenModelicaUsersGuide.pdf
562 lines of code changed in 3 files:
Change to compiling with mingw
1 lines of code changed in 1 file:
Minor fixes. Moved list function to interactive to speed up model editor.
352 lines of code changed in 7 files:
- conform to Modelica grammar unary operators has to be enclosed in ( -x ) if they appear in the right side of an binary operator
1 lines of code changed in 1 file:
- fixes for mask and diff runtime
0 lines of code changed in 4 files:
included rotationalgears.mos in the mosfiles/Makefile
1 lines of code changed in 1 file:
- optimizations and update of product code in Uninstall.bat
35 lines of code changed in 10 files:
- updated the OpenModelicaUsersGuide.doc and OpenModelicaUsersGuide.pdf with the last version from Peter F.
0 lines of code changed in 2 files:
- updates so no OMC_BUILD_FROM is used. Also got rid of all the .rml compilation section.
- small updates to readmes
29 lines of code changed in 16 files:
23 lines of code changed in 2 files:
242 lines of code changed in 6 files:
fixed a small mistake.
1 lines of code changed in 1 file:
265 lines of code changed in 13 files:
fixed plotParametric({x, y}) instead of plotParametric( x, y ).
now it works
1 lines of code changed in 1 file:
updated OMNotebook and OMShell, also updated three files in DrModelica.
// Anders Fernstr?m
437 lines of code changed in 23 files:
Peter Fritzson's corrections
6 lines of code changed in 1 file:
Translated all RML files to MetaModelica.
127739 lines of code changed in 87 files:
Updated since nov 2005.
1 lines of code changed in 1 file:
- added some GENERAL NOTES to the README.Cygwin.or.Linux.txt:
+ Fedora Core 4 has a missing symlink.
+ also the CORBALIBS from Compiler/omc_release/Makefile have to be changed conform to:
mico-config --libs.
15 lines of code changed in 1 file:
- changed in Derive.rml: SimCodeGen.rml -> SimCodegen.rml otherwise the compilation on Linux fails.
1 lines of code changed in 1 file:
- better instructions on how you can run the testsuite from Eclipse or MSYS terminal
7 lines of code changed in 1 file:
- added OPENMODELICAHOME variable so you can run the testsuite from Eclipse
1 lines of code changed in 1 file:
- added a step that copies the needed mico2311.dll and mingwm10.dll to OpenModelica/build/bin
6 lines of code changed in 1 file:
- added instructions on MDT installation.
4 lines of code changed in 1 file:
updated instructions for compilation using OMDev-mingw package.
66 lines of code changed in 1 file:
Added rule for testsuite.
4 lines of code changed in 1 file:
- new project sample that has no modelica syntax checker builder.
22 lines of code changed in 1 file:
.project and .cdtproject samples to work with C/C++ perspective.
179 lines of code changed in 2 files:
Removed print message in get_pathed_class_in_program
0 lines of code changed in 1 file:
- fixed so that pattern = arrayNth(arr, index); is dumped as:
pattern = arr[index + 1];
0 lines of code changed in 2 files:
- added more stack to the translator
1 lines of code changed in 1 file:
- fixed the (x => y) option problem in the translator
- fixed better escaping of rml comments to MetaModelica strings.
228 lines of code changed in 13 files:
Fixed bug in functionDAE_res. Now old values of derivatives are used as "guess" values.
2 lines of code changed in 1 file:
Small .rc modification.
Added some optimization flags to the compiler.
12 lines of code changed in 3 files: