September 2014 Commit Log

Number of Commits:
403
Number of Active Developers:
18
lochel 2014-09-30 22:33 Rev.: 22525

- fix fmi stuff

12 lines of code changed in 2 files:

hudson 2014-09-30 21:24 Rev.: 22524

commit 2dd4312468ffc54c45cd9b9da96ff89508add073
Author: Martin Sj?lund <martin.sjolund@liu.se>
Date: Tue Sep 30 19:39:12 2014 +0200

Skip MSL trunk gravity acceleration patch

commit 69f777313f1bf69ee50ad0df7a8096c439ec894c
Author: Hudson Janitor <build@openmodelica.org>
Date: Tue Sep 30 19:30:35 2014 +0200

Bump libraries
- https://github.com/lbl-srg/modelica-buildings.git branch master updated to a0de7e8fbb6ddef04fbac514e32f1aff7c62d8f3.
* [https://github.com/lbl-srg/modelica-buildings/commit/a0de7e8 a0de7e8] Assigned start values and changed algorithm to equation section

- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 063eef5c19c52c0924c45e98031ad7b39811e537.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/063eef5 063eef5] 1 as a special constant new heart ventricle icon new RealExtensions to store initial value of variables new display units: umol/min,nmol/min,pmol/min new log10 possibility in SplineLag

1 lines of code changed in 1 file:

hudson 2014-09-30 21:23 Rev.: 22523

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

hudson 2014-09-30 18:01 Rev.: 22522

[Janitor mode] Fix whitespace

3 lines of code changed in 3 files:

lochel 2014-09-30 18:01 Rev.: 22521

- add test for #2841

140 lines of code changed in 2 files:

hudson 2014-09-30 17:42 Rev.: 22520

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

lochel 2014-09-30 17:41 Rev.: 22519

- fix non-linear system solver for iteration variables with bounded attributes (#2841)

161 lines of code changed in 9 files:

RuedKamp 2014-09-30 17:19 Rev.: 22518

-removed boost bind

37 lines of code changed in 2 files:

adrpo 2014-09-30 17:15 Rev.: 22517

- switch colors in trend plots (blue for compilation and green for simulation) to be more visible.

2 lines of code changed in 1 file:

lochel 2014-09-30 16:41 Rev.: 22516

- make some dumps and record names less confusing

88 lines of code changed in 26 files:

adrpo 2014-09-30 16:29 Rev.: 22515

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

370 lines of code changed in 20 files:

hudson 2014-09-30 16:21 Rev.: 22514

[Janitor mode] Fix whitespace

3 lines of code changed in 2 files:

hudson 2014-09-30 16:21 Rev.: 22513

[Janitor mode] Set auto-props

36 lines of code changed in 1 file:

niklwors 2014-09-30 15:54 Rev.: 22512

changed math library to shared library

102 lines of code changed in 7 files:

niklwors 2014-09-30 15:50 Rev.: 22511

missing modified CodegenCpp.mo file

27 lines of code changed in 2 files:

hudson 2014-09-30 15:10 Rev.: 22510

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

hudson 2014-09-30 15:01 Rev.: 22509

[Janitor mode] Fix whitespace

2 lines of code changed in 2 files:

RuedKamp 2014-09-30 15:00 Rev.: 22508

-removed boost bind

4 lines of code changed in 2 files:

sjoelund.se 2014-09-30 14:42 Rev.: 22507

Expected output

2 lines of code changed in 1 file:

lochel 2014-09-30 14:37 Rev.: 22505

- improve +d=backenddaeinfo
- show backendaeinfo for initial system
- dump dae kind

1330 lines of code changed in 66 files:

RuedKamp 2014-09-30 14:36

-removed boost bind

6 lines of code changed in 3 files:

sjoelund.se 2014-09-30 14:31 Rev.: 22503

FMI 2.0 spec uses the horrible name darwin64 for the binary location of x86 code... Whatever.

2 lines of code changed in 1 file:

sjoelund.se 2014-09-30 14:21 Rev.: 22502

#2761 Add testcase for System2.mo from Buildings (used to generate a seg.fault)

10157 lines of code changed in 4 files:

hudson 2014-09-30 11:07 Rev.: 22501

commit 06426266210fa6db3ca6b29f0782b21ad7785215
Author: Martin Sj?lund <martin.sjolund@liu.se>
Date: Tue Sep 30 08:25:23 2014 +0200

Remove MSL multibody patch

1 lines of code changed in 1 file:

adrpo 2014-09-30 07:09 Rev.: 22500

- touch the README too

1 lines of code changed in 1 file:

adrpo 2014-09-30 07:08 Rev.: 22499

- remove MSL 3.2.1 MultiBody patch

37 lines of code changed in 4 files:

adrpo 2014-09-30 07:04 Rev.: 22498

- don't use System.gettext for Modelica constructs

5 lines of code changed in 1 file:

hudson 2014-09-30 06:35 Rev.: 22497

[Janitor mode] Set auto-props

2 lines of code changed in 2 files:

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)

78579 lines of code changed in 167 files:

adrpo 2014-09-29 23:53 Rev.: 22487

Fix bug #2851
- handle named arguments for homotopy

27 lines of code changed in 1 file:

hudson 2014-09-29 19:18 Rev.: 22486

commit 38b953fde77e4c21e503897bb9cf9a05217b2763
Author: Hudson Janitor <build@openmodelica.org>
Date: Mon Sep 29 19:03:12 2014 +0200

