Directory testsuite/flattening/modelica/mosfiles/

Total Files:
48
Deleted Files:
2
Lines of Code:
6783

[root]/testsuite/flattening/modelica/mosfiles
                    directory in repo TestLibrary (3 files, 11 lines)
                        directory in repo Invalid (2 files, 5 lines)
                            directory in repo Duplicate (1 files, 3 lines)
                        directory in repo Modelica 3.1 (1 files, 4 lines)
                        directory in repo Modelica 3.2.1 (1 files, 4 lines)
                        directory in repo Modelica 3.2 (1 files, 4 lines)
                        directory in repo Modelica 3.3 beta1 (1 files, 4 lines)
                        directory in repo Modelica 3.5 beta1 (2 files, 7 lines)
                    Folder removed from repo UriLookup (0 files, 0 lines)
                        Folder removed from repo A (0 files, 0 lines)
                            Folder removed from repo Resources (0 files, 0 lines)
                                Folder removed from repo Icons (0 files, 0 lines)

Lines of Code

testsuite/flattening/modelica/mosfiles/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 175 (100.0%) 2550 (100.0%) 14.5
hudson 35 (20.0%) 1238 (48.5%) 35.3
sjoelund.se 98 (56.0%) 1166 (45.7%) 11.8
alash325 2 (1.1%) 92 (3.6%) 46.0
perost 21 (12.0%) 29 (1.1%) 1.3
adeas31 7 (4.0%) 12 (0.5%) 1.7
mahge930 2 (1.1%) 6 (0.2%) 3.0
adrpo 6 (3.4%) 5 (0.2%) 0.8
lochel 2 (1.1%) 1 (0.0%) 0.5
jfrenkel 2 (1.1%) 1 (0.0%) 0.5

Most Recent Commits

adeas31 2015-03-25 19:00 Rev.: 25258

- Expected output.

5 lines of code changed in 5 files:

  • testsuite/flattening/modelica/mosfiles: AIMC_DOL.mos (+1 -4), Model1.mos (+1 -4), Model2.mos (+1 -4), TransformerYY.mos (+1 -4), ZeroDims.mos (+1 -4)
adeas31 2015-03-25 18:08 Rev.: 25254

- Fix the checkModel output.
- Fix failing tests.

7 lines of code changed in 2 files:

  • testsuite/flattening/modelica/mosfiles: LookupPackageFail.mos (+1 -1), ModifierVariabilityError.mos (+6 -3)
sjoelund.se 2015-02-25 00:47 Rev.: 24755

Fix parsing

1 lines of code changed in 1 file:

  • testsuite/flattening/modelica/mosfiles: LookupBuiltin.mos (+1 -1)
sjoelund.se 2015-02-25 00:04 Rev.: 24754

Fix parsing

5 lines of code changed in 4 files:

  • testsuite/flattening/modelica/mosfiles: FunctionDefaultArg.mos (+2 -2), LookupBuiltin.mo (+2 -2), StringArrayReturn.mos (+1 -1)
perost 2014-12-02 18:59 Rev.: 23633

- More cleanup of Static.

1 lines of code changed in 1 file:

  • testsuite/flattening/modelica/mosfiles: LookupBuiltin.mos (+1 -2)
mahge930 2014-11-10 11:51 Rev.: 23292

+ Put correct types when vectorizing qualified assignments.
- this used to send wrong types all the way to code generation.

6 lines of code changed in 2 files:

  • testsuite/flattening/modelica/mosfiles: Model1.mos (+3 -3), Model2.mos (+3 -3)
sjoelund.se 2014-11-02 22:00 Rev.: 23138

Big changes. You will need to bootstrap omc from scratch.
- Added function `sourceInfo()`, which returns the file and positions of the call in the source code (useful to produce error-messages that point inside the compiler itself).
- Changed all Absyn.Info to the built-in SourceInfo uniontype
- Added SourceInfo to GlobalScript.IEXP (previously only statements had SourceInfo)
- Changed System.readLine to fail if the file does not exist. The scripting function returns an empty string on failure.

