Directory Compiler/VC7/UpdateEnv/

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

[root]/Compiler/VC7/UpdateEnv

Lines of Code

Compiler/VC7/UpdateEnv/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 21 (100.0%) 514 (100.0%) 24.4
levsa 2 (9.5%) 323 (62.8%) 161.5
adrpo 9 (42.9%) 166 (32.3%) 18.4
dietmarw 7 (33.3%) 19 (3.7%) 2.7
x06hener 2 (9.5%) 3 (0.6%) 1.5
haklu 1 (4.8%) 3 (0.6%) 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 5 files:

  • Compiler/VC7/UpdateEnv: ReadMe.txt (del), Resource.h (del), UpdateEnv.cpp (del), UpdateEnv.rc (del), UpdateEnv.vcproj (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

19 lines of code changed in 7 files:

  • Compiler/VC7/UpdateEnv: ReadMe.txt (new), Resource.h (new), UpdateEnv.cpp (+10 -10), UpdateEnv.rc (+5 -5)
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

142 lines of code changed in 1 file:

  • Compiler/VC7/UpdateEnv: UpdateEnv.vcproj (+142 -62)
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.

3 lines of code changed in 2 files:

  • Compiler/VC7/UpdateEnv: UpdateEnv.vcproj (new)
adrpo 2007-05-23 21:39 Rev.: 2802

- broadcast environment change using alternative functionality

8 lines of code changed in 1 file:

  • Compiler/VC7/UpdateEnv: UpdateEnv.cpp (+8 -2)
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/UpdateEnv: UpdateEnv.cpp (+14 -2)
adrpo 2006-02-26 13:18 Rev.: 2169

Adrian Pop, 2006-02-26
- compilation on Linux, Cygwin, MSVC works now from SVN. All tests are OK.
- big changes to compilation result structure:
The compilation result has now the following structure:
build/bin (omc, OMShell, OMNotebook, ptplot.jar, Compile.bat, Compile, doPlot.bat, doPlot, omc_helptext.txt)
build/include (all the .h files from c_runtime)
build/lib (all the lib* and libf2c/lib* files from c_runtime)
build/doc (trunk/doc and Compiler/doc)
build/doc/testmodels (all the trunk/Examples/*.* files)
---------------------------------------------
- the makefiles now copy the needed files to the above structure after compilation
- changed the rml files to use this structure when compiling, or plotting.
- changed the rtest files to use the build structure when running tests
- changed the VC7 setup to use this structure when deploying
- changed mosh (changed its name to OMShell) to use this structure when running omc
- added an install to the root Makefile that installs in what was give to configure --prefix=path
or just ./install if none given.

The usage of OPENMODELICAHOME changed in this way:
- OPENMODELICAHOME/bin is used when running omc or calling scripts or searching for omc_helptext.txt
- OPENMODELICAHOME/lib is given as -L to compilation scripts
- OPENMODELICAHOME/include is given as -I to compilation scripts

helptext.txt and interactive_api.txt moved to Compiler/doc/omc_helptext.txt or omc_interactive_api.txt

Updated all README* accordingly.

These changes will make easier to move source directories around and
arrange the SVN as we like because the runtime structure is not
the same as the compilation structure anymore.
Also is easier to understand what is the result of a compilation
because all the needed files for running OMC are now in trunk/build
and not all over the source tree.

2 lines of code changed in 1 file:

  • Compiler/VC7/UpdateEnv: UpdateEnv.cpp (+2 -2)
haklu 2005-09-28 18:39 Rev.: 1902

* noEvent
* sample
* updates of installation project

3 lines of code changed in 1 file:

  • Compiler/VC7/UpdateEnv: UpdateEnv.cpp (+3 -1)
levsa 2005-05-12 14:12 Rev.: 1784

Moved directory modeq to Compiler. Updated references to the modeq directory so that they refer to Compiler/ instead

323 lines of code changed in 2 files:

  • Compiler/VC7/UpdateEnv: UpdateEnv.cpp (+323)
Generated by StatSVN 0.7.0