Directory Compiler/VC7/omc/

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

[root]/Compiler/VC7/omc

Lines of Code

Compiler/VC7/omc/ Lines of Code

Developers

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

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

  • Compiler/VC7/omc: Readme.txt (del), modeq.sln (del), omc.sln (del)
dietmarw 2008-11-02 18:35 Rev.: 3732

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:

  • Compiler/VC7/omc: Readme.txt (+1 -1)
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

92 lines of code changed in 1 file:

  • Compiler/VC7/omc: omc.sln (+92 -103)
x06hener 2007-09-26 14:58 Rev.: 2935

*Added the sendData project to the VC7 directory

1 lines of code changed in 1 file:

  • Compiler/VC7/omc: omc.sln (+1 -1)
x06hener 2007-09-25 17:54 Rev.: 2931

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

  • Compiler/VC7/omc: omc.sln (+10 -11)
adrpo 2007-07-10 11:06 Rev.: 2854

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

  • Compiler/VC7/omc: omc.sln (+13)
adrpo 2007-03-23 06:38 Rev.: 2758

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

  • Compiler/VC7/omc: omc.sln (+14)
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

12 lines of code changed in 1 file:

  • Compiler/VC7/omc: omc.sln (+12 -5)
adrpo 2006-10-07 04:27 Rev.: 2571

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

  • Compiler/VC7/omc: omc.sln (+1 -10)
adrpo 2006-09-19 07:44 Rev.: 2529

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

  • Compiler/VC7/omc: omc.sln (+3)
adrpo 2006-04-12 01:29 Rev.: 2326

- optimizations and update of product code in Uninstall.bat

1 lines of code changed in 1 file:

  • Compiler/VC7/omc: omc.sln (+1)
adrpo 2006-03-25 22:02 Rev.: 2282

Mostly moving things around which triggers Setup changes.

6 lines of code changed in 1 file:

  • Compiler/VC7/omc: omc.sln (+6 -6)
adrpo 2006-03-25 18:18 Rev.: 2272

renamed to OMC, modeq is an old name

75 lines of code changed in 1 file:

  • Compiler/VC7/omc: omc.sln (new 75)
adrpo 2006-03-25 17:55 Rev.: 2250

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:

  • Compiler/VC7/omc: modeq.sln (+6 -10)
haklu 2005-09-28 18:39 Rev.: 1902

* noEvent
* sample
* updates of installation project

5 lines of code changed in 1 file:

  • Compiler/VC7/omc: modeq.sln (+5 -6)
x02lucpo 2005-07-12 08:26 Rev.: 1849

12 lines of code changed in 1 file:

  • Compiler/VC7/omc: modeq.sln (+12)
levsa 2005-06-02 11:50 Rev.: 1799

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:

  • Compiler/VC7/omc: modeq.sln (new)
Generated by StatSVN 0.7.0