Directory Compiler/VC7/rmlRuntime/

Directory Deleted:
2009-11-10 21:18
Total Files:
0
Deleted Files:
2
Lines of Code:
0

[root]/Compiler/VC7/rmlRuntime
                Folder removed from repo runtime (0 files, 0 lines)
                    Folder removed from repo common (0 files, 0 lines)
                    Folder removed from repo diff (0 files, 0 lines)
                    Folder removed from repo mask (0 files, 0 lines)
                    Folder removed from repo plain (0 files, 0 lines)

Lines of Code

Compiler/VC7/rmlRuntime/ Lines of Code

Developers

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

Most Recent Commits

adrpo 2009-11-10 21:18 Rev.: 4491

- moved /trunk/Compiler/VC7 to /installers/windows/VC7

0 lines of code changed in 2 files:

  • Compiler/VC7/rmlRuntime: rmlRuntime.suo (del), rmlRuntime.vcproj (del)
adrpo 2008-10-02 21:26 Rev.: 3665

- 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:

  • Compiler/VC7/rmlRuntime: rmlRuntime.vcproj (+150 -72)
adrpo 2008-09-14 10:55 Rev.: 3637

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:

  • Compiler/VC7/rmlRuntime: rmlRuntime.vcproj (+2 -1)
adrpo 2007-11-30 12:15 Rev.: 2976

- 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:

  • Compiler/VC7/rmlRuntime: rmlRuntime.vcproj (+22 -256)
adrpo 2006-11-13 05:44 Rev.: 2598

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:

  • Compiler/VC7/rmlRuntime: rmlRuntime.vcproj (+3)
adrpo 2006-10-10 06:23 Rev.: 2573

- 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:

  • Compiler/VC7/rmlRuntime: rmlRuntime.vcproj (+4 -9)
petar 2006-10-05 10:47 Rev.: 2564

Updated compiler options

3 lines of code changed in 1 file:

  • Compiler/VC7/rmlRuntime: rmlRuntime.vcproj (+3 -2)
adrpo 2006-04-12 01:29 Rev.: 2326

- optimizations and update of product code in Uninstall.bat

7 lines of code changed in 1 file:

  • Compiler/VC7/rmlRuntime: rmlRuntime.vcproj (+7 -1)
adrpo 2006-03-10 20:04 Rev.: 2201

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:

  • Compiler/VC7/rmlRuntime: rmlRuntime.vcproj (new)
Generated by StatSVN 0.7.0