Bump libraries
- https://github.com/xogeny/ModelicaBook.git branch master updated to 83e4a6f876cc4ebb0fdab3d74029db64ed1afb92.
* [https://github.com/xogeny/ModelicaBook/commit/83e4a6f 83e4a6f] Updated wording on the book purchase page about electronic version availability.

1 lines of code changed in 1 file:

niklwors 2014-09-29 16:24 Rev.: 22484

expected output

102 lines of code changed in 27 files:

sjoelund.se 2014-09-29 15:59 Rev.: 22483

Fix code generation for simulation executables (broken by r22482)

2831 lines of code changed in 5 files:

sjoelund.se 2014-09-29 14:06 Rev.: 22482

Make protected functions static in the generated code

3072 lines of code changed in 7 files:

hudson 2014-09-29 13:37 Rev.: 22481

[Janitor mode] Fix whitespace

2 lines of code changed in 1 file:

niklwors 2014-09-29 13:35 Rev.: 22480

fix for typo in cpp template

2279 lines of code changed in 2 files:

lochel 2014-09-29 12:54 Rev.: 22479

- rise priority of imported start attributes compared with bounded start attributes (see #2673)
- disable openmodelica/modelicaML/twotankmodel.mos since it seem to be wrong anyway for a while

52 lines of code changed in 7 files:

sjoelund.se 2014-09-29 12:17 Rev.: 22478

Fix bibtex database

4 lines of code changed in 1 file:

bruno 2014-09-29 12:02 Rev.: 22477

Updated bibliography

45 lines of code changed in 3 files:

hudson 2014-09-29 11:41 Rev.: 22476

[Janitor mode] Fix whitespace

7 lines of code changed in 1 file:

niklwors 2014-09-29 11:30 Rev.: 22475

fix in array operations sum_array and dot_array

14 lines of code changed in 5 files:

hudson 2014-09-29 11:29 Rev.: 22474

[Janitor mode] Fix whitespace

3 lines of code changed in 1 file:

RuedKamp 2014-09-29 11:03 Rev.: 22473

-some changes in divide_array

7 lines of code changed in 2 files:

hudson 2014-09-29 10:58 Rev.: 22472

[Janitor mode] Fix whitespace

4 lines of code changed in 1 file:

RuedKamp 2014-09-29 10:47 Rev.: 22471

-some changes in divide_array

5 lines of code changed in 1 file:

adrpo 2014-09-28 13:08 Rev.: 22470

- update test

1 lines of code changed in 2 files:

sjoelund.se 2014-09-28 07:52 Rev.: 22469

Expected output

1 lines of code changed in 1 file:

adrpo 2014-09-28 07:01 Rev.: 22466

- update test

4 lines of code changed in 2 files:

hudson 2014-09-28 06:43 Rev.: 22465

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

adrpo 2014-09-28 06:32 Rev.: 22463

Fix bug #2837
- properly handle array equations in RemoveSimpleEquations.mo

19931 lines of code changed in 19 files:

hudson 2014-09-26 19:22 Rev.: 22462

[Janitor mode] Fix whitespace

10 lines of code changed in 2 files:

hudson 2014-09-26 19:10 Rev.: 22461

commit b9a05de96bd3217d92562c48ab447870b40b7ea0
Author: Hudson Janitor <build@openmodelica.org>
Date: Fri Sep 26 19:03:23 2014 +0200

Bump libraries
- https://github.com/xogeny/ModelicaBook.git branch master updated to c28d7f188ab6f81c170ba3a0a84865e1dfafc22a.
* [https://github.com/xogeny/ModelicaBook/commit/c28d7f1 c28d7f1] Fixed a typo
* [https://github.com/xogeny/ModelicaBook/commit/7e664bb 7e664bb] About to bump up the version to 0.3.6
* [https://github.com/xogeny/ModelicaBook/commit/54a58d4 54a58d4] Work done in addressing #205
* [https://github.com/xogeny/ModelicaBook/commit/fdc730e fdc730e] Trying to create a better example for chattering
* [https://github.com/xogeny/ModelicaBook/commit/a1979b5 a1979b5] Fixed a typo
* [https://github.com/xogeny/ModelicaBook/commit/32d31a3 32d31a3] Added ymin for plots and logging of CPU time in results files
* [https://github.com/xogeny/ModelicaBook/commit/0f2013d 0f2013d] Adding a more explicit list of dependencies
* [https://github.com/xogeny/ModelicaBook/commit/19c28eb 19c28eb] Fixed some formatting issues in Chapter 2

- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to dc7b8599182ebe348f1f06a5c385f56a99c57f4e.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/dc7b859 dc7b859] replaceable MolarEnergy type to have a compact support for other units of amount of substance universal conversion of international unit for specific substance extend LagSpline with log10 of delayed input

1 lines of code changed in 1 file:

RuedKamp 2014-09-26 19:09

- some improvements concerning array.h

19 lines of code changed in 4 files:

lochel 2014-09-26 17:45 Rev.: 22457

- fix indentation

6 lines of code changed in 2 files:

hudson 2014-09-26 16:40 Rev.: 22456

[Janitor mode] Fix whitespace

2 lines of code changed in 1 file:

RuedKamp 2014-09-26 16:38 Rev.: 22455

-changed removed a senseless copy in the end of functions

4385 lines of code changed in 2 files:

sjoelund.se 2014-09-26 13:13 Rev.: 22454

#2832 Propagate annotations into DAE.EXTOBJCLASS

38 lines of code changed in 2 files:

sjoelund.se 2014-09-26 12:25 Rev.: 22453

#2817 Handle unknown dimensions better when initializing a function variable from a binding

371 lines of code changed in 5 files:

hudson 2014-09-26 12:08 Rev.: 22452

[Janitor mode] Fix whitespace

28 lines of code changed in 1 file:

RuedKamp 2014-09-26 11:58 Rev.: 22451

- changed initialization of parameters in functions

109 lines of code changed in 2 files:

hudson 2014-09-26 11:57 Rev.: 22450

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

vwaurich 2014-09-26 11:39 Rev.: 22449

- get thick lines in graphML output for solvable edges and thin lines for nonsolvable edges

73 lines of code changed in 2 files:

mwalther 2014-09-26 10:43 Rev.: 22448

- fixed msvc build

1 lines of code changed in 1 file:

sjoelund.se 2014-09-26 10:17 Rev.: 22447

Tail recursive filter1OnTrueSync_tail

6 lines of code changed in 1 file:

hudson 2014-09-26 10:04 Rev.: 22446

[Janitor mode] Fix whitespace

8 lines of code changed in 1 file:

mwalther 2014-09-26 09:52 Rev.: 22445

- splitted the writeOutput-function to speed-up complile time a little bit
- activated papi in cmake

3387 lines of code changed in 3 files:

hudson 2014-09-26 09:13 Rev.: 22444

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

vwaurich 2014-09-26 09:11 Rev.: 22443

- added experimental functions to manipulate systems of equations (work in progress)

516 lines of code changed in 4 files:

mwalther 2014-09-26 08:12 Rev.: 22442

- fixed my previous commit

4 lines of code changed in 2 files:

hudson 2014-09-26 08:00 Rev.: 22441

[Janitor mode] Fix whitespace

11 lines of code changed in 1 file:

hudson 2014-09-26 07:59 Rev.: 22440

[Janitor mode] Set auto-props

2 lines of code changed in 2 files:

mwalther 2014-09-26 07:52 Rev.: 22439

- optimized parallel write output
- added profiling points for the write output functionality
- added profiling based on papi counters to the cpp-runtime

5691 lines of code changed in 15 files:

hudson 2014-09-25 19:55 Rev.: 22438

commit ace3669b23ece4597bfd2e2daf2946580c1200bc
Author: Martin Sj?lund <martin.sjolund@liu.se>
Date: Thu Sep 25 19:41:23 2014 +0200

Change HelmholtzMedia to UTF-8

1 lines of code changed in 1 file:

hudson 2014-09-25 19:18 Rev.: 22437

commit 8e217a09cc78207f5ac7bd0531933b7b02e995b0
Author: Hudson Janitor <build@openmodelica.org>
Date: Thu Sep 25 19:03:07 2014 +0200

Bump libraries
- https://github.com/modelica-3rdparty/HelmholtzMedia.git branch master updated to e61c8108b8d282395e6c724a1e89b0cf18cb246b.
* [https://github.com/modelica-3rdparty/HelmholtzMedia/commit/e61c810 e61c810] OpenModelica was complaining about wrong encoding, see #21

- https://github.com/xogeny/ModelicaBook.git branch master updated to 72396215e59adadda0dc807cf340287515403528.
* [https://github.com/xogeny/ModelicaBook/commit/7239621 7239621] Update TRANSLATION.md

1 lines of code changed in 1 file:

sjoelund.se 2014-09-25 15:48 Rev.: 22436

Fix the type of list/listReverse comprehensions with multiple iterators

47 lines of code changed in 5 files:

perost 2014-09-25 14:09 Rev.: 22435

- Fixed dependency analysis for classes redeclared multiple times.

7 lines of code changed in 1 file:

mwalther 2014-09-25 10:22 Rev.: 22434

- fixed hpcom

2 lines of code changed in 2 files:

hudson 2014-09-24 19:18 Rev.: 22432

commit d5e558d2617a1cc11492bb0d2ea81de006097886
Author: Hudson Janitor <build@openmodelica.org>
Date: Wed Sep 24 19:03:23 2014 +0200

Bump libraries
- svn/MSL 3.2.1 has been updated to r7866.
* m:r7866 FIXES #1571 "Falling" parameter had incorrect limit defined(min=-small instead of max=-small was defined)

- svn/MSL trunk has been updated to r7865.
* m:r7865 FIXES #1571 "Falling" parameter had incorrect limit defined(min=-small instead of max=-small was defined)

1 lines of code changed in 1 file:

perost 2014-09-24 15:32 Rev.: 22431

Fix for #2834:
- Don't print out builtin attributes in type mismatch errors, they just make the
errors harder to read.

55 lines of code changed in 10 files:

jansilar 2014-09-24 14:15 Rev.: 22430

PDE extension experimental solver
string with algebraic variables fixed

24 lines of code changed in 3 files:

perost 2014-09-24 12:21 Rev.: 22429

Fix for #2836:
- Handle builtin types better in NFSCodeDependency.

38 lines of code changed in 2 files:

hudson 2014-09-24 08:48 Rev.: 22427

[Janitor mode] Fix whitespace

5 lines of code changed in 1 file:

vwaurich 2014-09-24 08:42 Rev.: 22426

- added stringVar as type for the communication type in hpcom
- extended HpcOmTaskGraph.getUnsolvedVarsbySCC for strings and enumerations
- some changes in graphML dump for systems of equations regarding indexing of nodes in torn systems

259 lines of code changed in 4 files:

vitalij 2014-09-23 21:36 Rev.: 22423

some fixes from static analysis

11 lines of code changed in 1 file:

adeas31 2014-09-23 20:36 Rev.: 22422

#2767
- If fmi2Terminate is called and then fmi2Reset is called then reinitialize the data.

7 lines of code changed in 1 file:

adeas31 2014-09-23 19:56 Rev.: 22421

#2764, #2765
- Added the InitialUnknows section in modelDescription.xml

1105 lines of code changed in 5 files:

hudson 2014-09-23 19:18 Rev.: 22420

commit 4dba2a18cc96d9041000c91b60b76e9f4d3900f2
Author: Hudson Janitor <build@openmodelica.org>
Date: Tue Sep 23 19:06:34 2014 +0200

Bump libraries
- https://github.com/modelica-3rdparty/HelmholtzMedia.git branch master updated to 113db922ed5f632b2ac188ab4335beb2035bdd1f.
* [https://github.com/modelica-3rdparty/HelmholtzMedia/commit/113db92 113db92] better start values for the super-critical liquid-like region,
* [https://github.com/modelica-3rdparty/HelmholtzMedia/commit/e71c7a3 e71c7a3] print, for debugging
* [https://github.com/modelica-3rdparty/HelmholtzMedia/commit/106697a 106697a] more Dymola AutoFormatting
* [https://github.com/modelica-3rdparty/HelmholtzMedia/commit/4fa386c 4fa386c] formatting, blank spaces
* [https://github.com/modelica-3rdparty/HelmholtzMedia/commit/1b08169 1b08169] change some unused default values
* [https://github.com/modelica-3rdparty/HelmholtzMedia/commit/59b18df 59b18df] some Helium tests

- https://github.com/xogeny/ModelicaBook.git branch master updated to 0dcbb7bd7daa88f5c6a27ccc7e9624144355c7de.
* [https://github.com/xogeny/ModelicaBook/commit/0dcbb7b 0dcbb7b] Merge pull request #215 from DongpingXieTUD/typo
* [https://github.com/xogeny/ModelicaBook/commit/017c94a 017c94a] Typo: accuracy -> accurately

- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to fde3270a13da276718d747129432fe8f1941384a.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/fde3270 fde3270] Rename: Blocks.Math.Exponentiation to Blocks.Math.Power version 2.3.0-beta Fix: "Physiolibrary." prefixes in documentation

1 lines of code changed in 1 file:

adeas31 2014-09-23 18:37 Rev.: 22419

#2765
- Use StartString2 instead of initValXml.

2 lines of code changed in 2 files:

hudson 2014-09-23 16:25 Rev.: 22418

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

vitalij 2014-09-23 16:10 Rev.: 22417

added test case for #2833

37 lines of code changed in 2 files:

hudson 2014-09-23 15:51 Rev.: 22416

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

vitalij 2014-09-23 15:49 Rev.: 22415

#2833 fixed
- added solver rules for e.g g(.) + f(.)/h(.,x) = 0.0
- improved rule for x^r = x^(1/r)

37 lines of code changed in 1 file:

lochel 2014-09-23 14:27 Rev.: 22414

- update unused interactive stuff

1 lines of code changed in 1 file:

lochel 2014-09-23 13:40 Rev.: 22413

- improve #2614

120 lines of code changed in 6 files:

mwalther 2014-09-23 13:24 Rev.: 22412

- temporarily disabled colord jacobian

1 lines of code changed in 1 file:

wbraun 2014-09-23 12:33 Rev.: 22411

- fix r22410

121519 lines of code changed in 70 files:

wbraun 2014-09-23 11:48 Rev.: 22410

- deactivate dae dumps for symbolic jacobians

173 lines of code changed in 36 files:

perost 2014-09-23 11:44 Rev.: 22409

- Updated fmi test.

13 lines of code changed in 1 file:

niklwors 2014-09-23 11:31 Rev.: 22408

fix in dot array of cpp runtime

1 lines of code changed in 1 file:

vwaurich 2014-09-23 09:31 Rev.: 22407

- added flag to set tolerance for reshuffle algorithm +reshuffle=0/1/2/3

13 lines of code changed in 2 files:

adeas31 2014-09-23 00:28 Rev.: 22404

#2767
- Fixed fmi2GetDerivatives & getReal.
- Added LogCategories to modelDescription.xml

56 lines of code changed in 5 files:

lochel 2014-09-22 19:20 Rev.: 22403

- unfix #2830

3 lines of code changed in 2 files:

hudson 2014-09-22 19:17 Rev.: 22402

commit eeabbede58cb186576e951b0918de156aa503ac5
Author: Hudson Janitor <build@openmodelica.org>
Date: Mon Sep 22 19:02:39 2014 +0200

Bump libraries
- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to aff4984fbe1a6300a75792df750fd4185b5a4820.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/aff4984 aff4984] support for unmeasurable concentrations as redefinition of primary types remove IU displayUnits from Dymola file displayUnits.mos

1 lines of code changed in 1 file:

hudson 2014-09-22 16:51 Rev.: 22401

[Janitor mode] Fix whitespace

20 lines of code changed in 3 files:

niklwors 2014-09-22 16:42 Rev.: 22400

added terminate function to cpp tempalte

194 lines of code changed in 8 files:

jansilar 2014-09-22 16:14 Rev.: 22399

PDE extension experimental solver
working on algebraic variables

89 lines of code changed in 4 files:

vwaurich 2014-09-22 14:22 Rev.: 22398

- changed CauerLowPassSC hpcom test to mcp/pthreads_spin since it fails randomly

2 lines of code changed in 1 file:

vwaurich 2014-09-22 14:01 Rev.: 22397

- added some functions to benchmark exeCosts for tasks in HpcOmSimCodeMain.mo

129 lines of code changed in 1 file:

hudson 2014-09-22 13:31 Rev.: 22396

[Janitor mode] Fix whitespace

5 lines of code changed in 1 file:

mwalther 2014-09-22 13:25 Rev.: 22395

- tabified precompiled header file
- made measure time functionality available for windows (mingw)
- FORCE_INLINE is now defined for gcc and msvc

208 lines of code changed in 7 files:

vitalij 2014-09-22 12:04 Rev.: 22394

- remove cot,coth rulse // not exist in Modelica // thanks Martin
- added some rules for e.g. sin/tan, sinh/tanh

34 lines of code changed in 2 files:

hudson 2014-09-22 11:41 Rev.: 22393

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

lochel 2014-09-22 11:12 Rev.: 22392

- fix #2830

53 lines of code changed in 3 files:

sjoelund.se 2014-09-22 09:29 Rev.: 22391

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

10 lines of code changed in 2 files:

hudson 2014-09-22 09:11 Rev.: 22390

[Janitor mode] Fix whitespace

2 lines of code changed in 2 files:

sjoelund.se 2014-09-22 09:06 Rev.: 22389

#2829 Print errors for missing arguments

11 lines of code changed in 1 file:

vwaurich 2014-09-22 08:48 Rev.: 22388

- removed print message

0 lines of code changed in 1 file:

mwalther 2014-09-22 08:45 Rev.: 22387

- splitted the getInt-Function
- fixed HPCOM of CPP-Runtime

3511 lines of code changed in 4 files:

mwalther 2014-09-22 08:41 Rev.: 22386

- improved error handling
- reactivated colored jacobian

26 lines of code changed in 2 files:

hudson 2014-09-22 08:33 Rev.: 22385

[Janitor mode] Fix whitespace

5 lines of code changed in 2 files:

vwaurich 2014-09-22 08:31 Rev.: 22384

- added variability to record constructors

212 lines of code changed in 9 files:

hudson 2014-09-21 19:17 Rev.: 22383

commit 7916912994f3a9c1b7a77cdbffccfda109790b3c
Author: Hudson Janitor <build@openmodelica.org>
Date: Sun Sep 21 19:03:45 2014 +0200

Bump libraries
- https://github.com/modelica-3rdparty/HelmholtzMedia.git branch master updated to cf4d3b81861bdb23d0752fafd6f82b3e89301920.
* [https://github.com/modelica-3rdparty/HelmholtzMedia/commit/cf4d3b8 cf4d3b8] new tests, contributed by @casella, see issue #22
* [https://github.com/modelica-3rdparty/HelmholtzMedia/commit/41aead4 41aead4] new tests, contributed by @casella, see issue #22
* [https://github.com/modelica-3rdparty/HelmholtzMedia/commit/10608ae 10608ae] changing paths in HelmholtzFluids due to moving Types and Choices
* [https://github.com/modelica-3rdparty/HelmholtzMedia/commit/ee66ce8 ee66ce8] more examples of Dymola AutoFormatting nonsense - even with Advanced.AutoFormatting = false; !!!
* [https://github.com/modelica-3rdparty/HelmholtzMedia/commit/5446261 5446261] some renaming due to moving Types and Choices
* [https://github.com/modelica-3rdparty/HelmholtzMedia/commit/88f7d23 88f7d23] more examples of Dymola AutoFormatting nonsense - even with Advanced.AutoFormatting = false; !!!
* [https://github.com/modelica-3rdparty/HelmholtzMedia/commit/7399a78 7399a78] Types and Choices are now part of Interfaces, not part of Interfaces.PartialHelmholtzMedium
* [https://github.com/modelica-3rdparty/HelmholtzMedia/commit/e1728ac e1728ac] typical examples of Dymola AutoFormatting nonsense - even with Advanced.AutoFormatting = false; !!!

1 lines of code changed in 1 file:

olero 2014-09-21 18:13 Rev.: 22382

blockcall update

8 lines of code changed in 2 files:

hudson 2014-09-21 11:13 Rev.: 22381

[Janitor mode] Fix whitespace

2 lines of code changed in 1 file:

vitalij 2014-09-21 11:11 Rev.: 22380

added rules for sinh,cosh,tanh,coth

60 lines of code changed in 2 files:

hudson 2014-09-21 10:14 Rev.: 22379

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

vitalij 2014-09-21 10:08 Rev.: 22378

added rules for sin, cos, tan, cot

52 lines of code changed in 3 files:

hudson 2014-09-20 19:17 Rev.: 22377

commit 4e4df5fd7d075314440c237b73864419f6268db2
Author: Hudson Janitor <build@openmodelica.org>
Date: Sat Sep 20 19:02:17 2014 +0200

Bump libraries
- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 48fb83e950f9cd5141a1c1247734fe161eb2cc8f.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/48fb83e 48fb83e] FIX: units of heart starling slopes in CardiovascularSystem_GCG

1 lines of code changed in 1 file:

adrpo 2014-09-20 02:55 Rev.: 22376

- don't expect that functions with the same name in different scopes are recursive extends!
- fixes a model that Francesco is working on.

6 lines of code changed in 1 file:

hudson 2014-09-19 19:17 Rev.: 22375

commit 8e76fefee1bace1f4fceb969fbda880a502e6bf0
Author: Hudson Janitor <build@openmodelica.org>
Date: Fri Sep 19 19:03:48 2014 +0200

Bump libraries
- https://github.com/lbl-srg/modelica-buildings.git branch master updated to 12bb3bb186a8e6638872ed3bf946fa9d60c48c17.
* [https://github.com/lbl-srg/modelica-buildings/commit/12bb3bb 12bb3bb] Merge pull request #277 from lbl-srg/issue276_collector
* [https://github.com/lbl-srg/modelica-buildings/commit/76f1c1d 76f1c1d] Changed medium to glycol.
* [https://github.com/lbl-srg/modelica-buildings/commit/b2fad1d b2fad1d] Fix for issue 276

- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 170b84d7ec7175de0333a95897d3d18e332a0d63.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/170b84d 170b84d] added non-SI display units for Dymola: LH,FSH and IhA (not exact, just estimation) removed package with substances definition data

1 lines of code changed in 1 file:

hudson 2014-09-19 16:24 Rev.: 22373

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

jansilar 2014-09-19 16:12 Rev.: 22372

PDE extension
experimental string model finished, arterial model started

210 lines of code changed in 10 files:

mahge930 2014-09-19 16:12 Rev.: 22371

Expected outputs for r22370 and r22357.

70 lines of code changed in 4 files:

mahge930 2014-09-19 15:47 Rev.: 22370

Create correct array types for complex type using the prefix dim info.

9 lines of code changed in 2 files:

lochel 2014-09-19 12:12 Rev.: 22369

- fix minimum capacity for continuous places

214 lines of code changed in 1 file:

hudson 2014-09-19 08:32 Rev.: 22368

commit 2504c3327f5d2db2f5be75a548358fece4dac426
Author: Martin Sj?lund <martin.sjolund@liu.se>
Date: Fri Sep 19 08:28:56 2014 +0200

Bump MSL trunk

1 lines of code changed in 1 file:

hudson 2014-09-18 19:17 Rev.: 22365

commit d465ab44184d8c5eadcd7deb557a44e8e51811b3
Author: Hudson Janitor <build@openmodelica.org>
Date: Thu Sep 18 19:02:35 2014 +0200

Bump libraries
- https://github.com/modelica-3rdparty/BrineProp.git branch master updated to 42b05dd20a8c78560adcbe9dfb95a645e470b184.
* [https://github.com/modelica-3rdparty/BrineProp/commit/42b05dd 42b05dd] Fixed Typos in messages.

- svn/MSL 3.2.1 has been updated to r7862.
* m:r7862 refs #1569: avoid platform dependency of SIZEOF_LONG (and other)Since a build/configure system can not be expected on all platforms all preprocessor size macros are removed and checked at run-time.
* m:r7859 Fix HAVE_MAT_INT64_T / HAVE_MAT_UINT64_T

- svn/MSL trunk uses 7854 but 7863 is available. It FAILED to update using sh ./update-library.sh --omc "omc" --build-dir "build/" --intertrac "m:" --breaks "omlibrary-msl32,omlibrary-reference" --no-dependencies "ModelicaServices" --patchlevel "Complex:-om1,Modelica:-om1,ModelicaServices:-om1" --remove-files "Resources/Library" SVN "https://svn.modelica.org/projects/Modelica/trunk" 7863 "svn/MSL trunk" "Complex trunk" "Modelica trunk" "ModelicaReference trunk" "ModelicaServices trunk" "ModelicaTest trunk"
* m:r7863 refs #1569: avoid platform dependency of SIZEOF_LONG (and other)Since a build/configure system can not be expected on all platforms all preprocessor size macros are removed and checked at run-time.
* m:r7860 Fix HAVE_MAT_INT64_T / HAVE_MAT_UINT64_T
* m:r7858 Fix HAVE_MAT_INT64_T / HAVE_MAT_UINT64_T
* m:r7856 Fixed a typo in the documentation of Math.Matrices.balanceABC
* m:r7855 Added new function Math.Matrices.balanceABC + tests in ModelicaTest.Math.Matrices2b + updated of release notes

- https://github.com/xogeny/ModelicaBook.git branch master updated to a6f7097f322f71392af0b8a90f277e54df975429.
* [https://github.com/xogeny/ModelicaBook/commit/a6f7097 a6f7097] Merge pull request #211 from tbeu/patch-min-max-comment
* [https://github.com/xogeny/ModelicaBook/commit/1bd5d36 1bd5d36] Fix model comment

- svn/Modelica_EmbeddedSystems has been updated to r7861.
* r7861 Controller.Internal.DiscreteStateSpace: Added a default value for an enumeration parameter to avoid a wrong error message during "check"

1 lines of code changed in 1 file:

hudson 2014-09-18 17:45 Rev.: 22364

[Janitor mode] Fix whitespace

10 lines of code changed in 2 files:

adrpo 2014-09-18 17:40 Rev.: 22363

- fix typo in r22359

1 lines of code changed in 1 file:

niklwors 2014-09-18 17:16 Rev.: 22362

fix for some modelica internal functions in cpp template

4135 lines of code changed in 8 files:

hudson 2014-09-18 17:06 Rev.: 22361

[Janitor mode] Fix whitespace

238 lines of code changed in 1 file:

hudson 2014-09-18 17:06 Rev.: 22360

[Janitor mode] Set auto-props

2 lines of code changed in 2 files:

sjoelund.se 2014-09-18 16:56 Rev.: 22359

Fixes compilation

25 lines of code changed in 4 files:

olero 2014-09-18 16:43 Rev.: 22358

block call prototype

954 lines of code changed in 4 files:

sjoelund.se 2014-09-18 16:40 Rev.: 22357

#2801 Propagate visibility to DAE.FUNCTION

55 lines of code changed in 9 files:

hudson 2014-09-18 16:34 Rev.: 22356

[Janitor mode] Fix whitespace

6 lines of code changed in 1 file:

olero 2014-09-18 16:33 Rev.: 22355

block call prototype

8690 lines of code changed in 2 files:

olero 2014-09-18 16:28 Rev.: 22354

block call prototype

30 lines of code changed in 3 files:

sjoelund.se 2014-09-18 14:50 Rev.: 22353

#2823 Speed up replaceLiteralExp for large lists

339 lines of code changed in 3 files:

sjoelund.se 2014-09-18 13:48 Rev.: 22352

#2827 Handle more MM types in code generation

52 lines of code changed in 2 files:

sjoelund.se 2014-09-18 13:13 Rev.: 22351

RML crap

2 lines of code changed in 1 file:

sjoelund.se 2014-09-18 13:04 Rev.: 22350

#2824
- Create new internal foldName and resultName when simplifying reductions with multiple iterators

35 lines of code changed in 2 files:

niklwors 2014-09-18 12:41 Rev.: 22349

deactivated call CVDlsSetDenseJacFn in CVode.cpp

1 lines of code changed in 1 file:

hudson 2014-09-18 11:45 Rev.: 22348

[Janitor mode] Update OMEdit language files

1323 lines of code changed in 9 files:

sjoelund.se 2014-09-18 11:43 Rev.: 22347

#2798 Fix crash when saving models in OMEdit
- A function returning a bool did not return any value, causing the crash
- Enabled compiler warnings since it was suppressed before and warnings are 'very' useful

83 lines of code changed in 10 files:

sjoelund.se 2014-09-18 10:56 Rev.: 22346

Do not re-run antlr every time

7 lines of code changed in 1 file:

vitalij 2014-09-17 21:23 Rev.: 22344

some fixes from static analysis

3 lines of code changed in 2 files:

vitalij 2014-09-17 21:03 Rev.: 22343

keep extrapolate inputs inside bounds

1 lines of code changed in 1 file:

hudson 2014-09-17 19:17 Rev.: 22342

commit d01e772ae2e1008c2173bcc9599bff2171658d5b
Author: Hudson Janitor <build@openmodelica.org>
Date: Wed Sep 17 19:03:05 2014 +0200

Bump libraries
- svn/MSL 3.2.1 has been updated to r7857.
* m:r7857 Fix HAVE_MAT_INT64_T / HAVE_MAT_UINT64_T

- svn/MSL trunk uses 7854 but 7858 is available. It FAILED to update using sh ./update-library.sh --omc "omc" --build-dir "build/" --intertrac "m:" --breaks "omlibrary-msl32,omlibrary-reference" --no-dependencies "ModelicaServices" --patchlevel "Complex:-om1,Modelica:-om1,ModelicaServices:-om1" --remove-files "Resources/Library" SVN "https://svn.modelica.org/projects/Modelica/trunk" 7858 "svn/MSL trunk" "Complex trunk" "Modelica trunk" "ModelicaReference trunk" "ModelicaServices trunk" "ModelicaTest trunk"
* m:r7858 Fix HAVE_MAT_INT64_T / HAVE_MAT_UINT64_T
* m:r7856 Fixed a typo in the documentation of Math.Matrices.balanceABC
* m:r7855 Added new function Math.Matrices.balanceABC + tests in ModelicaTest.Math.Matrices2b + updated of release notes

1 lines of code changed in 1 file:

hudson 2014-09-17 16:51 Rev.: 22341

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

vitalij 2014-09-17 16:49 Rev.: 22340

fixed output from dyn. optimization

3 lines of code changed in 1 file:

niklwors 2014-09-17 13:38 Rev.: 22339

removed includes in CVode.h

3 lines of code changed in 1 file:

hudson 2014-09-17 10:39 Rev.: 22338

[Janitor mode] Fix whitespace

8 lines of code changed in 3 files:

hudson 2014-09-17 10:39 Rev.: 22337

[Janitor mode] Set auto-props

2 lines of code changed in 2 files:

niklwors 2014-09-17 10:28 Rev.: 22336

adapted cpp test for Modelica.Mechanics.Rotational.Examples.Backlash

1 lines of code changed in 2 files:

jansilar 2014-09-17 10:12 Rev.: 22335

PDE extension
experimental string model

655 lines of code changed in 14 files:

niklwors 2014-09-17 10:01 Rev.: 22334

try to fix compiler error for CV_JCallback

1 lines of code changed in 1 file:

sjoelund.se 2014-09-17 09:25 Rev.: 22333

Clean omc_communication.*

4 lines of code changed in 3 files:

sjoelund.se 2014-09-17 08:16 Rev.: 22332

#2822 Also consider derived functions when looking for function to compile

5 lines of code changed in 1 file:

hudson 2014-09-16 19:17 Rev.: 22330

commit ffb561909a1a9d1df769ca57e9822e24151cb271
Author: Hudson Janitor <build@openmodelica.org>
Date: Tue Sep 16 19:02:34 2014 +0200

Bump libraries
- svn/MSL trunk uses 7854 but 7856 is available. It FAILED to update using sh ./update-library.sh --omc "omc" --build-dir "build/" --intertrac "m:" --breaks "omlibrary-msl32,omlibrary-reference" --no-dependencies "ModelicaServices" --patchlevel "Complex:-om1,Modelica:-om1,ModelicaServices:-om1" --remove-files "Resources/Library" SVN "https://svn.modelica.org/projects/Modelica/trunk" 7856 "svn/MSL trunk" "Complex trunk" "Modelica trunk" "ModelicaReference trunk" "ModelicaServices trunk" "ModelicaTest trunk"
* m:r7856 Fixed a typo in the documentation of Math.Matrices.balanceABC
* m:r7855 Added new function Math.Matrices.balanceABC + tests in ModelicaTest.Math.Matrices2b + updated of release notes

- https://github.com/xogeny/ModelicaBook.git branch master updated to 84ed6d29b78e35dd852743e1f267bdfa2a6968e6.
* [https://github.com/xogeny/ModelicaBook/commit/84ed6d2 84ed6d2] Fixes an issue identified in #210

1 lines of code changed in 1 file:

sjoelund.se 2014-09-16 16:51 Rev.: 22328

#2804 Optimize `(x,_,_) = fn(y)` into `x = TSUB(fn(y),1)`.
Triggered some unwanted optimisations/inlining of function calls that were handled by forcing ceval of some function calls in the backend

4184 lines of code changed in 18 files:

hudson 2014-09-16 16:38 Rev.: 22327

[Janitor mode] Fix whitespace

11 lines of code changed in 2 files:

wbraun 2014-09-16 16:35 Rev.: 22326

- fixes for FMI dependencies calculation

58 lines of code changed in 2 files:

vitalij 2014-09-16 16:32 Rev.: 22325

fixed discrete vars and events in dyn. optimization

112 lines of code changed in 5 files:

hudson 2014-09-16 14:54 Rev.: 22323

[Janitor mode] Fix whitespace

2 lines of code changed in 2 files:

lochel 2014-09-16 14:35 Rev.: 22322

- Change some back end data types for base-/sub-clock partitions
- Change some names (e.g., INFERREDCLOCK to INFERRED_CLOCK) to match common code style
- Update expected output

285 lines of code changed in 34 files:

perost 2014-09-16 14:30 Rev.: 22321

- Made Types.matchTypes tail recursive.
- Made Static.elabBuiltinTransition3 not fail.

61 lines of code changed in 2 files:

hudson 2014-09-16 14:21 Rev.: 22320

[Janitor mode] Fix whitespace

35 lines of code changed in 1 file:

niklwors 2014-09-16 14:15 Rev.: 22319

fix in cvode for write output

43 lines of code changed in 1 file:

perost 2014-09-16 10:28 Rev.: 22318

- More listFirst -> listHead.

6 lines of code changed in 6 files:

perost 2014-09-16 10:06 Rev.: 22317

- Fixed bootstrapping implementation of listHead/listRest so that they fail on
empty lists instead of segfaulting (and are named correctly...).

23 lines of code changed in 5 files:

sjoelund.se 2014-09-16 09:50 Rev.: 22316

Update bootstrapping tarball

0 lines of code changed in 1 file:

adrpo 2014-09-15 21:45 Rev.: 22314

- coding style utf-8 without bom use (C) instead of the Copyright sign

3 lines of code changed in 3 files:

hudson 2014-09-15 21:29 Rev.: 22313

[Janitor mode] Fix whitespace

19 lines of code changed in 2 files:

hudson 2014-09-15 21:29 Rev.: 22312

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

bthiele 2014-09-15 21:28 Rev.: 22311

Moved all definitions for "Clock"-Type from Absyn.mo to DAE.mo: Probably cleaner solution since the "Clock" type is not part of the grammar.

Changed some fields in the "ClockKind" to hold values of type "DAE.Exp" as requested by Lennart.

Removed the evaluation of "Clock"-Constructors to "Clock"-Values during elaboration and instead flagged constructors as "impure". This was necessary since by moving everything to DAE.mo I suddenly had cyclic dependencies from Values.mo to DAE.mo. Although it was possible with the bootstrapped compiler to avoid a cyclic dependency error by importing DAE.mo as "protected", that didn't work for the RML compiler. This is, as I learned, because the RML compiler can not handle mutual dependencies.

461 lines of code changed in 15 files:

hudson 2014-09-15 19:17 Rev.: 22310

commit ecf0ab7f8ba7411f74df991afaf89e9998648fea
Author: Hudson Janitor <build@openmodelica.org>
Date: Mon Sep 15 19:02:23 2014 +0200

Bump libraries
- https://github.com/iea-annex60/modelica-annex60.git branch master updated to e79002f98c394e2fcb9eca35324ec5fee1d7e610.
* [https://github.com/iea-annex60/modelica-annex60/commit/e79002f e79002f] Merge pull request #92 from iea-annex60/issue92_media
* [https://github.com/iea-annex60/modelica-annex60/commit/3e231fc 3e231fc] Added start attribute and corrected annotation
* [https://github.com/iea-annex60/modelica-annex60/commit/e7c5072 e7c5072] Added start attribute and corrected annotation

- svn/MSL trunk uses 7854 but 7856 is available. It FAILED to update using sh ./update-library.sh --omc "omc" --build-dir "build/" --intertrac "m:" --breaks "omlibrary-msl32,omlibrary-reference" --no-dependencies "ModelicaServices" --patchlevel "Complex:-om1,Modelica:-om1,ModelicaServices:-om1" --remove-files "Resources/Library" SVN "https://svn.modelica.org/projects/Modelica/trunk" 7856 "svn/MSL trunk" "Complex trunk" "Modelica trunk" "ModelicaReference trunk" "ModelicaServices trunk" "ModelicaTest trunk"
* m:r7856 Fixed a typo in the documentation of Math.Matrices.balanceABC
* m:r7855 Added new function Math.Matrices.balanceABC + tests in ModelicaTest.Math.Matrices2b + updated of release notes

- https://github.com/xogeny/ModelicaBook.git branch master updated to d97fcd70ead639e8211bf44d0ac0b5bd3e05c505.
* [https://github.com/xogeny/ModelicaBook/commit/d97fcd7 d97fcd7] Merge pull request #209 from victe/master
* [https://github.com/xogeny/ModelicaBook/commit/01c0ca3 01c0ca3] Minor typo fix

- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to f7b73e786619a27613f5f92312c57c48d9bbb6a7.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/f7b73e7 f7b73e7] fix of record SubstanceDefinition new function Types.Utilities.UnitConversions.GenerateSubstanceUnits() new icons: Perfusion*, CollapsingVessel, PeripheralCirculation add nominalValue and stateName parameters to some Blocks

1 lines of code changed in 1 file:

adeas31 2014-09-15 14:32 Rev.: 22309

- Updated to FMI 2.0 files.

3 lines of code changed in 3 files:

perost 2014-09-15 12:33 Rev.: 22308

- Added support to partest for reading testcases from a file instead from a
Makefile.

38 lines of code changed in 1 file:

hudson 2014-09-14 19:17 Rev.: 22306

commit 0700937766e763653a14dba245111fefb4149e71
Author: Hudson Janitor <build@openmodelica.org>
Date: Sun Sep 14 19:02:17 2014 +0200

Bump libraries
- svn/MSL trunk uses 7854 but 7856 is available. It FAILED to update using sh ./update-library.sh --omc "omc" --build-dir "build/" --intertrac "m:" --breaks "omlibrary-msl32,omlibrary-reference" --no-dependencies "ModelicaServices" --patchlevel "Complex:-om1,Modelica:-om1,ModelicaServices:-om1" --remove-files "Resources/Library" SVN "https://svn.modelica.org/projects/Modelica/trunk" 7856 "svn/MSL trunk" "Complex trunk" "Modelica trunk" "ModelicaReference trunk" "ModelicaServices trunk" "ModelicaTest trunk"
* m:r7856 Fixed a typo in the documentation of Math.Matrices.balanceABC
* m:r7855 Added new function Math.Matrices.balanceABC + tests in ModelicaTest.Math.Matrices2b + updated of release notes

- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to fc5dde1a9cba59f530283ba1b4ea6822ec69befe.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/fc5dde1 fc5dde1] substance-dependent unit conversions definition of substances with molar mass, IU, GU, formation enthalpy and entropy

1 lines of code changed in 1 file:

perost 2014-09-13 20:43 Rev.: 22305

- Shut up, Hudson.

2 lines of code changed in 1 file:

hudson 2014-09-13 20:32 Rev.: 22304

[Janitor mode] Fix whitespace

2 lines of code changed in 1 file:

vitalij 2014-09-13 20:29 Rev.: 22303

fixed -lv LOG_IPOPT_ERROR for final cosntarints

105 lines of code changed in 4 files:

vitalij 2014-09-13 19:40 Rev.: 22302

some fixes from static analysis

0 lines of code changed in 1 file:

hudson 2014-09-13 19:17 Rev.: 22301

commit 569efd8d915d4d6f972d9dae20ee3f9b1e936dcb
Author: Hudson Janitor <build@openmodelica.org>
Date: Sat Sep 13 19:02:32 2014 +0200

Bump libraries
- https://github.com/lbl-srg/modelica-buildings.git branch master updated to 1f85abd3099dde35c4fca8c4807dde835519393f.
* [https://github.com/lbl-srg/modelica-buildings/commit/1f85abd 1f85abd] Removed compressibility of water and conflicting start values
* [https://github.com/lbl-srg/modelica-buildings/commit/66be8c6 66be8c6] Added start value.
* [https://github.com/lbl-srg/modelica-buildings/commit/7641f0d 7641f0d] Removed access to conditional instance.
* [https://github.com/lbl-srg/modelica-buildings/commit/5f4c65c 5f4c65c] Removed redundant connection
* [https://github.com/lbl-srg/modelica-buildings/commit/8aa0433 8aa0433] Removed invalid protected keyword.
* [https://github.com/lbl-srg/modelica-buildings/commit/f6f09c2 f6f09c2] Set start value to avoid conflicting start values.

- svn/MSL trunk has been updated to r7854.
* m:r7854 Updated release notes
* m:r7853 Added polar variables for the complex magnetic potential difference and flux
* m:r7852 Added more variables in electromagnetic converters
* m:r7851 Added polar variables also in sources
* m:r7850 Code cleaning
* m:r7849 Added polar variables according to #1405
* m:r7848 Added polar quantities, active, reactive, apparent power and power factor in partial interface models to have all these quantities in each component avaliable, see #1405

1 lines of code changed in 1 file:

adrpo 2014-09-13 16:43 Rev.: 22298

- fix bootstrapping

1 lines of code changed in 1 file:

wbraun 2014-09-13 15:47 Rev.: 22297

- fix c compiler warning

2 lines of code changed in 2 files:

hudson 2014-09-13 14:44 Rev.: 22296

[Janitor mode] Fix whitespace

28 lines of code changed in 3 files:

hudson 2014-09-13 14:44 Rev.: 22295

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

wbraun 2014-09-13 14:36 Rev.: 22294

#2764
- FMI: added dependecies feature for derivatives and outputs

- expand sparse pattern structure by transposed sparse pattern

470 lines of code changed in 25 files:

adeas31 2014-09-13 00:36 Rev.: 22293

#2818
- Copy the model's experiment annotation values to the generated FMU.

3 lines of code changed in 1 file:

hudson 2014-09-12 19:17 Rev.: 22292

commit f4cd91a860fcbdc1aa035e60492f56b655f2d24e
Author: Hudson Janitor <build@openmodelica.org>
Date: Fri Sep 12 19:02:26 2014 +0200

Bump libraries
- https://github.com/lbl-srg/modelica-buildings.git branch master updated to aea72e1bc8c88bcbfe78f0d5c2cbb27e94cd514f.
* [https://github.com/lbl-srg/modelica-buildings/commit/aea72e1 aea72e1] Removed white spaces
* [https://github.com/lbl-srg/modelica-buildings/commit/bf6d0cc bf6d0cc] Changed assignment to use vector notation
* [https://github.com/lbl-srg/modelica-buildings/commit/f851391 f851391] Avoided replaceable parameters
* [https://github.com/lbl-srg/modelica-buildings/commit/51e54cc 51e54cc] Added replaceable keyword.
* [https://github.com/lbl-srg/modelica-buildings/commit/58a1a30 58a1a30] Reverted replaceable change.
* [https://github.com/lbl-srg/modelica-buildings/commit/376c667 376c667] Moved declaration.
* [https://github.com/lbl-srg/modelica-buildings/commit/90b5858 90b5858] Small editorial revisions
* [https://github.com/lbl-srg/modelica-buildings/commit/b080089 b080089] Improved documentation and expanded assignment.
* [https://github.com/lbl-srg/modelica-buildings/commit/7b7b0e3 7b7b0e3] Fix for Dymola 2015 FD01 beta1 parameters
* [https://github.com/lbl-srg/modelica-buildings/commit/f8c863f f8c863f] Removed unrequired public keyword

- svn/Modelica_EmbeddedSystems has been updated to r7847.
* r7847 Change copyright notice from 2013 to 2014
* r7846 Changed release number to 2.3.2
* r7845 Added option to plot Bode diagram as db(w) in stead of mag(f)
* r7844 Fixed minor enumeration/enumeration bugs
* r7843 PartialSampledClock:Enumeration1/Enumeration2 equality error corrected
* r7842 Removed obsolete (wrong) import statement

1 lines of code changed in 1 file:

hudson 2014-09-12 14:54 Rev.: 22291

[Janitor mode] Fix whitespace

41 lines of code changed in 3 files:

mwalther 2014-09-12 14:39 Rev.: 22290

- optimized measureTime

3828 lines of code changed in 6 files:

sjoelund.se 2014-09-12 13:40 Rev.: 22289

#2815 Add testcase

27 lines of code changed in 2 files:

sjoelund.se 2014-09-12 13:38 Rev.: 22288

#2815 Handle fold reductions of user-defined functions with polymorphic types
- Also handle folding functions of type A,B->B, if the second argument has a constant default binding

116 lines of code changed in 11 files:

jansilar 2014-09-12 12:46 Rev.: 22287

PDE extension
experimental code

315 lines of code changed in 7 files:

hudson 2014-09-12 09:17 Rev.: 22286

[Janitor mode] Fix whitespace

9 lines of code changed in 3 files:

mwalther 2014-09-12 09:15 Rev.: 22285

- measureTime of CPP-Runtime produces a valid json-file now
- the hpcom json file reader will now exit correctly if the json file is invalid
- fixed a bug in HPCOM-TaskGraph -- the execcosts of the nodes are correctly mapped to the json-file-values
- moved execstat measure commands to the correct locations

66 lines of code changed in 4 files:

hudson 2014-09-11 19:43 Rev.: 22284

commit 066e92cac8353e61e4a8e1a386e4c70a607b1300
Author: Hudson Janitor <build@openmodelica.org>
Date: Thu Sep 11 19:02:30 2014 +0200

Bump libraries
- svn/Modelica_EmbeddedSystems has been updated to r7841.
* r7841 A few minor bug fixes + update of release notes + increment of build-number

1 lines of code changed in 1 file:

adrpo 2014-09-11 17:54 Rev.: 22283

- fix build

1 lines of code changed in 1 file:

perost 2014-09-11 17:18 Rev.: 22282

- Removed dependency on List _tail-functions in Static.

2 lines of code changed in 1 file:

sjoelund.se 2014-09-11 17:05 Rev.: 22279

Add support for threaded reductions using +g=MetaModelica

234 lines of code changed in 24 files:

mkloeppel 2014-09-11 16:54 Rev.: 22278

fix cpp-tests

3740 lines of code changed in 1 file:

hudson 2014-09-11 16:35 Rev.: 22277

[Janitor mode] Fix whitespace

25 lines of code changed in 1 file:

mkloeppel 2014-09-11 16:32 Rev.: 22276

use umfpack only for (very) sparse matrices
fix umfpack test's Makefile

72 lines of code changed in 5 files:

hudson 2014-09-11 15:15 Rev.: 22275

[Janitor mode] Fix whitespace

21 lines of code changed in 10 files:

mahge930 2014-09-11 15:04 Rev.: 22274

+ Propagate dimensions in prefixes so that qualified crefs get the correct type and dimension.
+ Fix wrong uses of subscripts as dimensions.
- Disable non-expanded array compilation test for now. It is broken.

41340 lines of code changed in 49 files:

perost 2014-09-11 14:57 Rev.: 22273

- Implemented isNone/isSome in the bootstrapped compiler.

20 lines of code changed in 6 files:

hudson 2014-09-11 14:36 Rev.: 22272

[Janitor mode] Update OMEdit language files

108 lines of code changed in 9 files:

adeas31 2014-09-11 14:23 Rev.: 22271

- Use the simulation arguments when debugging.
- Use monospaced font for output and logs.

7 lines of code changed in 2 files:

sjoelund.se 2014-09-11 14:16 Rev.: 22270

#2813 Allocate temporary variable used by the for statement *before* generating the body statements (prevents re-use of indexes)

1496 lines of code changed in 2 files:

vwaurich 2014-09-11 14:12 Rev.: 22269

- fix in EvaluateFunctions.mo for empty tuple type in CallAttributes

15 lines of code changed in 1 file:

hudson 2014-09-11 14:04 Rev.: 22268

[Janitor mode] Fix whitespace

4 lines of code changed in 2 files:

niklwors 2014-09-11 13:59 Rev.: 22267

fix for int_max in cpp template

835 lines of code changed in 3 files:

vwaurich 2014-09-11 13:58 Rev.: 22266

- fix for getEventTaskGraph

20 lines of code changed in 1 file:

hudson 2014-09-11 10:44 Rev.: 22265

[Janitor mode] Set auto-props

3 lines of code changed in 3 files:

mwalther 2014-09-11 10:37 Rev.: 22264

- updated cppruntime tests
--> moved umfpack-test out of hpcom-folder

313 lines of code changed in 8 files:

hudson 2014-09-10 20:43 Rev.: 22262

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

sjoelund.se 2014-09-10 20:37 Rev.: 22261

Fix reinit of subscripted crefs

294 lines of code changed in 6 files:

sjoelund.se 2014-09-10 16:22 Rev.: 22258

Generate notifications for invalid typespecs like `list<Real,Real>` already during the Absyn to SCode phase

42 lines of code changed in 2 files:

hudson 2014-09-10 14:52 Rev.: 22257

[Janitor mode] Update OMEdit language files

137 lines of code changed in 9 files:

hudson 2014-09-10 14:52 Rev.: 22256

[Janitor mode] Set auto-props

3 lines of code changed in 3 files:

mkloeppel 2014-09-10 14:39 Rev.: 22255

added umfpack test case

307 lines of code changed in 4 files:

adeas31 2014-09-10 14:36 Rev.: 22254

- Added support for conditional breakpoints.

77 lines of code changed in 10 files:

perost 2014-09-10 14:22 Rev.: 22253

- C99 issues.

2 lines of code changed in 1 file:

perost 2014-09-10 14:13 Rev.: 22252

- Updated OM for FMIL 2.0.

66 lines of code changed in 2 files:

sjoelund.se 2014-09-10 13:47 Rev.: 22251

#2794 Add some error detection for div/mod by zero
- Also added line information to external C functions
- Moved external function includes to a separate file (`Model_includes.h`), and added #line directives so the debugger can point to these lines of code

1597 lines of code changed in 13 files:

hudson 2014-09-10 13:37 Rev.: 22249

[Janitor mode] Fix whitespace

2 lines of code changed in 1 file:

vitalij 2014-09-10 13:20 Rev.: 22248

improved DynamicOptimization.mo

43 lines of code changed in 1 file:

mwalther 2014-09-10 12:40 Rev.: 22245

- disabled always_inline attribute, to fix msvc build

2 lines of code changed in 2 files:

adeas31 2014-09-10 11:59 Rev.: 22244

- Keep arrayLength static inline. Gives performance.
- New function for debugger mmc_gdb_arrayLength.
- Use the new function in OMEdit.

12 lines of code changed in 5 files:

hudson 2014-09-10 11:50 Rev.: 22243

[Janitor mode] Update OMEdit language files

45 lines of code changed in 9 files:

adeas31 2014-09-10 11:45 Rev.: 22242

- Set display C & unknown frames enabled by default.

2 lines of code changed in 1 file:

adeas31 2014-09-10 11:44 Rev.: 22241

- Do not make the arrayLength function static inline.

7 lines of code changed in 2 files:

hudson 2014-09-10 10:38 Rev.: 22240

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

niklwors 2014-09-10 10:13 Rev.: 22239

fix for copy pdb files of cpp runtime

9 lines of code changed in 2 files:

sjoelund.se 2014-09-10 09:59 Rev.: 22238

#2811 Allow iterating over lists in for statements

1591 lines of code changed in 6 files:

mwalther 2014-09-10 08:03 Rev.: 22237

- SimCodeTV.mo was not merged correctly

7 lines of code changed in 1 file:

hudson 2014-09-10 08:00 Rev.: 22236

[Janitor mode] Fix whitespace

2 lines of code changed in 2 files:

hudson 2014-09-10 07:59 Rev.: 22235

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

mwalther 2014-09-10 07:51 Rev.: 22234

- redo changes of rev22212, but this time without circular dependency

477 lines of code changed in 11 files:

hudson 2014-09-09 19:38 Rev.: 22232

commit bbb03a7ae28e6defc61b80fd0d622de1eee94aef
Author: Hudson Janitor <build@openmodelica.org>
Date: Tue Sep 9 19:04:47 2014 +0200

Bump libraries
- https://github.com/modelica-3rdparty/BrineProp.git branch master updated to d5a4aa61ec102762c6046465ba9126254f71f2d3.
* [https://github.com/modelica-3rdparty/BrineProp/commit/d5a4aa6 d5a4aa6] Update documentation added trivial density function to PureWater for compatibility small fixes changed back to own function massToMoleFractions

1 lines of code changed in 1 file:

sjoelund.se 2014-09-09 18:13 Rev.: 22230

#2810 fix segmentation faults on case guards

34 lines of code changed in 3 files:

hudson 2014-09-09 17:42 Rev.: 22229

[Janitor mode] Update OMEdit language files

414 lines of code changed in 9 files:

adeas31 2014-09-09 17:26 Rev.: 22228

- Just a GUI for conditional breakpoints.

65 lines of code changed in 2 files:

hudson 2014-09-09 17:00 Rev.: 22227

[Janitor mode] Update OMEdit language files

99 lines of code changed in 9 files:

hudson 2014-09-09 17:00 Rev.: 22226

[Janitor mode] Fix whitespace

6 lines of code changed in 2 files:

vitalij 2014-09-09 16:53 Rev.: 22225

fixed hessian in dyn. optimization

15 lines of code changed in 2 files:

niklwors 2014-09-09 16:48 Rev.: 22224

fix for append array in cpp runtime

1750 lines of code changed in 3 files:

adeas31 2014-09-09 16:45 Rev.: 22223

- Allow adding ignore count property for breakpoints.
- Handles the -break-after command of gdb.

58 lines of code changed in 11 files:

hudson 2014-09-09 15:06 Rev.: 22222

[Janitor mode] Update OMEdit language files

63 lines of code changed in 9 files:

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

3165 lines of code changed in 42 files:

adeas31 2014-09-09 14:38 Rev.: 22220

- Don't iterate over all items when we have found the correct item.

1 lines of code changed in 1 file:

hudson 2014-09-09 14:33 Rev.: 22218

[Janitor mode] Update OMEdit language files

63 lines of code changed in 9 files:

niklwors 2014-09-09 14:29 Rev.: 22217

deactivated colored Jacobian in cvode

2 lines of code changed in 1 file:

adeas31 2014-09-09 14:27 Rev.: 22216

- Always suspend the debugger if stopped event is caught.

29 lines of code changed in 1 file:

sjoelund.se 2014-09-09 14:21 Rev.: 22215

Revert to r22211

214 lines of code changed in 11 files:

hudson 2014-09-09 14:17 Rev.: 22214

[Janitor mode] Fix whitespace

2 lines of code changed in 2 files:

hudson 2014-09-09 14:16 Rev.: 22213

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

mwalther 2014-09-09 13:55 Rev.: 22212

- improved levelfix-scheduler of HPCOM
- improved measureTime-functionality of cpp-runtime

479 lines of code changed in 11 files:

perost 2014-09-09 13:37 Rev.: 22211

- Reverted accidental commit of wrong file.

110 lines of code changed in 1 file:

perost 2014-09-09 13:31 Rev.: 22210

- Even more fixes.

40 lines of code changed in 2 files:

perost 2014-09-09 13:21 Rev.: 22209

- And some more fixes.

1 lines of code changed in 1 file:

perost 2014-09-09 13:20 Rev.: 22208

- More fixes.

2 lines of code changed in 2 files:

perost 2014-09-09 13:15 Rev.: 22207

- Some more fixes for r22200.

2 lines of code changed in 2 files:

adrpo 2014-09-09 13:09 Rev.: 22206

- fix grep and replace from r22200

2 lines of code changed in 1 file:

adeas31 2014-09-09 12:53 Rev.: 22204

- Open debugger backtrace in text editor.

1 lines of code changed in 1 file:

hudson 2014-09-09 12:51 Rev.: 22203

[Janitor mode] Update OMEdit language files

1008 lines of code changed in 9 files:

adeas31 2014-09-09 12:49 Rev.: 22202

- Delete global QSettings object when application quits.

1 lines of code changed in 1 file:

hudson 2014-09-09 12:46 Rev.: 22201

[Janitor mode] Fix whitespace

10 lines of code changed in 1 file:

perost 2014-09-09 12:44 Rev.: 22200

- Reverted (mostly) the previous commit due to RML grumpiness.

116 lines of code changed in 35 files:

perost 2014-09-09 12:36 Rev.: 22199

- Fixed builtin listEmpty and replaced List.isEmpty with it.

107 lines of code changed in 37 files:

vwaurich 2014-09-09 11:08 Rev.: 22198

- added attr varKind to SimCode.Variable
- some debug print functions

110 lines of code changed in 5 files:

perost 2014-09-09 10:52 Rev.: 22197

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

4484 lines of code changed in 14 files:

adrpo 2014-09-09 09:25 Rev.: 22196

- fix bootstrapping

1 lines of code changed in 1 file:

vitalij 2014-09-09 08:37 Rev.: 22195

improved scaling of goal function in dyn. optimization

16 lines of code changed in 2 files:

hudson 2014-09-09 06:17 Rev.: 22194

[Janitor mode] Update OMEdit language files

2196 lines of code changed in 9 files:

adeas31 2014-09-09 03:14 Rev.: 22191

- Using setIniCodec utf8 with QSettings is important. We might forget to set it if we are creating the instance of QSettings on different locations. Use one QSettings object for whole application.

405 lines of code changed in 14 files:

hudson 2014-09-09 02:28 Rev.: 22189

[Janitor mode] Update OMEdit language files

2340 lines of code changed in 9 files:

adeas31 2014-09-09 02:20 Rev.: 22188

- New options to clear the debugger output & log windows on new run.
- Use the UTF-8 for settings object throughout the application.

104 lines of code changed in 14 files:

hudson 2014-09-08 19:47 Rev.: 22187

commit 6284a65309e73d5538cbecd26785e9011287f8f1
Author: Hudson Janitor <build@openmodelica.org>
Date: Mon Sep 8 19:38:26 2014 +0200

Bump libraries
- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to e260292a41dee9912f17cda5d8b1eadaf22516c0.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/e260292 e260292] prerelease 2.2.0

1 lines of code changed in 1 file:

adrpo 2014-09-08 18:04 Rev.: 22184

- proper MetaModelica (RML) fix (RML doesn't like things thaat start with "_": _complexity)

2 lines of code changed in 1 file:

hudson 2014-09-08 17:48 Rev.: 22183

[Janitor mode] Update OMEdit language files

63 lines of code changed in 9 files:

adeas31 2014-09-08 17:34 Rev.: 22181

- Display message when debugger is stopped because of signal event.

5 lines of code changed in 1 file:

adeas31 2014-09-08 17:27 Rev.: 22180

- Handle the segmentation faults in the debugger.

38 lines of code changed in 2 files:

adrpo 2014-09-08 17:26 Rev.: 22179

- fix MetaModelica (RML) compilation

4 lines of code changed in 1 file:

adeas31 2014-09-08 17:10 Rev.: 22178

- Add -g to CFLAGS if +d=gendebugsymbols is set.

129 lines of code changed in 2 files:

hudson 2014-09-08 17:08 Rev.: 22177

[Janitor mode] Fix whitespace

125 lines of code changed in 2 files:

hudson 2014-09-08 17:08 Rev.: 22176

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

niklwors 2014-09-08 17:03 Rev.: 22175

Activated colored Jacobian in cvode

201 lines of code changed in 2 files:

sjoelund.se 2014-09-08 17:00 Rev.: 22174

#2800
- Rewrote traverseExp and traverseExpTopDown to take a function with 2 inputs and outputs instead of using tuples

5358 lines of code changed in 47 files:

wbraun 2014-09-08 16:39 Rev.: 22173

#2808
- fixed #2808

48 lines of code changed in 4 files:

hudson 2014-09-08 16:28 Rev.: 22172

[Janitor mode] Fix whitespace

2 lines of code changed in 2 files:

perost 2014-09-08 16:22 Rev.: 22171

- Fixed getVars in SimulationResultsCmp so that variable names don't get
corrupted and make the Compare.mos test fail.
- Got rid of Clang warning in optimization runtime.

18 lines of code changed in 2 files:

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.

35378 lines of code changed in 195 files:

vwaurich 2014-09-08 15:37 Rev.: 22169

- fix simpleResistor test

3 lines of code changed in 1 file:

vwaurich 2014-09-08 15:10 Rev.: 22168

- rewritten HpcOmTaskGraph.cutTaskGraph

118 lines of code changed in 1 file:

hudson 2014-09-08 14:12 Rev.: 22167

[Janitor mode] Update OMEdit language files

63 lines of code changed in 9 files:

adeas31 2014-09-08 14:10 Rev.: 22166

- handle the ptrace error while attaching the debugger. Show the ptrace help text.

12 lines of code changed in 1 file:

mwalther 2014-09-08 10:23 Rev.: 22165

- fixed RML build

4 lines of code changed in 1 file:

hudson 2014-09-08 10:00 Rev.: 22164

[Janitor mode] Fix whitespace

2 lines of code changed in 2 files:

mwalther 2014-09-08 09:59 Rev.: 22163

- added var indices to hpcom-communication-object

147 lines of code changed in 3 files:

hudson 2014-09-08 07:53 Rev.: 22162

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

hudson 2014-09-08 07:53 Rev.: 22161

[Janitor mode] Set auto-props

3 lines of code changed in 2 files:

vitalij 2014-09-08 07:46 Rev.: 22160

- fixed start-values in dyn. optimization
- added test

86 lines of code changed in 5 files:

hudson 2014-09-07 19:17 Rev.: 22158

commit ff858d27a83b16171f9ca94b72c704b7c30b899e
Author: Hudson Janitor <build@openmodelica.org>
Date: Sun Sep 7 19:02:49 2014 +0200

Bump libraries
- svn/Modelica_EmbeddedSystems has been updated to r7840.
* r7840 StateSpace -> ZerosAndPoles: Improved algorithm to compute the gain

1 lines of code changed in 1 file:

hudson 2014-09-06 19:17 Rev.: 22156

commit f490a3c8a17c2577e2572692d16f2cc2f90f08e4
Author: Hudson Janitor <build@openmodelica.org>
Date: Sat Sep 6 19:02:54 2014 +0200

Bump libraries
- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 556fe8578e08eee99ea635d02a41c5b73148c165.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/556fe85 556fe85] add: thyrotropin (TSH) international unit add: Xscale to factors (for unit conversions in curves) rename: actualFlow, actualConc,... in Sensors rename and fix: IncrementalFlowConcentrationMeasure

1 lines of code changed in 1 file:

hudson 2014-09-05 19:17 Rev.: 22154

commit 65561ea8707c1270d3bc4cceb6bb1008b80880e5
Author: Hudson Janitor <build@openmodelica.org>
Date: Fri Sep 5 19:03:10 2014 +0200

Bump libraries
- svn/Modelica_EmbeddedSystems has been updated to r7839.
* r7839 Last committ introduced an error, that is fixed here
* r7838 Added missing Enumeration -> Integer cast for legendLocation of plot functions

- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 92cbc90c684e6b9074e3280b7f85f8a840f1d774.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/92cbc90 92cbc90] new: Thermal.Sources.MassInflow rename: Thermal.Components.HeatOutstream to Thermal.Sources.MassOutflow

1 lines of code changed in 1 file:

hudson 2014-09-05 17:51 Rev.: 22153

[Janitor mode] Fix whitespace

3 lines of code changed in 1 file:

niklwors 2014-09-05 17:50 Rev.: 22152

expexted output, fix for min max function in cpp runtime

183 lines of code changed in 16 files:

adrpo 2014-09-05 16:47 Rev.: 22151

- update test

4 lines of code changed in 1 file:

hudson 2014-09-05 16:10 Rev.: 22150

[Janitor mode] Fix whitespace

2 lines of code changed in 1 file:

mahge930 2014-09-05 16:02 Rev.: 22149

+ Move includes from headers to the source files. Reduces binary sizes considerably.
Every package/source includes all the headers it needs individually so there is no need to have the chain includes.

105 lines of code changed in 2 files:

mwalther 2014-09-05 14:26 Rev.: 22148

- fixed measureTime in CPP-Runtime

128 lines of code changed in 4 files:

mkloeppel 2014-09-05 14:10 Rev.: 22147

fix umfpack issues under windows

1 lines of code changed in 1 file:

mwalther 2014-09-05 13:32 Rev.: 22146

- fixed RML-build

2 lines of code changed in 2 files:

hudson 2014-09-05 13:25 Rev.: 22145

[Janitor mode] Fix whitespace

7 lines of code changed in 2 files:

mwalther 2014-09-05 12:52 Rev.: 22144

- removed ASSIGNLOCKTASK and RELEASELOCKTASK and added a new Structure called DEPTASK

4101 lines of code changed in 8 files:

mwalther 2014-09-05 12:50 Rev.: 22143

- removed cpp-tests from hpcom-c-testsuite
- tds-test temporarily disabled

1 lines of code changed in 3 files:

mwalther 2014-09-05 12:43 Rev.: 22142

- removed deinitialization of measure time

2 lines of code changed in 2 files:

hudson 2014-09-05 11:03 Rev.: 22141

[Janitor mode] Fix whitespace

4 lines of code changed in 1 file:

niklwors 2014-09-05 10:55 Rev.: 22140

fix for sum array in cpp template, reverted cvode changes for colored jacobian

1229 lines of code changed in 4 files:

hudson 2014-09-05 10:14 Rev.: 22139

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

mwalther 2014-09-05 10:12 Rev.: 22138

- fixed segfault in measureTime

107 lines of code changed in 2 files:

hudson 2014-09-05 09:12 Rev.: 22137

[Janitor mode] Fix whitespace

119 lines of code changed in 5 files:

niklwors 2014-09-05 09:05 Rev.: 22136

fix for dot and div array in cpp tempalte.Colored Jacobian in cvode of cpp runtime

404 lines of code changed in 8 files:

adrpo 2014-09-05 07:32 Rev.: 22135

- move some c-flags around

2 lines of code changed in 1 file:

bthiele 2014-09-04 17:16 Rev.: 22133

Added clock constant in dispatch for Expression.traverseExpTopDown1

1 lines of code changed in 1 file:

hudson 2014-09-04 16:20 Rev.: 22132

[Janitor mode] Fix whitespace

23 lines of code changed in 6 files:

niklwors 2014-09-04 16:13 Rev.: 22131

fix for promote and transpose array in cpp template

2139 lines of code changed in 7 files:

vitalij 2014-09-04 15:41 Rev.: 22130

added a warning in dyn. optimization

11 lines of code changed in 2 files:

vitalij 2014-09-04 15:05 Rev.: 22129

fixed 22127

3 lines of code changed in 1 file:

hudson 2014-09-04 15:00 Rev.: 22128

[Janitor mode] Set auto-props

3 lines of code changed in 2 files:

vitalij 2014-09-04 14:59 Rev.: 22127

- added protype interface for external state estimation data //important for nmpc loops
- fixed final constraints

159 lines of code changed in 6 files:

jansilar 2014-09-04 12:48 Rev.: 22126

PDE extension
Experimental code for advection eq

106 lines of code changed in 1 file:

lochel 2014-09-04 10:26 Rev.: 22125

- fix sub-clock partitioning (sub-clock indices were twisted due to a wrong listReverse)

22 lines of code changed in 4 files:

hudson 2014-09-04 10:21 Rev.: 22124

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

lochel 2014-09-04 10:14 Rev.: 22123

- new test for sub-clock partitioning, which currently fails due to twisted indices

101 lines of code changed in 2 files:

lochel 2014-09-04 09:41 Rev.: 22122

- conform the buttons to the quit-message of OMShell

4 lines of code changed in 2 files:

vitalij 2014-09-03 22:01 Rev.: 22120

improved derivatives for arctan2 and r^x

6 lines of code changed in 1 file:

hudson 2014-09-03 19:18 Rev.: 22119

commit d3914fdc391d21df45ac9a003288db7dba4e1f58
Author: Hudson Janitor <build@openmodelica.org>
Date: Wed Sep 3 19:03:22 2014 +0200

Bump libraries
- https://github.com/lbl-srg/modelica-buildings.git branch master updated to 79ddc9bfa40c495e01b6b8334640792f22086162.
* [https://github.com/lbl-srg/modelica-buildings/commit/79ddc9b 79ddc9b] Replaced abs() function.
* [https://github.com/lbl-srg/modelica-buildings/commit/e0bdaf7 e0bdaf7] Corrected wrong diameter.

- svn/MSL trunk has been updated to r7837.
* m:r7837 Fixed size restriction on argument of dgehrd. (#1567)
* m:r7836 Fixed size restriction on argument of findLocal_tk. (#1567)

- https://github.com/xogeny/ModelicaBook.git branch master updated to 9c99f6999ba4ee8b527126da00d814726004ad80.
* [https://github.com/xogeny/ModelicaBook/commit/9c99f69 9c99f69] Merge pull request #208 from kdavies4/typofix
* [https://github.com/xogeny/ModelicaBook/commit/ef18720 ef18720] Fix minor typo

1 lines of code changed in 1 file:

hudson 2014-09-03 15:12 Rev.: 22117

[Janitor mode] Update OMEdit language files

45 lines of code changed in 9 files:

adeas31 2014-09-03 15:04 Rev.: 22116

#2797
- Handle the Dialog annotation groupImage attribute.

71 lines of code changed in 2 files:

hudson 2014-09-03 14:16 Rev.: 22115

[Janitor mode] Update OMEdit language files

45 lines of code changed in 9 files:

adeas31 2014-09-03 14:14 Rev.: 22114

- Enable/disable the input field of the parameter based on dialog annotation.

18 lines of code changed in 3 files:

hudson 2014-09-03 12:53 Rev.: 22113

[Janitor mode] Fix whitespace

2 lines of code changed in 1 file:

mwalther 2014-09-03 12:50 Rev.: 22112

- dump graph to graphml can now be influenced with GraphDumpOptions

73 lines of code changed in 4 files:

lochel 2014-09-03 11:30 Rev.: 22111

- conform the buttons to the quit-message of OMNotebook

1 lines of code changed in 1 file:

vitalij 2014-09-03 10:40 Rev.: 22110

- fixed r22109

1 lines of code changed in 1 file:

vitalij 2014-09-03 10:27 Rev.: 22109

- fixed cmake

1 lines of code changed in 1 file:

niklwors 2014-09-03 10:11 Rev.: 22108

added own reference files to cpp runtime msl32 test folder

282 lines of code changed in 585 files:

mkloeppel 2014-09-03 09:34 Rev.: 22107

fix msvc build

3 lines of code changed in 2 files:

hudson 2014-09-02 22:05 Rev.: 22105

[Janitor mode] Fix whitespace

11 lines of code changed in 4 files:

hudson 2014-09-02 22:05 Rev.: 22104

[Janitor mode] Set auto-props

2 lines of code changed in 2 files:

vitalij 2014-09-02 22:03 Rev.: 22103

- support partial final constraint via annotation marker
- added structure for final constraints
- codegen for final constraints
- modification dyn. optimization methode for final constraints
- added tests for final constraints

4213 lines of code changed in 29 files:

hudson 2014-09-02 19:17 Rev.: 22102

commit 0376be7917a4fc461f893847761c27d18ad3affe
Author: Hudson Janitor <build@openmodelica.org>
Date: Tue Sep 2 19:03:15 2014 +0200

Bump libraries
- svn/MSL trunk has been updated to r7835.
* m:r7835 Removed wrongly used each in a declaration of a modifier to a scalar record in both files/packages. This fixes #1561 in trunk.

- https://github.com/xogeny/ModelicaBook.git branch master updated to d2a61c4c0301c07661b845fc4332552b0d4874cf.
* [https://github.com/xogeny/ModelicaBook/commit/d2a61c4 d2a61c4] Update to use the latest interface definition (which includes errors)

1 lines of code changed in 1 file:

hudson 2014-09-02 17:46 Rev.: 22101

[Janitor mode] Fix whitespace

7 lines of code changed in 2 files:

niklwors 2014-09-02 17:31 Rev.: 22100

fix for cat array function in cpp template

286 lines of code changed in 6 files:

bthiele 2014-09-02 16:32 Rev.: 22099

Cleaned up code

65 lines of code changed in 2 files:

mwalther 2014-09-02 16:04 Rev.: 22098

- fixed measure time linker error (GCC)

52 lines of code changed in 5 files:

mkloeppel 2014-09-02 15:56

fix build

3 lines of code changed in 2 files:

mkloeppel 2014-09-02 15:49 Rev.: 22095

umfpack related changes to Makefiles and CMake scripts

89 lines of code changed in 3 files:

mwalther 2014-09-02 15:40 Rev.: 22094

- fixed clang build

8 lines of code changed in 1 file:

mwalther 2014-09-02 15:29 Rev.: 22093

- some more clang error fixes

11 lines of code changed in 2 files:

mwalther 2014-09-02 15:03 Rev.: 22092

- fix clang build

1 lines of code changed in 1 file:

hudson 2014-09-02 14:47 Rev.: 22091

[Janitor mode] Fix whitespace

13 lines of code changed in 3 files:

mwalther 2014-09-02 14:45 Rev.: 22090

- separated the communication variables of hpcom into int, float and bool

544 lines of code changed in 6 files:

hudson 2014-09-02 14:01 Rev.: 22089

[Janitor mode] Fix whitespace

14 lines of code changed in 1 file:

RuedKamp 2014-09-02 14:00 Rev.: 22088

-fixed an error concerning colored Jacobians

17 lines of code changed in 1 file:

hudson 2014-09-02 12:17 Rev.: 22087

[Janitor mode] Fix whitespace

2 lines of code changed in 1 file:

RuedKamp 2014-09-02 12:13

-fixed an error concerning colored Jacobians

11 lines of code changed in 2 files:

RuedKamp 2014-09-02 11:09 Rev.: 22084

-fixed an error concerning colored Jacobians

35 lines of code changed in 1 file:

RuedKamp 2014-09-02 10:56 Rev.: 22083

-fixed an error concerning colored Jacobians

7 lines of code changed in 1 file:

adrpo 2014-09-02 02:33 Rev.: 22081

- fix bootstrapping

0 lines of code changed in 1 file:

bthiele 2014-09-01 20:34 Rev.: 22079

Improved the elaboration of state machine operators

127 lines of code changed in 3 files:

hudson 2014-09-01 19:17 Rev.: 22078

commit 8dfe01dcda50fcfd03bd0183e4ccff5006be7a6b
Author: Hudson Janitor <build@openmodelica.org>
Date: Mon Sep 1 19:03:05 2014 +0200

Bump libraries
- https://github.com/xogeny/ModelicaBook.git branch master updated to ca61d5cf730c59bb855f44c08612050519a882a1.
* [https://github.com/xogeny/ModelicaBook/commit/ca61d5c ca61d5c] Got rid of buffers and just redirect to screen
* [https://github.com/xogeny/ModelicaBook/commit/c47341d c47341d] Added two missing dependencies
* [https://github.com/xogeny/ModelicaBook/commit/3db2f21 3db2f21] Worked out a scheme to handle complex invocations

1 lines of code changed in 1 file:

hudson 2014-09-01 16:36 Rev.: 22077

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

RuedKamp 2014-09-01 16:04 Rev.: 22076

- colored Jacobians

6 lines of code changed in 1 file:

perost 2014-09-01 15:44 Rev.: 22074

- Fixed CodegenCpp (no german characters please).

134 lines of code changed in 2 files:

adeas31 2014-09-01 15:31 Rev.: 22073

#2796
- Use UTF-8 so that HTML entities render correctly.

4 lines of code changed in 2 files:

RuedKamp 2014-09-01 15:31 Rev.: 22072

- colored Jacobians

1788 lines of code changed in 1 file:

hudson 2014-09-01 15:15 Rev.: 22071

[Janitor mode] Fix whitespace

152 lines of code changed in 2 files:

RuedKamp 2014-09-01 15:04

- colored Jacobians

468 lines of code changed in 2 files:

perost 2014-09-01 14:10 Rev.: 22068

- Revert bad change to RedeclareVisibility2 test and move it to failing tests.

12 lines of code changed in 3 files:

hudson 2014-09-01 13:56 Rev.: 22067

[Janitor mode] Fix whitespace

3 lines of code changed in 1 file:

perost 2014-09-01 13:28 Rev.: 22066

Fix for #2793:
- Hack to handle messed up cref types when checking subscript bounds for connects.

58 lines of code changed in 3 files:

hudson 2014-09-01 13:16 Rev.: 22065

[Janitor mode] Fix whitespace

4 lines of code changed in 1 file:

niklwors 2014-09-01 13:15 Rev.: 22064

fix for fill_array in cpp template

113 lines of code changed in 2 files:

perost 2014-09-01 11:27 Rev.: 22063

- Added testcase for #2790 also.

22 lines of code changed in 2 files:

hudson 2014-09-01 11:26 Rev.: 22062

[Janitor mode] Fix whitespace

3 lines of code changed in 1 file:

perost 2014-09-01 11:24 Rev.: 22061

Fix for #2790:
- Implemented type checking of array dimensions for array modifiers.
- Fixed Types.getDimensionNth to work for all kinds of dimension configurations.

104 lines of code changed in 2 files:

adrpo 2014-09-01 06:45 Rev.: 22060

- fix bootstrapping

12 lines of code changed in 1 file:

August 2014 »

Generated by StatSVN 0.7.0