A new bootstrapping tarball has been created. Some of the new features you can use in the compiler:
- (Limited) assignment to metarecord fields (r23120)
- Use new built-in function arrayAppend and Dangerous.arrayCreateNoInit (r23106)
- import MetaModelica.Dangerous (r23001)
- SourceInfo (this commit)

9 lines of code changed in 4 files:

  • testsuite/flattening/modelica/mosfiles: FunctionDefaultArg.mos (+5 -5), LookupBuiltin.mos (+2 -2), cat.mos (+2 -2)
sjoelund.se 2014-10-06 11:11 Rev.: 22609

Fail at once if encapsulateWhenConditions fails.
Print more error-messages on opt-module failures.

1 lines of code changed in 1 file:

  • testsuite/flattening/modelica/mosfiles: UnusedVariable.mos (+1)
sjoelund.se 2014-09-22 09:29 Rev.: 22391

Fix errorneous message for `String(format=...)` and expected output

9 lines of code changed in 1 file:

  • testsuite/flattening/modelica/mosfiles: FunctionDefaultArg.mos (+9 -9)
sjoelund.se 2014-09-09 15:01 Rev.: 22221

#2786
- Fix code generation for multiple iterators (threaded)
- Ceval constant function calls in the front-end

1 lines of code changed in 2 files:

  • testsuite/flattening/modelica/mosfiles: ZeroRange.mos (new)
perost 2014-09-08 16:19 Rev.: 22170

Fix for #2806:
- Remove input/output from variables which are not at top-level or inside a
top-level connector.

4 lines of code changed in 1 file:

  • testsuite/flattening/modelica/mosfiles: EnzMM.mos (+4 -4)
sjoelund.se 2014-08-18 11:11 Rev.: 21896

Added some tail recursion for the connection trie graph (moves some variables around in equations, and some equations too)

7 lines of code changed in 4 files:

  • testsuite/flattening/modelica/mosfiles: AIMC_DOL.mos (+3 -3), EnzMM.mos (+1 -1), TransformerYY.mos (new)
sjoelund.se 2014-06-27 13:33 Rev.: 21304

#1949 Changed implementation of DAE.PARTEVALFUNCTION
- PartFn.mo was removed
- We now create a closure in the code-generation instead

2 lines of code changed in 2 files:

  • testsuite/flattening/modelica/mosfiles: StringArrayReturn.mos (new)
sjoelund.se 2014-06-03 12:34 Rev.: 20931

Fix some of the sorting of components based on dependencies in the bindings
- Would silently fail in some cases in the past
- Some models now give no warnings in compile-time and run-time
- AIMS_Start gives a different result for one variable
- UnevaluateableFixedAttribute.mos gives different results for RML and bootstrapped omc versions

1 lines of code changed in 1 file:

  • testsuite/flattening/modelica/mosfiles: BaseClass1.mos (+1 -1)
perost 2014-05-26 15:38 Rev.: 20832

- Improved DAEDumpTpl and switched to it as default.
- Untupled min and max in DAE.VariableAttributes.

1 lines of code changed in 1 file:

  • testsuite/flattening/modelica/mosfiles: EnzMM.mos (+1 -1)
sjoelund.se 2014-05-15 12:06 Rev.: 20614

Add depends: flag to mos-files for external dependencies

4 lines of code changed in 4 files:

  • testsuite/flattening/modelica/mosfiles: ExternalFunctionResultOrder.mos (new), ExternalLibraryFunction.mos (+1), TestLoadModel.mos (+1)
perost 2014-04-24 14:56 Rev.: 20252

Fix for #2642:
- Rewrote handling of builtin attributes to be less repetitive.
- Added detection of duplicated modifiers on builtin types.

0 lines of code changed in 1 file:

  • testsuite/flattening/modelica/mosfiles: ModifierVariabilityError.mos (-1)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

