December 2012 Commit Log

Number of Commits:
420
Number of Active Developers:
17
jfrenkel 2012-12-31 17:44 Rev.: 14607

- keep differentiated equations as they are and replace state order der(x)=v, replace der(x) with v, only for state selection equations

92 lines of code changed in 7 files:

jfrenkel 2012-12-31 14:22 Rev.: 14606

- do not replace crefs from initial equations

50 lines of code changed in 3 files:

mahge930 2012-12-31 13:58 Rev.: 14604

+ Removed the OpenCL headers and lib. Moved them to OMDev.

3 lines of code changed in 1 file:

cschubert 2012-12-31 12:56 Rev.: 14603

removed Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic from test, as it goes to an infinite loop because initial system is broken

0 lines of code changed in 1 file:

jfrenkel 2012-12-31 11:43 Rev.: 14602

- expexted outputs

25 lines of code changed in 23 files:

sjoelund.se 2012-12-31 09:57 Rev.: 14601

- Reverting r14595 (r10048 is more important; Windows XP does not report exit status if /B is used)

1 lines of code changed in 1 file:

sjoelund.se 2012-12-31 09:35 Rev.: 14600

- Fix to build using the apple built-in OpenCL headers

4 lines of code changed in 1 file:

jfrenkel 2012-12-31 04:13 Rev.: 14599

- do not replace unfixed parameter

22 lines of code changed in 2 files:

jfrenkel 2012-12-31 03:00 Rev.: 14598

- fix for last commit

2 lines of code changed in 1 file:

jfrenkel 2012-12-31 02:57 Rev.: 14597

- add missing lapack lib for msvc Target
- CodeGenC.expTypeFromExpFlag(flag=2): use modelica_string_t instead of modelica_string makes msvc happy

11 lines of code changed in 3 files:

jfrenkel 2012-12-31 02:55 Rev.: 14596

- initialization: bugfix inline inaktive whenstatment
- SimCode: hack for if-equation to if-exp when variable to solve for is not present in all branches

47 lines of code changed in 2 files:

cschubert 2012-12-31 01:28 Rev.: 14595

Compile.bat: exit /b exits only from batch file and does not close the cmd.exe when run on its own

1 lines of code changed in 1 file:

cschubert 2012-12-31 01:01 Rev.: 14594

msl32: added +d=delayBreakLoop Flag, so that DigitalExamples pass the Backend. Now they fail code generation. What is the status of the delay implementation?

5 lines of code changed in 5 files:

cschubert 2012-12-31 00:52 Rev.: 14593

expected output

4 lines of code changed in 1 file:

cschubert 2012-12-31 00:47 Rev.: 14592

PlanarMechanics - Test_IdealWheel: had to fix initial condition, since omc selected another one than dymola (both equally valid, since both were states with explicit start value.

7 lines of code changed in 1 file:

cschubert 2012-12-31 00:21 Rev.: 14591

updated initializationTests

13 lines of code changed in 4 files:

cschubert 2012-12-31 00:16 Rev.: 14590

msl32: updated wrong referenceFile, initialstate was not active during initialization?

15 lines of code changed in 2 files:

jfrenkel 2012-12-31 00:12 Rev.: 14589

- ignore inputs

1 lines of code changed in 1 file:

jfrenkel 2012-12-30 23:54 Rev.: 14588

- Initialization: bugfix for inline when statements, report warning without flag for overdetermined systems

25 lines of code changed in 1 file:

cschubert 2012-12-30 23:37 Rev.: 14587

added test where you have to solve for rhs of if

34 lines of code changed in 2 files:

jfrenkel 2012-12-30 23:27 Rev.: 14586

- bugfix solve y = x^2 -> (if pre(a)==0 then 1 else sign(pre(a)))*(f(...)^(1/b))
- report warning if reference file time not equal simulation time

15 lines of code changed in 3 files:

cschubert 2012-12-30 23:04 Rev.: 14585

test-suite: corrected discrete10 test

8 lines of code changed in 1 file:

jfrenkel 2012-12-30 21:26 Rev.: 14584

- fix for last commit

1 lines of code changed in 1 file:

jfrenkel 2012-12-30 20:23 Rev.: 14583

- switch of debug outputs

4 lines of code changed in 1 file:

jfrenkel 2012-12-30 20:20 Rev.: 14582

- fix for last commit, move fixed pre to known variables to avoid equal equations var = pre(var), do not replace variables with pre

44 lines of code changed in 2 files:

jfrenkel 2012-12-30 19:39 Rev.: 14581

- List.mo: intersectionIntN, setDifferenceIntN and unionIntN: use less memory, tail recursive, check inN
- incidenceMatrix(SOLVABLE): consider only variables in if expessions uccure in then and else branche
- Initialization: do not fix an underconstraint system to an overconstraint system

76 lines of code changed in 3 files:

jfrenkel 2012-12-30 18:43 Rev.: 14580

- initialisation: generate for each variable of inaktive when statement branch an equation var = pre(var)

83 lines of code changed in 1 file:

alash325 2012-12-30 18:21 Rev.: 14579

- New API for DrModelica

162 lines of code changed in 2 files:

alash325 2012-12-30 18:16 Rev.: 14578

- Re-evaluating and update DrModelica simulation results

15753 lines of code changed in 112 files:

jfrenkel 2012-12-30 14:56 Rev.: 14577

- check whens and do not replace variabes set in when (equation and algorithm)

204 lines of code changed in 17 files:

jfrenkel 2012-12-30 02:40 Rev.: 14576

- change handling of inaktive when equations for variables with unused pre(var)

164 lines of code changed in 1 file:

jfrenkel 2012-12-30 00:34 Rev.: 14575

- replace initial() with true and sample(..) with false in initial system

29 lines of code changed in 1 file:

cschubert 2012-12-30 00:32 Rev.: 14574

new test for symbolic initialization

44 lines of code changed in 2 files:

jfrenkel 2012-12-30 00:07 Rev.: 14573

- consider type of cref when generate equation from aktive when equation
- do not add variables with constant bindexpression to initial system

59 lines of code changed in 2 files:

jfrenkel 2012-12-29 22:59 Rev.: 14572

- bugfix for last commit

1 lines of code changed in 1 file:

jfrenkel 2012-12-29 22:38 Rev.: 14571

- bugfix emtpy Replacements, check also derConst replacements
- add for time independent states candidates derConst replacement

46 lines of code changed in 2 files:

jfrenkel 2012-12-29 21:50 Rev.: 14570

- do not add toplevel inputs to the initial system

7 lines of code changed in 1 file:

jfrenkel 2012-12-29 15:42 Rev.: 14569

- switch to symbolic initialization
- Bugfix dynamic state selection code generation, allocate enough memory

11 lines of code changed in 5 files:

cschubert 2012-12-29 13:38 Rev.: 14568

testsuite: corrected expected output

8 lines of code changed in 7 files:

cschubert 2012-12-29 12:13 Rev.: 14567

msl32: fixed typo

1 lines of code changed in 1 file:

cschubert 2012-12-29 12:10 Rev.: 14566

msl32: updated wrong reference file

7 lines of code changed in 2 files:

cschubert 2012-12-29 11:52 Rev.: 14565

testsuite: updated expected output

593 lines of code changed in 28 files:

cschubert 2012-12-29 10:57 Rev.: 14564

msl32: fixed expected output for failing tests, next I will look at those where "Get Data of var" failed

133 lines of code changed in 24 files:

adrpo 2012-12-29 09:48 Rev.: 14563

- remove one more infinite (or taking long time) test.

1 lines of code changed in 1 file:

adrpo 2012-12-29 08:18 Rev.: 14562

- move infinite tests to FAILINGTESTS
as they break the Hudson Windows build and Hudson Windows Nightly-Build.
we should fix the parallel perl running on windows and run these with a timeout.

4 lines of code changed in 1 file:

jfrenkel 2012-12-29 04:17 Rev.: 14561

- bugfix for dynamic state selection

112 lines of code changed in 2 files:

jfrenkel 2012-12-29 02:45 Rev.: 14560

- add for each used pre(var) of an alias var an variable for code generation
- bugfix for jacobian for dynamic state selection

37 lines of code changed in 2 files:

jfrenkel 2012-12-29 02:00 Rev.: 14559

- use List.isNotEmpty for BackendVariable.existsVar
- do not replace state set candidates
- replace algorithm for selection of variables to set fixed=true in case of under determined initialsyst

378 lines of code changed in 3 files:

cschubert 2012-12-29 01:56 Rev.: 14558

msl32: run all tests, so that we can also see if a non-working tests changed

433 lines of code changed in 1 file:

cschubert 2012-12-29 01:48 Rev.: 14557

updated test results

1455 lines of code changed in 88 files:

cschubert 2012-12-29 01:46 Rev.: 14556

msl32: added missing inner component in Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mos

21 lines of code changed in 1 file:

jfrenkel 2012-12-28 18:54 Rev.: 14555

- fix for last commit

19 lines of code changed in 1 file:

jfrenkel 2012-12-28 17:21 Rev.: 14554

- do not evalute the discrete system before symbolic initialization is done

20 lines of code changed in 1 file:

jfrenkel 2012-12-28 16:54 Rev.: 14553

- bugfix initialization

2 lines of code changed in 1 file:

jfrenkel 2012-12-28 16:05 Rev.: 14552

- Initialization: collect discrete States, check when inline when if pre(var) is used in the time equations and var and pre(var) are used in the initial equations, if not set var fixed and report warning

418 lines of code changed in 3 files:

sjoelund.se 2012-12-28 01:10 Rev.: 14551

#2000
- Make linspace simplify better

167 lines of code changed in 13 files:

jfrenkel 2012-12-27 17:06 Rev.: 14550

- remove again inline solver vars from code generation because it generates duplicated names for Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainUniversalJoint +dynamicPivot (this is the new index reduction and will be aktivated as default soon)

3122 lines of code changed in 2 files:

jfrenkel 2012-12-27 14:30 Rev.: 14549

- BackendDump: use capital letters for constants
- RemoveSimpleEquations: do not replace discrete variables and do not merge fixed and start for discrete variables, fixes issues with symbolic initialization, (Modelica.Blocks.Exmaples.Interaktion1)
- Initialization: bugfix for inaktive when transformation to equations if only one assignment

43 lines of code changed in 3 files:

jfrenkel 2012-12-27 12:13 Rev.: 14548

- use symbolic initialization for IntegerNetwork1

2 lines of code changed in 2 files:

adeas31 2012-12-27 03:16 Rev.: 14547

- Allocate and free the proper fmi version structures.
- some test cases.

412 lines of code changed in 14 files:

cschubert 2012-12-26 13:41 Rev.: 14546

msl32: solveinitialsystem helps Modelica.Fluid.Examples.IncompressibleFluidNetwork

115 lines of code changed in 1 file:

jfrenkel 2012-12-26 01:21 Rev.: 14545

- do not call optimizeInitialSystem if +d=solveinitialsystem is used

4 lines of code changed in 1 file:

AnandKGaneson 2012-12-26 00:58 Rev.: 14544

- added PySimulator0.5 source code.

10184 lines of code changed in 102 files:

AnandKGaneson 2012-12-26 00:51 Rev.: 14541

PySimulator0.5, installed with the OpenModelica plugin

0 lines of code changed in 102 files:

adrpo 2012-12-26 00:40 Rev.: 14540

- duh! RCONST instead of ICONST. holiday brain damage :)

