Directory WinMosh/

Directory Created:
2004-03-11 14:26
Directory Deleted:
2008-10-03 01:36
Total Files:
0
Deleted Files:
19
Lines of Code:
0

[root]/WinMosh
        Folder removed from repo res (0 files, 0 lines)

Lines of Code

WinMosh/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 107 (100.0%) 3185 (100.0%) 29.7
haklu 60 (56.1%) 2410 (75.7%) 40.1
adrpo 27 (25.2%) 607 (19.1%) 22.4
x02lucpo 15 (14.0%) 154 (4.8%) 10.2
levsa 5 (4.7%) 14 (0.4%) 2.8

Most Recent Commits

adrpo 2008-10-03 01:36 Rev.: 3673

moved to the old repository:
https://openmodelica.ida.liu.se/svn/OpenModelica/old

0 lines of code changed in 19 files:

  • WinMosh: ChildView.cpp (del), ChildView.h (del), History.cpp (del), History.h (del), MainFrm.cpp (del), MainFrm.h (del), MoshEdit.cpp (del), MoshEdit.h (del), ReadMe.txt (del), Resource.h (del), StdAfx.cpp (del), StdAfx.h (del), WinMosh.cpp (del), WinMosh.h (del), WinMosh.rc (del), WinMosh.sln (del), WinMosh.vcproj (del), omc_communication.cc (del), omc_communication.h (del)
adrpo 2008-06-12 13:28 Rev.: 3619

- fixes to the old WinMosh to make it work again

602 lines of code changed in 6 files:

  • WinMosh: MoshEdit.cpp (+35 -29), MoshEdit.h (+1), WinMosh.sln (new 26), WinMosh.vcproj (+11 -26), omc_communication.cc (new 398), omc_communication.h (new 131)
adrpo 2006-10-07 00:34 Rev.: 2569

- got rid of winruntime, now everything resides in runtime
and the implementation is different via compiler and OS flags
- changed so that System.writeFile uses
fwrite insead of fprintf as is way
faster and better.
- updated copyright to year 2006 and added it to most of the files.
- updated SG so that it doesn't talk on winruntime anymore
- updated the omc.snl project and runtime.vcproj to take files from runtime
instead of winruntime.
- changed winruntime to runtime anywhere I could find it.
- got rid of some warnings by casting the values to the needed type.

2 lines of code changed in 1 file:

  • WinMosh: MoshEdit.cpp (+2 -2)
adrpo 2006-08-24 16:38 Rev.: 2482

Changed everywhere i could find MODELICAPATH to OPENMODELICALIBRARY!

3 lines of code changed in 1 file:

  • WinMosh: WinMosh.cpp (+3 -3)
x02lucpo 2006-05-31 10:00 Rev.: 2408

changed font to Lucida Console and improved -omcpath parameter

30 lines of code changed in 2 files:

  • WinMosh: MoshEdit.cpp (+18 -1), WinMosh.cpp (+12 -8)
haklu 2005-10-18 09:38 Rev.: 1921

Fixed: Correct type on returned array from readSimulationResult
Fixed: Prefix on crefs inside when-conditions

0 lines of code changed in 2 files:

  • WinMosh: MoshEdit.cpp (-9), MoshEdit.h (-1)
haklu 2005-10-10 17:54 Rev.: 1915

* fixed font in winmosh
* plot with scalar argument
* small changes i welcome text and about box

23 lines of code changed in 4 files:

  • WinMosh: MoshEdit.cpp (+16 -3), MoshEdit.h (+3 -1), WinMosh.rc (+1 -1), WinMosh.vcproj (+3)
haklu 2005-10-06 18:17 Rev.: 1914

Last fixes before release of 1.3

4 lines of code changed in 1 file:

  • WinMosh: MoshEdit.cpp (+4)
haklu 2005-09-28 18:39 Rev.: 1902

* noEvent
* sample
* updates of installation project

5 lines of code changed in 1 file:

  • WinMosh: WinMosh.rc (+5 -6)
x02lucpo 2005-09-28 14:14 Rev.: 1899

implemented a buildModel function that only compiles the model without simulating it.
added a setClassNamesForSimulation to use when to clients of omc collaborates

15 lines of code changed in 1 file:

  • WinMosh: WinMosh.vcproj (+15 -15)
x02lucpo 2005-06-20 14:21 Rev.: 1817

implemented in System.rml relation platform which returns either the string "CYGWIN", "WIN32" or "" depending on the platform.

winmosh.exe accepts now -omcpath <path> as argument for the omc.exe file

27 lines of code changed in 5 files:

  • WinMosh: ChildView.h (+1 -1), MainFrm.h (+2), MoshEdit.cpp (+7 -3), MoshEdit.h (+2), WinMosh.cpp (+15)
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.