254 lines of code changed in 23 files:

  • testsuite/flattening/modelica/mosfiles: AIMC_DOLTotal.mo (+111 -111), EnzMMTotal.mo (+48 -48), FinalTests.mo (+1 -1), LookupPackageFail.mo (+2 -2), Model1.mo (+1 -1), Model2.mo (new), ModifierProblem.mo (new), Return.mo (new), TransformerYYTotal.mo (+58 -58), UnpOpPrecedence.mo (new), func_bubble.mo (+4 -4), func_explicit_typeconv.mo (new), func_factorial.mo (new), vaporizing.mo (+14 -14)
sjoelund.se 2014-04-11 16:13 Rev.: 20112

Improve error-message for type mismatch in function calls when there is only one candidate function

0 lines of code changed in 1 file:

  • testsuite/flattening/modelica/mosfiles: ErrorFunctionCallNumArgs.mos (-5)
perost 2014-03-18 13:39 Rev.: 19618

Replaced unparsing parts of Dump with templates.

4 lines of code changed in 2 files:

  • testsuite/flattening/modelica/mosfiles: GroupImport.mos (+2 -1), ZeroDims.mos (+2 -1)
sjoelund.se 2014-02-10 14:24 Rev.: 19032

- Improved pretty-printing of list() API for when-equations/etc
- Added equation comments inside when-equation/etc blocks instead of after the whole when-equation

3 lines of code changed in 5 files:

  • testsuite/flattening/modelica/mosfiles: GroupImport.mos (+1 -3), UnpOpPrecedence.mos (+1 -3), ZeroDims.mos (+1 -3)
perost 2014-02-05 18:24 Rev.: 18987

Fix for #2062:
- Better handling of cardinality.

2 lines of code changed in 2 files:

  • testsuite/flattening/modelica/mosfiles: Model1.mos (+1 -1), Model2.mos (+1 -1)
sjoelund.se 2014-01-07 17:50 Rev.: 18581

Remove extra `'`

1 lines of code changed in 1 file:

  • testsuite/flattening/modelica/mosfiles: LookupBuiltin.mos (+1 -1)
sjoelund.se 2013-10-18 14:01 Rev.: 17751

Look for bad libraries containing both ClassName.mo and ClassName/package.mo
- Sometimes this occurs on Windows when the installer fails to uninstall an old package and the structure changed

8 lines of code changed in 1 file:

  • testsuite/flattening/modelica/mosfiles: TestLoadModel.mos (+8)
perost 2013-10-17 12:00 Rev.: 17735

Fix for #2383:
- Replaced class restriction with specialized class in error messages.
- Use pretty-printing of class specialization in ClassInf.assertValid.

1 lines of code changed in 1 file:

  • testsuite/flattening/modelica/mosfiles: ErrorSimPackage.mos (+1 -1)
sjoelund.se 2013-10-02 08:38 Rev.: 17476

Fix parsing, update tests

1 lines of code changed in 1 file:

  • testsuite/flattening/modelica/mosfiles: ISO-8859-1.mos (+1 -1)
sjoelund.se 2013-10-01 15:38 Rev.: 17471

Allow parsing of non-UTF-8 files (give a warning, fall back to 7-bit ASCII)

4 lines of code changed in 1 file:

  • testsuite/flattening/modelica/mosfiles: ISO-8859-1.mos (+4 -2)
sjoelund.se 2013-06-24 12:30 Rev.: 16470

- Fixed the parser (quoted identifiers are only allowed a restricted set of characters)
- Fixed XML escaping of variable- and classnames

16 lines of code changed in 4 files:

  • testsuite/flattening/modelica/mosfiles: QuotedFunction.mo (new), QuotedFunction.mos (+4 -1)
perost 2013-06-10 13:56 Rev.: 16277

- Fixed punctuation of error messages.

8 lines of code changed in 5 files:

  • testsuite/flattening/modelica/mosfiles: ErrorFunctionCallNumArgs.mos (+1 -1), FunctionDefaultArg.mos (+5 -5), LookupBuiltin.mos (+1 -1), ModifierVariabilityError.mos (+1 -1)