1 lines of code changed in 1 file:

adrpo 2012-12-26 00:34 Rev.: 14539

- fix bug #1993
handle negative start times.

14 lines of code changed in 1 file:

cschubert 2012-12-25 23:44 Rev.: 14538

msl32: added new tests

959 lines of code changed in 16 files:

jfrenkel 2012-12-24 16:10 Rev.: 14537

- update result file

0 lines of code changed in 1 file:

lochel 2012-12-24 15:19 Rev.: 14536

- generate variables for inline solver again (was removed in r14511)

3304 lines of code changed in 3 files:

jfrenkel 2012-12-24 14:10 Rev.: 14535

- fix test

17 lines of code changed in 6 files:

jfrenkel 2012-12-24 12:34 Rev.: 14534

- try to solve single assigment statements

65 lines of code changed in 1 file:

jfrenkel 2012-12-24 03:01 Rev.: 14533

- ignore state set variables for initial variables
- add state set statecandidates to initial variables
- convert single inaktive when algorithm sections to equations

181 lines of code changed in 2 files:

jfrenkel 2012-12-24 00:02 Rev.: 14532

- partitionIndependentBlocks: dump no error message if throwNoError is true

10 lines of code changed in 1 file:

adrpo 2012-12-23 20:51 Rev.: 14531

- remove one extra run of buildModel done for no apparent reason (probably just a copy paste error).
- add flags:
setMatchingAlgorithm("PFPlusExt"); setIndexReductionMethod("dynamicStateSelection");

2 lines of code changed in 1 file:

jfrenkel 2012-12-23 12:00 Rev.: 14530

- fix bootstrapping

1 lines of code changed in 1 file:

jfrenkel 2012-12-23 11:51 Rev.: 14529

- splitt the initial system in independend subsystems to see easier what the problem is

53 lines of code changed in 3 files:

jfrenkel 2012-12-23 11:04 Rev.: 14528

- bugfix SimCodeUtil, do not ignore the previus generated tempvariables in createInlineSolverEqns and createInitialResiduals
- add case for enumerations in addTempVars
- add needed prevars from alias vars to simcode

128 lines of code changed in 2 files:

adrpo 2012-12-23 08:28 Rev.: 14527

- two more tests are working.

10 lines of code changed in 3 files:

adrpo 2012-12-23 08:13 Rev.: 14526

- more test fixing and moving tests to non working
i mostly broke tests with final components override message. i'll fix them later.

64 lines of code changed in 11 files:

adrpo 2012-12-23 08:12 Rev.: 14525

- expected output.

849 lines of code changed in 30 files:

adrpo 2012-12-23 06:30 Rev.: 14524

- do not print = twice in modifiers.

4 lines of code changed in 1 file:

adrpo 2012-12-23 04:49 Rev.: 14523

- playing with modifiers to fix: Modelica.Electrical.Digital.Examples.DFFREGL and others.
- do not apply redeclares in operators
- make the error about modification or redeclaration of protected elements a warning
plenty of models in MSL that have these!
- display the dimensionality in the connect mismatch.
- some models will fail, I'll deal with them next.

388 lines of code changed in 8 files:

jfrenkel 2012-12-22 18:46 Rev.: 14522

- fix for last commit

61 lines of code changed in 1 file:

jfrenkel 2012-12-22 17:46 Rev.: 14521

- do pre replacements also in event info
- check also alias vars for discrete pre variables for the system

145 lines of code changed in 3 files:

nutaro 2012-12-22 16:34 Rev.: 14520

Simplified event handling in the adevs backend

5 lines of code changed in 1 file:

jfrenkel 2012-12-22 16:13 Rev.: 14519

- help the symbolic initialization by calling simplifyTimeIndepFuncCalls after the initial system is generated

0 lines of code changed in 1 file:

jfrenkel 2012-12-22 15:19 Rev.: 14518

- Derive: add case for MUL_SCALAR_PRODUCT
- check Flag for actuall index reduction version

97 lines of code changed in 2 files:

jfrenkel 2012-12-22 14:32 Rev.: 14517

- Dynamic State Selection, add missing equations to the system if number of equations is equal to number of variables

3 lines of code changed in 1 file:

jfrenkel 2012-12-22 03:45 Rev.: 14516

- and switch back to old one

1 lines of code changed in 1 file:

jfrenkel 2012-12-22 03:44 Rev.: 14515

- try new state selection

3 lines of code changed in 1 file:

jfrenkel 2012-12-22 03:39 Rev.: 14514

- bugfix dynamic state selection, start value for A Matrix

9 lines of code changed in 1 file:

jfrenkel 2012-12-22 03:12 Rev.: 14513

- fix tests
- bugfix dynamic state selection, planar pendulum works now

3144 lines of code changed in 29 files:

jfrenkel 2012-12-21 23:47 Rev.: 14512

- add missing forward declaration for generated code

8 lines of code changed in 1 file:

jfrenkel 2012-12-21 23:41 Rev.: 14511

- do not use the same names for inline vars, fix previous commit from bielefeld people

3463 lines of code changed in 7 files:

adrpo 2012-12-21 21:28 Rev.: 14510

- fix UTF-8 encodings.

11 lines of code changed in 2 files:

jfrenkel 2012-12-21 20:36 Rev.: 14509

add missing files

270 lines of code changed in 2 files:

jfrenkel 2012-12-21 19:25 Rev.: 14508

- continue dynamic state selection

222 lines of code changed in 23 files:

arun3688 2012-12-21 17:19 Rev.: 14507

OMCCp --- some warnings messages fixed arun3688

69 lines of code changed in 6 files:

adrpo 2012-12-21 16:37 Rev.: 14506

- fix bootstrapping
- dt is given as input so is not needed inside the function.
also, you cannot assign to inputs!

2 lines of code changed in 1 file:

vitalij 2012-12-21 15:56 Rev.: 14505

- collect inlineVars for code generation
- symbolic to numeric coefficients for Lobatto IIIA
- Lobatto IIIA equations must be better now

80 lines of code changed in 1 file:

adrpo 2012-12-21 15:10 Rev.: 14504

- remove space after \

1 lines of code changed in 1 file:

alash325 2012-12-21 14:18 Rev.: 14503

-fix syntax error in bibliography/openmodelica.bib

1 lines of code changed in 1 file:

lochel 2012-12-21 14:02 Rev.: 14502

- again some inline solver stuff
- propagate variables to code generation

3374 lines of code changed in 13 files:

jfrenkel 2012-12-21 12:57 Rev.: 14501

- fix some bugs in sparse jacobian calculation to support NxM

318 lines of code changed in 6 files:

adrpo 2012-12-21 12:21 Rev.: 14500

- do not split out the modifiers from redeclares in case of functions and records.

5 lines of code changed in 1 file:

adrpo 2012-12-21 11:46 Rev.: 14499

- remove the 2 tests that fail on CLANG
- update test to expected result.

10 lines of code changed in 3 files:

lochel 2012-12-21 11:46 Rev.: 14498

- keep original states in the inline-solver-system

8 lines of code changed in 5 files:

lochel 2012-12-21 11:30 Rev.: 14497

- small changes for indentations and comments

176 lines of code changed in 1 file:

adrpo 2012-12-21 10:56 Rev.: 14496

- remove non-working tests.

4 lines of code changed in 1 file:

cschubert 2012-12-21 10:33 Rev.: 14495

msl32: enable Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator

7 lines of code changed in 3 files:

alash325 2012-12-21 08:25 Rev.: 14494

-Update Bibliography

372 lines of code changed in 3 files:

jfrenkel 2012-12-21 00:16 Rev.: 14493

- continue dynamic state selection, try to get symbolic jacobian

328 lines of code changed in 16 files:

wbraun 2012-12-20 22:47 Rev.: 14492

#1992
- fixed alias treatmeant outputFormat plt

40 lines of code changed in 1 file:

cschubert 2012-12-20 21:15 Rev.: 14491

msl32: forgot to uncomment line in script

2 lines of code changed in 1 file:

vitalij 2012-12-20 18:00 Rev.: 14490

- variable moved for simplification

48 lines of code changed in 1 file:

lochel 2012-12-20 17:55 Rev.: 14489

- upps

0 lines of code changed in 1 file:

lochel 2012-12-20 17:52 Rev.: 14488

- further steps for the implementation of the inline solver

3768 lines of code changed in 12 files:

adrpo 2012-12-20 15:48 Rev.: 14487

- more fixes for bug #1956 for +scodeInstShortcut (should fix some of the AVM models)

2 lines of code changed in 2 files:

sjoelund.se 2012-12-20 14:44 Rev.: 14486

- Fix AVM?

8 lines of code changed in 1 file:

lochel 2012-12-20 14:37 Rev.: 14485

- fix some simflags

14 lines of code changed in 7 files:

adrpo 2012-12-20 14:27 Rev.: 14484

- fixes for bug #1956 for +scodeInstShortcut.
add test: testsuite/flattening/modelica/scodeinst/ParameterBug.mos
- build omc-diff before omc.

252 lines of code changed in 6 files:

sjoelund.se 2012-12-20 13:27 Rev.: 14483

- Fix because Windows is stupid

8 lines of code changed in 1 file:

adrpo 2012-12-20 13:23 Rev.: 14482

- RML/MetaModelica is too clever while being stupid
(the result of the type inference is verified only at the end against the declared variable).

3 lines of code changed in 1 file:

cschubert 2012-12-20 13:23 Rev.: 14481

msl32: windows batch script for simulating models in parallel

103 lines of code changed in 4 files:

lochel 2012-12-20 12:42 Rev.: 14480

- edit some comments

254 lines of code changed in 6 files:

vitalij 2012-12-20 12:15 Rev.: 14479

- Add symbolic equation for Lobatto IIIA

411 lines of code changed in 3 files:

sjoelund.se 2012-12-20 10:01 Rev.: 14478

- Avoid printing error-message

1 lines of code changed in 1 file:

cschubert 2012-12-20 09:32 Rev.: 14477

had to update simulate scripts, because +running-testsuite expects a filename now

4 lines of code changed in 2 files:

hubert.thieriot 2012-12-20 04:19 Rev.: 14476

- transfer filesToCopy as argument : instatiating function less called
- MOStyleSheet should contain main stylesheet strings

437 lines of code changed in 44 files:

hubert.thieriot 2012-12-20 04:19 Rev.: 14475

- MOStyleSheet should contain main stylesheet strings
- small modifications (attribute _items instead of items)

212 lines of code changed in 21 files:

jfrenkel 2012-12-20 02:58 Rev.: 14474

- continue dynamic state selection dynamic pivot

208 lines of code changed in 3 files:

jfrenkel 2012-12-19 22:01 Rev.: 14473

- rewrote BackendDAEUtil.markStateEquations, less programm code to maintain
- continue dynamic state selection dynamic pivot

554 lines of code changed in 4 files:

wbraun 2012-12-19 18:21 Rev.: 14472

- fix coding style

6 lines of code changed in 1 file:

wbraun 2012-12-19 17:49 Rev.: 14471

- fix last commit

9 lines of code changed in 3 files:

wbraun 2012-12-19 17:44 Rev.: 14470

- added initial steps to support BackendDAE.IF_EQUATION
- added missing case in most BackendDAE* files
- added a new SimCode equation type SES_IFEQUATION
- added cases to suppport this equation in SimCodeUtil
- added one first test case for them

- some more of the AVM models should now able to simulate

3437 lines of code changed in 16 files:

sjoelund.se 2012-12-19 17:24 Rev.: 14469

- Remove a couple of teardown commands

0 lines of code changed in 547 files:

lochel 2012-12-19 16:05 Rev.: 14468

- testsuite/simulation/modelica/nonlinear_system/nanTest*
- continue renaming
- Compiler/BackEnd/BackendVariable.mo
- remove unused function: getFixed
- typos
- Compiler/Template/CodegenC.tpl
- minor changes to increase readability

226 lines of code changed in 11 files:

sjoelund.se 2012-12-19 14:18 Rev.: 14467

- Bump MSL version. 4 new failing models to fix before the holidays.

1200 lines of code changed in 7 files:

sjoelund.se 2012-12-19 14:13 Rev.: 14466

teardown_command is not needed for these tests and now conflicts since it doesn't use rm -f

0 lines of code changed in 4 files:

sjoelund.se 2012-12-19 14:03 Rev.: 14465

- Update rtest to not complain about filehandles

10 lines of code changed in 1 file:

sjoelund.se 2012-12-19 13:15 Rev.: 14464

- Also remove .o-files

3 lines of code changed in 2 files:

sjoelund.se 2012-12-19 13:07 Rev.: 14463

- Update rtest so that it automatically removes all files generated by Tpl.textFile() and CevalScript.compileModel()
- This makes teardown_command not needed for most tests

32 lines of code changed in 8 files:

jfrenkel 2012-12-19 13:01 Rev.: 14462

- fix test

1 lines of code changed in 1 file:

jfrenkel 2012-12-19 12:22 Rev.: 14461

- force evaluation of fixed attribute

308 lines of code changed in 6 files:

jfrenkel 2012-12-19 10:14 Rev.: 14460

- bugfix remove simple equations, take care on statesets

2 lines of code changed in 2 files:

jfrenkel 2012-12-19 00:55 Rev.: 14459

- add StateSets to BackendDAE.EqSystem continue

620 lines of code changed in 18 files:

wbraun 2012-12-18 19:57 Rev.: 14458

- split up SimCodeUtil.mo in SimCodeMain.mo and SimCodeUtil.mo
- SimCodeMain.mo is the entry module to create SimCode and
is the only file that import Codegen* modules, since it
took forever to load them.
- SimCodeUtil.mo contains only public function that are
called in SimCodeMain.mo.
- started to sort functions in SimCodeUtil that belongs together.

2586 lines of code changed in 10 files:

lochel 2012-12-18 19:29 Rev.: 14457

- some asterisks

4 lines of code changed in 4 files:

lochel 2012-12-18 19:23 Rev.: 14456

- split tests for symbolic jacobian with tearing

272 lines of code changed in 17 files:

lochel 2012-12-18 19:15 Rev.: 14455

- split tests for symbolic jacobian

292 lines of code changed in 11 files:

lochel 2012-12-18 19:02 Rev.: 14454

- split tests and check always for expected output not for our generated failures

598 lines of code changed in 19 files:

lochel 2012-12-18 18:23 Rev.: 14453

- update/fix some tests

238 lines of code changed in 17 files:

jfrenkel 2012-12-18 17:57 Rev.: 14452

- test also wrong result tests for msl32

3 lines of code changed in 1 file:

jfrenkel 2012-12-18 17:50 Rev.: 14451

- fix test

1 lines of code changed in 1 file:

lochel 2012-12-18 17:18 Rev.: 14450

- indentation

14 lines of code changed in 1 file:

lochel 2012-12-18 17:15 Rev.: 14449

- Compiler/BackEnd/Initialization.mo
- minor speedup
- Compiler/BackEnd/BackendDump.mo
- make some dump-calls more clean

417 lines of code changed in 8 files:

jfrenkel 2012-12-18 15:29 Rev.: 14448

- add StateSets to BackendDAE.EqSystem

463 lines of code changed in 21 files:

mahge930 2012-12-18 15:26 Rev.: 14447

+ New FrontEnd
+ Typing of calls.
+ Vectorization of calls.

837 lines of code changed in 7 files:

cschubert 2012-12-18 15:17 Rev.: 14446

fix Makefile

258 lines of code changed in 1 file:

jfrenkel 2012-12-18 15:01 Rev.: 14445

try to fix makefile

1 lines of code changed in 1 file:

sjoelund.se 2012-12-18 14:48 Rev.: 14444

- Revamped +simCodeTarget=Dump. It now create $MODEL_dump.xml. Which, together with OPENMODELICAHOME/share/scripts/simcodedump.xsl produces a pretty html report. Will be improved further.

1000 lines of code changed in 8 files:

perost 2012-12-18 14:28 Rev.: 14443

- Turn on redeclare splitting when +d=scodeInst is given (but only for
components, class modifications aren't yet handled in scodeInst).
- Make sure we stop if an error occurs during modifier merging.
- Implemented List.findMap[1-3]*. Like map, but with the possibility of
stopping.
- Added test cases for duplicate modifications and redeclare modification
propagation.

2903 lines of code changed in 12 files:

wbraun 2012-12-18 13:27 Rev.: 14442

- added forgotten test

167 lines of code changed in 2 files:

cschubert 2012-12-18 11:41 Rev.: 14441

msl32: added all tests that work on my computer with latest nightly build. Also added tests which results are not equal to the testsuite, so we can see if we break or fix something, updated expected output automatically

3512 lines of code changed in 200 files:

jfrenkel 2012-12-18 11:06 Rev.: 14440

- rename delteCrefs -> removeCrefs
- continue StateSelection

398 lines of code changed in 5 files:

cschubert 2012-12-18 10:20 Rev.: 14439

msl32: added missing variables to compare against, deleted one test that doesn't exist anymore (Modelica.Electrical.EnergyStorages.Examples.Impedance.mos)

129 lines of code changed in 12 files:

adrpo 2012-12-18 10:17 Rev.: 14438

- removed missing test testNLSsolversSymJac.mos. Willi, please add it if you forgot it.

1 lines of code changed in 1 file:

sjoelund.se 2012-12-18 10:14 Rev.: 14437

- Enabling now working tests: BUF3S INV3S NRXFER NXFER

4 lines of code changed in 1 file:

adrpo 2012-12-18 09:21 Rev.: 14436

- second attempt to fix the testsuite. seems we got deleted via proxy :)
do not delete *testNLS.* as that will delete also the result file needed for Hudson.

