February 2014 Commit Log

Number of Commits:
425
Number of Active Developers:
16
lochel 2014-02-28 23:58 Rev.: 19357

- typo

2 lines of code changed in 1 file:

hudson 2014-02-28 20:17 Rev.: 19356

commit fdec672184e58404089ecf64465ec5d680b25708
Author: Hudson Janitor <build@openmodelica.org>
Date: Fri Feb 28 19:02:58 2014 +0100

Bump libraries
- svn/MSL 3.2.1 uses 7274 but 7289 is available. It was pinned to the old revision and will not be updated.
* m:r7289 Added boolean offStart parameter to thyristor model in order to enable all initial conditions in simulation examples
* m:r7281 AHaumer: parameter default VKnee=0 for Electrical.Analog.Ideal.7IdealDiode, IdealThyristor, IdealGTOThristor0
* m:r7280 AHaumer: start values for integrator states of Blocks.Math.{RectifiedMean, RootMeanSquare, Harmonic} (maintenance 3.2.1 and trunk)
* m:r7274 This fixes #1390 for 3.2.1 build 3

- svn/MSL trunk has been updated to r7360.
* m:r7360 make cppcheck happy
* m:r7332 AHaumer: added function factorY2DC in Modelica.Electrical.MultiPhase

1 lines of code changed in 1 file:

adeas31 2014-02-28 18:12 Rev.: 19355

- Avoid index out of range errors.

22 lines of code changed in 1 file:

lochel 2014-02-28 17:42 Rev.: 19354

- recover r19259 and r19260

4 lines of code changed in 1 file:

hudson 2014-02-28 16:55 Rev.: 19353

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

sjoelund.se 2014-02-28 16:47 Rev.: 19351

Partial changes for the new build system with more fine-grained dependency analysis
- Sort of works already (generates C-code), but a few tweaks will be needed to sort out all dependencies (headers still #include other modules; we want them to be more independent)
- Need to move files from testsuite to Compiler/ or somewhere nicer

177 lines of code changed in 12 files:

wbraun 2014-02-28 13:36 Rev.: 19350

- remove algorithms completely, if all statement are removed.

3 lines of code changed in 1 file:

vwaurich 2014-02-28 12:45 Rev.: 19349

- detect loops that form loops, updated test

24 lines of code changed in 2 files:

hudson 2014-02-28 04:00 Rev.: 19348

[Janitor mode] Fix tabs

22 lines of code changed in 1 file:

wbraun 2014-02-28 03:52 Rev.: 19347

- added config flag for genaration of symbolic jacobian and linearization

306 lines of code changed in 7 files:

wbraun 2014-02-28 02:11 Rev.: 19346

- fixed function differentiation for protected variables

15 lines of code changed in 1 file:

adrpo 2014-02-28 01:30 Rev.: 19345

- fix coding style
* UTF8 encoding (mahge930 please set your workspace to UTF8 no BOM in Eclipse).

3 lines of code changed in 1 file:

hudson 2014-02-27 18:49 Rev.: 19344

[Janitor mode] Set auto-props

68 lines of code changed in 2 files:

mahge930 2014-02-27 18:21 Rev.: 19343

+ Let the scheduler implement it's own executor.

292 lines of code changed in 14 files:

sjoelund.se 2014-02-27 17:57 Rev.: 19342

Working on faster workflow for the bootstrapped compiler
- Adding exportKind=OpenModelica.Scripting.ExportKind.MetaModelicaInterface to the list() interface (to be tuned)
- Removed Makefile.sources (generated automatically during the build process)
- Generate interface files to use for more fine-grained dependency analysis (no comments, etc)
- We should be able to generate good enough signature files that we only need to load a small set of signature files to compile a package (instead of requiring all full files be used)

281 lines of code changed in 12 files:

adeas31 2014-02-27 14:40 Rev.: 19341

- Updated pdf file of users guide.

0 lines of code changed in 2 files:

hudson 2014-02-27 14:14 Rev.: 19340

[Janitor mode] Fix tabs

53 lines of code changed in 1 file:

mwalther 2014-02-27 14:13 Rev.: 19339

- try to fix hpcom tests a second time

3 lines of code changed in 3 files:

vwaurich 2014-02-27 14:11 Rev.: 19338

- output graphml for every equation system
- fixed bug at partitionBipartiteGraph

64 lines of code changed in 1 file:

mwalther 2014-02-27 13:58 Rev.: 19337

- try to fix hpcom tests

19 lines of code changed in 1 file:

sjoelund.se 2014-02-27 13:23 Rev.: 19336

Send options to SCodeDumpTpl. Replace some old unparsing functions with the template ones.

12410 lines of code changed in 40 files:

mwalther 2014-02-27 11:44 Rev.: 19335

- fix for ?No rule to make target `../../../build/include/omc/c/OpenModelicaBootstrappingHeader.h', needed by `main_record.o?? when linking bootstrapper with mingw

2 lines of code changed in 1 file:

mwalther 2014-02-27 11:37 Rev.: 19334

- GraphMLNew.mo removed from trunk

0 lines of code changed in 1 file:

petfr 2014-02-27 11:24 Rev.: 19333

Further updates of the Debugger chapter especially the equation-based debugger.

0 lines of code changed in 1 file:

mwalther 2014-02-27 11:02 Rev.: 19332

- try to fix bootstrapper

3 lines of code changed in 1 file:

sjoelund.se 2014-02-27 10:58 Rev.: 19331

Increase JS memory to 768MB

2 lines of code changed in 2 files:

hudson 2014-02-27 10:58 Rev.: 19330

[Janitor mode] Fix tabs

27 lines of code changed in 1 file:

hudson 2014-02-27 10:58 Rev.: 19329

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

mwalther 2014-02-27 10:43 Rev.: 19328

- moved the GraphML-Module to Unused/GraphMLOld.mo
- renamed the GraphMLNew-module to GraphML
- added some memory management logic to HpcomSimCode
- cleaned up the HpcomTaskGraph-Module

2758 lines of code changed in 13 files:

hudson 2014-02-27 09:51 Rev.: 19327

[Janitor mode] Fix tabs

56 lines of code changed in 1 file:

mwalther 2014-02-27 09:46 Rev.: 19326

- changed GraphML-Dump to GraphMLNew-Dump

232 lines of code changed in 1 file:

vwaurich 2014-02-27 09:43 Rev.: 19325

- some resolveLoops changes
(resolveloops_main as matchcontinue, heuristic to priorize the equations that could be replaced)

132 lines of code changed in 1 file:

sjoelund.se 2014-02-26 23:40 Rev.: 19323

#2603
- Handle escaping strings where the string-length does not change

49 lines of code changed in 3 files:

hudson 2014-02-26 21:10 Rev.: 19322

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

sjoelund.se 2014-02-26 21:06 Rev.: 19321

- Copy expat.h at the correct place

3 lines of code changed in 1 file:

adeas31 2014-02-26 20:43 Rev.: 19320

- Removed the OPC section. This is not supported by current release and should not be part of users guide.
- Created a new document for it.

752 lines of code changed in 3 files:

adeas31 2014-02-26 20:15 Rev.: 19319

- Added a section "How to use the OpenModelica Equation-based Debugger".

0 lines of code changed in 2 files:

sjoelund.se 2014-02-26 19:57 Rev.: 19318

By default: do not output protected variables to result-file
- To override: Add simflags="-emit_protected"
- The library testing now adds -emit_protected if the compareVars is non-empty (and adds a variableFilter to only output these variables)

475 lines of code changed in 273 files:

hudson 2014-02-26 18:00 Rev.: 19317

[Janitor mode] Fix tabs

20 lines of code changed in 2 files:

vitalij 2014-02-26 17:58 Rev.: 19316

- fixed input update
- improve interpolation for input
- improve initial guess

124 lines of code changed in 8 files:

vitalij 2014-02-26 15:57 Rev.: 19315

- improve initial guess

6 lines of code changed in 1 file:

hudson 2014-02-26 14:30 Rev.: 19314

[Janitor mode] Fix tabs

5 lines of code changed in 2 files:

vitalij 2014-02-26 14:04 Rev.: 19313

- dev functionality for ploting structure of jac and hessian matrix

56 lines of code changed in 3 files:

sjoelund.se 2014-02-26 13:41 Rev.: 19312

Refactoring

4 lines of code changed in 1 file:

sjoelund.se 2014-02-26 13:17 Rev.: 19311

Refactor code (remove duplicate sections)

91 lines of code changed in 1 file:

sjoelund.se 2014-02-26 10:04 Rev.: 19310

Convert from int buffer to string; the nodejs function does not accept int buffers

6 lines of code changed in 2 files:

sjoelund.se 2014-02-26 08:43 Rev.: 19309

- JavaScript target: Use separate xml-files instead of embedding in the JS
- Backend: Propagate "protected" boolean to SimCode

167 lines of code changed in 10 files:

mwalther 2014-02-25 17:08 Rev.: 19308

- adapted hpcom code to the cpp - class structure

716 lines of code changed in 2 files:

mwalther 2014-02-25 16:01 Rev.: 19307

- openmp parallel code for all hpcom-scheduler now available

1219 lines of code changed in 2 files:

sjoelund.se 2014-02-25 15:36 Rev.: 19306

Add a "play" button to run a javascript-based simulation in the browser

15 lines of code changed in 1 file:

sjoelund.se 2014-02-25 14:14 Rev.: 19305

Updated CodegenC.mo to match the tpl-file

1 lines of code changed in 1 file:

hudson 2014-02-25 13:49 Rev.: 19304

[Janitor mode] Fix tabs

1 lines of code changed in 1 file:

vitalij 2014-02-25 13:42 Rev.: 19303

- improve initial guess

18 lines of code changed in 1 file:

mwalther 2014-02-25 13:07 Rev.: 19302

- try to fix clang test

2 lines of code changed in 1 file:

vwaurich 2014-02-25 12:06 Rev.: 19301

- changed handling of loops with variable-crossNodes (resolveLoops)

66 lines of code changed in 1 file:

sjoelund.se 2014-02-25 11:38 Rev.: 19300

make emcc now downloads a minimal set of mdpad files

10 lines of code changed in 1 file:

vitalij 2014-02-25 11:25 Rev.: 19299

- improve initail guess

11 lines of code changed in 1 file:

mwalther 2014-02-25 10:34 Rev.: 19298

- try to fix bootstrapper (forgot to upload one file)

2 lines of code changed in 1 file:

mwalther 2014-02-25 10:31 Rev.: 19297

- try to fix bootstrapper

10 lines of code changed in 5 files:

mwalther 2014-02-25 09:48 Rev.: 19296

- the cpp runtime can now be debugged with the g++ by adding "-D CMAKE_BUILD_TYPE=RelWithDebInfo" to the cmake file
- changed System.mo:getOMPCCompiler -> System.mo:getOMPFlag to use the openmp-flag for the cpp runtime, too
- added a new method to GraphMLNew.mo to get an attribute by name and target type
- added hpcom level scheduling support to the cpp runtime

3840 lines of code changed in 13 files:

hudson 2014-02-25 08:42 Rev.: 19295

[Janitor mode] Fix tabs

3 lines of code changed in 1 file:

vitalij 2014-02-25 08:34 Rev.: 19294

- added pre simulation for optimization
- using startTime from Optimica

188 lines of code changed in 6 files:

sjoelund.se 2014-02-25 08:32 Rev.: 19293

make emcc in the root directory now installs all the dependencies

7 lines of code changed in 2 files:

sjoelund.se 2014-02-25 08:23 Rev.: 19292

- Partially revert r19289 (broken bootstrapping tarball)
- Fix JavaScript target
- Fix bootstrapping

4 lines of code changed in 4 files:

adrpo 2014-02-25 07:59 Rev.: 19291

- update cpp tests

2859 lines of code changed in 104 files:

adrpo 2014-02-25 06:40 Rev.: 19290

Fix bug: #2412
- propagate program inside CACHE so we have access to it even if there is not symbol table available.

62 lines of code changed in 4 files:

adrpo 2014-02-25 05:37 Rev.: 19289

- update bootstrapping tar

1 lines of code changed in 2 files:

adrpo 2014-02-25 05:11 Rev.: 19288

- winter cleanup (preparing for front-end changes)
* deprecate +scodeInstShortcut
* moved Compiler/FrontEnd/F*.mo to Compiler/Unused
* disabled Modelica.Media.Examples.R134a.* for now as it used +scodeInstShortcut and didn't work anyway.

9576 lines of code changed in 33 files:

sjoelund.se 2014-02-25 00:02 Rev.: 19287

Disable the link-time optimizer. Download the binary files when doing make emcc

26 lines of code changed in 7 files:

sjoelund.se 2014-02-24 21:37 Rev.: 19286

Add description to FMU

7 lines of code changed in 2 files:

hudson 2014-02-24 20:11 Rev.: 19285

commit 28d654cedc88ab47f9fae578e233e7e06c66f27f
Author: Hudson Janitor <build@openmodelica.org>
Date: Mon Feb 24 19:03:06 2014 +0100

Bump libraries
- svn/MSL 3.2.1 uses 7274 but 7289 is available. It was pinned to the old revision and will not be updated.
* m:r7289 Added boolean offStart parameter to thyristor model in order to enable all initial conditions in simulation examples
* m:r7281 AHaumer: parameter default VKnee=0 for Electrical.Analog.Ideal.7IdealDiode, IdealThyristor, IdealGTOThristor0
* m:r7280 AHaumer: start values for integrator states of Blocks.Math.{RectifiedMean, RootMeanSquare, Harmonic} (maintenance 3.2.1 and trunk)
* m:r7274 This fixes #1390 for 3.2.1 build 3

- svn/MSL trunk has been updated to r7332.
* m:r7332 AHaumer: added function factorY2DC in Modelica.Electrical.MultiPhase
* m:r7330 AHaumer: added function factorY2D in Electrical.MultiPhase

1 lines of code changed in 1 file:

sjoelund.se 2014-02-24 20:03 Rev.: 19284

Add description to the _init.xml

160 lines of code changed in 17 files:

sjoelund.se 2014-02-24 15:45 Rev.: 19283

More information in the logs

1 lines of code changed in 1 file:

sjoelund.se 2014-02-24 15:14 Rev.: 19282

Update legend

2 lines of code changed in 1 file:

perost 2014-02-24 14:51 Rev.: 19281

- Fixed character encoding.

9 lines of code changed in 3 files:

sjoelund.se 2014-02-24 14:42 Rev.: 19280

Copy to .so-files as expected

3 lines of code changed in 1 file:

mwalther 2014-02-24 14:28 Rev.: 19279

- pthreads_spinlocks are working again in hpcom

2 lines of code changed in 2 files:

vwaurich 2014-02-24 13:57 Rev.: 19278

- fixed small bug at resolveLoops (traverse partitions)

2 lines of code changed in 1 file:

sjoelund.se 2014-02-24 13:22 Rev.: 19277

Create the xml-file and then convert it to a C literal since Susan performance suffers if we do it in memory

294 lines of code changed in 13 files:

hudson 2014-02-24 12:42 Rev.: 19276

[Janitor mode] Fix tabs

1 lines of code changed in 1 file:

hudson 2014-02-24 12:41 Rev.: 19275

[Janitor mode] Set auto-props

631 lines of code changed in 6 files:

mahge930 2014-02-24 12:39 Rev.: 19274

+ Added automatic parallelization implementation.
- A generic task system.
- A generic level scheduler.
- Model representation for OM models.
- An interface for OM model runtime.
- support for loading model info from XML. Compile time loading to come.
- dumping system graphs to graphviz and graphml formats.

13 lines of code changed in 20 files:

vwaurich 2014-02-24 10:40 Rev.: 19273

- do not test AmplifierWithOpAmpDetailed because its wrong anyway

1 lines of code changed in 1 file:

perost 2014-02-24 10:38 Rev.: 19272

Fix for #2593:
- Fix circuit in IfClause.onb of DrModelica.

6 lines of code changed in 1 file:

hudson 2014-02-24 10:25 Rev.: 19271

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

vwaurich 2014-02-24 10:23 Rev.: 19270

- updated resolveLoops tests

98 lines of code changed in 8 files:

vwaurich 2014-02-24 10:04 Rev.: 19269

- changed evaluateLoop function for resolveLoops

11 lines of code changed in 1 file:

lochel 2014-02-24 09:40 Rev.: 19268

- revert r19259 and r19260, because it breaks the optimization

7 lines of code changed in 1 file:

adrpo 2014-02-24 04:15 Rev.: 19267

- fix typo

1 lines of code changed in 1 file:

hudson 2014-02-24 01:15 Rev.: 19265

[Janitor mode] Fix tabs

2 lines of code changed in 1 file:

vitalij 2014-02-24 00:56 Rev.: 19264

- seperate output file for inputs vars

16 lines of code changed in 1 file:

lochel 2014-02-24 00:37 Rev.: 19263

new warnings for alias sets with different nominal values
- maybe this should be hidden per default and only displayed with some new flag

4304 lines of code changed in 136 files:

lochel 2014-02-23 22:50 Rev.: 19262

- minor simplifications
- change "Alias set with several start values" warning

1272 lines of code changed in 36 files:

hudson 2014-02-23 20:23 Rev.: 19261

commit 3f07ed23a48d0f3c42bea13022989897bbb7a37a
Author: Hudson Janitor <build@openmodelica.org>
Date: Sun Feb 23 19:04:33 2014 +0100

Bump libraries
- svn/MSL 3.2.1 uses 7274 but 7289 is available. It was pinned to the old revision and will not be updated.
* m:r7289 Added boolean offStart parameter to thyristor model in order to enable all initial conditions in simulation examples
* m:r7281 AHaumer: parameter default VKnee=0 for Electrical.Analog.Ideal.7IdealDiode, IdealThyristor, IdealGTOThristor0
* m:r7280 AHaumer: start values for integrator states of Blocks.Math.{RectifiedMean, RootMeanSquare, Harmonic} (maintenance 3.2.1 and trunk)
* m:r7274 This fixes #1390 for 3.2.1 build 3

- svn/MSL trunk has been updated to r7330.
* m:r7330 AHaumer: added function factorY2D in Electrical.MultiPhase
* m:r7293 Fixes #1422 in trunk. Need to merge to branch as well

1 lines of code changed in 1 file:

lochel 2014-02-23 20:08 Rev.: 19260

- move initSample call

3 lines of code changed in 1 file:

lochel 2014-02-23 19:45 Rev.: 19259

- remove obsolete workaround

1 lines of code changed in 1 file:

lochel 2014-02-23 19:01 Rev.: 19258

- remove obsolete workaround

2 lines of code changed in 2 files:

sjoelund.se 2014-02-23 12:59 Rev.: 19257

Add target to build libModelicaExternalC and libModelicaTables using the JS implementation

21 lines of code changed in 4 files:

lochel 2014-02-22 23:55 Rev.: 19255

- fix *_init.xml file generation for variable attributes
- fix #2597
- fix #2601

1415 lines of code changed in 7 files:

lochel 2014-02-22 20:01 Rev.: 19254

- move some post-initialization procedures
- change stream for a assertion notification

13 lines of code changed in 5 files:

sjoelund.se 2014-02-22 17:19 Rev.: 19253

JavaScript performance - less setjmp (limited max number of setjmp allowed in emscripten)

11 lines of code changed in 5 files:

hudson 2014-02-22 14:19 Rev.: 19252

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

sjoelund.se 2014-02-22 14:17 Rev.: 19251

Some updates to the JavaScript target
- pre.js is now included with the omc sources
- It is now possible to use nodejs to run the generated code. An executable wrapper script is generated and the simulate() command now works
- The XML files are embedded within the JS code now (just like we do for FMI)
- We use -override arguments to pass stopTime,stepSize,tolerance and outputFormat instead of a full xml-file in a virtual file system

4686 lines of code changed in 13 files:

vitalij 2014-02-22 13:07 Rev.: 19250

- improve output
- modefiy example final parameter in parameter

18 lines of code changed in 4 files:

lochel 2014-02-22 12:50 Rev.: 19249

- fix incompatible pointer types

4 lines of code changed in 2 files:

bbachmann 2014-02-22 09:04 Rev.: 19248

Fixed output format

1 lines of code changed in 1 file:

vitalij 2014-02-22 00:49 Rev.: 19247

- changes from Willi for r19242

49 lines of code changed in 1 file:

vitalij 2014-02-22 00:21 Rev.: 19246

- changes from Willi for r19242

4 lines of code changed in 1 file:

sjoelund.se 2014-02-21 21:39 Rev.: 19245

Use the chosen stopTime, etc in the javascript .md template

31 lines of code changed in 2 files:

hudson 2014-02-21 20:39 Rev.: 19244

[Janitor mode] Fix tabs

1 lines of code changed in 1 file:

vitalij 2014-02-21 20:31 Rev.: 19243

- improved preliminary functionality for external input file
- initial point
- added missing .h file to Makefile


3314 lines of code changed in 9 files:

wbraun 2014-02-21 18:39 Rev.: 19242

- fixed solving tuples for correct variable
- that break some avm models, but there for we need to fix ticket(#2599)

46 lines of code changed in 1 file:

hudson 2014-02-21 15:44 Rev.: 19241

[Janitor mode] Set auto-props

184 lines of code changed in 3 files:

vwaurich 2014-02-21 15:35 Rev.: 19240

- added new resolveLoops tests

275 lines of code changed in 5 files:

lochel 2014-02-21 15:35 Rev.: 19239

- fix nominal values for the *_init.xml file (see #2597)

210 lines of code changed in 8 files:

sjoelund.se 2014-02-21 14:51 Rev.: 19238

#2555
- Enforce casting of the value of a binding, in addition to the expression

87 lines of code changed in 4 files:

hudson 2014-02-21 13:49 Rev.: 19237

[Janitor mode] Fix tabs

4 lines of code changed in 1 file:

bbachmann 2014-02-21 13:47 Rev.: 19236

- improved preliminary functionality for external input file

21 lines of code changed in 1 file:

vwaurich 2014-02-21 12:45 Rev.: 19235

for resolveLoops: - rewrote sortPathAsChain - bugfix at replacing heuristic

83 lines of code changed in 1 file:

sjoelund.se 2014-02-21 12:04 Rev.: 19234

Use omc_error instead of the simulation streams (since expressions can be called from the function run-time)

7 lines of code changed in 3 files:

sjoelund.se 2014-02-21 10:38 Rev.: 19233

Do some run-time array bounds checking

2 lines of code changed in 1 file:

vwaurich 2014-02-21 10:28 Rev.: 19232

- dump graphML after resolvingLoops
- resolve paths which connect 2 simple loops
- bugfix for sortPaths

87 lines of code changed in 1 file:

hudson 2014-02-21 09:37 Rev.: 19229

[Janitor mode] Fix tabs

56 lines of code changed in 2 files:

hudson 2014-02-21 09:37 Rev.: 19228

[Janitor mode] Set auto-props

2 lines of code changed in 2 files:

vitalij 2014-02-21 09:35 Rev.: 19227

- added functionality: read external input from csv for dassl and optimization
- for cheking input or initial optimization

193 lines of code changed in 8 files:

adrpo 2014-02-21 05:28 Rev.: 19226

- additional rewrite rules support
this is only applied via dumpXMLDAE with a rewriteRulesFile set.
new interface:
rewriteFrontEnd(from, to) or rewrite(from, to) -> applied on front-end expressions
rewriteBackEnd(from, to) -> applied to back-end expressions before writing them to the .xml

1130 lines of code changed in 5 files:

wbraun 2014-02-21 02:02 Rev.: 19225

- revert r19222 for now, since some other issues raised with it

9 lines of code changed in 2 files:

hudson 2014-02-21 00:08 Rev.: 19224

[Janitor mode] Fix tabs

1 lines of code changed in 1 file:

hudson 2014-02-21 00:08 Rev.: 19223

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

wbraun 2014-02-21 00:07 Rev.: 19222

- fixed solving tuples for correct variable
- added more cases for solving tuples

118 lines of code changed in 3 files:

sjoelund.se 2014-02-20 21:58 Rev.: 19221

Adding +d=backenddaeinfo to the EngineV6 models

60 lines of code changed in 2 files:

hudson 2014-02-20 20:17 Rev.: 19220

commit 482fd6179ff22553d89a9a25dff6b5035c5c3281
Author: Hudson Janitor <build@openmodelica.org>
Date: Thu Feb 20 19:03:12 2014 +0100

Bump libraries
- https://github.com/iea-annex60/modelica-annex60.git branch master updated to 05d509de35a5720ea3d49f4db1d2a3c643987ac0.
* [https://github.com/iea-annex60/modelica-annex60/commit/05d509d 05d509d] Reformated documentation.
* [https://github.com/iea-annex60/modelica-annex60/commit/d6882f4 d6882f4] Added missing documentation.
* [https://github.com/iea-annex60/modelica-annex60/commit/889326f 889326f] Merge remote-tracking branch 'upstream/master' into issue2_functions
* [https://github.com/iea-annex60/modelica-annex60/commit/66ade97 66ade97] Add unit tests for Math.Examples #2
* [https://github.com/iea-annex60/modelica-annex60/commit/2d3422b 2d3422b] Reformat documentation of Math.Examples #2

- svn/MSL 3.2.1 uses 7274 but 7289 is available. It was pinned to the old revision and will not be updated.
* m:r7289 Added boolean offStart parameter to thyristor model in order to enable all initial conditions in simulation examples
* m:r7281 AHaumer: parameter default VKnee=0 for Electrical.Analog.Ideal.7IdealDiode, IdealThyristor, IdealGTOThristor0
* m:r7280 AHaumer: start values for integrator states of Blocks.Math.{RectifiedMean, RootMeanSquare, Harmonic} (maintenance 3.2.1 and trunk)
* m:r7274 This fixes #1390 for 3.2.1 build 3

1 lines of code changed in 1 file:

lochel 2014-02-20 17:23 Rev.: 19219

- prepare time events

508 lines of code changed in 22 files:

lochel 2014-02-20 17:06 Rev.: 19218

- Oops! revert r19216 and r19217

315 lines of code changed in 7 files:

lochel 2014-02-20 17:01 Rev.: 19217

- fix wrongly updated template

135 lines of code changed in 1 file:

lochel 2014-02-20 16:55 Rev.: 19216

- update templates

184 lines of code changed in 6 files:

mahge930 2014-02-20 14:57 Rev.: 19215

+ Option to dump simulation systems as arrays of functions.

4421 lines of code changed in 2 files:

lochel 2014-02-20 14:22 Rev.: 19214

- fix inlineEventInfo
- add missing 'or b3'
- do not inline old data structure samples (cpp runtime should switch to new data structure for timeEvent, so that the old structes can be removed)

2 lines of code changed in 1 file:

lochel 2014-02-20 13:23 Rev.: 19213

- rename attribute initial_ to start

127 lines of code changed in 11 files:

sjoelund.se 2014-02-20 13:10 Rev.: 19212

Add DAE to dictionary

2 lines of code changed in 1 file:

vitalij 2014-02-20 12:25 Rev.: 19211

- improve counter for hessian

6 lines of code changed in 1 file:

vwaurich 2014-02-20 12:15 Rev.: 19210

- added function List.hasSeveralElements

14 lines of code changed in 1 file:

vwaurich 2014-02-20 12:11 Rev.: 19209

- restructure resolveLoops
- changed some heuristics to replace equation and to find the loops for resolveLoops

437 lines of code changed in 1 file:

hudson 2014-02-20 12:01 Rev.: 19208

[Janitor mode] Set auto-props

2 lines of code changed in 2 files:

lochel 2014-02-20 11:53 Rev.: 19207

- add Modelica-like output for dumpindxdae using +d=dumpTransformedModelica (just a prototype)

2444 lines of code changed in 15 files:

sjoelund.se 2014-02-20 09:47 Rev.: 19206

Fixes for no kinsol

1 lines of code changed in 1 file:

mahge930 2014-02-19 23:48 Rev.: 19205

- Fix wrong include dir makefile for FMI.

1 lines of code changed in 1 file:

vitalij 2014-02-19 22:59 Rev.: 19204

- reduce one add in hessian

1 lines of code changed in 1 file:

hudson 2014-02-19 22:52 Rev.: 19203

[Janitor mode] Fix tabs

2 lines of code changed in 1 file:

vitalij 2014-02-19 22:43 Rev.: 19202

- improve counter for hessian
- small changed in c-code (mv, del)

15 lines of code changed in 6 files:

hudson 2014-02-19 21:37 Rev.: 19201

[Janitor mode] Fix tabs

5 lines of code changed in 2 files:

vitalij 2014-02-19 21:28 Rev.: 19200

- added resulte file for testcase

0 lines of code changed in 1 file:

vitalij 2014-02-19 21:26 Rev.: 19199

- reduce hesse elements
- fixed output for constraints
- fixed matching for constraints
- active testcase for alias constraints

thanks Willi

147 lines of code changed in 7 files:

hudson 2014-02-19 20:56 Rev.: 19198

[Janitor mode] Fix tabs

388 lines of code changed in 1 file:

hudson 2014-02-19 20:55 Rev.: 19197

[Janitor mode] Set auto-props

3703 lines of code changed in 13 files:

mahge930 2014-02-19 20:49 Rev.: 19196

+ update missed configure script.

1 lines of code changed in 1 file:

mahge930 2014-02-19 20:34 Rev.: 19195

- Rearrange parmodelica includes to the new include structure.

4824 lines of code changed in 44 files:

hudson 2014-02-19 20:18 Rev.: 19194

commit 399a1df518328da414b049f469790dc62363470f
Author: Hudson Janitor <build@openmodelica.org>
Date: Wed Feb 19 19:04:33 2014 +0100

Bump libraries
- https://github.com/lbl-srg/modelica-buildings.git branch master updated to 15ebc95bfeff41d818fc663d83b1adb311eff7a6.
* [https://github.com/lbl-srg/modelica-buildings/commit/15ebc95 15ebc95] Deleted connect(yOutMin_actual, yOutMin_actual);

- svn/MSL 3.2.1 uses 7274 but 7289 is available. It was pinned to the old revision and will not be updated.
* m:r7289 Added boolean offStart parameter to thyristor model in order to enable all initial conditions in simulation examples
* m:r7281 AHaumer: parameter default VKnee=0 for Electrical.Analog.Ideal.7IdealDiode, IdealThyristor, IdealGTOThristor0
* m:r7280 AHaumer: start values for integrator states of Blocks.Math.{RectifiedMean, RootMeanSquare, Harmonic} (maintenance 3.2.1 and trunk)
* m:r7274 This fixes #1390 for 3.2.1 build 3

1 lines of code changed in 1 file:

niklwors 2014-02-19 17:28 Rev.: 19193

reactivated test that were deactivated because non deterministic behavior (fix with 19191)

3 lines of code changed in 1 file:

hudson 2014-02-19 16:51 Rev.: 19192

[Janitor mode] Fix tabs

1 lines of code changed in 1 file:

niklwors 2014-02-19 16:36 Rev.: 19191

fix in CVode of cpp runtime, initialization of zeroSign vector was not correct

1 lines of code changed in 1 file:

hudson 2014-02-19 15:38 Rev.: 19190

[Janitor mode] Fix tabs

22 lines of code changed in 1 file:

vwaurich 2014-02-19 15:37 Rev.: 19189

- do not compare TaskGraph for the hpcom SMEE_LoadDump test

1 lines of code changed in 1 file:

vitalij 2014-02-19 15:32 Rev.: 19188

- print -Inf and +Inf for to big or to small numbers in optimization

36 lines of code changed in 1 file:

hudson 2014-02-19 15:00 Rev.: 19187

[Janitor mode] Fix tabs

8 lines of code changed in 1 file:

niklwors 2014-02-19 14:45 Rev.: 19186

-separated calculation of Jacobian's of cpp Modelica system in extra class

3980 lines of code changed in 8 files:

wbraun 2014-02-19 14:23 Rev.: 19185

- don't simplify in differentiationExp it's too slow
- fixed differentiation of for loops
- fixed differentiation of scalar product

558 lines of code changed in 7 files:

sjoelund.se 2014-02-19 12:41 Rev.: 19184

Fix kinsol stuff...

1 lines of code changed in 1 file:

vitalij 2014-02-19 12:15 Rev.: 19183

- useNominal = true, after update
- fixed 19146 for start value
- fixed output for optimization

82 lines of code changed in 3 files:

vwaurich 2014-02-19 10:57 Rev.: 19182

- reavtivated hpcom tests

2253 lines of code changed in 6 files:

hudson 2014-02-19 10:41 Rev.: 19181

[Janitor mode] Set auto-props

54 lines of code changed in 2 files:

vwaurich 2014-02-19 10:37 Rev.: 19180

- added NPendulum to array tests

78 lines of code changed in 4 files:

sjoelund.se 2014-02-19 09:12 Rev.: 19179

Handle Modelica.Utilities.Streams.error in simulations

90 lines of code changed in 3 files:

sjoelund.se 2014-02-19 08:52 Rev.: 19178

Fix kinsol dummy wrapper

4 lines of code changed in 2 files:

sjoelund.se 2014-02-19 08:41 Rev.: 19177

Fix the ModelicaUtilities.h test

2 lines of code changed in 1 file:

sjoelund.se 2014-02-19 08:20 Rev.: 19176

Move ModelicaUtilities.h to the root of the includes, since the specification says it should be included with <ModelicaUtilities.h>, not <util/ModelicaUtilities.h>

25 lines of code changed in 4 files:

adeas31 2014-02-19 01:39 Rev.: 19175

- Changed instantiate/check model from QDialog to QWidget. Some platforms doesn't support Qt::WindowMinMaxButtonsHint.

2 lines of code changed in 2 files:

adeas31 2014-02-19 01:28 Rev.: 19174

#2590
- Create a unique folder for each user.

19 lines of code changed in 3 files:

hudson 2014-02-18 22:59 Rev.: 19173

commit 9950368f5840b1c80e85b2e1d73a112a4c1b260f
Author: Hudson Janitor <build@openmodelica.org>
Date: Tue Feb 18 21:45:23 2014 +0100

Bump libraries
- https://github.com/lbl-srg/modelica-buildings.git branch master updated to 895210969106ccfd4609d6428be6ec1fede3a205.
* [https://github.com/lbl-srg/modelica-buildings/commit/8952109 8952109] Removed entries from package.order.
* [https://github.com/lbl-srg/modelica-buildings/commit/74fc9ca 74fc9ca] Changed assert test so that the actual condition is tested.
* [https://github.com/lbl-srg/modelica-buildings/commit/7d47671 7d47671] Improved documentation and removed an assert statement that is not needed.
* [https://github.com/lbl-srg/modelica-buildings/commit/ace6127 ace6127] Replace variable aha with xC to use a consistent notation across the whole package.
* [https://github.com/lbl-srg/modelica-buildings/commit/0f5140a 0f5140a] Improved error message and changed order of function arguments to a more logical sequence.
* [https://github.com/lbl-srg/modelica-buildings/commit/9900fbb 9900fbb] Added reference results for new unit test.
* [https://github.com/lbl-srg/modelica-buildings/commit/1d1e727 1d1e727] Updated release notes.
* [https://github.com/lbl-srg/modelica-buildings/commit/95afe6f 95afe6f] Revised code and documentation for #196.
* [https://github.com/lbl-srg/modelica-buildings/commit/36ce579 36ce579] Reformated text.
* [https://github.com/lbl-srg/modelica-buildings/commit/0065f9d 0065f9d] Reformated text.
* [https://github.com/lbl-srg/modelica-buildings/commit/24b6bdb 24b6bdb] Added missing unit tests.
* [https://github.com/lbl-srg/modelica-buildings/commit/c3f14b7 c3f14b7] Reverted addition of parameters that are not used.
* [https://github.com/lbl-srg/modelica-buildings/commit/0d558cc 0d558cc] Revised info section for #196.
* [https://github.com/lbl-srg/modelica-buildings/commit/b2ca49c b2ca49c] Merge branch 'master' into issue196_borehole
* [https://github.com/lbl-srg/modelica-buildings/commit/d3bca58 d3bca58] Revised info section for #196.

- svn/MSL 3.2.1 uses 7274 but 7289 is available. It was pinned to the old revision and will not be updated.
* m:r7289 Added boolean offStart parameter to thyristor model in order to enable all initial conditions in simulation examples
* m:r7281 AHaumer: parameter default VKnee=0 for Electrical.Analog.Ideal.7IdealDiode, IdealThyristor, IdealGTOThristor0
* m:r7280 AHaumer: start values for integrator states of Blocks.Math.{RectifiedMean, RootMeanSquare, Harmonic} (maintenance 3.2.1 and trunk)
* m:r7274 This fixes #1390 for 3.2.1 build 3

1 lines of code changed in 1 file:

sjoelund.se 2014-02-18 22:57 Rev.: 19172

Fix MSVC crap?

2 lines of code changed in 1 file:

hudson 2014-02-18 20:17 Rev.: 19171

commit 6541708a2bb1942d278e0e1ff6071be5c8733658
Author: Hudson Janitor <build@openmodelica.org>
Date: Tue Feb 18 19:05:29 2014 +0100

Bump libraries
- https://github.com/lbl-srg/modelica-buildings.git branch master has FAILING head - latest is ace61274597af8024d88c527facda03c4f408151
* [https://github.com/lbl-srg/modelica-buildings/commit/ace6127 ace6127] Replace variable aha with xC to use a consistent notation across the whole package.
* [https://github.com/lbl-srg/modelica-buildings/commit/0f5140a 0f5140a] Improved error message and changed order of function arguments to a more logical sequence.
* [https://github.com/lbl-srg/modelica-buildings/commit/9900fbb 9900fbb] Added reference results for new unit test.
* [https://github.com/lbl-srg/modelica-buildings/commit/1d1e727 1d1e727] Updated release notes.
* [https://github.com/lbl-srg/modelica-buildings/commit/95afe6f 95afe6f] Revised code and documentation for #196.
* [https://github.com/lbl-srg/modelica-buildings/commit/36ce579 36ce579] Reformated text.
* [https://github.com/lbl-srg/modelica-buildings/commit/0065f9d 0065f9d] Reformated text.
* [https://github.com/lbl-srg/modelica-buildings/commit/24b6bdb 24b6bdb] Added missing unit tests.
* [https://github.com/lbl-srg/modelica-buildings/commit/c3f14b7 c3f14b7] Reverted addition of parameters that are not used.
* [https://github.com/lbl-srg/modelica-buildings/commit/0d558cc 0d558cc] Revised info section for #196.
* [https://github.com/lbl-srg/modelica-buildings/commit/b2ca49c b2ca49c] Merge branch 'master' into issue196_borehole
* [https://github.com/lbl-srg/modelica-buildings/commit/d3bca58 d3bca58] Revised info section for #196.
* [https://github.com/lbl-srg/modelica-buildings/commit/33067de 33067de] Updated reference results for #196.
* [https://github.com/lbl-srg/modelica-buildings/commit/53ab777 53ab777] Revised documentation for #196.
* [https://github.com/lbl-srg/modelica-buildings/commit/601e0b3 601e0b3] Removed very long lines for #196.

- svn/MSL 3.2.1 uses 7274 but 7289 is available. It was pinned to the old revision and will not be updated.
* m:r7289 Added boolean offStart parameter to thyristor model in order to enable all initial conditions in simulation examples
* m:r7281 AHaumer: parameter default VKnee=0 for Electrical.Analog.Ideal.7IdealDiode, IdealThyristor, IdealGTOThristor0
* m:r7280 AHaumer: start values for integrator states of Blocks.Math.{RectifiedMean, RootMeanSquare, Harmonic} (maintenance 3.2.1 and trunk)
* m:r7274 This fixes #1390 for 3.2.1 build 3

- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 0a61a5bb2c6f03b86766e83f10a23c7488c9f027.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/0a61a5b 0a61a5b] added hydraulic inertance and resistance conversions

1 lines of code changed in 1 file:

adeas31 2014-02-18 19:17 Rev.: 19170

- Added OpenModelica Scripting & Modelica Documentation menu items under Help menu.

27 lines of code changed in 2 files:

sjoelund.se 2014-02-18 18:21 Rev.: 19169

Handle NULL threadData

10 lines of code changed in 1 file:

sjoelund.se 2014-02-18 18:02 Rev.: 19168

make clean now also cleans the bootstrapping directory

1 lines of code changed in 1 file:

sjoelund.se 2014-02-18 17:40 Rev.: 19167

Fix warnings

8 lines of code changed in 1 file:

sjoelund.se 2014-02-18 17:29 Rev.: 19166

Fix bootstrapping

0 lines of code changed in 1 file:

adeas31 2014-02-18 17:23 Rev.: 19165

- More window flags.

1 lines of code changed in 1 file:

sjoelund.se 2014-02-18 17:22 Rev.: 19164

Remove the global jump buffers; do the jumping via threadData instead

488 lines of code changed in 57 files:

adeas31 2014-02-18 16:53 Rev.: 19163

- Don't make the instantiate/check model dialog modal. This allows opening of multiple dialogs.
- Save the geometry information and restore it the next time user opens the dialog.

24 lines of code changed in 2 files:

adeas31 2014-02-18 15:20 Rev.: 19162

Maximize button for instantiate/check model dialog.

1 lines of code changed in 1 file:

perost 2014-02-18 14:47 Rev.: 19161

- Fixed bibliography.

10 lines of code changed in 1 file:

perost 2014-02-18 14:24 Rev.: 19160

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

1901 lines of code changed in 19 files:

sjoelund.se 2014-02-18 11:41 Rev.: 19159

Revert r19152 (should be re-done without adding additional argument to all functions; keep ERROR_HANDLE inside threadData_t)

562 lines of code changed in 49 files:

sjoelund.se 2014-02-18 11:07 Rev.: 19158

Move the C includes to build/include/omc/c. Probably fixed bootstrapping

48 lines of code changed in 13 files:

sjoelund.se 2014-02-18 11:05 Rev.: 19157

Set eol-style

1 lines of code changed in 1 file:

bruno 2014-02-18 10:58 Rev.: 19156

fixed bibliography/openmodelica.bib

31 lines of code changed in 1 file:

sjoelund.se 2014-02-18 10:39 Rev.: 19155

Actually fix the bibtex database

8 lines of code changed in 2 files:

bruno 2014-02-18 10:28 Rev.: 19154

Fixed bibliography

49 lines of code changed in 2 files:

hudson 2014-02-18 07:20 Rev.: 19153

[Janitor mode] Fix tabs

6 lines of code changed in 5 files:

wbraun 2014-02-18 07:11 Rev.: 19152

- passing error-handle round all runtime function to remove it from global scope

613 lines of code changed in 49 files:

mahge930 2014-02-18 02:43 Rev.: 19151

+ Fix bootstrapping. Hunted down the culprit.

1 lines of code changed in 1 file:

adrpo 2014-02-17 22:26 Rev.: 19150

- update tests after spelling changes

101 lines of code changed in 41 files:

adrpo 2014-02-17 22:03 Rev.: 19149

- spelling of:
backend -> back-end
jacobian -> Jacobian

9 lines of code changed in 2 files:

mahge930 2014-02-17 21:45 Rev.: 19148

+ Update include paths for FMI/FMU and bootstrapping.

60 lines of code changed in 22 files:

vitalij 2014-02-17 19:44 Rev.: 19147

- fixed initial guess for optimization

22 lines of code changed in 5 files:

vitalij 2014-02-17 19:13 Rev.: 19146

- fixed setting of bounds for input in optimization

60 lines of code changed in 7 files:

perost 2014-02-17 18:20 Rev.: 19145

Fix for #2585:
- Handle cardinality on arrays properly.

71 lines of code changed in 3 files:

mahge930 2014-02-17 17:13 Rev.: 19144

Fix includes in Simulation runtime. Keep them relative. Keep simulation runtime header structure in build directory.

125 lines of code changed in 21 files:

perost 2014-02-17 17:06 Rev.: 19143

- Fixes for DrModelica.

2380 lines of code changed in 41 files:

hudson 2014-02-17 16:59 Rev.: 19142

[Janitor mode] Fix tabs

1 lines of code changed in 1 file:

vitalij 2014-02-17 16:55 Rev.: 19141

- join constraints and algebraic vars

201 lines of code changed in 6 files:

hudson 2014-02-17 16:51 Rev.: 19140

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

wbraun 2014-02-17 16:28 Rev.: 19139

- added optimization testcase for alias constraints

39 lines of code changed in 1 file:

sjoelund.se 2014-02-17 15:37 Rev.: 19138

Some more Tpl functions now use match instead of matchcontinue

21 lines of code changed in 2 files:

sjoelund.se 2014-02-17 15:16 Rev.: 19137

Fix MetaModelicaDev tests

108 lines of code changed in 6 files:

sjoelund.se 2014-02-17 14:18 Rev.: 19136

Expected output

2 lines of code changed in 2 files:

perost 2014-02-17 14:05 Rev.: 19135

- Only return the new classes in Main.handleCommand2, not all loaded top-level
classes.

6 lines of code changed in 1 file:

sjoelund.se 2014-02-17 13:44 Rev.: 19134

Fix if-equation translation for omcc

4 lines of code changed in 1 file:

vitalij 2014-02-17 13:26 Rev.: 19133

- add function for pick up input attributes
- missng free

164 lines of code changed in 3 files:

sjoelund.se 2014-02-17 13:22 Rev.: 19132

Added a better error-message for using subscripts in modifiers

10 lines of code changed in 7 files:

bruno 2014-02-17 11:48 Rev.: 19131

Updated bibliography

185 lines of code changed in 3 files:

vitalij 2014-02-16 18:48 Rev.: 19130

- new simplify rule for a + (-b)/x = a - b/x

336 lines of code changed in 18 files:

wbraun 2014-02-16 16:33 Rev.: 19129

- removed linear flag for SimCode.createEquation
- allow also no-linear for jacobians
- fixed function for linearization

218 lines of code changed in 5 files:

hudson 2014-02-15 20:17 Rev.: 19127

commit c073b6ab44a3e1ded00eac7ca34362fbde710ec6
Author: Hudson Janitor <build@openmodelica.org>
Date: Sat Feb 15 19:02:47 2014 +0100

Bump libraries
- svn/MSL 3.2.1 uses 7274 but 7289 is available. It was pinned to the old revision and will not be updated.
* m:r7289 Added boolean offStart parameter to thyristor model in order to enable all initial conditions in simulation examples
* m:r7281 AHaumer: parameter default VKnee=0 for Electrical.Analog.Ideal.7IdealDiode, IdealThyristor, IdealGTOThristor0
* m:r7280 AHaumer: start values for integrator states of Blocks.Math.{RectifiedMean, RootMeanSquare, Harmonic} (maintenance 3.2.1 and trunk)
* m:r7274 This fixes #1390 for 3.2.1 build 3

- svn/MSL trunk has been updated to r7293.
* m:r7293 Fixes #1422 in trunk. Need to merge to branch as well
* m:r7289 Added boolean offStart parameter to thyristor model in order to enable all initial conditions in simulation examples

1 lines of code changed in 1 file:

lochel 2014-02-15 14:55 Rev.: 19126

- remove unused flag +d=dumpderrepl
- auto-enable +d=backenddaeinfo if either +d=stateselection or +d=discreteinfo is used

173 lines of code changed in 43 files:

vitalij 2014-02-15 11:58 Rev.: 19125

- fixed r19122

3451 lines of code changed in 16 files:

lochel 2014-02-15 01:21 Rev.: 19124

- revert r19122

3484 lines of code changed in 16 files:

lochel 2014-02-15 01:03 Rev.: 19123

- fix r19111
- get ./simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos working again

78 lines of code changed in 7 files:

vitalij 2014-02-15 00:55 Rev.: 19122

- restruct constraints (optimization)
- new VarKind for constraints
- new SimVars for constraints

3450 lines of code changed in 16 files:

sjoelund.se 2014-02-14 21:22 Rev.: 19121

- Removed forgotten old print for torn systems (it's part of the error buffer now)
- BuildModelRecursive.mos script now uses +d=backenddaeinfo by default, and colour-codes the links (red,orange,blue for error,warning,notify)

12 lines of code changed in 40 files:

lochel 2014-02-14 20:39 Rev.: 19120

- deactivate two hpcom tests. Volker will reactivate them soon.

2 lines of code changed in 1 file:

hudson 2014-02-14 19:23 Rev.: 19119

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

lochel 2014-02-14 19:16 Rev.: 19118

- fix #2583

27073 lines of code changed in 8 files:

sjoelund.se 2014-02-14 17:01 Rev.: 19117

+d=backenddaeinfo now prints to the Error.mo buffer instead of stdout

1164 lines of code changed in 51 files:

arun3688 2014-02-14 16:16 Rev.: 19116

update DrModelica exercises, fixed=true

1079 lines of code changed in 41 files:

sjoelund.se 2014-02-14 12:13 Rev.: 19115

#2580
- Don't clear the error-buffer if the simulate command fails (so it is possible to use the normal error commands to query errors)

71 lines of code changed in 14 files:

sjoelund.se 2014-02-14 11:23 Rev.: 19114

Dump info regarding linear system density

108 lines of code changed in 19 files:

hudson 2014-02-14 00:46 Rev.: 19113

[Janitor mode] Fix tabs

1 lines of code changed in 1 file:

vitalij 2014-02-14 00:32 Rev.: 19112

- split DAE and ODE in the context of event

8 lines of code changed in 2 files:

vitalij 2014-02-14 00:04 Rev.: 19111

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

3963 lines of code changed in 75 files:

lochel 2014-02-13 23:26 Rev.: 19110

- add "discrete states" to +d=backenddaeinfo
- see #2397

1034 lines of code changed in 49 files:

vitalij 2014-02-13 21:58 Rev.: 19109

- removed duplicated simplification

2 lines of code changed in 1 file:

vitalij 2014-02-13 21:40 Rev.: 19108

- simplify tsub

14 lines of code changed in 1 file:

vitalij 2014-02-13 21:20 Rev.: 19106

- fixed last commit

1 lines of code changed in 1 file:

vitalij 2014-02-13 21:16 Rev.: 19104

- checking const tsubs for derivations

3 lines of code changed in 1 file:

hudson 2014-02-13 20:34 Rev.: 19103

commit 7d25568954143248552ee3fd83cd86972cfe9936
Author: Hudson Janitor <build@openmodelica.org>
Date: Thu Feb 13 19:14:20 2014 +0100

Bump libraries
- svn/MSL 3.2.1 uses 7274 but 7289 is available. It was pinned to the old revision and will not be updated.
* m:r7289 Added boolean offStart parameter to thyristor model in order to enable all initial conditions in simulation examples
* m:r7281 AHaumer: parameter default VKnee=0 for Electrical.Analog.Ideal.7IdealDiode, IdealThyristor, IdealGTOThristor0
* m:r7280 AHaumer: start values for integrator states of Blocks.Math.{RectifiedMean, RootMeanSquare, Harmonic} (maintenance 3.2.1 and trunk)
* m:r7274 This fixes #1390 for 3.2.1 build 3

- svn/MSL trunk has been updated to r7289.
* m:r7289 Added boolean offStart parameter to thyristor model in order to enable all initial conditions in simulation examples
* m:r7281 AHaumer: parameter default VKnee=0 for Electrical.Analog.Ideal.7IdealDiode, IdealThyristor, IdealGTOThristor0

1 lines of code changed in 1 file:

wbraun 2014-02-13 20:21 Rev.: 19102

- work-a-round for index reduction, don't differentiate tuple for now
- fixes for avm models

6 lines of code changed in 1 file:

vitalij 2014-02-13 19:55 Rev.: 19101

- update initial guess solver

1 lines of code changed in 1 file:

vitalij 2014-02-13 19:46 Rev.: 19100

- changed default values for ipopt

28 lines of code changed in 2 files:

wbraun 2014-02-13 19:40 Rev.: 19099

- fixes for function differentiation handling
- set correct header type for derivative annotation
- handling of tuples
- fixed sorting result in symbolic jacobian
- moved getArrayCref from SimCode to ComponentReference

158 lines of code changed in 7 files:

lochel 2014-02-13 17:17 Rev.: 19097

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

244 lines of code changed in 60 files:

hudson 2014-02-13 17:12 Rev.: 19096

[Janitor mode] Fix tabs

51 lines of code changed in 1 file:

vitalij 2014-02-13 17:04 Rev.: 19095

- fixed numerical gradient for lagrange term

3 lines of code changed in 1 file:

vitalij 2014-02-13 16:50 Rev.: 19094

- added numerical gradient for objective function

112 lines of code changed in 3 files:

hudson 2014-02-13 16:27 Rev.: 19093

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

lochel 2014-02-13 16:00 Rev.: 19092

- add new initialization test case for parameters
- minor changes to LOG_INIT and LOG_SOTI

170 lines of code changed in 13 files:

hudson 2014-02-13 14:43 Rev.: 19091

[Janitor mode] Fix tabs

5 lines of code changed in 1 file:

vitalij 2014-02-13 14:24 Rev.: 19090

- improve last commit

26 lines of code changed in 1 file:

vitalij 2014-02-13 14:18 Rev.: 19089

- added dense numerical jac

100 lines of code changed in 5 files:

hudson 2014-02-13 13:33 Rev.: 19088

[Janitor mode] Fix tabs

14 lines of code changed in 1 file:

vitalij 2014-02-13 13:07 Rev.: 19087

- num jac for optimization (num gradient missing)
for compare num and sym jac

160 lines of code changed in 10 files:

lochel 2014-02-13 11:48 Rev.: 19086

- update initial comment for generated *_08bnd.c files

3 lines of code changed in 2 files:

lochel 2014-02-13 11:27 Rev.: 19085

- update function name to its new functionality (updateBoundStartValues -> updateBoundVariableAttributes)

91 lines of code changed in 4 files:

vitalij 2014-02-13 11:18 Rev.: 19084

- update CodegenC.mo (last commit)

843 lines of code changed in 1 file:

vitalij 2014-02-13 11:11 Rev.: 19083

- remove unless code
- optica flag don't break simulation code

41 lines of code changed in 4 files:

lochel 2014-02-13 08:51 Rev.: 19082

- fix BatchReactor

2 lines of code changed in 1 file:

vitalij 2014-02-13 08:37 Rev.: 19081

- detailed output

2 lines of code changed in 1 file:

lochel 2014-02-13 00:37 Rev.: 19080

- deactivate apparently non-deterministic tests

3 lines of code changed in 1 file:

lochel 2014-02-12 22:52 Rev.: 19079

- second try: fix parameter dependent attributes (nominal, min, max)

3787 lines of code changed in 15 files:

lochel 2014-02-12 22:21 Rev.: 19078

- revert r19076 (some cppruntime and hpcom tests seem to became non-deterministic)

3066 lines of code changed in 15 files:

hudson 2014-02-12 22:02 Rev.: 19077

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

lochel 2014-02-12 22:00 Rev.: 19076

- fix parameter dependent attributes (nominal, min, max)

3843 lines of code changed in 16 files:

hudson 2014-02-12 20:17 Rev.: 19075

commit ac04775c5fa0066f7855f25060cc37d9e19af7af
Author: Hudson Janitor <build@openmodelica.org>
Date: Wed Feb 12 19:05:49 2014 +0100

Bump libraries
- https://github.com/lbl-srg/modelica-buildings.git branch master updated to 56979724ca2ba49dc6502077856c29f0b2be13df.
* [https://github.com/lbl-srg/modelica-buildings/commit/5697972 5697972] Improved error message.
* [https://github.com/lbl-srg/modelica-buildings/commit/50721c7 50721c7] Merge pull request #198 from lbl-srg/issue197_humidifier
* [https://github.com/lbl-srg/modelica-buildings/commit/c6aac7f c6aac7f] Corrected latent heat gain for humidifier, improved documentation and instance names.

- https://github.com/lbl-srg/modelica-buildings.git branch release updated to 6e363fd194aed6541715d0a67b7f438d6d96c7d5.
* [https://github.com/lbl-srg/modelica-buildings/commit/6e363fd 6e363fd] Corrected issue #197 (HumidifierPrescribed accounts twice for latent heat gain).
* [https://github.com/lbl-srg/modelica-buildings/commit/83e586c 83e586c] Corrected issue #197 (HumidifierPrescribed accounts twice for latent heat gain).
* [https://github.com/lbl-srg/modelica-buildings/commit/9c2cc5f 9c2cc5f] Improved error message.

- svn/MSL 3.2.1 uses 7274 but 7281 is available. It was pinned to the old revision and will not be updated.
* m:r7281 AHaumer: parameter default VKnee=0 for Electrical.Analog.Ideal.7IdealDiode, IdealThyristor, IdealGTOThristor0
* m:r7280 AHaumer: start values for integrator states of Blocks.Math.{RectifiedMean, RootMeanSquare, Harmonic} (maintenance 3.2.1 and trunk)
* m:r7274 This fixes #1390 for 3.2.1 build 3

- svn/MSL trunk has been updated to r7281.
* m:r7281 AHaumer: parameter default VKnee=0 for Electrical.Analog.Ideal.7IdealDiode, IdealThyristor, IdealGTOThristor0
* m:r7280 AHaumer: start values for integrator states of Blocks.Math.{RectifiedMean, RootMeanSquare, Harmonic} (maintenance 3.2.1 and trunk)

1 lines of code changed in 1 file:

sjoelund.se 2014-02-12 18:42 Rev.: 19074

- After suggestion by Adrian, order the pattern-matching in a smarter way: do cheap patterns before more complex ones

180 lines of code changed in 6 files:

wbraun 2014-02-12 17:23 Rev.: 19073

- just function renaming from greate to create

35 lines of code changed in 1 file:

vitalij 2014-02-12 16:44 Rev.: 19072

- added warnings for optimizations flags

3 lines of code changed in 2 files:

vitalij 2014-02-12 16:36 Rev.: 19071

- remove unused operation

62 lines of code changed in 4 files:

lochel 2014-02-12 15:32 Rev.: 19070

- fix duplicate warnings
- there are still some duplicate warnings from the front end (Adrian is working on that)

7 lines of code changed in 26 files:

sjoelund.se 2014-02-12 14:08 Rev.: 19069

Adding target for only compiling object-files (no linking)

5 lines of code changed in 1 file:

perost 2014-02-12 12:09 Rev.: 19068

- Fix compilation by adding missing GraphMLDumpTpl.mo.

92 lines of code changed in 1 file:

hudson 2014-02-12 12:03 Rev.: 19067

[Janitor mode] Fix tabs

275 lines of code changed in 2 files:

hudson 2014-02-12 12:02 Rev.: 19066

[Janitor mode] Set auto-props

2 lines of code changed in 2 files:

mwalther 2014-02-12 11:55 Rev.: 19065

- GraphMLNew added -> this module will replace the GraphML-Module in the next weeeks
- The hpcom-openmp-code is now static
- The hpcom-module creates another graph now, which contains cache-line informations (this is a prototype at the moment and will be extended soon)

1660 lines of code changed in 13 files:

hudson 2014-02-12 11:54 Rev.: 19064

[Janitor mode] Fix tabs

2 lines of code changed in 2 files:

niklwors 2014-02-12 11:52 Rev.: 19063

workaround fix for discrete relations in cpp tempalte
reactivated jacobians in cpp template

748 lines of code changed in 9 files:

hudson 2014-02-12 00:10 Rev.: 19062

[Janitor mode] Fix tabs

7 lines of code changed in 2 files:

vitalij 2014-02-12 00:02 Rev.: 19061

-improve r19056

124 lines of code changed in 3 files:

sjoelund.se 2014-02-11 20:54 Rev.: 19060

-nosavedb flag

6 lines of code changed in 1 file:

sjoelund.se 2014-02-11 20:41 Rev.: 19059

The order of the base classes matters

2 lines of code changed in 1 file:

hudson 2014-02-11 20:22 Rev.: 19058

commit c8052623f1c620aa1dfbf42911c719fa2d1a1ef6
Author: Hudson Janitor <build@openmodelica.org>
Date: Tue Feb 11 19:03:17 2014 +0100

Bump libraries
- svn/MSL 3.2.1 uses 7274 but 7280 is available. It was pinned to the old revision and will not be updated.
* m:r7280 AHaumer: start values for integrator states of Blocks.Math.{RectifiedMean, RootMeanSquare, Harmonic} (maintenance 3.2.1 and trunk)
* m:r7274 This fixes #1390 for 3.2.1 build 3

- svn/MSL trunk has been updated to r7280.
* m:r7280 AHaumer: start values for integrator states of Blocks.Math.{RectifiedMean, RootMeanSquare, Harmonic} (maintenance 3.2.1 and trunk)
* m:r7272 re-introduce parameter show_NPSHa to the PartialPump model and add a revision notice (see #1306)

- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 2a762ec6d5b640fc354cabd445c926d7cc6b83f8.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/2a762ec 2a762ec] remove MSI installer for Dymola

- https://github.com/dzimmer/PlanarMechanics.git branch master updated to 5d7bd7c3916590c21618e139370cf0c14a2050d7.
* [https://github.com/dzimmer/PlanarMechanics/commit/5d7bd7c 5d7bd7c] Merge pull request #9 from tbeu/master
* [https://github.com/dzimmer/PlanarMechanics/commit/dea5bf4 dea5bf4] fixed typos in README.md

1 lines of code changed in 1 file:

sjoelund.se 2014-02-11 20:08 Rev.: 19057

Deterministic identifiers in generated svg

33 lines of code changed in 2 files:

vitalij 2014-02-11 18:34 Rev.: 19056

- split function

135 lines of code changed in 1 file:

vitalij 2014-02-11 17:24 Rev.: 19055

- add warning for optimization

2 lines of code changed in 1 file:

vitalij 2014-02-11 17:19 Rev.: 19054

- split function

84 lines of code changed in 2 files:

hudson 2014-02-11 17:00 Rev.: 19053

[Janitor mode] Fix tabs

36 lines of code changed in 1 file:

vitalij 2014-02-11 16:54 Rev.: 19052

- split function

110 lines of code changed in 3 files:

vitalij 2014-02-11 16:23 Rev.: 19051

- remove function call

1 lines of code changed in 3 files:

hudson 2014-02-11 16:15 Rev.: 19050

[Janitor mode] Fix tabs

60 lines of code changed in 1 file:

vitalij 2014-02-11 16:13 Rev.: 19049

- spliting function

242 lines of code changed in 4 files:

adrpo 2014-02-11 14:50 Rev.: 19048

- small speed improvements in some of the connection handling.

85 lines of code changed in 1 file:

niklwors 2014-02-11 09:42 Rev.: 19047

updated cpp runtime tests
Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings
Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects
Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint
Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip

432 lines of code changed in 4 files:

wbraun 2014-02-11 02:33 Rev.: 19046

- add functionTree to shared

1 lines of code changed in 1 file:

lochel 2014-02-11 01:21 Rev.: 19045

- improve last commit

3 lines of code changed in 1 file:

lochel 2014-02-11 00:52 Rev.: 19044

- fix #2566

46 lines of code changed in 6 files:

adeas31 2014-02-11 00:19 Rev.: 19043

- Fixed crash report text.

8 lines of code changed in 1 file:

sjoelund.se 2014-02-10 23:03 Rev.: 19042

Revert accidental change in r19041

1 lines of code changed in 1 file:

sjoelund.se 2014-02-10 21:29 Rev.: 19041

Bump MSL 3.2.1

5 lines of code changed in 4 files:

hudson 2014-02-10 20:15 Rev.: 19040

commit 484b537c042a4f3abbb6dcde330b5a21f9f3fa5a
Author: Hudson Janitor <build@openmodelica.org>
Date: Mon Feb 10 19:05:01 2014 +0100

Bump libraries
- svn/MSL 3.2.1 uses 7260 but 7274 is available. It was pinned to the old revision and will not be updated.
* m:r7274 This fixes #1390 for 3.2.1 build 3
* m:r7260 The experiment annotations (StopTime, Interval) inModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.FOURBITModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NANDModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBITModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.TWOBITwere removed according to #1404.Also the documentation of Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder was improved.

- https://github.com/modelica-compliance/compliance.git branch master updated to 0fe2358581b7233c3fbb5f5489b74f8121470fd9.
* [https://github.com/modelica-compliance/compliance/commit/0fe2358 0fe2358] - Fixed some mistakes from last commit.
* [https://github.com/modelica-compliance/compliance/commit/537c57e 537c57e] - Fixed various balance issues.

- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 56d9e425ee57121b7fd0824be6c2b522a99e0d42.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/56d9e42 56d9e42] ignore generated files in GIT quite rewrite of Dymola installation
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/a6c2b19 a6c2b19] fix: installation to current Dymola

1 lines of code changed in 1 file:

wbraun 2014-02-10 19:43 Rev.: 19039

- expected result

2 lines of code changed in 1 file:

hudson 2014-02-10 19:38 Rev.: 19038

[Janitor mode] Set auto-props

2 lines of code changed in 2 files:

vitalij 2014-02-10 19:30 Rev.: 19037

- fixed constraints (thanks Willi)

140 lines of code changed in 8 files:

adeas31 2014-02-10 18:25 Rev.: 19036

- changed minimum limit of numberOfIntervals to zero.

2 lines of code changed in 1 file:

niklwors 2014-02-10 16:19 Rev.: 19035

Adapted more cpp runtime tests

4 lines of code changed in 4 files:

vwaurich 2014-02-10 15:23 Rev.: 19034

- reactivated hpcom tests

4250 lines of code changed in 14 files:

niklwors 2014-02-10 14:58 Rev.: 19033

Adapted more cpp runtime tests

570 lines of code changed in 24 files:

sjoelund.se 2014-02-10 14:24 Rev.: 19032

- Improved pretty-printing of list() API for when-equations/etc
- Added equation comments inside when-equation/etc blocks instead of after the whole when-equation

4324 lines of code changed in 47 files:

hudson 2014-02-10 13:33 Rev.: 19031

[Janitor mode] Set auto-props

4 lines of code changed in 4 files:

adrpo 2014-02-10 13:28 Rev.: 19030

- add presentations about parallelization.

36243 lines of code changed in 4 files:

niklwors 2014-02-10 12:36 Rev.: 19029

adapted some cpp runtime tests

685 lines of code changed in 30 files:

perost 2014-02-10 12:24 Rev.: 19028

Fix for #2570:
- Print parentheses when dumping empty annotation with Dump module.

53 lines of code changed in 3 files:

sjoelund.se 2014-02-10 09:06 Rev.: 19027

Guard only the requested parts with rollback of error-messages (certain sequences would make omc exit because the top of the error stack was wrong)

5 lines of code changed in 1 file:

hudson 2014-02-09 20:17 Rev.: 19026

commit 1837db91d21454a0291484fd486762c6b535f8ef
Author: Hudson Janitor <build@openmodelica.org>
Date: Sun Feb 9 19:03:08 2014 +0100

Bump libraries
- https://github.com/modelica-3rdparty/HelmholtzMedia.git branch master updated to 0885b01311611f3c5a22452fb881c1527ccdb59c.
* [https://github.com/modelica-3rdparty/HelmholtzMedia/commit/0885b01 0885b01] thinking about derivatives
* [https://github.com/modelica-3rdparty/HelmholtzMedia/commit/4b1bf22 4b1bf22] max accepts two scalars or array of arbitrary length as input: max({1, 2, 3})
* [https://github.com/modelica-3rdparty/HelmholtzMedia/commit/30cdca4 30cdca4] gives same result
* [https://github.com/modelica-3rdparty/HelmholtzMedia/commit/e7a6718 e7a6718] semicolons suppress output

- svn/MSL 3.2.1 uses 7260 but 7274 is available. It was pinned to the old revision and will not be updated.
* m:r7274 This fixes #1390 for 3.2.1 build 3
* m:r7260 The experiment annotations (StopTime, Interval) inModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.FOURBITModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NANDModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBITModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.TWOBITwere removed according to #1404.Also the documentation of Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder was improved.

1 lines of code changed in 1 file:

wbraun 2014-02-09 14:09 Rev.: 19025

- fixed #2574

17 lines of code changed in 3 files:

hudson 2014-02-08 22:30 Rev.: 19024

commit 57d59150213989fc9079896c466420e2e20409fb
Author: Hudson Janitor <build@openmodelica.org>
Date: Sat Feb 8 19:07:37 2014 +0100

Bump libraries
- svn/MSL 3.2.1 uses 7260 but 7274 is available. It was pinned to the old revision and will not be updated.
* m:r7274 This fixes #1390 for 3.2.1 build 3
* m:r7260 The experiment annotations (StopTime, Interval) inModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.FOURBITModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NANDModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBITModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.TWOBITwere removed according to #1404.Also the documentation of Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder was improved.

- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 955127595f4202a7d9256fda7bad18e586cb85d3.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/9551275 9551275] Merge pull request #2 from TomasKulhanek/master
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/7011ae9 7011ae9] updated product installation - libraryinfo.mos
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/fbf3e81 fbf3e81] updated installation notes in README.md
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/4c40215 4c40215] added libraryinfo.mos definition to appear within Dymola libraries if installed into Dymola/Modelica/Libraries, first version of SETUP utility
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/4199cd6 4199cd6] add "experiment(StopTime=*)" annotations to examples add Types.ZeroUtilities package as null variant for Types.Utilities package small description text changes

1 lines of code changed in 1 file:

wbraun 2014-02-08 21:49 Rev.: 19023

- fixed #2575

1 lines of code changed in 1 file:

adrpo 2014-02-08 19:12 Rev.: 19022

More heuristics for #2566
- if fixed=false, no start value, and a binding -> give a warning and use the binding as start value
- if fixed=false, a start value, and a binding -> give a warning, use the start value and ignore the binding

46 lines of code changed in 5 files:

hudson 2014-02-07 20:17 Rev.: 19021

commit 1acdd876acb62884b0cef00da41ff24415986e26
Author: Hudson Janitor <build@openmodelica.org>
Date: Fri Feb 7 19:02:38 2014 +0100

Bump libraries
- svn/MSL trunk has been updated to r7272.
* m:r7272 re-introduce parameter show_NPSHa to the PartialPump model and add a revision notice (see #1306)
* m:r7271 This fixes #1390

1 lines of code changed in 1 file:

hudson 2014-02-07 15:41 Rev.: 19019

[Janitor mode] Fix tabs

11 lines of code changed in 1 file:

hudson 2014-02-07 15:41 Rev.: 19018

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

vitalij 2014-02-07 15:39 Rev.: 19017

- fixed lagrange term
- new test for timetable

97 lines of code changed in 7 files:

hudson 2014-02-07 12:54 Rev.: 19016

commit 9df11748db8a10a16dffccf25e13642a1a5079cf
Author: Hudson Janitor <build@openmodelica.org>
Date: Fri Feb 7 09:40:34 2014 +0100

Bump libraries
- svn/MSL trunk has been updated to r7271.
* m:r7271 This fixes #1390
* m:r7270 refs #1258: Made code C89 compliant regarding __va_copy

- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 0d199759748d6d43b668b14be65b726f228de007.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/0d19975 0d19975] rename HydraulicResistanceConst to HydraulicResistanceToConductanceConst add HydraulicElastanceToComplianceConst add unit "mmHg/ml" Fix: ElasticVessel problem with external inputs
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/dab6089 dab6089] better backup for default file Dymola\insert\displayunit.mos
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/3d71b1b 3d71b1b] documentation (add links to http://www.physiolibrary.org and to user guide)
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/d6df2bb d6df2bb] bidirectional stream flows

- https://github.com/dzimmer/PlanarMechanics.git branch master updated to 938285af23db2622218d3dccc2f83ffd3a326157.
* [https://github.com/dzimmer/PlanarMechanics/commit/938285a 938285a] Merge pull request #8 from sjoelund/master
* [https://github.com/dzimmer/PlanarMechanics/commit/098b0ea 098b0ea] Replace when initial() for a variable with initial equation for a fixed=false parameter

commit 419afd1a118393bae0327da47afbbf732289d309
Author: Martin Sj?lund <martin.sjolund@liu.se>
Date: Fri Feb 7 09:37:44 2014 +0100

Change PlanarMechanics URL to the upstream repository (faster updates)

1 lines of code changed in 1 file:

adrpo 2014-02-07 09:57 Rev.: 19014

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

4220 lines of code changed in 60 files:

adrpo 2014-02-07 07:48 Rev.: 19013

- apply evaluation of rooted and isRoot at the same time to save time.

43 lines of code changed in 1 file:

adeas31 2014-02-06 23:31 Rev.: 19010

- Removed duplicate code. Moved the implementation to parent class.

168 lines of code changed in 3 files:

sjoelund.se 2014-02-06 21:05 Rev.: 19009

Update expected results

1 lines of code changed in 1 file:

sjoelund.se 2014-02-06 20:45 Rev.: 19008

Revert r19001 (missing CodegenC.tpl changes and changes to the jmpbuf structure)

8 lines of code changed in 4 files:

hudson 2014-02-06 20:27 Rev.: 19007

commit 365716693c6763789614afad65f827922e282dca
Author: Hudson Janitor <build@openmodelica.org>
Date: Thu Feb 6 19:03:36 2014 +0100

Bump libraries
- svn/MSL trunk has been updated to r7270.
* m:r7270 refs #1258: Made code C89 compliant regarding __va_copy
* m:r7269 refs #1258: Made code C89 compliant regarding va_copy, strdup and mktemp.
* m:r7259 The experiment annotations (StopTime, Interval) inModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.FOURBITModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NANDModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBITModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.TWOBITwere removed according to #1404.Also the documentation of Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder was improved.

- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to ddd6b1a8d5423d63b47042df2856578e078bca46.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/ddd6b1a ddd6b1a] units for gas solubility derived from Henry's law and ideal gas equation

1 lines of code changed in 1 file:

sjoelund.se 2014-02-06 18:24 Rev.: 19006

lis only create x-vector once

3 lines of code changed in 1 file:

hudson 2014-02-06 17:52 Rev.: 19005

[Janitor mode] Fix tabs

1 lines of code changed in 1 file:

hudson 2014-02-06 17:51 Rev.: 19004

[Janitor mode] Set auto-props

3 lines of code changed in 3 files:

perost 2014-02-06 17:49 Rev.: 19003

- Added disableRecordConstructorOutput debug flag.
- Handle matrices in min/max better.
- Handle arrays with more than two dimensions better in product.
- Fix array types when slicing vars with more than two dimensions.

162 lines of code changed in 11 files:

sjoelund.se 2014-02-06 17:46 Rev.: 19002

#2571
- Return valid values for getSimulationOptions

4 lines of code changed in 1 file:

wbraun 2014-02-06 17:27 Rev.: 19001

- try to handel simple division by zero errors

62 lines of code changed in 4 files:

niklwors 2014-02-06 17:11 Rev.: 19000

modeified some cpp runtime tests

21 lines of code changed in 21 files:

adeas31 2014-02-06 16:02 Rev.: 18999

- Save the Interval in experiment annotation.

8 lines of code changed in 1 file:

sjoelund.se 2014-02-06 15:14 Rev.: 18998

Remove the third argument of the DIVISION macro, passing equation index instead (for debugging)

1146 lines of code changed in 11 files:

perost 2014-02-06 15:04 Rev.: 18997

- Updated SiemensPower.Components.Pipes.Tests.tube_test.mos

218 lines of code changed in 1 file:

perost 2014-02-06 14:49 Rev.: 18996

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

2553 lines of code changed in 63 files:

sjoelund.se 2014-02-06 14:22 Rev.: 18995

Fix some variables and comments for the documentation generation

13 lines of code changed in 1 file:

niklwors 2014-02-06 14:02 Rev.: 18994

fix for array state variable assignment in cpp tempalte
activated sorting of simvars in SimCodeUtil for cpp runtime

1905 lines of code changed in 3 files:

lochel 2014-02-06 13:48 Rev.: 18993

- remove obsolete test case

0 lines of code changed in 3 files:

adeas31 2014-02-06 13:46 Rev.: 18992

- Draw the rectangle after drawing the grid lines.

4 lines of code changed in 1 file:

lochel 2014-02-06 11:31 Rev.: 18991

- add test case for #2562

2328 lines of code changed in 3 files:

perost 2014-02-05 18:47 Rev.: 18989

- Reverted changes to some msl32 tests from previous commit due to differences
being caused by system setup and not code changes.

44 lines of code changed in 3 files:

hudson 2014-02-05 18:32 Rev.: 18988

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

perost 2014-02-05 18:24 Rev.: 18987

Fix for #2062:
- Better handling of cardinality.

6353 lines of code changed in 44 files:

adeas31 2014-02-05 16:56 Rev.: 18986

- Fixed few graphical glitches.

22 lines of code changed in 3 files:

lochel 2014-02-05 16:01 Rev.: 18985

- fix warning

3 lines of code changed in 3 files:

lochel 2014-02-05 15:54 Rev.: 18984

- expected output

3 lines of code changed in 1 file:

hudson 2014-02-05 15:21 Rev.: 18983

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

lochel 2014-02-05 15:20 Rev.: 18982

- fix #2566

107 lines of code changed in 5 files:

sjoelund.se 2014-02-05 14:07 Rev.: 18981

Uncomment icons creation

1 lines of code changed in 1 file:

adeas31 2014-02-05 01:16 Rev.: 18980

- Fix deletion of connections where port component might be NULL.

7 lines of code changed in 1 file:

hudson 2014-02-04 20:17 Rev.: 18979

commit d0dddf5df2bce19c2a54ab027f79fc8d8310a87e
Author: Hudson Janitor <build@openmodelica.org>
Date: Tue Feb 4 19:04:49 2014 +0100

Bump libraries
- https://github.com/modelica-3rdparty/PlanarMechanics.git branch master updated to f8da87c2a6e99e183c326605ada0ebecdebb95ed.
* [https://github.com/modelica-3rdparty/PlanarMechanics/commit/f8da87c f8da87c] Update README.md

- svn/ThermoPower has been updated to r240.
* r240 Removed redundant parameter binding equations
* r239 Removed wrong unit modifier
* r238 Fixed wrong modifiers in tests

1 lines of code changed in 1 file:

niklwors 2014-02-04 19:05 Rev.: 18978

removed no longer used functions from SimCode to calculate state variable index which were used in cpp template

1402 lines of code changed in 6 files:

hudson 2014-02-04 15:41 Rev.: 18977

[Janitor mode] Fix tabs

52 lines of code changed in 2 files:

hudson 2014-02-04 15:41 Rev.: 18976

[Janitor mode] Set auto-props

31 lines of code changed in 1 file:

niklwors 2014-02-04 15:33 Rev.: 18975

-separated writing of simulation results of cpp Modelica system in extra class

4262 lines of code changed in 16 files:

hudson 2014-02-04 13:26 Rev.: 18974

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

lochel 2014-02-04 13:24 Rev.: 18973

- fix #2561

63 lines of code changed in 5 files:

adeas31 2014-02-04 12:31 Rev.: 18972

- Save the OMC flags option.

4 lines of code changed in 1 file:

vwaurich 2014-02-04 10:13 Rev.: 18971

- disabled hpcom tests until I have time to update them

9 lines of code changed in 1 file:

sjoelund.se 2014-02-04 08:06 Rev.: 18969

#2554
make distclean instead of make clean

1 lines of code changed in 1 file:

hudson 2014-02-04 01:37 Rev.: 18968

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

lochel 2014-02-04 01:30 Rev.: 18967

- fix #2504

49 lines of code changed in 6 files:

adeas31 2014-02-03 19:03 Rev.: 18965

- minor updates.

4 lines of code changed in 3 files:

adeas31 2014-02-03 18:01 Rev.: 18964

- some modifications in the layout.

9 lines of code changed in 2 files:

adeas31 2014-02-03 16:40 Rev.: 18963

- Make few long labels elidable.

2 lines of code changed in 1 file:

adeas31 2014-02-03 16:33 Rev.: 18962

fix linux build.

1 lines of code changed in 1 file:

adeas31 2014-02-03 16:26 Rev.: 18961

- Option to enable/disable save class feature before simulation.

16 lines of code changed in 4 files:

adeas31 2014-02-03 16:10 Rev.: 18960

Fixed layout.

2 lines of code changed in 1 file:

adeas31 2014-02-03 16:09 Rev.: 18959

- Generate separate files for Linux users.

27 lines of code changed in 3 files:

sjoelund.se 2014-02-03 08:16 Rev.: 18955

Fix library testing script spinning

1 lines of code changed in 1 file:

hudson 2014-02-02 23:50 Rev.: 18954

commit e0bcabb232bff815b4ab08eed2c0cfd0584e9649
Author: Hudson Janitor <build@openmodelica.org>
Date: Sun Feb 2 22:46:28 2014 +0100

Bump libraries
- svn/ThermoPower has been updated to r238.
* r238 Fixed wrong modifiers in tests
* r237 Removed wrong experiment annotation
* r236 Removed wrong experiment annotation
* r235 Fixed test model with wrong leftover bindings
* r234 Fixed tests and examples

1 lines of code changed in 1 file:

adeas31 2014-02-02 23:37 Rev.: 18953

- Minor release text changes.

0 lines of code changed in 2 files:

adrpo 2014-02-02 22:49 Rev.: 18952

- implement alarm in Windows (using thread/sleep/kill process)

45 lines of code changed in 1 file:

petfr 2014-02-02 22:39 Rev.: 18951

Update to include 1.9.1 Beta1 draft release message.
Replace 1.9.0 by 1.9.1 in a number of places in the text.

0 lines of code changed in 1 file:

hudson 2014-02-02 22:02 Rev.: 18950

commit 2e1da602ef9725b9b1aab64a20949f784d2c4170
Author: Martin Sj?lund <martin.sjolund@liu.se>
Date: Sun Feb 2 20:47:26 2014 +0100

Adding PlanarMechanics

1 lines of code changed in 1 file:

sjoelund.se 2014-02-02 18:30 Rev.: 18949

Added new API alarm(seconds) - a timeout before omc is killed. alarm(0) unsets the alarm

38 lines of code changed in 6 files:

adeas31 2014-02-02 18:08 Rev.: 18948

- updated translation files.

6897 lines of code changed in 9 files:

sjoelund.se 2014-02-02 12:44 Rev.: 18947

Fix test

4 lines of code changed in 1 file:

sjoelund.se 2014-02-02 12:28 Rev.: 18946

RML compilation

3 lines of code changed in 1 file:

sjoelund.se 2014-02-02 12:14 Rev.: 18945

Avoid matchcontinue

5 lines of code changed in 1 file:

sjoelund.se 2014-02-02 11:27 Rev.: 18944

Renamed crefEqualStringCompare to crefEqualVerySlowStringCompareDoNotUse
- crefEqual now uses crefEqualNoStringCompare
- only cppruntime uses crefEqualVerySlowStringCompareDoNotUse

6 lines of code changed in 3 files:

sjoelund.se 2014-02-02 10:29 Rev.: 18943

Truncate before making the string valid xml

5 lines of code changed in 1 file:

adrpo 2014-02-02 08:21 Rev.: 18941

- switch back to 1.9.1+dev

2 lines of code changed in 1 file:

adrpo 2014-02-02 07:25 Rev.: 18938

- redo 1.9.1 Beta1 (request by Adeel as he fixed some stuff in OMEdit)

2 lines of code changed in 1 file:

adrpo 2014-02-02 07:06 Rev.: 18935

- strange as it sounds -v affects -t in ulimit, remove -v

2 lines of code changed in 1 file:

adrpo 2014-02-02 05:54 Rev.: 18934

- ulimit -v -t doesn't seem to work for the given time in -t
- trying ulimit -t -v and also added -v limit for simulation executable.

4 lines of code changed in 1 file:

adrpo 2014-02-02 05:28 Rev.: 18933

- update CPP tests

777 lines of code changed in 54 files:

adrpo 2014-02-02 04:14 Rev.: 18932

Fix for #2557
- propely display the warning message
- add the line number information to the warning message too

126 lines of code changed in 26 files:

adeas31 2014-02-01 22:13 Rev.: 18931

- Save the model before simulation.

20 lines of code changed in 4 files:

hudson 2014-02-01 21:36 Rev.: 18930

commit 865dcf738e912a42fdd9a8cb65e56169b876d9ad
Author: Hudson Janitor <build@openmodelica.org>
Date: Sat Feb 1 20:20:19 2014 +0100

Bump libraries
- svn/ThermoPower has been updated to r234.
* r234 Fixed tests and examples
* r233 Moved assert to base class
* r232 Added duration parameter to ramp generatorsImproved some pressure start values

1 lines of code changed in 1 file:

hudson 2014-02-01 21:00 Rev.: 18929

[Janitor mode] Fix tabs

40 lines of code changed in 4 files:

adeas31 2014-02-01 20:51 Rev.: 18928

- Set the default elide model to Qt::ElideNone.

12 lines of code changed in 5 files:

vitalij 2014-02-01 20:45 Rev.: 18927

- new initial guess option for optimization

82 lines of code changed in 9 files:

hudson 2014-02-01 20:23 Rev.: 18926

commit ac33fe75c746fb64c63eaaa0977232879e51c3b4
Author: Hudson Janitor <build@openmodelica.org>
Date: Sat Feb 1 19:03:20 2014 +0100

Bump libraries
- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 06a8bc12fbf5f4eab077dfb1946f2fad08b3b566.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/06a8bc1 06a8bc1] wiki: library structure image
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/5fde16c 5fde16c] wiki images
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/d2f0cad d2f0cad] support of generated uninstall and reinstall of display units in new (just installed) version of Dymola

1 lines of code changed in 1 file:

hudson 2014-02-01 17:21 Rev.: 18925

[Janitor mode] Fix tabs

5 lines of code changed in 2 files:

vitalij 2014-02-01 17:13 Rev.: 18924

- added new flag: higher print level in ipopt

13 lines of code changed in 4 files:

vitalij 2014-02-01 17:03 Rev.: 18923

- added new flag for checking JAC and HESSE in optimization

26 lines of code changed in 4 files:

hudson 2014-02-01 16:40 Rev.: 18922

[Janitor mode] Fix tabs

5 lines of code changed in 2 files:

vitalij 2014-02-01 16:18 Rev.: 18921

- added flag: swtch hesse in ipopt e.g. BFGS

12 lines of code changed in 3 files:

sjoelund.se 2014-02-01 15:36 Rev.: 18920

New baseline

58 lines of code changed in 11 files:

sjoelund.se 2014-02-01 15:15 Rev.: 18919

Bump MSL 3.2.1 - removed the models that are no longer marked as experiments from the testsuite (these had StopTime=0 before, to mark them as not suitable to simulate)

19 lines of code changed in 8 files:

sjoelund.se 2014-02-01 15:07 Rev.: 18918

Set ulimit -v for BuildModelicaRecursive.mos

3 lines of code changed in 1 file:

sjoelund.se 2014-02-01 13:59 Rev.: 18917

Fix printing of negative real numbers that look like integers

1 lines of code changed in 1 file:

sjoelund.se 2014-02-01 13:39 Rev.: 18916

- Changed lib/omlibrary/Modelica... to Modelica... for testsuite messages (to work better with build symlinked to /usr)
- Added reading of env.var CC at start to be able to change CC in pre-compiled omc version

2757 lines of code changed in 111 files:

adrpo 2014-02-01 12:04 Rev.: 18915

- update test

4 lines of code changed in 1 file:

hudson 2014-02-01 11:09 Rev.: 18914

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

lochel 2014-02-01 11:07 Rev.: 18913

- fix #2557

538 lines of code changed in 31 files:

sjoelund.se 2014-02-01 10:06 Rev.: 18912

Try to fix OSX weird problems

2 lines of code changed in 1 file:

adrpo 2014-02-01 05:58 Rev.: 18911

- switch back to 1.9.1+dev

2 lines of code changed in 1 file:

adrpo 2014-02-01 03:21 Rev.: 18908

- update version to 1.9.1 Beta1

2 lines of code changed in 5 files:

adrpo 2014-02-01 02:54 Rev.: 18906

- reverted previous commit
- simcode needs omc but omc was not copied yet from Compiler/omc_release to build/bin,
however omc needs simcode (how does this work?)

1 lines of code changed in 1 file:

adrpo 2014-02-01 02:43 Rev.: 18905

- susan_codegen needs omc!

1 lines of code changed in 1 file:

January 2014 »

Generated by StatSVN 0.7.0