sjoelund.se 2013-06-04 20:23 Rev.: 16216

Move some expressions around when you do simplifications only if this improves the complexity of the expression

1 lines of code changed in 1 file:

  • testsuite/flattening/modelica/mosfiles: EnzMM.mos (+1 -1)
adrpo 2013-05-14 01:13 Rev.: 16024

- QUITE SOME CHANGES. Do make clean!
- fix old inst to work with Media and Fluid by default with no flags.
- got rid of some files and some of the error messages
- i will still keep +d=scodeInstShortcut for a while longer until I test more.
- Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos segfaults on Linux, works in Windows,
Modelica.Fluid.Examples.HeatingSystem does not work anymore (NLS problems again) I guess due to parameters moving around.
I will investigate more these issues in the next days.

2 lines of code changed in 4 files:

  • testsuite/flattening/modelica/mosfiles: NotbasicType.mos (+1 -1), NotbasicType2.mos (+1 -1)
sjoelund.se 2013-05-02 21:17 Rev.: 15963

Revert r15962 (accidently replaced 8 spaces with 2 spaces; was supposed to be 1 tab to 2 spaces but text editors messed up the command)
Contact me if you have problems merging your working copy

983 lines of code changed in 5 files:

  • testsuite/flattening/modelica/mosfiles: AIMC_DOLTotal.mo (+646 -646), EnzMMTotal.mo (+60 -60), TransformerYYTotal.mo (+260 -260), func_bubble.mo (+3 -3), vaporizing.mo (+14 -14)
hudson 2013-05-02 20:46 Rev.: 15962

[Janitor mode] Fix tabs

983 lines of code changed in 10 files:

  • testsuite/flattening/modelica/mosfiles: AIMC_DOLTotal.mo (+646 -646), EnzMMTotal.mo (new), TransformerYYTotal.mo (+260 -260), func_bubble.mo (+3 -3), vaporizing.mo (new)
hudson 2013-04-30 14:51 Rev.: 15938

[Janitor mode] Set auto-props

1 lines of code changed in 2 files:

  • testsuite/flattening/modelica/mosfiles: ext_ExternalFunctionResultOrder.c (new)
perost 2013-04-22 13:33 Rev.: 15874

Fix for #2159:
- Sort connector components before connecting them, to make sure that their
order doesn't matter.

2 lines of code changed in 1 file:

  • testsuite/flattening/modelica/mosfiles: EnzMM.mos (+2 -2)
perost 2013-04-16 14:30 Rev.: 15834

- Preserve the comment for the flattened class in the flattened output.
- Don't translate enumeration literals to integers when simplifying asubs.

1 lines of code changed in 2 files:

  • testsuite/flattening/modelica/mosfiles: EnzMM.mos (+1 -1)
sjoelund.se 2013-04-12 13:19 Rev.: 15800

Move test UriLookup.mos. Allow non-existing files at the time of compilation for UriLookup.

0 lines of code changed in 2 files:

  • testsuite/flattening/modelica/mosfiles: Makefile (-1), UriLookup.mos (del)
perost 2013-03-27 13:05 Rev.: 15656

- Added source information to some error messages.

2 lines of code changed in 1 file:

  • testsuite/flattening/modelica/mosfiles: UriLookup.mos (+2 -1)
perost 2013-03-12 22:27 Rev.: 15551

- Removed checks for duplicate elements and type names that are the same as the
component name from SCodeUtil.

2 lines of code changed in 2 files:

  • testsuite/flattening/modelica/mosfiles: DuplicateFunctions.mos (new)
sjoelund.se 2013-03-08 14:29 Rev.: 15513

Expected output

3 lines of code changed in 1 file:

  • testsuite/flattening/modelica/mosfiles: UriLookup.mos (+3 -6)

(20 more)

Generated by StatSVN 0.7.0