1 lines of code changed in 1 file:

adrpo 2012-12-18 08:28 Rev.: 14435

- attempt to fix the testsuite.
do not delete *testNLS.* as that will delete also the result file needed for Hudson.

1 lines of code changed in 1 file:

wbraun 2012-12-18 04:55 Rev.: 14434

- added support of analytical jacobians for non-linear solver(hybrid-method).
- for now they can be activated by debug flag "+d=NLSanalyticJacobian".
- added some new tests for non-linear solvers-

4739 lines of code changed in 26 files:

nutaro 2012-12-18 00:11 Rev.: 14433

Added alias variables and removed equations to generated code

21 lines of code changed in 1 file:

jfrenkel 2012-12-17 18:49 Rev.: 14432

do not yet build pivot.c with cmake

3 lines of code changed in 1 file:

adrpo 2012-12-17 18:17 Rev.: 14431

- remove tabs, replace with 2 spaces.
tabs are rather bad as editors displays them differently.

158 lines of code changed in 2 files:

sjoelund.se 2012-12-17 18:01 Rev.: 14430

- Bump to force new nightly

1 lines of code changed in 1 file:

perost 2012-12-17 17:51 Rev.: 14429

- Add forward declaration of DATA in simulation runtime to get rid of compiler
warnings.

3 lines of code changed in 1 file:

perost 2012-12-17 17:27 Rev.: 14428

Partial fix for #1956
- Split redeclares into redeclare bit and modifier bit in SCodeUtil for easier
error checking.
- Fix modifier propagation in SCodeMod.

443 lines of code changed in 13 files:

cschubert 2012-12-17 16:41 Rev.: 14427

implemented a very simple (and presumably slow) complete pivoting procedure for rectangular matrices, to be used for the new dynamic state selection

274 lines of code changed in 4 files:

perost 2012-12-17 16:05 Rev.: 14426

- Add -lm when checking sundials support, so it works on e.g. ArchLinux.

1 lines of code changed in 1 file:

lochel 2012-12-17 16:05 Rev.: 14425

- move some tests

4479 lines of code changed in 247 files:

jfrenkel 2012-12-17 15:10 Rev.: 14424

- BackendEquation.traverseBackendDAEExpsEqnOutEqn: special case for it initial() then ... else ... end if; only else branch needs to be checked

12 lines of code changed in 1 file:

nutaro 2012-12-17 14:56 Rev.: 14423

Added support for event generating functions to the adevs backend

2166 lines of code changed in 2 files:

lochel 2012-12-17 14:26 Rev.: 14422

- typos

323 lines of code changed in 15 files:

lochel 2012-12-17 13:50 Rev.: 14421

- remove duplicated test for DrModelica
- change test to what should be tested

20 lines of code changed in 1 file:

vitalij 2012-12-17 12:20 Rev.: 14420

- begin with the code preparation for implicit methods

94 lines of code changed in 1 file:

cschubert 2012-12-17 12:16 Rev.: 14419

msl32: fix getVar failed

32 lines of code changed in 2 files:

lochel 2012-12-17 11:37 Rev.: 14418

- avoid needless copy-instructions for static nls data

2979 lines of code changed in 4 files:

lochel 2012-12-17 10:52 Rev.: 14417

- fix #1981
- why do we check for results, that are actually wrong? It is really annoying to figure out which tests really succeed.

450 lines of code changed in 15 files:

adrpo 2012-12-17 04:56 Rev.: 14416

- expected output due to added line numbers for missing inner messages.

125 lines of code changed in 33 files:

adrpo 2012-12-17 04:22 Rev.: 14415

- duh, handle all cases: inner, innerouter, outer, regular!

6 lines of code changed in 1 file:

adrpo 2012-12-17 03:18 Rev.: 14414

- more fixes for dependency for inner/outer classes.

29 lines of code changed in 5 files:

adrpo 2012-12-17 01:32 Rev.: 14413

- do not push these changes yet.

43 lines of code changed in 1 file:

adrpo 2012-12-17 01:10 Rev.: 14412

- attempt to fix bugs: #1987 #1988
- always consider inner/innerouter classes in *Dependency.mo
- add inner classes to the InnerOuter.InstanceHierarchy
lookup outer classes in the InnerOuter.InstanceHierarchy
- right now the support for inner/outer classes is rather primitive.
- added testsuite/simulation/modelica/others/Bug1987.mos to test for both bugs.

378 lines of code changed in 10 files:

jfrenkel 2012-12-17 00:01 Rev.: 14411

- bugfix set variable size for dynamic state selection

11 lines of code changed in 1 file:

jfrenkel 2012-12-16 02:28 Rev.: 14409

- switch back to old state selection

15 lines of code changed in 2 files:

jfrenkel 2012-12-16 01:11 Rev.: 14408

- expected output

2 lines of code changed in 2 files:

jfrenkel 2012-12-15 23:42 Rev.: 14407

- bugfix singular system error message, use nonscalar indices of equations

2 lines of code changed in 2 files:

jfrenkel 2012-12-15 22:49 Rev.: 14406

- do not check differentiated equations twice

4 lines of code changed in 1 file:

jfrenkel 2012-12-15 20:34 Rev.: 14405

- try new state selection approach

390 lines of code changed in 2 files:

sjoelund.se 2012-12-15 14:28 Rev.: 14404

- Expected output

230 lines of code changed in 2 files:

sjoelund.se 2012-12-15 12:42 Rev.: 14403

- Enabled Digital tests

26 lines of code changed in 9 files:

sjoelund.se 2012-12-15 11:43 Rev.: 14402

- Expected output

4 lines of code changed in 2 files:

adrpo 2012-12-15 10:58 Rev.: 14401

- fixes for Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator
bad errors: Error: Trying to override final variable in component and scope
Modelica.Electrical.Machines.Interfaces.InductionMachines.PowerBalanceSMEE
by using modifiers: final
- we might break a few tests as I changed the way we print modifiers
and also send pre instead of NOPRE in Inst.mo

31 lines of code changed in 3 files:

sjoelund.se 2012-12-15 10:26 Rev.: 14400

- Expected output for real...

153 lines of code changed in 1 file:

sjoelund.se 2012-12-15 10:24 Rev.: 14399

- Expected output

61 lines of code changed in 10 files:

sjoelund.se 2012-12-15 09:26 Rev.: 14398

- Fix line-endings

8770 lines of code changed in 122 files:

sjoelund.se 2012-12-15 09:14 Rev.: 14397

- Fix test

1 lines of code changed in 1 file:

sjoelund.se 2012-12-15 09:13 Rev.: 14396

- Coding style

1 lines of code changed in 1 file:

sjoelund.se 2012-12-15 08:46 Rev.: 14395

- Bump MSL version

310 lines of code changed in 16 files:

adrpo 2012-12-15 03:28 Rev.: 14394

- fix missing separator.

1 lines of code changed in 1 file:

jfrenkel 2012-12-14 23:38 Rev.: 14393

- small speedup for index reduction in case of undiffable mss, stopp differentiation and continue with next set

103 lines of code changed in 3 files:

jfrenkel 2012-12-14 20:56 Rev.: 14392

- expected output, Who added this test with wrong results?

8 lines of code changed in 1 file:

lochel 2012-12-14 18:46 Rev.: 14391

- some minor changes

57 lines of code changed in 5 files:

adrpo 2012-12-14 18:30 Rev.: 14390

- fix typos.

5 lines of code changed in 3 files:

lochel 2012-12-14 18:08 Rev.: 14389

- correct misspelling

10 lines of code changed in 1 file:

lochel 2012-12-14 17:57 Rev.: 14388

- add/modify some test for nonlinear solver - so kinsol is checked as well

348 lines of code changed in 13 files:

cschubert 2012-12-14 17:42 Rev.: 14387

updated msl32 python scripts

116 lines of code changed in 3 files:

lochel 2012-12-14 17:05 Rev.: 14386

- rename LOG_NONLIN_SYS to LOG_NLS
- rename LOG_NONLIN_SYS_V to LOG_NLS_V
- add brief description for both flags

137 lines of code changed in 6 files:

lochel 2012-12-14 16:59 Rev.: 14385

- one more fix for nonlinear systems

4 lines of code changed in 2 files:

lochel 2012-12-14 16:46 Rev.: 14384

- small fix for last commit

1 lines of code changed in 1 file:

lochel 2012-12-14 16:35 Rev.: 14383

- add new nonlinear solver: kinsol (runtime-flag: -nls=kinsol)

1021 lines of code changed in 22 files:

jfrenkel 2012-12-14 15:53 Rev.: 14382

- add enumeration to some places

20 lines of code changed in 1 file:

wbraun 2012-12-14 15:50 Rev.: 14381

- fixed BackendDAEUtil.isDiscreteExp for initial() condition

4 lines of code changed in 1 file:

jfrenkel 2012-12-14 15:35 Rev.: 14380

- small speed up for Pantelides Algorithm: deselect all states without derivatives, because there is no case known where not all needs to be algebraic

2 lines of code changed in 1 file:

jfrenkel 2012-12-14 14:18 Rev.: 14379

- add new case for not differentiable MSS, search for states without used Derivative in Global System

19 lines of code changed in 1 file:

lochel 2012-12-14 13:09 Rev.: 14378

- start implementing inline solver (for vruge alias vitalij)

383 lines of code changed in 9 files:

