[root]/Compiler/VC7/rmlRuntime
runtime
(0 files, 0 lines)
common
(0 files, 0 lines)
diff
(0 files, 0 lines)
mask
(0 files, 0 lines)
plain
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 11 (100.0%) | 194 (100.0%) | 17.6 |
adrpo | 10 (90.9%) | 191 (98.5%) | 19.1 |
petar | 1 (9.1%) | 3 (1.5%) | 3.0 |
- moved /trunk/Compiler/VC7 to /installers/windows/VC7
0 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
150 lines of code changed in 1 file:
HUGE CHANGES THAT FIX A MEMORY LEAK AND REQUIRE
A NEW OMDev: [http://www.ida.liu.se/~adrpo/omc/omdev/mingw/]
or a new MMC/RML Compiler: [do an svn update]
- Fixes for the memory leak
+ got rid of yacclib.c|h as this functionality is now present directly in mmc/rml
+ got rid of yacclib.h include in files:
TaskGraphExt.cpp, TaskGraphExt_stub.cpp, corbaimpl.cpp, daeext.cpp,
errorext.cpp, printimpl.c, ptolemyio.cpp, rtopts.c, settingsimpl.c,
systemimpl.c
- Changes to Visual Source projects to deal with fixes for the memory leak
+ pushed the new changes into rmlRuntime project
+ removed yacclib.c|h from the projects
+ small changes to the debug configuration of projects
- Changed the default tolerance from 1e-10 to 1e-6 in
Main.mo and commands.xml
2 lines of code changed in 1 file:
- updated the mmc/rml runtime to the latest version
+ alloc the to-space (reserved) only when a major GC happen
+ timers for GC
+ help text for the runtime when the executable is called with -help
22 lines of code changed in 1 file:
I did some changes to the OpenModelica SVN in order to speed up MDT a bit.
Interactive.mo:
---------------
- Changed SYMBOLTABLE, added loadedFiles:
Fixed all the sources that used
SYMBOLTABLE: Ceval.mo, Main.mo
- I moved all the constants at the end of the Interactive.mo
to Constants.mo and fixed the makefiles to deal with the new
Constants package.
System.mo:
----------
- added getFileModificationTime
+ used for checking if a file about to be loaded
by "loadFileInteractiveQualified" was modified
since it was loaded. This is used to ensure that
a file is not loaded more times than needed.
- added getCurrentTime
+ is used to populate:
Interactive.FILE.loadTime
Constants.mo
------------
- Moved all the constants from Interactive.mo to this new package.
- fixed makefiles
General
-------
- added external-rml.c to the rmlRuntime.vcproj
+ provides ifExp, stringEqual and stringCompare
3 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
4 lines of code changed in 1 file:
Updated compiler options
3 lines of code changed in 1 file:
- optimizations and update of product code in Uninstall.bat
7 lines of code changed in 1 file:
Adrian Pop, adrpo@ida.liu.se, 2006-03-10
- fixed the new stuff from c_runtime into the VC7 setup
- fixed the new RML runtime in the VC7 setup
- fixed the testsuite/mosfiles/interactive_api_attributes.mos [petar changed the getClassInformation() API]
- fixed the testsuite/mosfiles/loadFileInteractiveQualified.mos [petar changed the getClassInformation() API]
Cheers,
Adrian Pop/
3 lines of code changed in 2 files: