Directory testsuite/flattening/modelica/external-functions/

Directory Created:
2012-09-27 04:36
Total Files:
20
Deleted Files:
2
Lines of Code:
957

[root]/testsuite/flattening/modelica/external-functions

Lines of Code

testsuite/flattening/modelica/external-functions/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 119 (100.0%) 1114 (100.0%) 9.3
alash325 72 (60.5%) 863 (77.5%) 11.9
perost 9 (7.6%) 115 (10.3%) 12.7
hudson 15 (12.6%) 73 (6.6%) 4.8
sjoelund.se 20 (16.8%) 60 (5.4%) 3.0
mahge930 2 (1.7%) 2 (0.2%) 1.0
adrpo 1 (0.8%) 1 (0.1%) 1.0

Most Recent Commits

mahge930 2015-03-20 13:07 Rev.: 25175

- Keep restrictions.

2 lines of code changed in 2 files:

  • testsuite/flattening/modelica/external-functions: ExternalFunction8.mo (+1), ExternalFunctionInvalidArg.mo (+1)
sjoelund.se 2015-02-25 00:04 Rev.: 24754

Fix parsing

1 lines of code changed in 1 file:

  • testsuite/flattening/modelica/external-functions: ExternalFunctionArray.mo (+1 -1)
sjoelund.se 2014-10-06 12:14 Rev.: 22610

#2862 - testing performance of not replacing `size(exp, 1)` with a non-constant expressions

1 lines of code changed in 1 file:

  • testsuite/flattening/modelica/external-functions: ExternalFunction4.mo (+1 -1)
adrpo 2014-09-30 16:29 Rev.: 22515

Fix bug: #2854 (do scope versioning also in the top scope, but not for builtin classes and builtin types)
- note that flattening/modelica/declarations/Constant12.mo is actually correct now,
see m:#1397, well, except for the fact that it should tell that A.y does not have a binding

1 lines of code changed in 1 file:

  • testsuite/flattening/modelica/external-functions: ExternalObjectMod.mo (+1 -1)
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

2 lines of code changed in 1 file:

  • testsuite/flattening/modelica/external-functions: ExternalFunction4.mo (+2 -2)
perost 2014-05-05 14:02 Rev.: 20362

- Added check for invalid modifiers on external objects.

39 lines of code changed in 2 files:

  • testsuite/flattening/modelica/external-functions: ExternalObjectMod.mo (new 38), Makefile (+1)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

72 lines of code changed in 14 files:

  • testsuite/flattening/modelica/external-functions: AddReal1.mo (+2 -2), ExternalFunction1.mo (+7 -7), ExternalFunction2.mo (+5 -5), ExternalFunction3-addmatrices.c (+1 -1), ExternalFunction3.mo (+5 -5), ExternalFunction4.mo (+7 -7), ExternalFunction6.mo (+2 -2), ExternalFunction8.mo (+2 -2), ExternalFunctionAnno.mo (+19 -19), ExternalFunctionArray.mo (+8 -8), ExternalFunctionBuiltin.mo (+4 -4), ExternalFunctionExtends.mo (+2 -2), ExternalFunctionInvalidArg.mo (+2 -2), InvalidExternalObject1.mo (+6 -6)
hudson 2014-04-08 16:36 Rev.: 20055

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

  • testsuite/flattening/modelica/external-functions: ExternalFunctionInvalidArg.mo (+1)
perost 2014-04-08 16:32 Rev.: 20054

- Added missing file.

29 lines of code changed in 1 file:

  • testsuite/flattening/modelica/external-functions: ExternalFunctionInvalidArg.mo (new 29)
perost 2014-04-08 16:07 Rev.: 20053

- Fix tests.

1 lines of code changed in 3 files:

  • testsuite/flattening/modelica/external-functions: ExternalFunction7.mo (del), ExternalFunctionInvalidRecordComponent.mo (del), Makefile (+1 -2)
sjoelund.se 2014-03-20 19:54 Rev.: 19658

- Output fewer errors when doing partial function type instantiation

0 lines of code changed in 2 files:

  • testsuite/flattening/modelica/external-functions: ExternalFunction8.mo (-1), ExternalFunctionInvalidRecordComponent.mo (-1)
sjoelund.se 2013-12-18 14:13 Rev.: 18508

#1732
- Check for invalid use of record components in external function declarations

26 lines of code changed in 2 files:

  • testsuite/flattening/modelica/external-functions: ExternalFunctionInvalidRecordComponent.mo (new 25), Makefile (+1)
sjoelund.se 2013-04-29 11:58 Rev.: 15926

Fix eol-style

1 lines of code changed in 1 file:

  • testsuite/flattening/modelica/external-functions: InvalidExternalObject1.mo (+1)
sjoelund.se 2013-03-28 23:07 Rev.: 15694

#2129
- Handles some more things when dimension sizes are expressions.
* One thing we now handle is matrix multiplication where dimensions are expressions.
* We also make size(a,2) return the known size of size(a,2), which might be size(a,1). Might help with some matrix stuff in MSL that uses this idiom to tell the compiler the input is a square matrix.

2 lines of code changed in 1 file:

  • testsuite/flattening/modelica/external-functions: ExternalFunction4.mo (+2 -2)
perost 2013-02-11 00:01 Rev.: 15135

Partial fix for #2056:
- Keep expression dimensions when doing implicit function instantiation.
- Added some more hacks to figure out the types of functions by using the input
arguments.
- Removed a couple of hacks that's no longer needed.
- Updated a couple of tests which now work better, and added testcase from #2056.

