Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 14 (100.0%) | 562 (100.0%) | 40.1 |
adrpo | 9 (64.3%) | 229 (40.7%) | 25.4 |
dietmarw | 2 (14.3%) | 225 (40.0%) | 112.5 |
x06hener | 3 (21.4%) | 108 (19.2%) | 36.0 |
- 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
225 lines of code changed in 2 files:
- fixes for Visual Studio debugging
- added debug_print in internal.c
2 lines of code changed in 1 file:
- 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
117 lines of code changed in 1 file:
- fixes to the Visual Studio project to build the debug version of omc.
1 lines of code changed in 1 file:
*Removed some debug library dependencies
*Removed some unused function arguments
4 lines of code changed in 1 file:
*Added the sendData project to the VC7 directory
103 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.
1 lines of code changed in 1 file:
- these are needed for MSVC compilation & setup because
of the new OMNotebook functionality
109 lines of code changed in 3 files: