Skip to content

Commit

Permalink
- svn:keywords
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8579 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Apr 11, 2011
1 parent 9f2f24d commit 52d2d1b
Show file tree
Hide file tree
Showing 100 changed files with 100 additions and 100 deletions.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/BackendDAE.mo
Expand Up @@ -34,7 +34,7 @@ encapsulated package BackendDAE
package: BackendDAE
description: BackendDAE contains the datatypes used by the backend.

RCS: $Id: BackendDAE.mo 8498 2011-04-05 12:17:00Z sjoelund.se $
RCS: $Id$
"

public import Absyn;
Expand Down
2 changes: 1 addition & 1 deletion Compiler/BackEnd/BackendDAEEXT.mo
Expand Up @@ -39,7 +39,7 @@ encapsulated package BackendDAEEXT
using std::vector<bool> since such functionality is not available in
MetaModelica Compiler (MMC).
RCS: $Id: BackendDAEEXT.mo 7671 2011-01-10 11:19:36Z sjoelund.se $
RCS: $Id$
"

public function initMarks
Expand Down
2 changes: 1 addition & 1 deletion Compiler/BackEnd/BackendDAEOptimize.mo
Expand Up @@ -40,7 +40,7 @@ encapsulated package BackendDAEOptimize
- Inline Integration
- and so on ...
RCS: $Id: BackendDAEOptimize.mo 8551 2011-04-08 12:01:49Z sjoelund.se $
RCS: $Id$

"

Expand Down
2 changes: 1 addition & 1 deletion Compiler/BackEnd/BackendDAETransform.mo
Expand Up @@ -39,7 +39,7 @@ encapsulated package BackendDAETransform
- reduceIndexDummyDer

RCS: $Id: BackendDAETransform.mo 8510 2011-04-05 19:49:51Z Frenkel TUD $
RCS: $Id$
"

public import Absyn;
Expand Down
2 changes: 1 addition & 1 deletion Compiler/BackEnd/BackendDAEUtil.mo
Expand Up @@ -34,7 +34,7 @@ encapsulated package BackendDAEUtil
package: BackendDAEUtil
description: BackendDAEUtil comprised functions for BackendDAE data types.

RCS: $Id: BackendDAEUtil.mo 8545 2011-04-08 07:45:52Z sjoelund.se $
RCS: $Id$

This module is a lowered form of a DAE including equations
and simple equations in
Expand Down
2 changes: 1 addition & 1 deletion Compiler/BackEnd/BackendDump.mo
Expand Up @@ -34,7 +34,7 @@ encapsulated package BackendDump
package: BackendDump
description: Unparsing the BackendDAE structure

RCS: $Id: BackendDump.mo 8510 2011-04-05 19:49:51Z Frenkel TUD $
RCS: $Id$
"

public import BackendDAE;
Expand Down
2 changes: 1 addition & 1 deletion Compiler/BackEnd/BackendEquation.mo
Expand Up @@ -35,7 +35,7 @@ encapsulated package BackendEquation
description: BackendEquation contains functions that do something with
BackendDAEEquation datatype.

RCS: $Id: BackendEquation.mo 8545 2011-04-08 07:45:52Z sjoelund.se $
RCS: $Id$
"

public import Absyn;
Expand Down
2 changes: 1 addition & 1 deletion Compiler/BackEnd/BackendVarTransform.mo
Expand Up @@ -34,7 +34,7 @@ encapsulated package BackendVarTransform
package: BackendVarTransform
description: BackendVarTransform contains a Binary Tree representation of variable replacements.

RCS: $Id: BackendVarTransform.mo 8547 2011-04-08 10:13:43Z sjoelund.se $
RCS: $Id$

This module contain a Binary tree representation of variable replacements
along with some functions for performing replacements of variables in equations"
Expand Down
2 changes: 1 addition & 1 deletion Compiler/BackEnd/BackendVariable.mo
Expand Up @@ -35,7 +35,7 @@ encapsulated package BackendVariable
description: BackendVariables contains the function that deals with the datytypes
BackendDAE.VAR BackendDAE.Variables and BackendVariablesArray.
RCS: $Id: BackendVariable.mo 8526 2011-04-06 22:27:06Z Frenkel TUD $
RCS: $Id$
"

public import BackendDAE;
Expand Down
2 changes: 1 addition & 1 deletion Compiler/BackEnd/DAEQuery.mo
Expand Up @@ -34,7 +34,7 @@ encapsulated package DAEQuery
package: DAEQuery
description: DAEQuery contains functionality for query of Incidence Matrix.

RCS: $Id: DAEQuery.mo 8498 2011-04-05 12:17:00Z sjoelund.se $"
RCS: $Id$"

