Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 21 (100.0%) | 373 (100.0%) | 17.7 |
adrpo | 13 (61.9%) | 223 (59.8%) | 17.1 |
levsa | 2 (9.5%) | 121 (32.4%) | 60.5 |
x02lucpo | 1 (4.8%) | 12 (3.2%) | 12.0 |
x06hener | 2 (9.5%) | 11 (2.9%) | 5.5 |
haklu | 1 (4.8%) | 5 (1.3%) | 5.0 |
dietmarw | 2 (9.5%) | 1 (0.3%) | 0.5 |
- moved /trunk/Compiler/VC7 to /installers/windows/VC7
0 lines of code changed in 3 files:
Formal clean up of all code files:
* applied svn:eol-style native to all files except Compiler/*.mo --> LF
* unified the eol-style of ALL files (this was necessary in order to set the svn properties
* unification was done by a script which also removed all trailing whitespaces (except for all files in testsuite as white spaces are necessary to successful compare the results, could be improved maybe)
* make clean all test --> success on Ubuntu Linux 8.10, proably a good idea to run it for the other platforms as well.
* FYI: script to remove trailing white spaces: http://is.gd/5A6B
1 lines of code changed in 2 files:
- YOU WILL NEED THE NEW OMDev AND MSVC 2008 TO BUILD THE RELEASE
OMDev: http://www.ida.liu.se/~adrpo/omc/omdev/mingw/
- upgraded the entire OMC solution OpenModelica\Compiler\VC7\omc\omc.sln to MSVC 2008
+ got rid of some deprecated compiler flags
+ changed from mico2311.lib to mico2313.lib
- Changes to the Setup project
+ added the new GCC 3.4.5 and removed GCC 3.4.4
+ added the new Qt 4.4.2 DLLs needed by OMNotebook
+ added Coin3D and SoQt DLLs needed by the new OMNotebook 3D visualization
+ added the new MSVC 2008 DLLs and removed the old MSVC 2003 DLLs
+ added SimpleVisual.mo to the ModelicaLib.tar.gz
+ the lib directory of the OpenModelica release directory now contains c_runtime.lib
- added the old gcc-3.4.4.tar.gz just in case we will need it later
92 lines of code changed in 1 file:
*Added the sendData project to the VC7 directory
1 lines of code changed in 1 file:
*Added static Qt libraries for MinGW
*The MinGW version of Omc is now built with static Qt libraries
*Added some Qt header files
*Added range options to plot2/plotParametric2
*Removed some unnecessary files.
10 lines of code changed in 1 file:
- VC7 Setup fixes for new stuff in OMNotebook
- Parser fixes to handle multiple for iterators, both in array iterators and in for loops,
Have a look at Absyn.ForIterators
- Small changes in makefiles
- Fixed stringEqual in external-rml.c
- ptplot.jar dumps the plot image in $OPENMODELICAHOME/tmp/
- OMNotebook and OMShell in windows now starts in $OPENMODELICAHOME/tmp/
13 lines of code changed in 1 file:
- fixes for environment update after OpenModelica installation.
- no need anymore to boot the system or log off the user after installation.
14 lines of code changed in 1 file:
- fixed VC7 Debug configuration (needs new OMDev which contains mico2311 debug libs)
+ wrote some debug makefiles for VC7
+ i think is a good idea to run a debugging omc.exe
sometimes to figure out random crashes.
- runtime/corbaimpl.cpp:
moved all the Corba variables from Corba__intialize to global ones
as when Corba__initialize returns sometimes omc crashes on variable delete.
- some more includes into runtime files
12 lines of code changed in 1 file:
- changed Makefiles to actually stop when an error happens
- added copyright to printimpl.c
- added some more includes for strlen, strcpy and malloc
- changed version number to 1.4.3 in settingsimpl.c
- changed version number, product code in Setup.vdproj
- changed the way MinGW and ModelicaLibrary are handled in the .msi release
now, they are packed like normal directories and files not exploded at
installation from mingw.tar.gz and ModelicaLib.tar.gz
I think this will fix some problems with the installation
- changed 1.4.2 to 1.4.3 into all .onb files
- wrote a small README-BUILD-RELEASE.txt on how to build a OpenModelica release
1 lines of code changed in 1 file:
- fixed the MSVC projects and makefiles to use OMDev binaries compiled with MSVC
- updated the win32 readme: README-WIN32.txt
3 lines of code changed in 1 file:
- optimizations and update of product code in Uninstall.bat
1 lines of code changed in 1 file:
Mostly moving things around which triggers Setup changes.
6 lines of code changed in 1 file:
renamed to OMC, modeq is an old name
75 lines of code changed in 1 file:
Adrian Pop, adrpo@ida.liu.se, 2006-03-25
Quite some modifications to the setup project, the testsuite and RML to MetaModelica translator.
OMC Stuff:
==========
- taken out WinMosh from the modeq.sln (not needed).
- fixed a new Uninstall.ico, i hated the one before.
- added a link to OpenModelica website in the user menu, an icon for the url, etc.
- added the converted DrModelica onb files to the Setup.vdproj.
- made all .mo and .mos files have LF ending, otherwise Perl does not do well when checking the test results.
RML2METAMODELICA
================
- fixed variable types in rml2mod/rmltomod.rml, now a lot of Function Types are better.
6 lines of code changed in 1 file:
* noEvent
* sample
* updates of installation project
5 lines of code changed in 1 file:
12 lines of code changed in 1 file:
Changed modeq to omc everyhwere, updated source. Renamed build directories for modeq to omc. Updated VC7 projects and solution as well.
121 lines of code changed in 2 files: