Directory testsuite/flattening/libraries/3rdParty/Exercises/

Directory Created:
2012-10-17 13:28
Total Files:
4
Deleted Files:
0
Lines of Code:
32483

[root]/testsuite/flattening/libraries/3rdParty/Exercises
                        directory in repo 1 (5 files, 194 lines)
                        directory in repo 2 (4 files, 234 lines)
                        directory in repo 3 (1 files, 6 lines)
                            directory in repo ServoSystem1 (2 files, 532 lines)
                                directory in repo Scripts (4 files, 96 lines)
                        directory in repo 4 (1 files, 7 lines)
                            directory in repo ServoSystem3 (2 files, 1452 lines)
                                directory in repo Scripts (3 files, 50 lines)
                        directory in repo 5 (3 files, 301 lines)

Lines of Code

testsuite/flattening/libraries/3rdParty/Exercises/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 94 (100.0%) 61116 (100.0%) 650.1
adrpo 23 (24.5%) 35667 (58.4%) 1550.7
perost 12 (12.8%) 12927 (21.2%) 1077.2
sjoelund.se 42 (44.7%) 10904 (17.8%) 259.6
vitalij 8 (8.5%) 819 (1.3%) 102.3
mahge930 5 (5.3%) 712 (1.2%) 142.4
lochel 2 (2.1%) 67 (0.1%) 33.5
adeas31 1 (1.1%) 17 (0.0%) 17.0
hudson 1 (1.1%) 3 (0.0%) 3.0

Most Recent Commits

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

- Expected output.

17 lines of code changed in 1 file:

  • testsuite/flattening/libraries/3rdParty/Exercises: checkExercises.mos (+17 -62)
mahge930 2015-03-13 20:38 Rev.: 25096

+ Handle nested array types when creating array equations.
+ Correct subscript ordering when expanding crefs.
+ Fix List.combinationMap to properly order combinations and combination lists. Also accumulate the results.
+ Added List.combination.

392 lines of code changed in 1 file:

  • testsuite/flattening/libraries/3rdParty/Exercises: instExercises.mos (+392 -392)
mahge930 2015-02-16 20:19 Rev.: 24602

+ Removed some unnecessary asub creations.
+ consider subscripts when looking for cref dependencies.

8 lines of code changed in 1 file:

  • testsuite/flattening/libraries/3rdParty/Exercises: instExercises.mos (+8 -8)
vitalij 2015-01-03 13:35 Rev.: 23931

imporved negate for binary

6 lines of code changed in 1 file:

  • testsuite/flattening/libraries/3rdParty/Exercises: instExercises.mos (+6 -6)
vitalij 2014-11-19 01:59 Rev.: 23440

-improved simplify
-update test

12 lines of code changed in 1 file:

  • testsuite/flattening/libraries/3rdParty/Exercises: instExercises.mos (+12 -12)
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 1 file:

  • testsuite/flattening/libraries/3rdParty/Exercises: checkExercises.mos (+6 -6)
sjoelund.se 2014-10-22 16:53 Rev.: 22868

Make loadFile("Modelica/package.mo") also consider the uses-annotation and load those packages (just like loadModel does, but with a different MODELICAPATH)

8 lines of code changed in 2 files:

  • testsuite/flattening/libraries/3rdParty/Exercises: checkExercises.mos (+4 -2), instExercises.mos (+4 -2)
adrpo 2014-10-19 21:46 Rev.: 22809

- fix bug #2899
- partial fix for bug #2484 (still needs some work on dae declaring complex components, i.e. connectors inside expandable connector)

215 lines of code changed in 1 file:

  • testsuite/flattening/libraries/3rdParty/Exercises: instExercises.mos (+215 -215)
adrpo 2014-09-30 07:08 Rev.: 22499

- remove MSL 3.2.1 MultiBody patch

24 lines of code changed in 1 file:

  • testsuite/flattening/libraries/3rdParty/Exercises: instExercises.mos (+24 -24)