// public imports
public
Expand Down
2 changes: 1 addition & 1 deletion Compiler/BackEnd/Derive.mo
Expand Up @@ -34,7 +34,7 @@ encapsulated package Derive
package: Derive
description: Differentiation of equations from BackendDAE.BackendDAE

RCS: $Id: Derive.mo 8545 2011-04-08 07:45:52Z sjoelund.se $
RCS: $Id$

This module is responsible for symbolic differentiation of equations and
expressions. Is is currently (2004-09-28) only used by the solve function in
Expand Down
2 changes: 1 addition & 1 deletion Compiler/BackEnd/ExpressionSolve.mo
Expand Up @@ -35,7 +35,7 @@ encapsulated package ExpressionSolve
package: ExpressionSolve
description: ExpressionSolve

RCS: $Id: ExpressionSolve.mo 8551 2011-04-08 12:01:49Z sjoelund.se $
RCS: $Id$

This file contains the module ExpressionSolve, which contains functions
to solve a DAE.Exp for a DAE.Exp"
Expand Down
2 changes: 1 addition & 1 deletion Compiler/BackEnd/PartFn.mo
Expand Up @@ -34,7 +34,7 @@ encapsulated package PartFn
package: PartFn
description: partially evaluated functions

RCS: $Id: PartFn.mo 7671 2011-01-10 11:19:36Z sjoelund.se $
RCS: $Id$

This module contains data structures and functions for partially evaulated functions.
entry point: createPartEvalFunctions, partEvalBackendDAE, partEvalDAE
Expand Down
2 changes: 1 addition & 1 deletion Compiler/BackEnd/SimCode.mo
Expand Up @@ -34,7 +34,7 @@ encapsulated package SimCode
package: SimCode
description: Code generation using Susan templates

RCS: $Id: SimCode.mo 8575 2011-04-11 08:52:18Z sjoelund.se $
RCS: $Id$

The entry points to this module are the translateModel function and the
translateFunctions fuction.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/BackEnd/TaskGraph.mo
Expand Up @@ -34,7 +34,7 @@ encapsulated package TaskGraph
package: TaskGraph
description: Building of task graphs from expressions, and equation systems.

RCS: $Id: TaskGraph.mo 8533 2011-04-07 12:11:55Z sjoelund.se $
RCS: $Id$

This module is used in the modpar part of OpenModelica for bulding task graphs
from the BLT decomposition for automatic parallelization.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/BackEnd/TaskGraphExt.mo
Expand Up @@ -33,7 +33,7 @@ encapsulated package TaskGraphExt
package: TaskGraphExt
description: The external representation of a task graph, using Boost Graph Library in C++.
RCS: $Id: TaskGraphExt.mo 7671 2011-01-10 11:19:36Z sjoelund.se $
RCS: $Id$
This module is the interface to the externally implemented task graph using Boost
Graph Library in C++"
Expand Down
2 changes: 1 addition & 1 deletion Compiler/BackEnd/XMLDump.mo
Expand Up @@ -76,7 +76,7 @@ encapsulated package XMLDump
package: XMLDump
description: Dumping of DAE as XML

RCS: $Id: XMLDump.mo 8498 2011-04-05 12:17:00Z sjoelund.se $"
RCS: $Id$"

public import Absyn;
public import BackendDAE;
Expand Down
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/Absyn.mo
Expand Up @@ -35,7 +35,7 @@ encapsulated package Absyn
package: Absyn
description: Abstract syntax

RCS: $Id: Absyn.mo 8577 2011-04-11 09:12:40Z sjoelund.se $
RCS: $Id$

This file defines the abstract syntax for Modelica in MetaModelica Compiler (MMC). It mainly
contains uniontypes for constructing the abstract syntax tree
Expand Down
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/AbsynDep.mo
Expand Up @@ -36,7 +36,7 @@ encapsulated package AbsynDep
description: AbsynDep builds dependencies based on a start class (program slicing)
author: Peter Aronsson

RCS: $Id: AbsynDep.mo 8498 2011-04-05 12:17:00Z sjoelund.se $
RCS: $Id$

This package contains a data structure and functions for maintaining dependency information between
Absyn classes.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/Algorithm.mo
Expand Up @@ -35,7 +35,7 @@ encapsulated package Algorithm
package: Algorithm
description: Algorithm datatypes

RCS: $Id: Algorithm.mo 8577 2011-04-11 09:12:40Z sjoelund.se $
RCS: $Id$

