Directory testsuite/expandable/

Directory Deleted:
2012-10-01 19:57
Total Files:
0
Deleted Files:
4
Lines of Code:
0

[root]/testsuite/expandable

Lines of Code

testsuite/expandable/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 41 (100.0%) 12307 (100.0%) 300.1
sjoelund.se 24 (58.5%) 9071 (73.7%) 377.9
perost 7 (17.1%) 1841 (15.0%) 263.0
adrpo 2 (4.9%) 1368 (11.1%) 684.0
mahge930 1 (2.4%) 24 (0.2%) 24.0
Frenkel TUD 3 (7.3%) 3 (0.0%) 1.0
alash325 4 (9.8%) 0 (0.0%) 0.0

Most Recent Commits

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 4 files:

  • testsuite/expandable: BusOMCTotal2.mo (del), ElectrolytesT2Total.mo (del), ExpandableConnectors.mos (del), Makefile (del)
perost 2012-09-27 17:35 Rev.: 13078

- Changed Util.swap to work as expected (i.e. swap on true).

3 lines of code changed in 1 file:

  • testsuite/expandable: ExpandableConnectors.mos (+3 -3)
sjoelund.se 2012-09-12 15:00 Rev.: 12890

#1801
- Fix problem with matrix-vector operations being converted into array-multiplication of vector and scalar
- All tests that worked still work except for one: ./libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos, presumably because of a better solution now

3 lines of code changed in 1 file:

  • testsuite/expandable: ExpandableConnectors.mos (+3 -3)
Frenkel TUD 2012-06-28 09:44 Rev.: 12223

- fix tests

1 lines of code changed in 1 file:

  • testsuite/expandable: ExpandableConnectors.mos (+1 -1)
perost 2012-05-22 11:09 Rev.: 11934

- Cleaned up checking of connector types and added warning for connecting two
sources.
- Moved visibility attribute from DAE.Var to DAE.Attributes.
- Removed direction prefix from components created by expandable connections,
since we can't determine them reliably yet.
- Other minor fixes to connections.

103 lines of code changed in 1 file:

  • testsuite/expandable: ExpandableConnectors.mos (+103 -103)
perost 2012-05-10 14:06 Rev.: 11885

- Implemented a new template based expression dumping.
- Updated test suite.

54 lines of code changed in 1 file:

  • testsuite/expandable: ExpandableConnectors.mos (+54 -54)
sjoelund.se 2012-03-26 19:31 Rev.: 11555

- UTF-8 fixes

2 lines of code changed in 2 files:

  • testsuite/expandable: BusOMCTotal2.mo (+1 -1), ElectrolytesT2Total.mo (+1 -1)
sjoelund.se 2012-03-26 18:53 Rev.: 11553

- UTF-8 versions of some tests
- Disable iconv.mos

1 lines of code changed in 1 file:

  • testsuite/expandable: ElectrolytesT2Total.mo (+1 -1)
mahge930 2012-03-01 22:48 Rev.: 11260

+ The test-suite makefile now contain DEPENDENCIES. This are the files that are needed for the test cases.
+ "make clean" or (make -j clean) will clean the test-suite. i.e. all files that are not listed as DEPENDENCIES will be cleaned.
For OMDEV/MINGW ppl (linux already has partest)
+ "make threaded" will clean and then run the test-suite with 5 threads (my pc has 4 cores so :) ). (or just use "make -jN")
- 'msl31simulation.log' and 'msl31mediasimulation.log' still give problems with multiple threads. Very strange problem since the
output matches exactly with the expected but for some reason it is compared with outputs from another file. But For now this might help a bit.

Normal test-suite operation is not affected in anyway as far as I can tell. (Just some additions)

24 lines of code changed in 1 file:

  • testsuite/expandable: Makefile (+24 -10)
sjoelund.se 2011-11-29 15:54 Rev.: 10600

- Some rewrite rules for a*(b^(-r)) => a/(b^r) and similar expressions

4 lines of code changed in 1 file:

  • testsuite/expandable: ExpandableConnectors.mos (+4 -4)
sjoelund.se 2011-11-29 15:10 Rev.: 10599

- ExpressionSimplify: Added new rules:
- a^e*b^e => (a*b)^e
- a^e/b^e => (a/b)^e

1 lines of code changed in 1 file:

  • testsuite/expandable: ExpandableConnectors.mos (+1 -1)
sjoelund.se 2011-11-29 11:51 Rev.: 10594

- Fix ExpressionDump: -(a+b) is now printed correctly (previously was printed as -a+b)

4 lines of code changed in 1 file:

  • testsuite/expandable: ExpandableConnectors.mos (+4 -4)
adrpo 2011-11-15 12:44 Rev.: 10515

- include the modifiers and dimensions in the dependency analysis in Inst.instElementList
- move annotation checking functions from DAEUtil to SCode.
- convert type of the Value in the binding if needed (to get rid of things like min = 0, instead of min = 0.0)
- in partial instantiation disregard parameters, instantiate only constants.
- rename the really bad name "subs" to restCref in Static.elabCrefSubs.
- clear errors when loadingFileInteractiveQualified API and parseFile API
- added vaporizing.mo test

- a LOT of tests have changed
- small fixes to tools/validatetest/validatetest.pl

134 lines of code changed in 1 file:

  • testsuite/expandable: ExpandableConnectors.mos (+134 -134)
adrpo 2011-10-08 12:13 Rev.: 10052

- disable instantiation as basic type for anything other than type and connector (causes 1 test to fail).
- some fixes for expandable-expandable connection (should be the union of all of them).

1234 lines of code changed in 1 file:

  • testsuite/expandable: ExpandableConnectors.mos (+1234 -572)
perost 2011-09-23 11:53 Rev.: 9908

- Moved list functions from Util to a new List package.

340 lines of code changed in 1 file:

  • testsuite/expandable: ExpandableConnectors.mos (+340 -340)
perost 2011-08-30 09:18 Rev.: 9712

- Reimplemented connection handling to be more efficient.

854 lines of code changed in 1 file:

  • testsuite/expandable: ExpandableConnectors.mos (+854 -854)
sjoelund.se 2011-05-30 13:55 Rev.: 9183

- Simplify also (e*e1)+(e2*e)=>e(e1+e2)

2 lines of code changed in 1 file:

  • testsuite/expandable: ExpandableConnectors.mos (+2 -2)
sjoelund.se 2011-05-30 13:40 Rev.: 9179

- Add simplification (e*e1)+(e*e2) => e*(e1+e2) (for +/- and swapping argument order)

1 lines of code changed in 1 file:

  • testsuite/expandable: ExpandableConnectors.mos (+1 -1)
sjoelund.se 2011-05-22 12:51 Rev.: 9069

- Added rule to simplify x+x+x-x-x=x

15 lines of code changed in 1 file:

  • testsuite/expandable: ExpandableConnectors.mos (+15 -15)
Frenkel TUD 2011-05-03 17:59 Rev.: 8792

- CevalSrcipt use BackendDAEOptimize.countSimpleEquations for checkModel (speedup testsuite)

1 lines of code changed in 1 file:

  • testsuite/expandable: ExpandableConnectors.mos (+1 -1)
Frenkel TUD 2011-04-14 19:09 Rev.: 8647

- BackendDAEOptimize.mo:
- remove old remove simple Equation
- add remove equal function calls equations module
- use new remove simple Equation for Linearization
- BackEnd/BackendDAEUtil.mo
- change incidenceMatrix, now it generates the incidenceMatrix and the transposed incidenceMatrix at once
- use removeFinalParameters,removeEqualFunctionCalls,removeSimpleEquations,expandDerOperator as default preOptModules
- BackendDump.mo: add function debuglst
- update testsuite

1 lines of code changed in 1 file:

  • testsuite/expandable: ExpandableConnectors.mos (+1 -1)
sjoelund.se 2011-04-06 14:09 Rev.: 8521

- Disable running simplify after each unary elaboration
- Traverse each instantiated equation using simplify1
- cevalIfConstant on VAR variability expressions now does simplify1

5 lines of code changed in 1 file:

  • testsuite/expandable: ExpandableConnectors.mos (+5 -5)
sjoelund.se 2011-04-05 12:14 Rev.: 8496

- Flat Modelica now uses "and, or, not" instead of "AND, OR, NOT"
- This is to match actual Modelica syntax

5 lines of code changed in 1 file:

  • testsuite/expandable: ExpandableConnectors.mos (+5 -5)
sjoelund.se 2011-04-05 09:45 Rev.: 8495

- Changed simplify of LUNARY and LBINARY (we now only simplify these at the end; i.e. in the equations and bindings - not while doing static elaboration of the expression)

3 lines of code changed in 1 file:

  • testsuite/expandable: ExpandableConnectors.mos (+3 -3)
sjoelund.se 2011-03-30 10:07 Rev.: 8412

- Added pure/impure to the parser. Fixed the column-numbers of some lexer errors.

11 lines of code changed in 1 file:

  • testsuite/expandable: ExpandableConnectors.mos (+11 -11)
sjoelund.se 2011-03-30 06:55 Rev.: 8409

- Added warnings for numbers that have the form .XXX (they should be written 0.XXX according to the specification)

12 lines of code changed in 1 file:

  • testsuite/expandable: ExpandableConnectors.mos (+12 -1)
sjoelund.se 2011-03-04 10:22 Rev.: 8077

- Fixed line endings of several files

7644 lines of code changed in 7 files:

  • testsuite/expandable: BusOMCTotal2.mo (+1279 -1278), ElectrolytesT2Total.mo (new), ExpandableConnectors.mos (+1), Makefile (new)
sjoelund.se 2011-02-06 21:48 Rev.: 7878

- Expected output

1174 lines of code changed in 1 file:

  • testsuite/expandable: ExpandableConnectors.mos (+1174 -1174)
sjoelund.se 2010-12-30 18:33 Rev.: 7592

- Fix expected output

184 lines of code changed in 1 file:

  • testsuite/expandable: ExpandableConnectors.mos (+184 -184)
perost 2010-11-26 11:57 Rev.: 7197

- Fixed invalid propagation of connection sets from redeclared components
(commit 7185 to OpenModelica-1.5.1-Maintenance branch).
- Take face of connector components into account when connecting potential
connectors (commit 7173 to OpenModelica-1.5.1-Maintenance branch).
- Optimized findEquSet and findFlowSet to terminate earlier in some cases.
- Cleaned up ConnectionGraph.
- Cleaned up connection handling in InstSection.
- Updated test cases that changes due to equation ordering changes.

487 lines of code changed in 2 files:

  • testsuite/expandable: ExpandableConnectors.mos (new)
Generated by StatSVN 0.7.0