10 lines of code changed in 4 files:

  • WinMosh: MoshEdit.cpp (+6 -6), MoshEdit.h (+2 -2), WinMosh.rc (+1 -1), WinMosh.vcproj (+1 -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

4 lines of code changed in 1 file:

  • WinMosh: WinMosh.vcproj (+4 -4)
haklu 2005-04-22 13:21 Rev.: 1718

Updated som version numbers and the setup project

7 lines of code changed in 1 file:

  • WinMosh: WinMosh.rc (+7 -7)
haklu 2005-04-21 17:26 Rev.: 1711

Changed MOSHHOME to OPENMODELICAHOME which shuld point to what ${MOSHHOME}/.. used to be.
Also deleted some more (hopefully all) of the tornado stuff
Deleted the old modsim module.
Fixed Ctrl-C and Ctrl-V in WinMosh.

27 lines of code changed in 2 files:

  • WinMosh: MoshEdit.cpp (+18 -16), WinMosh.cpp (+9 -8)
haklu 2005-03-24 18:32 Rev.: 1623

*** empty log message ***

3 lines of code changed in 1 file:

  • WinMosh: MoshEdit.cpp (+3)
haklu 2005-03-21 18:15 Rev.: 1598

Fixed server start so that multiple servers are not started

6 lines of code changed in 1 file:

  • WinMosh: MoshEdit.cpp (+6 -1)
haklu 2005-03-21 15:33 Rev.: 1592

Fixed so that VC7 compiles without cygwin

6 lines of code changed in 1 file:

  • WinMosh: WinMosh.rc (+6 -5)
haklu 2005-03-18 14:16 Rev.: 1590

Added window which displays getErrorString() after each call

37 lines of code changed in 4 files:

  • WinMosh: ChildView.cpp (+9 -2), ChildView.h (+1), MoshEdit.cpp (+25), MoshEdit.h (+2)
x02lucpo 2004-11-24 17:34 Rev.: 1359

added a play/restart button on the toolbar

82 lines of code changed in 7 files:

  • WinMosh: ChildView.h (+9), MainFrm.cpp (+2), MainFrm.h (+8), MoshEdit.cpp (+53 -13), MoshEdit.h (+2 -1), Resource.h (+5 -2), WinMosh.rc (+3)
haklu 2004-10-25 13:36 Rev.: 1322

Fixed probplem with Ctrl-X, Ctrl-C and Ctrl -V

10 lines of code changed in 1 file:

  • WinMosh: MoshEdit.cpp (+10 -5)
haklu 2004-10-25 12:04 Rev.: 1321

Added checks for MOSHHOME and MODELICAPATH

18 lines of code changed in 1 file:

  • WinMosh: WinMosh.cpp (+18 -7)
haklu 2004-10-14 16:19 Rev.: 1317

bugfix regarding server startup

3 lines of code changed in 1 file:

  • WinMosh: MoshEdit.cpp (+3 -3)
haklu 2004-10-08 10:52 Rev.: 1305

*** empty log message ***

114 lines of code changed in 9 files:

  • WinMosh: ChildView.h (+10 -2), MainFrm.cpp (+1), MainFrm.h (+5 -1), MoshEdit.cpp (+66 -3), MoshEdit.h (+11), Resource.h (+2 -1), WinMosh.cpp (+16 -2), WinMosh.rc (+3), WinMosh.vcproj (-1)
haklu 2004-09-10 15:25 Rev.: 1227

Imporved server startup and added menu items for load model and load standard lib.

19 lines of code changed in 2 files:

  • WinMosh: WinMosh.cpp (+10 -11), WinMosh.rc (+9)
haklu 2004-09-10 15:24 Rev.: 1226

*** empty log message ***

11 lines of code changed in 1 file:

  • WinMosh: Resource.h (+11 -9)
haklu 2004-09-10 15:19 Rev.: 1225

Imporved server startup and added menu items for load model and load standard lib.

81 lines of code changed in 6 files:

  • WinMosh: ChildView.cpp (+2), ChildView.h (+18), MainFrm.cpp (+6), MainFrm.h (+18), MoshEdit.cpp (+36 -17), MoshEdit.h (+1)
haklu 2004-09-09 14:20 Rev.: 1222

Imporved server startup

81 lines of code changed in 2 files:

  • WinMosh: MoshEdit.cpp (+76 -19), MoshEdit.h (+5)
haklu 2004-06-08 12:07 Rev.: 1185

Changed to multithreaded libraries and made separate configurations for building with mico statically linked.

163 lines of code changed in 3 files:

  • WinMosh: MoshEdit.cpp (+27 -11), WinMosh.rc (+5 -7), WinMosh.vcproj (+131 -4)
haklu 2004-03-11 14:26 Rev.: 1106

*** empty log message ***

1792 lines of code changed in 16 files:

  • WinMosh: ChildView.cpp (new 82), ChildView.h (new 58), History.cpp (new 114), History.h (new 33), MainFrm.cpp (new 132), MainFrm.h (new 64), MoshEdit.cpp (new 232), MoshEdit.h (new 64), ReadMe.txt (new 94), Resource.h (new 19), StdAfx.cpp (new 11), StdAfx.h (new 26), WinMosh.cpp (new 141), WinMosh.h (new 51), WinMosh.rc (new 327), WinMosh.vcproj (new 344)
Generated by StatSVN 0.7.0