sjoelund.se 2012-12-14 12:55 Rev.: 14377

- Increase time limit

1 lines of code changed in 1 file:

adrpo 2012-12-14 12:23 Rev.: 14376

- fix tests

48 lines of code changed in 3 files:

jfrenkel 2012-12-14 11:30 Rev.: 14375

- move tests to working group

108 lines of code changed in 7 files:

jfrenkel 2012-12-14 11:02 Rev.: 14374

- move Modelica.Electrical.Spice3.Examples.Graetz to working tests

5 lines of code changed in 2 files:

sjoelund.se 2012-12-14 10:22 Rev.: 14373

- Remember to print the warning

2 lines of code changed in 1 file:

sjoelund.se 2012-12-14 10:20 Rev.: 14372

- Also handle tests that crash omc

7 lines of code changed in 1 file:

jfrenkel 2012-12-14 09:42 Rev.: 14371

- expected output

47 lines of code changed in 2 files:

jfrenkel 2012-12-14 01:41 Rev.: 14370

- have a look at undifferentiable mss at the end
- report warning about structural singulare set earlier
- do not sort equations and variables, it is useless

158 lines of code changed in 2 files:

jfrenkel 2012-12-13 23:45 Rev.: 14369

- improve error handling for matching algorithms, use one funktion to report error

176 lines of code changed in 3 files:

jfrenkel 2012-12-13 19:44 Rev.: 14368

- fix minor mistace in removeSimpleEquations, in case of unreplacable variables were not all possible vars are replaced
- add flag for equations to know if an equation was differentiat and should not differntiated again
- remove useless code

579 lines of code changed in 20 files:

adrpo 2012-12-13 19:10 Rev.: 14367

- properly delete everything in omc_release
- do *not* delete PantelitesSingulaer* as that will delete the failing log that we need for Hudson!

2 lines of code changed in 2 files:

adrpo 2012-12-13 18:00 Rev.: 14366

- expected output.

2 lines of code changed in 5 files:

adrpo 2012-12-13 17:20 Rev.: 14365

- more fixes for fixes for bugs: #1917, #1983 :) isn't that recursive?
- get rid of wrong error messages of type:
[package.mo:4549:7-4549:59:writable]
Error: Variable reference_X not found in scope Modelica.Media.Interfaces.PartialMedium.specificEnthalpy_pTX
- let's see how many tests we break/fix now :)

Inst.mo
- better analysis of dependencies between elements in Inst.getElementDependencies but
commented out for now as it moves things around and breaks a lot of flattening models.

Lookup.mo
- use the updated environment, not the one stored in Env.CLASS whenever possible.

130 lines of code changed in 2 files:

adeas31 2012-12-13 16:45 Rev.: 14364

- First version for FMI 2.0 support.
- Separate files for common, model exchange and co-simulation functions.

3293 lines of code changed in 8 files:

jfrenkel 2012-12-13 14:07 Rev.: 14363

- dump Uncertainty attribute of variable

19 lines of code changed in 1 file:

sjoelund.se 2012-12-13 13:51 Rev.: 14362

- I like typos

1 lines of code changed in 1 file:

sjoelund.se 2012-12-13 13:50 Rev.: 14361

- Prettier reports

1 lines of code changed in 1 file:

sjoelund.se 2012-12-13 13:47 Rev.: 14360

- Mark executable

1 lines of code changed in 1 file:

sjoelund.se 2012-12-13 13:30 Rev.: 14359

- Adding a diff script for BuildModelRecursive.mos

18 lines of code changed in 1 file:

jfrenkel 2012-12-13 12:30 Rev.: 14358

- add Singular System check before start to match the system to detect singular systems

318 lines of code changed in 8 files:

adrpo 2012-12-13 10:48 Rev.: 14357

- fix bootstrapping.
- add testsuite/flattening/modelica/modification/FixedFalse.mo for bug: #1983

35 lines of code changed in 3 files:

cschubert 2012-12-13 10:31 Rev.: 14356

msl32: included warnings issued by getErrorString() in expected output

13 lines of code changed in 3 files:

adrpo 2012-12-13 10:28 Rev.: 14355

- fix build

4 lines of code changed in 1 file:

adrpo 2012-12-13 10:16 Rev.: 14354

- get rid of bad warnings/error messages of form:
[Incompressible.mo:164:5-165:51:writable]
Warning: Invalid public variable hasHeatCapacity, function variables that are not input/output must be protected.

Inst.mo
- change ci_state when changing environment!

67 lines of code changed in 4 files:

cschubert 2012-12-13 09:40 Rev.: 14353

msl32: forgot one test

1 lines of code changed in 1 file:

cschubert 2012-12-13 09:34 Rev.: 14352

msl32 tests: add missing getErrorString();

138 lines of code changed in 47 files:

adrpo 2012-12-13 07:55 Rev.: 14351

- attempt to fix bugs: #1917, #1983
- quite some tests might fail, let's see how it goes.
- if is a parameter component with a record type that has all bindings
and the actual component has no binding build the binding from the type.
- check for fixed = false for parameter before showing the warning.
- Static.elabCallArgs2 do lookup class first as lookupType is much more complex!

114 lines of code changed in 4 files:

adrpo 2012-12-13 03:19 Rev.: 14350

- attempt to fix bootstrapping: do less inlining when MetaModelica flag is active.

26 lines of code changed in 1 file:

adeas31 2012-12-13 01:32 Rev.: 14349

- Fix FMI tests.

1 lines of code changed in 1 file:

jfrenkel 2012-12-13 00:12 Rev.: 14348

- fix copy past error from last commit

6 lines of code changed in 1 file:

jfrenkel 2012-12-12 22:59 Rev.: 14347

- try to support GenerateEvents Annotation
- merge funktionalty of inlinecall and force inlinecall
- fix for allAcausal

106 lines of code changed in 2 files:

lochel 2012-12-12 16:56 Rev.: 14346

- some minor changes for simulation dumps
- if unsupported -lv flag is used, a list of all supported -lv flags is shown

153 lines of code changed in 5 files:

jfrenkel 2012-12-12 16:25 Rev.: 14345

- remove old remove simple equations function
- rename BackendDAEUtil.reduceIndexDAE -> causalizeDAE
- remove unused code

17 lines of code changed in 3 files:

leonardo.laguna 2012-12-12 14:56 Rev.: 14343

- Minimal change to the uncertainties algorithm

3 lines of code changed in 1 file:

lochel 2012-12-12 13:49 Rev.: 14342

SimulationRuntime/c
- rename initialization flag -iim state to -iim numeric (hopefully I forget nothing: fmi, omEdit, ...)
- improve the finale initialization dump
- fix some issues with LOG_STDOUT (the dump stream should be selected much more carefully)
- some minor code simplifications

90 lines of code changed in 14 files:

jfrenkel 2012-12-12 13:38 Rev.: 14341

- check for equal alias equations a=a

28 lines of code changed in 1 file:

cschubert 2012-12-12 13:02 Rev.: 14340

msl32_test: improved sortResults.py

22 lines of code changed in 1 file:

hkiel 2012-12-12 12:10 Rev.: 14339

- fix memory leak (unfreed temp space)
- removed unnecessary memset() where array is initialized directly afterwards

14 lines of code changed in 4 files:

lochel 2012-12-12 11:46 Rev.: 14338

- initialization for discrete variables works actually only with the new initialization

49 lines of code changed in 1 file:

lochel 2012-12-12 11:20 Rev.: 14337