adrpo 2014-09-30 06:33 Rev.: 22496

Merged branches/FFrontEnd into trunk/

Main changes:
- changed the environment to support both non-destructive and destructive updates
- Env.Cache -> FCore.Cache, Env.Env -> FCore.Graph
- FCore.Graph is not a list of Frames anymore is a stucture where the previous list is saved in component "scope"
- all Frames in the new FCore.Graph are FCore.Ref pointing to FCore.Node having different FCore.Data depending on what they are
- all FCore.Nodes have children (FCore.CAvlTree) which maps names to FCore.Ref (which is Array<FCore.Node>, size 1)
- FGraph.openScope pushes an already existing FCore.Ref (or a new one) on the scope list
- for all components having modifications the last class in the type path is renamed to include the
prefix, see FGraph.createVersionScope (this is done because we need unique names for redeclared functions,
records, etc and we need a unique type scope for that)
Example: A.B.C c -> A.B.C$c c

Bug fixes:
- calling function via component (multibody MSL 3.2.1 patch not needed anymore, will remove it in a next commit)
- #2837 array equations wrongly handled in RemoveSimpleEquations (used in ThermoPower and PowerSystems libraries, etc)
#2784, #2727, #2739 (missing modifiers combined with redeclare and unique function generation for redeclared functions)
#2835 - handle overconstrained connectors extending basic types (used in PowerSystems library)
- do not loose modifications on derived classes handled by InstExtends
- some error messages about missing components in Fluid library are gone
- for components of size 0 do not check if they are assigned before use in functions (residue in equalityConstraint)

1144 lines of code changed in 1 file:

  • testsuite/flattening/libraries/3rdParty/Exercises: instExercises.mos (+1144 -66)
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

49 lines of code changed in 1 file:

  • testsuite/flattening/libraries/3rdParty/Exercises: instExercises.mos (+49 -49)
perost 2014-09-09 10:52 Rev.: 22197

Fix for #2806:
- Remove input/output also from record components that are not top-level.

1716 lines of code changed in 1 file:

  • testsuite/flattening/libraries/3rdParty/Exercises: instExercises.mos (+1716 -1716)
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.

4340 lines of code changed in 1 file:

  • testsuite/flattening/libraries/3rdParty/Exercises: instExercises.mos (+4340 -4340)
vitalij 2014-08-19 11:24 Rev.: 21907

added some simplify rules

35 lines of code changed in 1 file:

  • testsuite/flattening/libraries/3rdParty/Exercises: instExercises.mos (+35 -35)
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)

562 lines of code changed in 2 files:

  • testsuite/flattening/libraries/3rdParty/Exercises: checkExercises.mos (+41 -41), instExercises.mos (+521 -521)
vitalij 2014-06-18 23:36 Rev.: 21187

- imporved rule x/c1 = c2*x

4 lines of code changed in 1 file:

  • testsuite/flattening/libraries/3rdParty/Exercises: instExercises.mos (+4 -4)
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

1132 lines of code changed in 1 file:

  • testsuite/flattening/libraries/3rdParty/Exercises: instExercises.mos (+1132 -1132)
perost 2014-05-28 13:53 Rev.: 20867

Fix for #2705:
- Propagate inline annotations in derived component functions.

6 lines of code changed in 1 file:

  • testsuite/flattening/libraries/3rdParty/Exercises: instExercises.mos (+6 -6)
perost 2014-05-26 15:38 Rev.: 20832

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

440 lines of code changed in 1 file:

  • testsuite/flattening/libraries/3rdParty/Exercises: instExercises.mos (+440 -380)
sjoelund.se 2014-05-18 20:40 Rev.: 20675