This file contains data types and functions for managing
algorithm sections. The algorithms in the AST are analyzed by the `Inst\'
Expand Down
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/Builtin.mo
Expand Up @@ -34,7 +34,7 @@ encapsulated package Builtin
package: Builtin
description: Builting tyepes and variables

RCS: $Id: Builtin.mo 8577 2011-04-11 09:12:40Z sjoelund.se $
RCS: $Id$

This module defines the builtin types, variables and functions in
Modelica. The only exported functions are Builtin.initialEnv and
Expand Down
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/Ceval.mo
Expand Up @@ -34,7 +34,7 @@ encapsulated package Ceval
package: Ceval
description: Constant propagation of expressions

RCS: $Id: Ceval.mo 8577 2011-04-11 09:12:40Z sjoelund.se $
RCS: $Id$

This module handles constant propagation (or evaluation)
When elaborating expressions, in the Static module, expressions are checked to
Expand Down
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/CevalFunction.mo
Expand Up @@ -35,7 +35,7 @@ encapsulated package CevalFunction
description: This module constant evaluates DAE.Function objects, i.e.
modelica functions defined by the user.

RCS: $Id: CevalFunction.mo 8577 2011-04-11 09:12:40Z sjoelund.se $
RCS: $Id$

TODO:
* Implement evaluation of MetaModelica statements.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/ClassInf.mo
Expand Up @@ -34,7 +34,7 @@ encapsulated package ClassInf
package: ClassInf
description: Class restrictions

RCS: $Id: ClassInf.mo 8577 2011-04-11 09:12:40Z sjoelund.se $
RCS: $Id$

This module deals with class inference, i.e. determining if a
class definition adhers to one of the class restrictions, and, if
Expand Down
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/ClassLoader.mo
Expand Up @@ -34,7 +34,7 @@ encapsulated package ClassLoader
package: ClassLoader
description: Loading of classes from $OPENMODELICALIBRARY.

RCS: $Id: ClassLoader.mo 8577 2011-04-11 09:12:40Z sjoelund.se $
RCS: $Id$

This module loads classes from $OPENMODELICALIBRARY. It exports several functions:
loadClass function
Expand Down
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/ComponentReference.mo
Expand Up @@ -35,7 +35,7 @@ encapsulated package ComponentReference
package: ComponentReference
description: All stuff for ComponentRef datatypes

RCS: $Id: ComponentReference.mo 8577 2011-04-11 09:12:40Z sjoelund.se $
RCS: $Id$

This file contains the module ComponentReference,
which contains functions for ComponentRef."
Expand Down
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/Connect.mo
Expand Up @@ -34,7 +34,7 @@ encapsulated package Connect
package: Connect
description: Connection set management

RCS: $Id: Connect.mo 8577 2011-04-11 09:12:40Z sjoelund.se $
RCS: $Id$

Connections generate connection sets (datatype SET is described below)
which are constructed during instantiation. When a connection
Expand Down
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/ConnectUtil.mo
Expand Up @@ -34,7 +34,7 @@ encapsulated package ConnectUtil
package: ConnectUtil
description: Connection set management

RCS: $Id: ConnectUtil.mo 8577 2011-04-11 09:12:40Z sjoelund.se $
RCS: $Id$

Connections generate connection sets (datatype SET is described in Connect)
which are constructed during instantiation. When a connection
Expand Down
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/ConnectionGraph.mo
Expand Up @@ -34,7 +34,7 @@ encapsulated package ConnectionGraph
package: ConnectionGraph
description: Constant propagation of expressions

RCS: $Id: ConnectionGraph.mo 8577 2011-04-11 09:12:40Z sjoelund.se $
RCS: $Id$

This module contains a connection breaking algorithm and
related data structures. The input of the algorithm is
Expand Down
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/Constants.mo
Expand Up @@ -34,7 +34,7 @@ encapsulated package Constants
package: Constants
description: definition of a set of constants
RCS: $Id: Constants.mo 8577 2011-04-11 09:12:40Z sjoelund.se $
RCS: $Id$
Constants defined in here (Constants.mo) are used in Interactive.mo"

Expand Down
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/DAE.mo
Expand Up @@ -34,7 +34,7 @@ encapsulated package DAE
package: DAE
description: DAE management and output

RCS: $Id: DAE.mo 8577 2011-04-11 09:12:40Z sjoelund.se $
RCS: $Id$

This module defines data structures for DAE equations and declarations of
variables and functions. The DAE data structure is the result of flattening,
Expand Down
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/DAEDump.mo
Expand Up @@ -34,7 +34,7 @@ encapsulated package DAEDump
package: DAEDump
description: DAEDump output

RCS: $Id: DAEDump.mo 8577 2011-04-11 09:12:40Z sjoelund.se $
RCS: $Id$

This module implements functions to print the DAE AST."

Expand Down
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/DAEUtil.mo
Expand Up @@ -34,7 +34,7 @@ encapsulated package DAEUtil
package: DAE
description: DAE management and output

RCS: $Id: DAEUtil.mo 8577 2011-04-11 09:12:40Z sjoelund.se $
RCS: $Id$

This module exports some helper functions to the DAE AST."

Expand Down
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/Dependency.mo
Expand Up @@ -35,7 +35,7 @@ encapsulated package Dependency
description: This module contains functionality for dependency
analysis of models used for saveTotalProgram.
$Id: Dependency.mo 8577 2011-04-11 09:12:40Z sjoelund.se $
$Id$
This package builds a dependency list starting from a class."

Expand Down
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/Dump.mo
Expand Up @@ -35,7 +35,7 @@ encapsulated package Dump
package: Dump
description: debug printing

RCS: $Id: Dump.mo 8577 2011-04-11 09:12:40Z sjoelund.se $
RCS: $Id$

Printing routines for debugging of the AST. These functions do
nothing but print the data structures to the standard output.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/DumpGraphviz.mo
Expand Up @@ -36,7 +36,7 @@ encapsulated package DumpGraphviz
description: Dumps the AST to a graph representation that can be read
by the graphviz tool.

RCS: $Id: DumpGraphviz.mo 8577 2011-04-11 09:12:40Z sjoelund.se $
RCS: $Id$

"

Expand Down
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/Env.mo
Expand Up @@ -35,7 +35,7 @@ encapsulated package Env
package: Env
description: Environmane management

RCS: $Id: Env.mo 8577 2011-04-11 09:12:40Z sjoelund.se $
RCS: $Id$

An environment is a stack of frames, where each frame contains a
number of class and variable bindings.
Expand Down
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/ExpandableConnectors.mo
Expand Up @@ -34,7 +34,7 @@ encapsulated package ExpandableConnectors
package: ExpandableConnectors
description: ExpandableConnectors translates Absyn to SCode intermediate form

RCS: $Id: ExpandableConnectors.mo 8577 2011-04-11 09:12:40Z sjoelund.se $
RCS: $Id$

This module contains functions to handle expandable connectors:

Expand Down
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/Expression.mo
Expand Up @@ -35,7 +35,7 @@ encapsulated package Expression
package: Expression
description: Expressions

RCS: $Id: Expression.mo 8577 2011-04-11 09:12:40Z sjoelund.se $
RCS: $Id$

This file contains the module `Expression\', which contains data types for
describing expressions, after they have been examined by the
Expand Down
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/ExpressionDump.mo
Expand Up @@ -35,7 +35,7 @@ encapsulated package ExpressionDump
package: ExpressionDump
description: ExpressionDump

RCS: $Id: ExpressionDump.mo 8577 2011-04-11 09:12:40Z sjoelund.se $
RCS: $Id$

This file contains the module ExpressionDump, which contains functions
to dump and print DAE.Expression."
Expand Down
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/ExpressionSimplify.mo
Expand Up @@ -35,7 +35,7 @@ encapsulated package ExpressionSimplify
package: ExpressionSimplify
description: ExpressionSimplify

RCS: $Id: ExpressionSimplify.mo 8577 2011-04-11 09:12:40Z sjoelund.se $
RCS: $Id$

This file contains the module ExpressionSimplify, which contains
functions to simplify a DAE.Expression."
Expand Down
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/Graphviz.mo
Expand Up @@ -40,7 +40,7 @@ encapsulated package Graphviz
See
http://www.research.att.com/sw/tools/graphviz/.

RCS: $Id: Graphviz.mo 8577 2011-04-11 09:12:40Z sjoelund.se $
RCS: $Id$

Input: The tree constructed from data structures in Graphviz
Output: Textual input to graphviz, written to stdout."
Expand Down
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/Inline.mo
Expand Up @@ -35,7 +35,7 @@ encapsulated package Inline
package: Inline
description: inline functions

RCS: $Id: Inline.mo 8577 2011-04-11 09:12:40Z sjoelund.se $
RCS: $Id$

This module contains data structures and functions for inline functions.

Expand Down
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/InnerOuter.mo
Expand Up @@ -34,7 +34,7 @@ encapsulated package InnerOuter
package: InnerOuter
description: Instance hierarchy and functionality to deal with Inner/Outer definitions

RCS: $Id: InnerOuter.mo 8577 2011-04-11 09:12:40Z sjoelund.se $"
RCS: $Id$"

import Absyn;
import DAE;
Expand Down

0 comments on commit 52d2d1b

Please sign in to comment.