1 lines of code changed in 1 file:

  • testsuite/flattening/modelica/external-functions: ExternalFunction4.mo (+1 -1)
sjoelund.se 2013-02-08 09:16 Rev.: 15104

Fix tests

8 lines of code changed in 4 files:

  • testsuite/flattening/modelica/external-functions: ExternalFunction8.mo (+2 -2), ExternalFunctionAnno.mo (+4 -4), ExternalFunctionExtends.mo (+1 -1), InvalidExternalObject1.mo (+1 -1)
sjoelund.se 2013-02-07 16:16 Rev.: 15085

Always use full pathnames for file info of parsed files

8 lines of code changed in 4 files:

  • testsuite/flattening/modelica/external-functions: ExternalFunction8.mo (+2 -2), ExternalFunctionAnno.mo (+4 -4), ExternalFunctionExtends.mo (+1 -1), InvalidExternalObject1.mo (+1 -1)
perost 2013-02-01 17:06 Rev.: 15038

Fix for issue #2043:
- Handle extends when checking external objects in NFSCodeDependency.

45 lines of code changed in 2 files:

  • testsuite/flattening/modelica/external-functions: InvalidExternalObject1.mo (new 43), Makefile (+2 -1)
sjoelund.se 2012-12-15 09:26 Rev.: 14398

- Fix line-endings

1 lines of code changed in 1 file:

  • testsuite/flattening/modelica/external-functions: Makefile (+1)
sjoelund.se 2012-11-08 14:29 Rev.: 13830

#1931
- Do not scalarize vector equations
+ Except constants, parameters, records, complex types, external objects, and maybe some more

10 lines of code changed in 2 files:

  • testsuite/flattening/modelica/external-functions: ExternalFunction4.mo (+6 -4), ExternalFunctionArray.mo (+4 -2)
alash325 2012-10-05 05:56 Rev.: 13190

- Moved mofiles to flattening/modelica + grouping them based on language feature tests + update Makefile for modelica asserts(just to check if it works)

862 lines of code changed in 18 files:

  • testsuite/flattening/modelica/external-functions: AddReal1.mo (+38), ExternalFunction1.mo (+46), ExternalFunction1_f.c (+4), ExternalFunction2.mo (+47), ExternalFunction2_f.c (+9), ExternalFunction3-addmatrices.c (+10), ExternalFunction3.mo (+55), ExternalFunction4.mo (+91), ExternalFunction5.mo (+21), ExternalFunction6.mo (+26), ExternalFunction7.mo (+24), ExternalFunction8.mo (+24), ExternalFunctionAnno.mo (+130), ExternalFunctionArray.mo (+48), ExternalFunctionBuiltin.mo (+55), ExternalFunctionExtends.mo (+31), Makefile (+121), addReal1_.c (+82)
alash325 2012-10-01 19:57 Rev.: 13125

- expandable,streams,records ,and redeclare directory from testsuite are moved to ./flattening/modelica plus updated the corresponding Make file

0 lines of code changed in 18 files:

  • testsuite/flattening/modelica/external-functions: AddReal1.mo (new), ExternalFunction1.mo (new), ExternalFunction1_f.c (new), ExternalFunction2.mo (new), ExternalFunction2_f.c (new), ExternalFunction3-addmatrices.c (new), ExternalFunction3.mo (new), ExternalFunction4.mo (new), ExternalFunction5.mo (new), ExternalFunction6.mo (new), ExternalFunction7.mo (new), ExternalFunction8.mo (new), ExternalFunctionAnno.mo (new), ExternalFunctionArray.mo (new), ExternalFunctionBuiltin.mo (new), ExternalFunctionExtends.mo (new), Makefile (new), addReal1_.c (new)
alash325 2012-10-01 19:45 Rev.: 13124

-deleted ./flattening/modelica

1 lines of code changed in 18 files:

  • testsuite/flattening/modelica/external-functions: AddReal1.mo (del), ExternalFunction1.mo (del), ExternalFunction1_f.c (del), ExternalFunction2.mo (del), ExternalFunction2_f.c (del), ExternalFunction3-addmatrices.c (del), ExternalFunction3.mo (del), ExternalFunction4.mo (del), ExternalFunction5.mo (del), ExternalFunction6.mo (del), ExternalFunction7.mo (del), ExternalFunction8.mo (del), ExternalFunctionAnno.mo (del), ExternalFunctionArray.mo (del), ExternalFunctionBuiltin.mo (del), ExternalFunctionExtends.mo (del), Makefile (del), addReal1_.c (del)
alash325 2012-09-27 04:36 Rev.: 13070

- Moved mofiles and record test files to testsuite/flattening/modelica

0 lines of code changed in 18 files:

  • testsuite/flattening/modelica/external-functions: AddReal1.mo (new), ExternalFunction1.mo (new), ExternalFunction1_f.c (new), ExternalFunction2.mo (new), ExternalFunction2_f.c (new), ExternalFunction3-addmatrices.c (new), ExternalFunction3.mo (new), ExternalFunction4.mo (new), ExternalFunction5.mo (new), ExternalFunction6.mo (new), ExternalFunction7.mo (new), ExternalFunction8.mo (new), ExternalFunctionAnno.mo (new), ExternalFunctionArray.mo (new), ExternalFunctionBuiltin.mo (new), ExternalFunctionExtends.mo (new), Makefile (new), addReal1_.c (new)
Generated by StatSVN 0.7.0