Various bugfixes and new features
- A new implementation for overloaded (binary) operators.
* Follows the specification more strictly and produces less fewer warnings for legal code
* matrix*matrix and matrix*vector uses reduction expressions to implement sum and array
* Checked that inlining of the generated functions works and produces simple expressions
* The code has been split into its own file since it is 2200 LOC and very few things in there actually depend on Static.mo (most of the remaining ones should be refactored)
- Implemented inlining of functions that assign to record members instead of call the record constructor in a single statement
- When evaluating function inputs to determine output array dimensions, keep the evaluated results
- Adding new preOptModule evaluateReplaceProtectedFinalEvaluateParameters which replaces evaluateReplaceFinalEvaluateParameters as a default module
* Causes problems for NPendulum.mos and PrismaticConstraint. They have different preOptModules set in the tests
- Added simulation flag `-abortSlowSimulation` used for the library tests in the testsuite
- EngineV6 now causes chattering behaviour. It was set to a Compilation test.
* The test will not spin thanks to the `-abortSlowSimulation` flag
- Improve elaboration, simplification, evaluation, and code generation for reductions
* Each operator now has unique indexes to avoid conflicts when replacing iterator crefs
* We can now simplify user-defined operators
* Added a new kind of mode for reductions: DAE.THREAD(), as opposed to the standard DAE.COMBINE()
- When we have multiple iterators, the default DAE.COMBINE() is used and iterates over all combinations of the expressions in the iterators. DAE.THREAD() instead assumes the arrays have equal length and folds over the reduction expression with the n-th expression in each iterator at a time. Used by operator overloading to implement element-wise and `sum` operations.
* This changes the DAE slightly
- Implemented DAE.FuncArg as a uniontype instead of tuple (DAE change)
- Some better simplification for ASUB (ranges and reductions)
- And some more things. Hopefully the major changes are all listed.

49 lines of code changed in 1 file:

  • testsuite/flattening/libraries/3rdParty/Exercises: instExercises.mos (+49 -49)
vitalij 2014-05-14 18:28 Rev.: 20606

- added rule
a - (-b)*c = a + b*c

12 lines of code changed in 1 file:

  • testsuite/flattening/libraries/3rdParty/Exercises: instExercises.mos (+12 -12)
vitalij 2014-05-14 17:28 Rev.: 20604

- added rule
- x*x = x^2

motivation: simplification for derivations as for expression evaluation

302 lines of code changed in 1 file:

  • testsuite/flattening/libraries/3rdParty/Exercises: instExercises.mos (+302 -302)
adrpo 2014-03-25 22:04 Rev.: 19757

- update tests

12 lines of code changed in 1 file:

  • testsuite/flattening/libraries/3rdParty/Exercises: instExercises.mos (+12 -12)
vitalij 2014-03-25 17:46 Rev.: 19749

- added rules for signum
- added rule for e/exp(e1) => e * exp(-e1)

367 lines of code changed in 1 file:

  • testsuite/flattening/libraries/3rdParty/Exercises: instExercises.mos (+367 -367)
perost 2014-02-18 14:24 Rev.: 19160

Fix for #2587:
- Added simplification rules -{e1, e2, ...} => {-e1, -e2, ...} and -[e1, e2, ...] => [-e1, e2, ...].
- Improved Static.elabMatrixCatTwoExp so it handles more cases.

323 lines of code changed in 1 file:

  • testsuite/flattening/libraries/3rdParty/Exercises: instExercises.mos (+323 -323)
vitalij 2014-02-14 00:04 Rev.: 19111

- simplify rule x/r = x *(1/r) with test of numerical issues
can someone have a look of
./simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos

81 lines of code changed in 1 file:

  • testsuite/flattening/libraries/3rdParty/Exercises: instExercises.mos (+81 -81)
lochel 2014-02-13 17:17 Rev.: 19097

- move warnings for parameters from front end to back end
- get rid of false warnings

67 lines of code changed in 2 files:

  • testsuite/flattening/libraries/3rdParty/Exercises: checkExercises.mos (-49), instExercises.mos (+67 -116)
