Skip to content

Commit

Permalink
- got rid of winruntime, now everything resides in runtime
Browse files Browse the repository at this point in the history
  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.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2569 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Oct 6, 2006
1 parent 9c3fe3d commit 6abd674
Show file tree
Hide file tree
Showing 98 changed files with 2,640 additions and 2,911 deletions.
2 changes: 1 addition & 1 deletion Compiler/Absyn.mo
@@ -1,7 +1,7 @@
package Absyn "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Linköpings universitet, Department of
Copyright (c) 1998-2006, Linköpings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/Algorithm.mo
@@ -1,7 +1,7 @@
package Algorithm "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Linköpings universitet, Department of
Copyright (c) 1998-2006, Linköpings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/Builtin.mo
@@ -1,7 +1,7 @@
package Builtin "
This file is part of OpenModelica.
Copyright (c) 1998-2005, Linköpings universitet, Department of
Copyright (c) 1998-2006, Linköpings universitet, Department of
Computer and Information Science, PELAB
All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/Ceval.mo
@@ -1,7 +1,7 @@
package Ceval "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Linköpings universitet, Department of
Copyright (c) 1998-2006, Linköpings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/ClassInf.mo
@@ -1,7 +1,7 @@
package ClassInf "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Linköpings universitet, Department of
Copyright (c) 1998-2006, Linköpings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/ClassLoader.mo
@@ -1,7 +1,7 @@
package ClassLoader "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Linköpings universitet, Department of
Copyright (c) 1998-2006, Linköpings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/Codegen.mo
@@ -1,7 +1,7 @@
package Codegen "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Linköpings universitet, Department of
Copyright (c) 1998-2006, Linköpings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/Connect.mo
@@ -1,7 +1,7 @@
package Connect "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Linköpings universitet, Department of
Copyright (c) 1998-2006, Linköpings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
7 changes: 4 additions & 3 deletions Compiler/Corba.mo
@@ -1,7 +1,7 @@
package Corba "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Linköpings universitet, Department of
Copyright (c) 1998-2006, Linköpings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down Expand Up @@ -48,8 +48,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
This is the CORBA connection module of the compiler
The actual implementation differs between Windows and Unix versions.
The Windows implementation is located in ./winruntime and the Unix
version lies in ./runtime
The Windows implementation and the Unix
version lies in ./runtime but they use C ifdefs to provide different
implementation
OpenModelica does not in itself include a complete CORBA implementaton.
You need to download one, for example MICO from http://www.mico.org.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/DAE.mo
@@ -1,7 +1,7 @@
package DAE "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Linköpings universitet, Department of
Copyright (c) 1998-2006, Linköpings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/DAEEXT.mo
@@ -1,7 +1,7 @@
package DAEEXT "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Linköpings universitet, Department of
Copyright (c) 1998-2006, Linköpings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/DAELow.mo
@@ -1,7 +1,7 @@
package DAELow "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Linköpings universitet, Department of
Copyright (c) 1998-2006, Linköpings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/Debug.mo
@@ -1,7 +1,7 @@
package Debug "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Linköpings universitet, Department of
Copyright (c) 1998-2006, Linköpings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/Derive.mo
@@ -1,7 +1,7 @@
package Derive "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Linköpings universitet, Department of
Copyright (c) 1998-2006, Linköpings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/Dump.mo
@@ -1,7 +1,7 @@
package Dump "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Linköpings universitet, Department of
Copyright (c) 1998-2006, Linköpings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/DumpGraphviz.mo
@@ -1,7 +1,7 @@
package DumpGraphviz "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Linköpings universitet, Department of
Copyright (c) 1998-2006, Linköpings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/Env.mo
@@ -1,7 +1,7 @@
package Env "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Linköpings universitet, Department of
Copyright (c) 1998-2006, Linköpings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/Error.mo
@@ -1,7 +1,7 @@
package Error "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Linköpings universitet, Department of
Copyright (c) 1998-2006, Linköpings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/ErrorExt.mo
@@ -1,7 +1,7 @@
package ErrorExt "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Linköpings universitet, Department of
Copyright (c) 1998-2006, Linköpings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/Exp.mo
@@ -1,7 +1,7 @@
package Exp "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Linköpings universitet, Department of
Copyright (c) 1998-2006, Linköpings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/Graphviz.mo
@@ -1,7 +1,7 @@
package Graphviz "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Linköpings universitet, Department of
Copyright (c) 1998-2006, Linköpings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/Inst.mo
@@ -1,7 +1,7 @@
package Inst "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Linköpings universitet, Department of
Copyright (c) 1998-2006, Linköpings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/Interactive.mo
@@ -1,7 +1,7 @@
package Interactive "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Link�pings universitet, Department of
Copyright (c) 1998-2006, Link�pings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/Lookup.mo
@@ -1,7 +1,7 @@
package Lookup "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Linköpings universitet, Department of
Copyright (c) 1998-2006, Linköpings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/Main.mo
@@ -1,7 +1,7 @@
package Main "
This file is part of OpenModelica.
Copyright (c) 1998-2005, Linköpings universitet, Department of
Copyright (c) 1998-2006, Linköpings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/Mod.mo
@@ -1,7 +1,7 @@
package Mod "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Linköpings universitet, Department of
Copyright (c) 1998-2006, Linköpings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/ModUtil.mo
@@ -1,7 +1,7 @@
package ModUtil "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Linköpings universitet, Department of
Copyright (c) 1998-2006, Linköpings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/Parser.mo
@@ -1,7 +1,7 @@
package Parser "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Linköpings universitet, Department of
Copyright (c) 1998-2006, Linköpings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/Prefix.mo
@@ -1,7 +1,7 @@
package Prefix "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Linköpings universitet, Department of
Copyright (c) 1998-2006, Linköpings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/Print.mo
@@ -1,7 +1,7 @@
package Print "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Linköpings universitet, Department of
Copyright (c) 1998-2006, Linköpings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/RTOpts.mo
@@ -1,7 +1,7 @@
package RTOpts "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Linköpings universitet, Department of
Copyright (c) 1998-2006, Linköpings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/SCode.mo
@@ -1,7 +1,7 @@
package SCode "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Linköpings universitet, Department of
Copyright (c) 1998-2006, Linköpings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/Settings.mo
@@ -1,7 +1,7 @@
package Settings "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Linköpings universitet, Department of
Copyright (c) 1998-2006, Linköpings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/SimCodegen.mo
@@ -1,7 +1,7 @@
package SimCodegen "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Linköpings universitet, Department of
Copyright (c) 1998-2006, Link�pings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/Socket.mo
@@ -1,7 +1,7 @@
package Socket "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Link�pings universitet, Department of
Copyright (c) 1998-2006, Link�pings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/Static.mo
@@ -1,7 +1,7 @@
package Static "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Link�pings universitet, Department of
Copyright (c) 1998-2006, Link�pings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/System.mo
@@ -1,7 +1,7 @@
package System "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Link�pings universitet, Department of
Copyright (c) 1998-2006, Link�pings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/TaskGraph.mo
@@ -1,7 +1,7 @@
package TaskGraph "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Link�pings universitet, Department of
Copyright (c) 1998-2006, Link�pings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/TaskGraphExt.mo
@@ -1,7 +1,7 @@
package TaskGraphExt "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Link�pings universitet, Department of
Copyright (c) 1998-2006, Link�pings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/Types.mo
@@ -1,7 +1,7 @@
package Types "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Link�pings universitet, Department of
Copyright (c) 1998-2006, Link�pings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/Util.mo
@@ -1,7 +1,7 @@
package Util "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Link�pings universitet, Department of
Copyright (c) 1998-2006, Link�pings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/Values.mo
@@ -1,7 +1,7 @@
package Values "
This file is part of OpenModelica.
Copyright (c) 1998-2005, Link�pings universitet, Department of
Copyright (c) 1998-2006, Link�pings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/VarTransform.mo
@@ -1,7 +1,7 @@
package VarTransform "
This file is part of OpenModelica.

Copyright (c) 1998-2005, Link�pings universitet, Department of
Copyright (c) 1998-2006, Link�pings universitet, Department of
Computer and Information Science, PELAB

All rights reserved.
Expand Down

0 comments on commit 6abd674

Please sign in to comment.