do not test overcredulous against dymola results (see #1981)

7 lines of code changed in 2 files:

lochel 2012-12-12 11:06 Rev.: 14336

some additional improvements for LOG_EVENTS

202 lines of code changed in 4 files:

lochel 2012-12-12 10:09 Rev.: 14335

- test for #1981

43 lines of code changed in 2 files:

jfrenkel 2012-12-11 22:37 Rev.: 14334

- update tests
- move failing fmi tests to failing test, works on windows (make clean, delete all files not part of the project, build new, still working)

7 lines of code changed in 3 files:

lochel 2012-12-11 18:17 Rev.: 14333

some minor updates for BackendDump.mo

84 lines of code changed in 6 files:

perost 2012-12-11 17:43 Rev.: 14332

- Updated floating point representation in media/fluid flattening tests.

1545 lines of code changed in 41 files:

jfrenkel 2012-12-11 17:42 Rev.: 14331

- update tests
- move LossyGearDemo2 to failing tests because event iteration seems to do not work

190 lines of code changed in 5 files:

sjoelund.se 2012-12-11 17:39 Rev.: 14330

- Patching Water to be backwards-compatible. See [https://trac.modelica.org/Modelica/ticket/924#comment:3 #924]

31 lines of code changed in 4 files:

lochel 2012-12-11 17:20 Rev.: 14329

Compiler/BackEnd/Initialization.mo
- fix for when-statements in algorithm sections
- remove flag TRACE_INITIAL_SYSTEM
- remove function analyzeInitialSystem1 (fix discrete vars to get rid of unneeded pre-vars)
- fix under-determined systems with zero initial equations
SimulationRuntime/c/simulation/solver/initialization/initialization.c
- fix initialization of ringbuffer
SimulationRuntime/c/
- some improvements for the readability of LOG_EVENT, LOG_SOLVER, LOG_DDASRT, ...
- some minor formatting changes
testsuite/simulation/modelica/algorithms-functions
- adjust expected output to new initialization (symbolic)

3777 lines of code changed in 171 files:

jfrenkel 2012-12-11 14:55 Rev.: 14327

- get rid of unnecessary "Not Enough Time Points Warning"
- initialize rand for cheap matching (this could be done better once at the begining of omc's life)

9 lines of code changed in 2 files:

jfrenkel 2012-12-11 14:31 Rev.: 14325

- speed up remove simple equations, use less temp variables

40 lines of code changed in 1 file:

adrpo 2012-12-11 02:13 Rev.: 14322

- move MSL 3.1 Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos
to non working tests as it goes into an infinite loop and breaks the Windows builds.

1 lines of code changed in 1 file:

jfrenkel 2012-12-11 01:01 Rev.: 14321

- use type of cref for der call and not T_Real by default, solves issues with Unary(Uminus,Unary(Uminus_Arr,__))

64 lines of code changed in 7 files:

adrpo 2012-12-11 00:28 Rev.: 14320

- move Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos
to non working tests as it goes into an infinite loop and breaks the Windows builds.

1 lines of code changed in 1 file:

jfrenkel 2012-12-10 23:50 Rev.: 14319

- bugfix start value merging

10 lines of code changed in 3 files:

jfrenkel 2012-12-10 21:28 Rev.: 14318

- bugfix for remove simple equations

28 lines of code changed in 2 files:

lochel 2012-12-10 19:57 Rev.: 14317

- upps

1 lines of code changed in 1 file:

lochel 2012-12-10 19:53 Rev.: 14316

Compiler/BackEnd/BackendDAEUtil.mo
- again: internally generated call start(v) depends not on v
Compiler/BackEnd/BackendDump.mo
- rename some functions to get consistent naming style
Compiler/BackEnd/Initialization.mo
- remove previously introduced fallback cases
Compiler/BackEnd/SimCodeUtil.mo
- remove some fucntions
- fixInitialThing
- simvarFixed
- nonFixifyIfHasInit
testsuite/simulation/modelica/initialization/
- test for additional initial conditions added by auto-fixed variables
- move some tests from FAILINGTESTFILES to TESTFILES
testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos
- expected outputs
testsuite/simulation/libraries/msl32/Makefile
- move some test from TESTFILES to FAILINGTESTFILES
- Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos
- Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos
- Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos
- Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos
- Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos
- Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos
- sort tests alphabetically

471 lines of code changed in 17 files:

wbraun 2012-12-10 19:07 Rev.: 14315

#1979
- fixed codegen bug with mul integer product(maybe we need change more of that functions)

47 lines of code changed in 2 files:

jfrenkel 2012-12-10 18:36 Rev.: 14314

- in case of variables with variable indices (for example u[i,1]) replace the indices with WHOLEDIM (maybe this could be improved by evaluating i) to get at least all potential variables in the incidence matrix

100 lines of code changed in 2 files:

sjoelund.se 2012-12-10 17:18 Rev.: 14313

- Disable inline of functions with protected variables (until we support it properly)

16 lines of code changed in 3 files:

jfrenkel 2012-12-10 16:57 Rev.: 14312

- remove tabs

4 lines of code changed in 1 file:

jfrenkel 2012-12-10 15:35 Rev.: 14311

- switch to new remove simple equations implementation

422 lines of code changed in 2 files:

sjoelund.se 2012-12-10 15:32 Rev.: 14310

- Expected output

32 lines of code changed in 4 files:

sjoelund.se 2012-12-10 15:14 Rev.: 14309

- TestMedia.TemplateMedium was removed from the standard library

0 lines of code changed in 2 files:

sjoelund.se 2012-12-10 15:04 Rev.: 14308

- Remove *.orig files left from patch

2 lines of code changed in 1 file:

sjoelund.se 2012-12-10 14:24 Rev.: 14307

- Use System.intMaxLit instead of integerMax since it has a better definition

1 lines of code changed in 2 files:

sjoelund.se 2012-12-10 14:09 Rev.: 14306

- Use getconf instead of uname. It works even in chroot environments.

2 lines of code changed in 1 file:

sjoelund.se 2012-12-10 13:36 Rev.: 14305

- Bump MSL version

284 lines of code changed in 5 files:

lochel 2012-12-10 12:18 Rev.: 14304

Compiler/BackEnd/Initialization.mo
- introduce some kind of structure - first try
- next steps to solve under-determined initial systems
- add some fallback-clauses, to provide current testsuite (probably not so clever... ?!)
Compiler/BackEnd/BackendDAEUtil.mo
- improve validity of some names
- internally generated call start(v) depends not on v
- simplify some snippets
Compiler/BackEnd/SimCodeUtil.mo
- remove unneeded output
Compiler/BackEnd/BackendEquation.mo
- add function emptyEqns() - as listEquation({}) is often used instead
testsuite/simulation/modelica/initialization/
- conform expected outputs to current messages for
- underdeterminedTest1.mos
- underdeterminedTest2.mos
- new test for under-determined initial systems
- underdeterminedTest4.mos
- underdeterminedTest5.mos
- underdeterminedTest6.mos

750 lines of code changed in 12 files:

jfrenkel 2012-12-10 10:50 Rev.: 14303

expected output

4 lines of code changed in 1 file:

jfrenkel 2012-12-10 10:16 Rev.: 14302

- use dynamic state selection for this test

3 lines of code changed in 1 file:

jfrenkel 2012-12-10 00:58 Rev.: 14301

- exptected output

182 lines of code changed in 1 file:

jfrenkel 2012-12-10 00:26 Rev.: 14300

- check if types equal for alias equation
- expexted output
- check if variables replacable

18 lines of code changed in 3 files:

jfrenkel 2012-12-09 23:55 Rev.: 14299

- exptected output

0 lines of code changed in 3 files:

jfrenkel 2012-12-09 22:02 Rev.: 14298

- exptected output

928 lines of code changed in 35 files:

jfrenkel 2012-12-09 20:42 Rev.: 14297

- second try new remove simple equations
- implement trunc for msvc

10 lines of code changed in 2 files:

wbraun 2012-12-09 18:58 Rev.: 14296

#1975

- Fixed bug FinZeroCrossinsg for algorithms
- Improved hysteresis relation
- don't use hysteresis relation, while the intialization

131 lines of code changed in 18 files:

jfrenkel 2012-12-09 18:54 Rev.: 14295

- Tearing: speed up numerical solver by sorting the residuals with direct dependency on tearing variables

210 lines of code changed in 1 file:

jfrenkel 2012-12-09 15:42 Rev.: 14294

- small speed up for tearing

59 lines of code changed in 2 files:

jfrenkel 2012-12-08 23:54 Rev.: 14293

- small speed up for tearing

6 lines of code changed in 1 file:

jfrenkel 2012-12-08 03:40 Rev.: 14292

- switch back to old remove simple equations, the new implementation works fine but I am to tired to update the working tests

2 lines of code changed in 1 file:

adeas31 2012-12-08 02:54 Rev.: 14291

fixed typo.

0 lines of code changed in 2 files:

jfrenkel 2012-12-08 02:51 Rev.: 14290

- bugfix for BackendVariable.existsVar

16 lines of code changed in 1 file:

jfrenkel 2012-12-08 02:22 Rev.: 14289

- bugfix for RemoveSimpleEquations, generate equation if not replacable time independent variable.

17 lines of code changed in 1 file:

jfrenkel 2012-12-08 01:16 Rev.: 14288

- BackendVarTransform. add case for not Cr for when assigment
- add case for jacobian for remove simple equations
- add case for not(not(exp)) -> exp
- add case for not cr = ... for CodegenC.writeLhsCref

1274 lines of code changed in 5 files:

adrpo 2012-12-08 00:32 Rev.: 14287

- remove tabs.

7 lines of code changed in 1 file:

jfrenkel 2012-12-07 23:54 Rev.: 14286

- use startvalue from var with shortest name
- start to check for unreplacable crefs
- BaseHashSet.has: empty set containg nothing

183 lines of code changed in 2 files:

nutaro 2012-12-07 23:44 Rev.: 14285

Finished support (but not very good support) for delay functions to the adevs backend

31 lines of code changed in 2 files:

jfrenkel 2012-12-07 22:14 Rev.: 14284

- bugfix for last commit

5 lines of code changed in 2 files:

jfrenkel 2012-12-07 20:00 Rev.: 14283

- try new remove simple equations

3 lines of code changed in 1 file:

jfrenkel 2012-12-07 19:49 Rev.: 14282

- make BackendVariable.vararrayNth protected use BackendVariable.getVarAt
- add LOG_DEBUG Info to callExternalObjectConstructors
- continue new Remove Simple Equations

838 lines of code changed in 5 files:

nutaro 2012-12-07 17:45 Rev.: 14281

First try at support for the delay operator in the adevs backend

2128 lines of code changed in 4 files:

adrpo 2012-12-07 14:47 Rev.: 14280

- more info on modelica3d visualization, a small script to visualize any MSL3.1 MultiBody model.

0 lines of code changed in 2 files:

adrpo 2012-12-07 14:04 Rev.: 14279

- fixes for Modelica3D, sort inner ModelicaServices first, then Modelica then others.

39 lines of code changed in 1 file:

jfrenkel 2012-12-07 13:31 Rev.: 14278

- add missing free, workaround for last commit

3 lines of code changed in 1 file:

jfrenkel 2012-12-07 12:34 Rev.: 14277

- fix for last commit, log messages needs memory in initData

7 lines of code changed in 2 files:

jfrenkel 2012-12-07 11:29 Rev.: 14276

- small fixes for modelica3d support, still dit not work on my computer, please can one of the modelica3d people have a look at it if it works in generall

8 lines of code changed in 2 files:

adrpo 2012-12-07 11:27 Rev.: 14275

- activate dtostr in realString.c for MinGW32 too.
- get rid of some warnings in SimulationRuntime/c/
+ try to use existing defined types instead of casting as that might generate problems.
int is rather a bad type on different platforms so use integer or fortran_integer
directly instead of casting.
- let's see if we run into any problems.

24 lines of code changed in 5 files:

adrpo 2012-12-07 01:39 Rev.: 14274

- expected output.

4 lines of code changed in 2 files:

adrpo 2012-12-07 01:08 Rev.: 14273

- second attempt to fix bugs: #1405 and #1970
it will generate some missing each warnings for modifiers but it will work otherwise.
i'll get rid of the warnings later.
- added tests with both models and more:
testsuite/flattening/modelica/arrays/TypeTest.mos
- let's see how many tests will fail now.

737 lines of code changed in 6 files:

jfrenkel 2012-12-06 23:16 Rev.: 14272

- add RemoveSimpleEquations.mo again

1964 lines of code changed in 3 files:

adrpo 2012-12-06 22:19 Rev.: 14271

- fix test.

2 lines of code changed in 1 file:

adrpo 2012-12-06 20:38 Rev.: 14267

- expected output due to MSL changes.

2 lines of code changed in 2 files:

adrpo 2012-12-06 19:44 Rev.: 14266

- handle also InlineAfterIndexReduction as this changed in the lastes MSL version
from __Dymola_InlineAfterIndexReduction.

4 lines of code changed in 1 file:

lochel 2012-12-06 16:35 Rev.: 14263

- Compiler/BackEnd/BackendDump.mo
These file is subdivided into several section:
section for all print* functions
section for all dump* functions
section for all *String functions
section for all debug* functions
unsorted section
Please follow the introduced naming style (above) and sort all new functions into the corresponding section (except unsorted section).
- Compiler/BackEnd/Initialization.mo
- small changes in pedantic output
- new debug output via traceinitialsystem
- testsuite/simulation/modelica/initialization
- new test for underdetermined system

1408 lines of code changed in 16 files:

sjoelund.se 2012-12-06 16:26 Rev.: 14262

- Bump MSL version

326 lines of code changed in 2 files:

sjoelund.se 2012-12-06 15:28 Rev.: 14261

- Increase time allowed for building an executable

2 lines of code changed in 1 file:

jfrenkel 2012-12-06 12:23 Rev.: 14260

- fix potential bug for simplified if equations in old remove simple equations

21 lines of code changed in 2 files:

lochel 2012-12-06 12:16 Rev.: 14259

- use reinit in test operators/reinit.mo - otherwise the test is senseless ;-)

8 lines of code changed in 1 file:

lochel 2012-12-06 12:08 Rev.: 14258

- fix mess regarding when initial() - reinit (see #1972)

5 lines of code changed in 1 file:

jfrenkel 2012-12-06 12:04 Rev.: 14257

- fix for Ticket #1971
add tes TestTwoOut.mos , val seems to do not work

2837 lines of code changed in 11 files:

adrpo 2012-12-06 10:17 Rev.: 14256

- not working yet, reverting.

39 lines of code changed in 6 files:

adrpo 2012-12-06 09:56 Rev.: 14255

- attempt to fix bugs: #1405 and #1970
- added tests with both models and more:
testsuite/flattening/modelica/arrays/TypeTest.mos
- let's see how many tests fail.

694 lines of code changed in 6 files:

adrpo 2012-12-06 05:38 Rev.: 14254

- make tests do what they are suppose to.
replaced reinit inside when initial() with assignment or initial equation.

42 lines of code changed in 5 files:

adrpo 2012-12-06 04:58 Rev.: 14253

- fix tests.

24 lines of code changed in 4 files:

adrpo 2012-12-06 04:29 Rev.: 14252

- reverting the commit by Jens and mine with tabs removal: r14251 and r14248 to see who broke what :)

Revision: 14251
Author: adrpo
Date: den 6 december 2012 02:04:56
Message:
- squash tabs in RemoveSimpleEquations.mo
----
Modified : /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo

Revision: 14248
Author: jfrenkel
Date: den 6 december 2012 00:48:31
Message:
- fix potential bug for simplified if equations in old remove simple equations
- add new file RemoveSimpleEquations.mo
- add new tests for singular systems
----
Modified : /trunk/Compiler/BackEnd/BackendDAEOptimize.mo
Added : /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo
Modified : /trunk/Compiler/Makefile.common
Modified : /trunk/testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos
Added : /trunk/testsuite/simulation/modelica/indexreduction/SingularSystem.mo
Added : /trunk/testsuite/simulation/modelica/indexreduction/SingularSystem.mos

13 lines of code changed in 6 files:

adrpo 2012-12-06 03:04 Rev.: 14251

- squash tabs in RemoveSimpleEquations.mo

10 lines of code changed in 1 file:

adrpo 2012-12-06 02:27 Rev.: 14250

- and not or!

2 lines of code changed in 1 file:

adrpo 2012-12-06 01:57 Rev.: 14249

- fix RML stupidity with types having the same name as the package.

125 lines of code changed in 1 file:

jfrenkel 2012-12-06 01:48 Rev.: 14248

- fix potential bug for simplified if equations in old remove simple equations
- add new file RemoveSimpleEquations.mo
- add new tests for singular systems

1893 lines of code changed in 6 files:

adrpo 2012-12-06 01:40 Rev.: 14247

- mind your case please.

2 lines of code changed in 2 files:

adrpo 2012-12-06 01:38 Rev.: 14246

- checks for bug #1972 in InstSection.mo with helpers in SCode.mo and Absyn.mo
make the way we check the when equations and when statements more uniform.
added testsuite/simulation/modelica/initialization/filterBlock1.mos back
to test the error reporting for #1972.

- unify SCodeEnv.Env with Env.Env
a lot of changes to adapt to the changes in Env.Env
new packages starting with F* that mirror the functionality
in SCodeFlatten, SCodeEnv, SCodeDependency, etc.
Not used yet, but will be used in the old Inst.mo

- removed some unused code, correct indentation for some functions, etc.

- let's see if I didn't break any tests.

11564 lines of code changed in 33 files:

wbraun 2012-12-05 20:57 Rev.: 14245

- fixed delay handling in non-linear systems

159 lines of code changed in 16 files:

mahge930 2012-12-05 17:52 Rev.: 14244

+ change operator on Multiplication of an array and a scalar.

50 lines of code changed in 1 file:

jfrenkel 2012-12-05 16:55 Rev.: 14243

- generatede file

0 lines of code changed in 1 file:

lochel 2012-12-05 16:26 Rev.: 14242

- remove invalid testcase (that model should be never end up in the simulation - maybe we can move this testcase [see #51 and #1688])

0 lines of code changed in 2 files:

lochel 2012-12-05 15:44 Rev.: 14241

- indentation

889 lines of code changed in 2 files:

lochel 2012-12-05 15:26 Rev.: 14240

- a bit more output for unbalanced initial systems

4 lines of code changed in 1 file:

lochel 2012-12-05 15:18 Rev.: 14239

- Compiler/BackEnd
- move some functions from BackendDAEUtil.mo to BackendVariable.mo and BackendEquation.mo
- move code for initialization to Initialization.mo

1569 lines of code changed in 27 files:

mahge930 2012-12-05 13:19 Rev.: 14238

- New FE: Expand arrays inside cast expressions.

7 lines of code changed in 1 file:

perost 2012-12-05 13:08 Rev.: 14237

- Only add WRONGRESULTTEST once in runtests.pl.

1 lines of code changed in 1 file:

perost 2012-12-05 13:03 Rev.: 14236

- Added -failing flag to runtests.pl, to run failing tests.

34 lines of code changed in 1 file:

wbraun 2012-12-05 06:34 Rev.: 14235

#1959
- added support for event triggering math function
e.g. ceil,floor,div,mod,rem,integer

1175 lines of code changed in 21 files:

adrpo 2012-12-05 01:02 Rev.: 14234

- rewrite weird code in System_rml.c isIdenticalFile
- remove some warnings in FMIImpl.c

19 lines of code changed in 2 files:

jfrenkel 2012-12-04 23:00 Rev.: 14233

- use intMax for repl Size, as in fact wanted

1 lines of code changed in 1 file:

jfrenkel 2012-12-04 22:29 Rev.: 14232

- buy time with memory, now the avm model finishes remove simple equations after around 15 Minutes (last try was not finished after 9 hours), so it was not a loop, we need a new implementation of BackendVarTransform because this is the bottleneck (the inverse hashtable, the lists crow dramatical)
- use the model size to alloc memory for the replacements
- remove unused code from Inline.mo
- add new tests for index reduction

139 lines of code changed in 6 files:

sjoelund.se 2012-12-04 19:33 Rev.: 14231

- Expected output

91 lines of code changed in 2 files:

sjoelund.se 2012-12-04 19:05 Rev.: 14230

- Bump MSL version (ModelicaServices moved)

8 lines of code changed in 4 files:

sjoelund.se 2012-12-04 17:46 Rev.: 14229

- Update MSL+OM to calculate the maximum integer size instead of using hardcoded constants

131 lines of code changed in 9 files:

hkiel 2012-12-04 16:19 Rev.: 14228

- moved some if statements out of for loops
- avoid calloc if memory is directly initialized after allocation

76 lines of code changed in 8 files:

jfrenkel 2012-12-04 14:13 Rev.: 14227

- see what happens without old force inline implementation

2 lines of code changed in 1 file:

jfrenkel 2012-12-04 13:33 Rev.: 14226

- first attempt to inline function with multiple statements

115 lines of code changed in 1 file:

lochel 2012-12-04 11:25 Rev.: 14225

- Compiler/BackEnd/
- solve dependencies for parameters during initialization
- fix for equations from bindings
- Compiler/Template/
- print error message, if symbolic initialization is selected but not generated
- SimulationRuntime/c
- always dump error messages
- testsuite/
- activate case for ticket #1964

280 lines of code changed in 18 files:

hkiel 2012-12-04 09:43 Rev.: 14224

- fix loop boundaries
- remove unused variables

21 lines of code changed in 1 file:

hkiel 2012-12-04 08:31 Rev.: 14223

- rollback of file opening issue

1 lines of code changed in 1 file:

adrpo 2012-12-04 07:41 Rev.: 14222

- add CombiTable1DBug.mos to test CombiTable1D with table of 1 row.

95 lines of code changed in 3 files:

adrpo 2012-12-04 06:44 Rev.: 14221

- handle CombiTable1D tables of 1 row only in tables.c
Modelica.Blocks.Tables.CombiTable1D z(table = [0, 0.7]);

19 lines of code changed in 1 file:

adrpo 2012-12-04 04:11 Rev.: 14220

- fix test.

1 lines of code changed in 1 file:

hubert.thieriot 2012-12-04 02:29 Rev.: 14219

- minor changes

67 lines of code changed in 11 files:

sjoelund.se 2012-12-04 01:20 Rev.: 14218

- Updated MSL, removes EnergyStorages

2 lines of code changed in 2 files:

sjoelund.se 2012-12-04 01:01 Rev.: 14217

- Fix to try scodeInstShortcut in BuildModelRecursive.mos. Only uses it if buildModel fails, and then succeeds with the shortcut. Green cells become yellow if the shortcut was used.

18 lines of code changed in 1 file:

jfrenkel 2012-12-04 00:39 Rev.: 14216

- BackendDAECreate.lower3: add missing case for DAE.INITIALDEFINE
- SimCodeUtil.createNonlinearResidualExp: add case for Enumerations
- Expression.expAdd,expSub: add case for Enumerations

31 lines of code changed in 4 files:

sjoelund.se 2012-12-04 00:08 Rev.: 14215

- Bump MSL, remove patch now applied to the trunk

1 lines of code changed in 2 files:

sjoelund.se 2012-12-03 20:52 Rev.: 14214

- Update MSL

4 lines of code changed in 2 files:

adrpo 2012-12-03 20:37 Rev.: 14213

- fix changes due to external MSL 3.2.1 update by Martin.

141 lines of code changed in 3 files:

adrpo 2012-12-03 20:09 Rev.: 14212

- add the uncertainties.log to the testsuite/Makefile.
- it seems Jens already fixed Uncertainties.mo
+ weird types
+ assignment to inputs

3 lines of code changed in 1 file:

jfrenkel 2012-12-03 19:59 Rev.: 14211

- break infintite loop in index reduction
- update test
- fix bootstrapping (that was not easy)

35 lines of code changed in 3 files:

sjoelund.se 2012-12-03 19:59 Rev.: 14210

- Update MSL version

71 lines of code changed in 3 files:

adrpo 2012-12-03 19:12 Rev.: 14209

- fixes for bugs: #1946 #1969
- do not allow subtype(Tuple, nonTuple)
- do type conversion of Tuple -> DAE.TSUB(Tuple, 1)
when the actual type is tuple and the expected type is not.
also check that the first type of the tuple agrees with the
type of the non-tuple.
- added tests for these bugs
testsuite/flattening/modelica/built-in-functions/AbsIssues.mo
testsuite/flattening/modelica/built-in-functions/MultiFunctionReturnValueUseOnlyFirst.mo
- let's see how many tests fail :)

120 lines of code changed in 4 files:

adrpo 2012-12-03 18:52 Rev.: 14208

- attempt to fix bootstrapping.

2 lines of code changed in 1 file:

jfrenkel 2012-12-03 17:41 Rev.: 14207

- BackendVarTransform.replaceExp: add missing cases for DAE.TSUB and PARTEVALFUNCTION

10 lines of code changed in 1 file:

leonardo.laguna 2012-12-03 17:38 Rev.: 14206

- Fixed problem making the bootstrap test fail

3 lines of code changed in 1 file:

leonardo.laguna 2012-12-03 17:16 Rev.: 14205

- Update to the uncertainties algorithm

251 lines of code changed in 2 files:

cschubert 2012-12-03 14:31 Rev.: 14204

msl32: corrected expected output. Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos fails on Hudson but works on Windows. Why is that?

5 lines of code changed in 5 files:

hkiel 2012-12-03 13:00 Rev.: 14203

- optimize loops
- fix memory leak

47 lines of code changed in 2 files:

cschubert 2012-12-03 12:43 Rev.: 14202

msl32: moved not working tests to working tests

44 lines of code changed in 1 file:

cschubert 2012-12-03 12:35 Rev.: 14201

msl32: updated status.txt, some tests work with +d=solveinitialsystem

366 lines of code changed in 8 files:

alash325 2012-12-03 11:29 Rev.: 14200

-Update bibliography

1046 lines of code changed in 3 files:

cschubert 2012-12-03 11:29 Rev.: 14199

msl32: updated variables to compare, generated mat file with omc, since results were ok but too far off for comparison with dymola

18 lines of code changed in 3 files:

hubert.thieriot 2012-12-03 04:02 Rev.: 14198

- corrected reading frontVars bug

8 lines of code changed in 1 file:

wbraun 2012-12-02 19:50 Rev.: 14197

#1960
-fixed bug with integer valued zerocrossings

1772 lines of code changed in 13 files:

mahge930 2012-12-02 18:49 Rev.: 14196

+ ParModelica: fix parallelism propagation, append omc_ prefix to parallel functions, change modelica_assert to omc_assert

17 lines of code changed in 4 files:

lochel 2012-12-02 18:37 Rev.: 14195

- add BoundParameterExpUnfixed to FAILINGTESTFILES

27 lines of code changed in 3 files:

jfrenkel 2012-12-02 15:30 Rev.: 14194

- expressions with unfixed parameters cannot moved to simple equations because they are calculated before the unfixed parameter values are calculated, 2th try

2 lines of code changed in 1 file:

jfrenkel 2012-12-02 14:54 Rev.: 14193

- add model for Ticket #1964

52 lines of code changed in 3 files:

hubert.thieriot 2012-12-02 13:01 Rev.: 14192

- updated for new MOVector::findItem function

86 lines of code changed in 8 files:

hubert.thieriot 2012-12-02 13:00 Rev.: 14191

- new MOVector::findItem function. Returns item instead of index

44 lines of code changed in 6 files:

adrpo 2012-12-02 07:07 Rev.: 14190

- expected output.

1 lines of code changed in 1 file:

adrpo 2012-12-02 06:40 Rev.: 14189

- bug #1963 cannot be fixed right now as the fix is breaking too many models.
- to fix this bug we need to know in Static which parameters are final and we have no way of knowing that right now.

30 lines of code changed in 3 files:

adrpo 2012-12-02 04:53 Rev.: 14188

- second attempt to fix #1963
constant with parameter index -> DO NOT CONSTANT EVALUATE.
this time it should work fine, i even added a test:
testsuite/flattening/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREG.mos

Static.mo
- use the subscripts constant-ness property more.
Expression.mo
- handle DAE.ENUM_LITERAL in Expression.dimensionSize and Expression.dimensionKnown

- i guess a lot of tests will fail, i'll fix them when i get the result from Hudson

437 lines of code changed in 4 files:

adrpo 2012-12-02 03:58 Rev.: 14187

- attempt to fix #1963
constant with parameter index -> DO NOT CONSTANT EVALUATE.
- i guess a lot of tests will fail, i'll fix them when i get the result from Hudson

21 lines of code changed in 1 file:

nutaro 2012-12-02 01:43 Rev.: 14186

Fixed problem evaluating pre() function in the adevs backend

39 lines of code changed in 2 files:

jfrenkel 2012-12-01 21:08 Rev.: 14185

- comment last changes out

10 lines of code changed in 1 file:

jfrenkel 2012-12-01 19:36 Rev.: 14184

- expressions with unfixed parameters cannot moved to simple equations because they are calculated before the unfixed parameter values are calculated

27 lines of code changed in 1 file:

jfrenkel 2012-12-01 19:34 Rev.: 14183

- traverse also subscripts of cref in traverseExptopDown

7 lines of code changed in 2 files:

jfrenkel 2012-12-01 17:28 Rev.: 14182

- missing function from last commit

74 lines of code changed in 1 file:

jfrenkel 2012-12-01 17:14 Rev.: 14181

- improve algortihm for handling undifferentiable mss
- copy also lapack and blas for msvc debugging
- comment for further developemnt to BackendDAE.STATE

125 lines of code changed in 3 files:

cschubert 2012-12-01 15:28 Rev.: 14180

msl32: added solveinitialsystem to OneTank and TankWithEmptyingPipe1

16 lines of code changed in 4 files:

cschubert 2012-12-01 13:41 Rev.: 14179

msl32 test: updated variables to compare for Modelica.Electrica.Digital

133 lines of code changed in 8 files:

adrpo 2012-12-01 07:02 Rev.: 14178

- remove the tabs

4 lines of code changed in 2 files:

nutaro 2012-12-01 04:17 Rev.: 14177

Added support for sample to adevs

125 lines of code changed in 4 files:

jfrenkel 2012-12-01 03:19 Rev.: 14176

- bufgix for replace STMT_ASSIGN_ARR

2 lines of code changed in 1 file:

jfrenkel 2012-12-01 01:45 Rev.: 14175

- improve collecting of equations for index reduction

3 lines of code changed in 1 file:

jfrenkel 2012-12-01 00:42 Rev.: 14174

- improve collecting of equations for index reduction

158 lines of code changed in 4 files:

November 2012 »

Generated by StatSVN 0.7.0