adrpo 2014-02-07 09:57 Rev.: 19014

Fix #2566 in the FrontEnd
- report parameter T p(start = value, fixed = true) and use the start value.

472 lines of code changed in 2 files:

  • testsuite/flattening/libraries/3rdParty/Exercises: checkExercises.mos (+49), instExercises.mos (+423 -374)
perost 2014-02-06 14:49 Rev.: 18996

- Changed DAEDump to always print out modifications after the variable name
instead of after the type name.

386 lines of code changed in 1 file:

  • testsuite/flattening/libraries/3rdParty/Exercises: instExercises.mos (+386 -386)
perost 2014-02-05 18:24 Rev.: 18987

Fix for #2062:
- Better handling of cardinality.

6 lines of code changed in 2 files:

  • testsuite/flattening/libraries/3rdParty/Exercises: checkExercises.mos (+6 -6), instExercises.mos (-541)
perost 2013-12-16 18:12 Rev.: 18496

Fix for #2503:
- Propagate visibility prefix to components of structured components.

5167 lines of code changed in 1 file:

  • testsuite/flattening/libraries/3rdParty/Exercises: instExercises.mos (+5167 -5167)
adrpo 2013-10-24 15:41 Rev.: 17871

- expected results after revert of r17842

86 lines of code changed in 1 file:

  • testsuite/flattening/libraries/3rdParty/Exercises: instExercises.mos (+86 -86)
mahge930 2013-10-23 13:33 Rev.: 17842

Recommit r17828. Updated expected outputs.

86 lines of code changed in 1 file:

  • testsuite/flattening/libraries/3rdParty/Exercises: instExercises.mos (+86 -86)
adrpo 2013-10-08 23:25 Rev.: 17614

- some support for ExternalMedia (some more work is needed for full support)
- add function calls and external function inputs to dependency analysis in element sorting
- use Inst.updateCompeltsMods just in Inst.instElementList2

619 lines of code changed in 1 file:

  • testsuite/flattening/libraries/3rdParty/Exercises: instExercises.mos (+619 -619)
adrpo 2013-09-26 04:25 Rev.: 17388

- fix bug #2363
- keep smooth(0, ...) in Static.mo
- handle smooth(0, ...) in Ceval.mo (smooth(0, constant) -> constant)
- handle smooth in Codegen.tpl
- update expected output for tests
- NOTE: Modelica.Electrical.Analog.Examples.SimpleTriacCircuit gives small numeric differences, use the OpenModelica result file

6 lines of code changed in 1 file:

  • testsuite/flattening/libraries/3rdParty/Exercises: instExercises.mos (+6 -6)
adrpo 2013-09-22 12:07 Rev.: 17326

Fix for bug: #2346
- sort also the variable components for instantiation based on their bindings
- sort the DAE in the order it is defined in the Modelica file

653 lines of code changed in 1 file:

  • testsuite/flattening/libraries/3rdParty/Exercises: instExercises.mos (+653 -653)
sjoelund.se 2013-08-01 18:09 Rev.: 16716

Bump MSL version to RC1 (+1 commit so it parses)

70 lines of code changed in 1 file:

  • testsuite/flattening/libraries/3rdParty/Exercises: instExercises.mos (+70 -70)
sjoelund.se 2013-07-24 11:22 Rev.: 16662

Bump MSL to latest

1662 lines of code changed in 1 file:

  • testsuite/flattening/libraries/3rdParty/Exercises: instExercises.mos (+1662 -1352)
sjoelund.se 2013-06-27 19:27 Rev.: 16505

Bump MSL to 3.2.1 beta3

16 lines of code changed in 1 file:

  • testsuite/flattening/libraries/3rdParty/Exercises: instExercises.mos (+16 -16)
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

49 lines of code changed in 1 file:

  • testsuite/flattening/libraries/3rdParty/Exercises: instExercises.mos (+49 -49)

(35 more)

Generated by StatSVN 0.7.0