January 2013 Commit Log

Number of Commits:
381
Number of Active Developers:
21
lochel 2013-01-31 21:43 Rev.: 15027

- fix flag -port

1 lines of code changed in 1 file:

adeas31 2013-01-31 21:19 Rev.: 15026

- Adapt to new simulation flags format.

25 lines of code changed in 1 file:

cschubert 2013-01-31 17:36 Rev.: 15025

modelica3d: workaround for strange looking dxf objects, now robotR3 looks as it should, also shifted spheres to the correct position

95 lines of code changed in 2 files:

niklwors 2013-01-31 17:01 Rev.: 15024

Added Kinsol solver to cpp runtime

406 lines of code changed in 6 files:

wbraun 2013-01-31 16:28 Rev.: 15023

- fixed memory leak in simulation results compare function
- updated some tests

56 lines of code changed in 8 files:

sjoelund.se 2013-01-31 16:21 Rev.: 15022

Make +simCodeTarget=Dump handle constant literals

209 lines of code changed in 6 files:

hkiel 2013-01-31 14:06 Rev.: 15021

- make local functions static
- move if-condition out of for-loop
- fixed type

54 lines of code changed in 4 files:

adrpo 2013-01-31 13:50 Rev.: 15020

- fix CMakeLists.txt as some things moved around.

2 lines of code changed in 1 file:

adrpo 2013-01-31 13:19 Rev.: 15019

- library order hell fixed.

3 lines of code changed in 3 files:

lochel 2013-01-31 12:49 Rev.: 15018

- minor fixes

6 lines of code changed in 2 files:

lochel 2013-01-31 12:09 Rev.: 15017

- fix omedit [command line flags]

6 lines of code changed in 1 file:

sjoelund.se 2013-01-31 11:59 Rev.: 15016

Added symbolic tracing of array equation scalarization

66 lines of code changed in 6 files:

sjoelund.se 2013-01-31 10:56 Rev.: 15015

Move ModelicaUtilities into the default runtime instead of ModelicaExternalC (it is defined in the spec, not in MSL, and should be usable in any external function)

107 lines of code changed in 5 files:

sjoelund.se 2013-01-31 10:01 Rev.: 15014

Write dump to the chosen filename instead of the modelname (they are usually the same, but not always)

6 lines of code changed in 2 files:

hkiel 2013-01-31 08:47 Rev.: 15013

- replace calloc by malloc where allocated memory is directly initialized
- fix types
- optimize round-up division
- make local functions "static"
- more aggressive memory allocation for realloc()

123 lines of code changed in 6 files:

wbraun 2013-01-31 02:06 Rev.: 15012

- added symbolic jacobian support to newton solver
- use newton solver for linear tearing systems
- added tests for newton solver
- suppress warning of non-linear solver

3754 lines of code changed in 28 files:

lochel 2013-01-31 00:10 Rev.: 15011

- revise command line arguments for c-runtime (second part)

78 lines of code changed in 3 files:

sjoelund.se 2013-01-30 17:05 Rev.: 15010

Fix MeasureTime.mos?

75 lines of code changed in 2 files:

lochel 2013-01-30 16:19 Rev.: 15009

- revise command line arguments for c-runtime (part one)

306 lines of code changed in 35 files:

sjoelund.se 2013-01-30 15:28 Rev.: 15008

- Added option +d=shortOutput
- Used +d=shortOutput in OMNotebook initialization

49 lines of code changed in 4 files:

sjoelund.se 2013-01-30 14:28 Rev.: 15007

Revert r15004 (did not update tests; and is a bad fix anyway)

64 lines of code changed in 4 files:

sjoelund.se 2013-01-30 14:27 Rev.: 15006

- +simCodeTarget=Dump now runs xsltproc on the code automatically

77 lines of code changed in 6 files:

cschubert 2013-01-30 14:11 Rev.: 15005

increased stack size to 32Mb for executables on windows

2386 lines of code changed in 2 files:

alash325 2013-01-30 14:07 Rev.: 15004

- shortOutput optional argument for simulate API - to return short simulation results

146 lines of code changed in 4 files:

sjoelund.se 2013-01-30 13:41 Rev.: 15003

#2027
- Adding testcase

36 lines of code changed in 2 files:

sjoelund.se 2013-01-30 13:38 Rev.: 15002

#2027
- Make linspace evaluate dimensions of parameter input third argument

169 lines of code changed in 8 files:

sjoelund.se 2013-01-30 13:33 Rev.: 15001

Monster kill!!!
- changed "simulation" to "simulate" in all DrModelica .onb files.

207 lines of code changed in 99 files:

lochel 2013-01-30 12:39 Rev.: 15000

- new c-runtime flag ?w shows all warnings during simulation (warnings are hidden by default)
- new c-runtime lv-option LOG_EVENTS_V shows even more than LOG_EVENTS
- shrink dump from LOG_EVENTS

52 lines of code changed in 6 files:

sjoelund.se 2013-01-30 11:57 Rev.: 14999

Made typof work better for reductions

16 lines of code changed in 1 file:

wbraun 2013-01-30 04:17 Rev.: 14997

- added newton solver as non-linear system solver

614 lines of code changed in 7 files:

wbraun 2013-01-30 01:16 Rev.: 14996

- fixed dumps of non-linear solver
- fixed dump description
- let warnings outputs always
- changed some INFO messages to DEBUG

322 lines of code changed in 10 files:

sjoelund.se 2013-01-29 23:37 Rev.: 14995

#2039
- We now sort all equations before putting them in the runtime and verify that they are all there
* This makes it possible to print the correct equation name for nonlinear systems
* Fixed segfault for nonlinear systems
- Removed the commented-out "simulation" command since it should not have been added in the first place

3999 lines of code changed in 6 files:

lochel 2013-01-29 22:04 Rev.: 14994

- fix some event-dumps
- fix description-enum

25 lines of code changed in 2 files:

lochel 2013-01-29 21:39 Rev.: 14993

- expected output

505 lines of code changed in 1 file:

perost 2013-01-29 21:16 Rev.: 14992

- Converted a major part of the new instantiation to the new environment and lookup.
- Enabled the scodeinst tests which now works again.

3248 lines of code changed in 12 files:

lochel 2013-01-29 20:51 Rev.: 14991

- filter internal variables correctly

56 lines of code changed in 1 file:

sjoelund.se 2013-01-29 19:48 Rev.: 14990

Expected output

509 lines of code changed in 2 files:

lochel 2013-01-29 18:14 Rev.: 14989

- filter internal variables correctly

224 lines of code changed in 3 files:

lochel 2013-01-29 11:08 Rev.: 14988

- expected output

8 lines of code changed in 3 files:

sjoelund.se 2013-01-29 11:01 Rev.: 14987

Expected output

1 lines of code changed in 1 file:

sjoelund.se 2013-01-29 11:00 Rev.: 14986

- Reduce the size of the result-file, update test

1 lines of code changed in 2 files:

sjoelund.se 2013-01-29 10:50 Rev.: 14985

- Re-merge r14982

4796 lines of code changed in 46 files:

sjoelund.se 2013-01-29 10:49 Rev.: 14984

- Fix performance issue with SimulationResultsCmp.c (quadratic-time memory allocation)

3 lines of code changed in 1 file:

sjoelund.se 2013-01-29 09:02 Rev.: 14983

Revert r14982 (breaks 4 tests; 3 of them badly, 1 of them spins forever)

6706 lines of code changed in 46 files:

lochel 2013-01-28 20:35 Rev.: 14982

- remove helpVars from Backend (was used to handle when-conditions and sample-calls)
- revise event-system (c-runtime)
- unfortunately break other runtimes (please contact me, if you need more detailed information)

4796 lines of code changed in 46 files:

alash325 2013-01-28 20:11 Rev.: 14981

- Update version Author

2 lines of code changed in 1 file:

wbraun 2013-01-28 20:05 Rev.: 14980

- fixed test

2 lines of code changed in 1 file:

alash325 2013-01-28 20:05 Rev.: 14979

- Updated DrModelica

2907 lines of code changed in 56 files:

sjoelund.se 2013-01-28 19:33 Rev.: 14978

Mark subsequent builds not-beta3

2 lines of code changed in 1 file:

sjoelund.se 2013-01-28 19:20 Rev.: 14976

- Mark this build Beta3 in config.h. Tag this revision as 1.9.0 beta3.

2 lines of code changed in 1 file:

sjoelund.se 2013-01-28 19:16 Rev.: 14975

- 1.9.0 ReleaseNotes. Don't tag this revision.

1912 lines of code changed in 1 file:

adrpo 2013-01-28 19:04 Rev.: 14974

- pdf with links.

0 lines of code changed in 1 file:

petfr 2013-01-28 18:54 Rev.: 14973

Updated Users guide with new release text.

0 lines of code changed in 2 files:

sjoelund.se 2013-01-28 18:40 Rev.: 14972

Update licenses for OMPython / PySimulator plugins to OSMC-PL Runtime license

73 lines of code changed in 3 files:

wbraun 2013-01-28 18:31 Rev.: 14971

- fixed bug with time measurements at runtime

1 lines of code changed in 1 file:

adrpo 2013-01-28 16:29 Rev.: 14970

- in Windows copy PySimulator to build\share\omc\scripts\PythonInterface for now
maybe we can find a better place later.

2 lines of code changed in 2 files:

sjoelund.se 2013-01-28 15:39 Rev.: 14969

- Added MLS 3.2 ModelicaVFormatMessage/Error
- Made the DIVISION() macro use testsuite-friendly filenames

30 lines of code changed in 5 files:

perost 2013-01-28 14:41 Rev.: 14968

Partial fix for ticket #2027:
- Fix type of array reduction.

46 lines of code changed in 3 files:

lochel 2013-01-28 14:37 Rev.: 14967

- fix c/cpp comment

1 lines of code changed in 1 file:

lochel 2013-01-28 14:36 Rev.: 14966

- disable debug-outputs by default to increase performance

1 lines of code changed in 1 file:

hkiel 2013-01-28 14:25 Rev.: 14965

- adjust some paths (testsuite/ related)
- fix some typos and formattings

1 lines of code changed in 2 files:

sjoelund.se 2013-01-28 12:02 Rev.: 14964

Automatically unlink tmp-file

1 lines of code changed in 1 file:

perost 2013-01-28 12:01 Rev.: 14963

- Updated expected output of previously failing tests which now fails slightly
differently.

57 lines of code changed in 9 files:

sjoelund.se 2013-01-28 11:02 Rev.: 14962

Expected output

1 lines of code changed in 1 file:

adrpo 2013-01-28 08:35 Rev.: 14961

- update guides.

0 lines of code changed in 4 files:

sjoelund.se 2013-01-28 07:49 Rev.: 14960

Reverted r14959.
Use: loadModel(Modelica,{"2.2.1"}); loadModel(ModelicaAdditions);
There is no need to update the library. We use the version form the website and should update it as little as possible.

0 lines of code changed in 28 files:

alash325 2013-01-28 04:45 Rev.: 14959

- added "within ModelicaAdditions/*;" to the the first line ModelicaAdditions library

0 lines of code changed in 56 files:

mahge930 2013-01-27 10:47 Rev.: 14958

+ Generate default value bindings for protected components of a record.

2172 lines of code changed in 6 files:

sjoelund.se 2013-01-26 15:38 Rev.: 14957

Fix stuff rtest -b messed up

3 lines of code changed in 3 files:

sjoelund.se 2013-01-26 14:55 Rev.: 14956

Print longer filenames when running the testsuite (no more "which package.mo should I look in?")

2963 lines of code changed in 220 files:

sjoelund.se 2013-01-26 14:00 Rev.: 14955

Expected output

2 lines of code changed in 1 file:

sjoelund.se 2013-01-26 13:52 Rev.: 14954

Fix regex usage

8 lines of code changed in 2 files:

sjoelund.se 2013-01-26 12:43 Rev.: 14953

Fix regex output for empty patterns

4 lines of code changed in 1 file:

adrpo 2013-01-26 02:36 Rev.: 14952

- utf8 no signature.

5 lines of code changed in 1 file:

adrpo 2013-01-26 02:12 Rev.: 14951

- try to fix cppruntime.
- do not use hidden attribute as it doesn't seem to work with clang and gcc-4.4:
#define BOOST_EXTENSION_IMPORT_DECL __attribute__((visibility("hidden")))

9 lines of code changed in 1 file:

adrpo 2013-01-26 01:26 Rev.: 14950

- fix utf-8 without signature:
SimulationRuntime/cpp/*
- fix missing separator
testsuite/flattening/modelica/redeclare/Makefile

33 lines of code changed in 8 files:

adrpo 2013-01-26 01:10 Rev.: 14949

- geez, stdafx.h actually exists but with small letters. fix case.

2 lines of code changed in 2 files:

adrpo 2013-01-26 00:59 Rev.: 14948

- guard StdAfx.h with _MSC_VER
#if defined(_MSC_VER)
#include "StdAfx.h"
#endif

6 lines of code changed in 2 files:

wbraun 2013-01-25 23:23 Rev.: 14947

- fixed symbolic jacobians for tearing systems
- removed some debug output from jacobian calculation calls (performance)

14 lines of code changed in 3 files:

sjoelund.se 2013-01-25 23:01 Rev.: 14946

Remove BOM

79 lines of code changed in 80 files:

niklwors 2013-01-25 19:36 Rev.: 14945

fixed include names in SystemDefaultImplementation

2 lines of code changed in 1 file:

sjoelund.se 2013-01-25 18:58 Rev.: 14944

Expected output

0 lines of code changed in 1 file:

niklwors 2013-01-25 18:55 Rev.: 14943

converted cpp an h files in cpp runtime to utf8

248 lines of code changed in 87 files:

arun3688 2013-01-25 18:17 Rev.: 14942

OMCC - added Config.mo to OMCC.mos for proper code generation- arun3688

0 lines of code changed in 2 files:

niklwors 2013-01-25 18:07 Rev.: 14941

fixed SimulationRuntime/cpp/Makefile

1 lines of code changed in 1 file:

cschubert 2013-01-25 18:03 Rev.: 14940

one star for msvc

1 lines of code changed in 1 file:

niklwors 2013-01-25 15:24 Rev.: 14939

Reorganized cpp runtime folders. Simplified solver interface methods. Removed unused functions. Renamed interfaces

40531 lines of code changed in 8144 files:

sjoelund.se 2013-01-25 15:03 Rev.: 14938

- Keep using smart, fast code for GCC/Clang

12 lines of code changed in 1 file:

cschubert 2013-01-25 14:55 Rev.: 14937

updated CMakeLists.txt to use regex.c/h for msvc

17 lines of code changed in 3 files:

perost 2013-01-25 14:45 Rev.: 14936

- Disable ReplaceableBaseClass test.

1 lines of code changed in 1 file:

sjoelund.se 2013-01-25 14:24 Rev.: 14935

- Move regex() to utility.c
- Better allocators (pass mk_scon or init_modelica_string to regex)
- Never fail (pass 0 match and the error-message on failure; let the user handle it)
- Removed #ifdef for regex (fix cmakefiles instead to get regex working)

86 lines of code changed in 8 files:

adrpo 2013-01-25 14:21 Rev.: 14934

- fix so it compiles with VS.

5 lines of code changed in 1 file:

adrpo 2013-01-25 13:22 Rev.: 14933

- regex to be used with Visual Studio.

31643 lines of code changed in 47 files:

perost 2013-01-25 12:20 Rev.: 14932

- Disabled check for replaceable baseclasses for now, since it doesn't work
correctly.

7 lines of code changed in 2 files:

cschubert 2013-01-25 12:17 Rev.: 14931

Compiler/runtime: inserted changes so that msvc can compile it

18 lines of code changed in 2 files:

mahge930 2013-01-25 12:14 Rev.: 14930

+ Small fix for uncertainties attributes. Expect fully-qualified idents.

3 lines of code changed in 1 file:

sjoelund.se 2013-01-25 11:21 Rev.: 14929

Don't use ModelicaExternalC - we can use alloc_modelica_string directly instead

2 lines of code changed in 2 files:

sjoelund.se 2013-01-25 10:30 Rev.: 14928

- Fix simulation runtime handling of regex()

6 lines of code changed in 3 files:

mahge930 2013-01-25 08:46 Rev.: 14927

+ Handle protected elements too when evaluating records.

42 lines of code changed in 4 files:

adrpo 2013-01-25 08:30 Rev.: 14926

- attempt to fix the omcc test on windows.

1 lines of code changed in 1 file:

sjoelund.se 2013-01-24 23:04 Rev.: 14925

Expected output

1 lines of code changed in 1 file:

sjoelund.se 2013-01-24 21:49 Rev.: 14924

Expected output

117 lines of code changed in 2 files:

perost 2013-01-24 19:48 Rev.: 14923

- Add parentheses around subscripted expressions in ExpressionDump when needed.

530 lines of code changed in 17 files:

jfrenkel 2013-01-24 19:19 Rev.: 14922

- comment out debug output

2 lines of code changed in 1 file:

jfrenkel 2013-01-24 19:08 Rev.: 14921

- bugfix for use assigments from SingularSystemCheck

16 lines of code changed in 2 files:

sjoelund.se 2013-01-24 19:01 Rev.: 14920

- Tons of API functions updated and/or added (regularFileExist uses ModelicaInternal now, etc)
- Made it possible to easily change the error-messages to print more detailed file locations in the future (will be added today or tomorrow; will need to update a lot of tests)
- Modified uriToFileName (it now uses the scripting environment and builtin functions that also work at runtime). The reason it works is that we can read the paths of each library at compile-time and use that information to resolve the URI at runtime.
- ModelicaServices now uses uriToFileName to resolve URIs
- More ModelicaExternalC functions have a builtin compiler implementation now
- Assigning to arrays with unknown dimensions is now a little more stable at runtime
- runtest.pl now knows of the directive partest-link: (see UriLookup.mos for an example)

1620 lines of code changed in 26 files:

lochel 2013-01-24 18:15 Rev.: 14919

- update testsuite\simulation\libraries\3rdParty\Exercises

521 lines of code changed in 17 files:

jfrenkel 2013-01-24 18:03 Rev.: 14918

- looks like some algorithms do not take care on already assigned elements

19 lines of code changed in 2 files:

jfrenkel 2013-01-24 17:36 Rev.: 14917

tabs

2 lines of code changed in 1 file:

lochel 2013-01-24 17:21 Rev.: 14916

- fix tests

6 lines of code changed in 2 files:

fbergero 2013-01-24 17:12 Rev.: 14915

Updating the QSS template and backend

11 lines of code changed in 2 files:

fbergero 2013-01-24 17:12 Rev.: 14914

Fixing some errors in the QSS template

194 lines of code changed in 2 files:

lochel 2013-01-24 17:03 Rev.: 14913

- expected output

2 lines of code changed in 1 file:

lochel 2013-01-24 16:58 Rev.: 14912

- minor speed up for models without when-clauses
- expected output

2 lines of code changed in 2 files:

jfrenkel 2013-01-24 16:48

- add again

333 lines of code changed in 2 files:

lochel 2013-01-24 16:32 Rev.: 14909

- revert workaround

3 lines of code changed in 1 file:

jfrenkel 2013-01-24 16:19 Rev.: 14908

- use matching from singular system check for main matching
- do not merge variable attributes of unreplacable variables

220 lines of code changed in 9 files:

hubert.thieriot 2013-01-24 13:33 Rev.: 14907

- adapted to new OMOptimBasis version

39 lines of code changed in 22 files:

hubert.thieriot 2013-01-24 13:32 Rev.: 14906

- basic changes (const functions)
- GUI improvements
- Added Generic Unit

385 lines of code changed in 28 files:

cschubert 2013-01-24 10:58 Rev.: 14905

modelica3d: partial support for pipecylinders with innerdiameter == 0, because it is a cylinder

17 lines of code changed in 1 file:

jfrenkel 2013-01-24 10:43 Rev.: 14904

- run tearing behind encapsulateWhenConditions, otherwise the torn systems are lost because matching information is thrown away

1 lines of code changed in 1 file:

perost 2013-01-23 22:09 Rev.: 14903

- Fixed bootstrapping.

1 lines of code changed in 1 file:

nutaro 2013-01-23 21:13 Rev.: 14902

Added extra argument to sample function

3 lines of code changed in 1 file:

ppriv 2013-01-23 17:52 Rev.: 14899

Updated C# template to the no-helpVars changes
- fix: "inline" keyword macroizing is forbidden in C++ from VS 2012, see omc_inline.h (hope it'll work with VS2010)
- fix: copy/paste errors when checking the results of map.find() in simulation_result_mat.cpp
- fix: C++ string emptiness should be tested via size() (an error when run with the debug version of STL)

1370 lines of code changed in 5 files:

sjoelund.se 2013-01-23 17:45 Rev.: 14898

Add JS diff tool to the simcode dump

29 lines of code changed in 1 file:

jfrenkel 2013-01-23 16:59 Rev.: 14897

- add flag to run OnRelaxation

15 lines of code changed in 2 files:

perost 2013-01-23 16:48 Rev.: 14896

More work on new environment and lookup:
- Copied some parts of NFInstTypes (those that depended on NFSCodeEnv) to
NFInstTypesOld, for use by the shortcut.
- Copied the few functions from NFSCodeInst used by the shortcut into
NFSCodeAnalyseRedeclare, and removed NFSCodeInst.
- Added a couple of new packages, NFInst and NFMod, and changed
CevalScript.runFrontEndWork to use NFInst instead of NFSCodeInst.
- Disabled most of the scodeinst tests for now, will enable as I fix the new new
instantiation.
- Added some utility functions to List and SCode.

5940 lines of code changed in 20 files:

sjoelund.se 2013-01-23 16:24 Rev.: 14895

- Update tracing of symbolic operations for usability/readability

317 lines of code changed in 11 files:

lochel 2013-01-23 15:14 Rev.: 14894

- expected output

0 lines of code changed in 1 file:

cschubert 2013-01-23 12:49 Rev.: 14893

fmu: removed forcing of numerical initialization

1 lines of code changed in 1 file:

lochel 2013-01-23 12:31 Rev.: 14892

- move encapsulateWhenCodnitions to post opt. modules

34 lines of code changed in 3 files:

cschubert 2013-01-23 12:10 Rev.: 14891

fmu: bugfix msvc target

4 lines of code changed in 2 files:

jfrenkel 2013-01-23 12:10 Rev.: 14890

- remove special handling of $when, bassed on disscussion with Lennart encapsulateWhenConditions will be moved behind removeSimpleEquations in POST_OPT_MODULES

3 lines of code changed in 1 file:

lochel 2013-01-23 01:19 Rev.: 14888

- start using sample-lookup for codegen
- remove unused function SimCodeUtil.failUnlessResidual

3148 lines of code changed in 4 files:

jfrenkel 2013-01-23 01:16 Rev.: 14887

- BackendDAEOptimize.getConditionList1: report an error message
- minor changes to statesorting
- do not prever internal variables
- add only used prevariables from not discrete variables to initial system

62 lines of code changed in 4 files:

lochel 2013-01-23 00:36 Rev.: 14886

- continue removing helpVars
- fix $PRE.$whenConditionXY to pre($whenConditionXY)

23 lines of code changed in 2 files:

lochel 2013-01-23 00:11 Rev.: 14885

- continue removing helpVars (from when-conditions)
- try to group some functions
- remove unused functions from SimCodeUtil.mo
- generateHelpVarsInArrayCondition
- selectContinuousEquations
- getExpCref
- isPartOfMixedSystem
- getZcMixedSystem
- generateEquationOrder
- isNotBuiltinCall
- appendNonpresentPaths

626 lines of code changed in 1 file:

perost 2013-01-22 23:08 Rev.: 14884

- Initial commit of new environment and lookup.

1439 lines of code changed in 3 files:

jfrenkel 2013-01-22 23:08 Rev.: 14883

- do not replace lhs of array assign statement
- move unreplace constant variables to known vars

35 lines of code changed in 1 file:

lochel 2013-01-22 20:13 Rev.: 14881

- start to rewrite handling of sample-calls

3330 lines of code changed in 17 files:

jfrenkel 2013-01-22 19:06 Rev.: 14880

- expand cref with range subscripts, this are intruduced when replace for iterators with the range expression.

27 lines of code changed in 1 file:

jfrenkel 2013-01-22 19:05 Rev.: 14879

- export fmu generated with +target=msvc

1029 lines of code changed in 2 files:

jfrenkel 2013-01-22 18:51 Rev.: 14878

- expected output

19 lines of code changed in 18 files:

cschubert 2013-01-22 17:47 Rev.: 14877

fmu: initialization crashed because nlsMethod was set to NS_NONE. Now NS_HYBRID is used as default

2 lines of code changed in 1 file:

cschubert 2013-01-22 17:34 Rev.: 14876

fmu: added missing include

1 lines of code changed in 1 file:

jfrenkel 2013-01-22 17:19 Rev.: 14875

- bugfix traverseExpSubs, use changed list if references not equal

4 lines of code changed in 1 file:

sjoelund.se 2013-01-22 16:03 Rev.: 14874

Update documentation

1 lines of code changed in 1 file:

jfrenkel 2013-01-22 15:39 Rev.: 14873

- report if variable was not found for result compare

42 lines of code changed in 4 files:

lochel 2013-01-22 15:39 Rev.: 14872

- remove some unused functions
- fix sample arguments for BackendQSS

14 lines of code changed in 6 files:

jfrenkel 2013-01-22 15:10 Rev.: 14871

- bugfix state selection

4 lines of code changed in 1 file:

sjoelund.se 2013-01-22 13:22 Rev.: 14870

Expected output

1 lines of code changed in 1 file:

sjoelund.se 2013-01-22 12:27 Rev.: 14869

- Create target to build 3.2.1 version of ModelicaServices modelica3d

61 lines of code changed in 5 files:

sjoelund.se 2013-01-22 12:15 Rev.: 14868

- Add missing eol-style

580 lines of code changed in 1 file:

sjoelund.se 2013-01-22 10:35 Rev.: 14867

- Make pre(matrix) have the correct type

189 lines of code changed in 4 files:

jfrenkel 2013-01-22 10:16 Rev.: 14866

- bugfix state selection

39 lines of code changed in 2 files:

cschubert 2013-01-22 09:46 Rev.: 14865

modelica3d: * changed time to t since it is not allowed/supported in an algorithm
* preparations for integration into ModelicaServices 3.2.1

634 lines of code changed in 5 files:

nutaro 2013-01-22 02:35 Rev.: 14864

Fixed name of PRE variables

14 lines of code changed in 1 file:

jfrenkel 2013-01-22 01:12 Rev.: 14863

- bugfix for r14861

78 lines of code changed in 4 files:

jfrenkel 2013-01-21 18:03 Rev.: 14862

- happens if you try to solve more than one issue in the same time,
- No Idea why it does not work, maybe Lennart knows why

0 lines of code changed in 1 file:

jfrenkel 2013-01-21 17:48 Rev.: 14861

- do not intruduce extra derivative variables while do index reduction
- add information about derivative name to STATE
- replace state alias variables
- improve singular system check, use absoulte incidence matrix for check and not the one with extra information for states

1662 lines of code changed in 26 files:

cschubert 2013-01-21 16:14 Rev.: 14859

modelica3d: * synchronize via time instead of integer frame number => animation runs in "real-time" now
* only send visualization information if object did move (a bug in the initial residuals prevents me from making initial system balanced)

376 lines of code changed in 10 files:

lochel 2013-01-21 15:16 Rev.: 14858

- expected output

2 lines of code changed in 1 file:

lochel 2013-01-21 14:52 Rev.: 14857

- workaround to fix testsuite (#2026)

3 lines of code changed in 1 file:

niklwors 2013-01-21 14:39 Rev.: 14856

adapted util/numeric include paths

6 lines of code changed in 3 files:

cschubert 2013-01-21 13:08 Rev.: 14855

modelica3d - enabled support to load file objects:
* bugfix in modcount: need to reserve len+1 chars for a string, since it is null terminated
* synchronize frame rates -> Now animation is too slow?
* need to copy all osg libraries to backend folder, otherwise loadFromFile fails
* use absolute filename, because the backend searches for files relative to itself instead of relative to mo file
* modbus is not strict c (assignment begore declaration), msvc complained
* several primitives are still missing: "pipecylinder", "pipe", "beam", "gearwheel", "spring"

732 lines of code changed in 13 files:

mahge930 2013-01-21 12:59 Rev.: 14854

- Expected output.

182 lines of code changed in 7 files:

vitalij 2013-01-21 12:57 Rev.: 14853

- generate objective function in C for optimization

537 lines of code changed in 3 files:

mahge930 2013-01-21 11:43 Rev.: 14851

+ Forgotten baseline

1 lines of code changed in 1 file:

lochel 2013-01-21 11:36 Rev.: 14850

- modelicaML tests

10 lines of code changed in 3 files:

mahge930 2013-01-21 11:36 Rev.: 14849

+ Record constructors: get default values from the original record declaration. Not from an instance (possibly modified) of a record.

3268 lines of code changed in 88 files:

lochel 2013-01-21 11:25 Rev.: 14848

- expected output

13 lines of code changed in 1 file:

lochel 2013-01-21 11:13

- expected output

0 lines of code changed in 4 files:

jfrenkel 2013-01-21 11:06 Rev.: 14845

- add missing Types to statementOutputs

8 lines of code changed in 1 file:

jfrenkel 2013-01-21 10:52 Rev.: 14844

- add Types for all DAE.Statement to ppStmtStr

40 lines of code changed in 1 file:

mahge930 2013-01-20 17:58 Rev.: 14843

+ Forgotten baseline

1 lines of code changed in 1 file:

mahge930 2013-01-20 17:56 Rev.: 14842

+ reverting changes from r14841

37 lines of code changed in 8 files:

mahge930 2013-01-20 16:56 Rev.: 14841

+ Record constructors: get default values from the original record declaration. Not from a [modified] instance of the record.

39 lines of code changed in 8 files:

mahge930 2013-01-20 14:51 Rev.: 14840

- Expected output.

384 lines of code changed in 38 files:

mahge930 2013-01-20 11:17 Rev.: 14839

- cleanup record construction.
- see what fails

195 lines of code changed in 7 files:

lochel 2013-01-19 15:41 Rev.: 14838

- fix bug in preOptModule encapsulateWhenConditions
- fix accidentally generated strong components

12 lines of code changed in 1 file:

lochel 2013-01-19 15:04 Rev.: 14837

- fix bugs in preOptModule encapsulateWhenConditions
- consider removed equations
- fix handling of pre-statements

145 lines of code changed in 7 files:

jfrenkel 2013-01-19 12:37 Rev.: 14836

- fix copy past error

2 lines of code changed in 1 file:

jfrenkel 2013-01-19 11:58 Rev.: 14835

- keep branche order for if equations

2 lines of code changed in 1 file:

lochel 2013-01-19 00:21 Rev.: 14834

- continue removing helpVars (now from when algorithm statements)
- fix when-algorithms for numeric initialization
- fix bug in preOptModule encapsulateWhenConditions for when/elsewhen algorithm statements

5257 lines of code changed in 22 files:

niklwors 2013-01-18 17:35 Rev.: 14833

adapted cpp template on removed help vars

55 lines of code changed in 2 files:

jfrenkel 2013-01-18 17:21 Rev.: 14832

- fix for if equations with internal as algorithm handelt equations
- add Test IfEquation6
- Change Error for initial changing pivoting to warning

262 lines of code changed in 6 files:

sjoelund.se 2013-01-18 16:25 Rev.: 14831

- Move for runtest.pl to symlink the file

1 lines of code changed in 3 files:

cschubert 2013-01-18 16:24 Rev.: 14830

changed makefile for msvc target: Added missing libraries given through annotations

87 lines of code changed in 3 files:

lochel 2013-01-18 15:45 Rev.: 14829

- remove internal vars from result-file

3264 lines of code changed in 6 files:

sjoelund.se 2013-01-18 14:48 Rev.: 14828

- Added ParallelPRV test to the testsuite

195 lines of code changed in 6 files:

wbraun 2013-01-18 14:35 Rev.: 14827

#2021
- removed second call of symbolic initialization.
- fixes #2021, but break two other tests, which
will be fixed, when help-vars for algorithm
are finally removed.

12 lines of code changed in 7 files:

jfrenkel 2013-01-18 12:34 Rev.: 14826

- fix parseCompilerSources

18 lines of code changed in 1 file:

sjoelund.se 2013-01-18 11:34 Rev.: 14825

Load-balance algebraics

1 lines of code changed in 1 file:

sjoelund.se 2013-01-18 11:04 Rev.: 14824

Made algebraic continous functions possible to run in parallel

322 lines of code changed in 10 files:

jfrenkel 2013-01-18 10:04 Rev.: 14823

- fix parseCompilerSources

120 lines of code changed in 1 file:

sjoelund.se 2013-01-18 09:06 Rev.: 14822

- Spelling

95 lines of code changed in 5 files:

jfrenkel 2013-01-18 02:00 Rev.: 14821

- expexted output

6 lines of code changed in 2 files:

jfrenkel 2013-01-17 19:31 Rev.: 14820

- remove tabs

1694 lines of code changed in 1 file:

jfrenkel 2013-01-17 19:10 Rev.: 14819

- fix test

1 lines of code changed in 1 file:

wbraun 2013-01-17 18:59 Rev.: 14818

- bug fix for BackenDAEutil.analyzeJacobian

17 lines of code changed in 1 file:

jfrenkel 2013-01-17 18:46 Rev.: 14817

- clean up in Tearing.mo

556 lines of code changed in 1 file:

wbraun 2013-01-17 18:39 Rev.: 14816

- fix non-linear tests (config flag for tearing changed)

10 lines of code changed in 8 files:

jfrenkel 2013-01-17 18:07 Rev.: 14815

- move tearing to Tearing.mo, add new tearing methods, not yet finished

4408 lines of code changed in 9 files:

adeas31 2013-01-17 17:53 Rev.: 14814

- Fix reading of the visualize file.

2 lines of code changed in 1 file:

perost 2013-01-17 17:04 Rev.: 14813

Fix for issue #2024:
- Fixed cref expansion for qualified crefs with subscripts.

65 lines of code changed in 4 files:

sjoelund.se 2013-01-17 15:54 Rev.: 14812

- Make sure empty partitioned independent systems do not count as systems (filter them out)

95 lines of code changed in 6 files:

jfrenkel 2013-01-17 00:18 Rev.: 14810

- check systems with constant jacobian if jacobian has full rang (is singular)

266 lines of code changed in 11 files:

lochel 2013-01-16 23:45 Rev.: 14809

- continue removing helpVars

8954 lines of code changed in 19 files:

vitalij 2013-01-16 20:41 Rev.: 14808

- forgote some outliers

17 lines of code changed in 1 file:

vitalij 2013-01-16 18:57 Rev.: 14807

- corrected and add math rules
- Code Style

260 lines of code changed in 5 files:

sjoelund.se 2013-01-16 16:03 Rev.: 14804

- Make gnuplot output more robust

27 lines of code changed in 1 file:

jfrenkel 2013-01-16 15:02 Rev.: 14800

- workaround for pivoting, report no error message if the first pivoting fails because of singulare jacobian, the default selection is used in this cases

290 lines of code changed in 5 files:

lochel 2013-01-16 14:51 Rev.: 14799

- continue removing helpVars from backend

3183 lines of code changed in 19 files:

sjoelund.se 2013-01-16 14:12 Rev.: 14798

- Moved around some realtime timer indices (keep them together so we don't use the same index at the same place by accident)
- Made the simulate() command faster, by using any qualified classname as it is, without looking in the symboltable
- Enabled a few more tests

123 lines of code changed in 13 files:

lochel 2013-01-16 13:17 Rev.: 14797

- continue removing helpVars from c-runtime

207 lines of code changed in 2 files:

lochel 2013-01-16 12:43 Rev.: 14796

- continue removing helpVars
- when-coditions are checked without using helpVars anymore (c runtime)
- testsuite/simulation/modelica/initialization/gaspropreties.mos fails, because updateDiscreteSystem is called before the symbolic initialization is done. This is related to some kind of annoying workaround and will hopefully removed soon.

3210 lines of code changed in 13 files:

mahge930 2013-01-16 10:55 Rev.: 14795

+ Set constants without bindings in records as input vars to the record constructor.
+ See which tests fail.

37 lines of code changed in 1 file:

sjoelund.se 2013-01-16 10:49 Rev.: 14794

Updated tests

99 lines of code changed in 4 files:

sjoelund.se 2013-01-16 10:36 Rev.: 14793

- Rename keyword overload to $overload

9 lines of code changed in 3 files:

mahge930 2013-01-16 06:34 Rev.: 14792

+ revert changes from r14791.

2 lines of code changed in 1 file:

mahge930 2013-01-16 06:02 Rev.: 14791

+ Just to see if anything fails

2 lines of code changed in 1 file:

sjoelund.se 2013-01-15 23:04 Rev.: 14790

Fix bootstrapping

1 lines of code changed in 1 file:

sjoelund.se 2013-01-15 22:51 Rev.: 14789

- Merge all annotations into one for external definitions (so we never miss one, or use the wrong one)

60 lines of code changed in 1 file:

wbraun 2013-01-15 19:05 Rev.: 14788

- fix test by using numerical initialization method

0 lines of code changed in 2 files:

wbraun 2013-01-15 18:08 Rev.: 14787

- fixed some tests by run symbolic initialization as
a discrete step

8151 lines of code changed in 8 files:

sjoelund.se 2013-01-15 16:14 Rev.: 14786

Expected output

60 lines of code changed in 3 files:

sjoelund.se 2013-01-15 14:00 Rev.: 14785

- Update tests

287 lines of code changed in 12 files:

lochel 2013-01-15 13:59 Rev.: 14784

- add unique indices to sample calls
- this will help to replace the annoying helpVars - hopefully soon
- equal sample-calls are getting the same index

107 lines of code changed in 12 files:

sjoelund.se 2013-01-15 13:20 Rev.: 14783

- Updated tests to use new scripts

185 lines of code changed in 7 files:

sjoelund.se 2013-01-15 12:19 Rev.: 14782

- Make the filename prefix of the simulate commands be the actual class if using reflections

18 lines of code changed in 6 files:

sjoelund.se 2013-01-15 11:34 Rev.: 14781

- Updated test-script and results (only use the error module, not printf)
- Made BranchingDynamicPipes a lot smaller (suppress the output)

34 lines of code changed in 3 files:

mahge930 2013-01-15 10:47 Rev.: 14780

+ Type functions before typing classes.

6 lines of code changed in 2 files:

sjoelund.se 2013-01-15 10:39 Rev.: 14779

- Make ModelTesting format even shorter (read reference file as default)

7 lines of code changed in 4 files:

sjoelund.se 2013-01-15 10:26 Rev.: 14778

- Adding the new model-testing script

175 lines of code changed in 7 files:

mahge930 2013-01-15 08:52 Rev.: 14777

+ Instantiation and typing of record constructors.
+ Small fix for call vectorization.
+ Implemented List.extractOnTrue.

516 lines of code changed in 6 files:

sjoelund.se 2013-01-15 08:52 Rev.: 14776

- Changed translateModel to return a Boolean instead of text that is hard to parse
- Changed compareSimulationResults to return an array of strings instead of sometimes a string and sometimes a list of strings

496 lines of code changed in 461 files:

wbraun 2013-01-14 17:12 Rev.: 14775

- fixed stepSize bug in simulate builtin-call

17 lines of code changed in 1 file:

sjoelund.se 2013-01-14 14:42 Rev.: 14774

Expected output

44 lines of code changed in 3 files:

lochel 2013-01-14 14:35 Rev.: 14773

- upps

3 lines of code changed in 1 file:

lochel 2013-01-14 14:31 Rev.: 14772

- new preOptModule: encapsulateWhenConditions
- this module encapsulates each when-condition in a boolean-variable
- debug-dump with: +d=dumpEncapsulateWhenConditions

925 lines of code changed in 19 files:

sjoelund.se 2013-01-14 14:25 Rev.: 14771

Expected output

22 lines of code changed in 1 file:

cschubert 2013-01-14 13:14 Rev.: 14769

msl32: expected output

3 lines of code changed in 2 files:

sjoelund.se 2013-01-14 13:04 Rev.: 14768

- Bump MSL, patch Inverse_sine because old inst has problems with it

100 lines of code changed in 4 files:

lochel 2013-01-14 12:57 Rev.: 14767

- fix delay within symbolic initialization

6 lines of code changed in 2 files:

jfrenkel 2013-01-12 03:16 Rev.: 14766

- expected output

1 lines of code changed in 1 file:

janssen 2013-01-12 01:43 Rev.: 14765

fixed bad close tags; change fun:Statments to fun:Statements

62 lines of code changed in 2 files:

jfrenkel 2013-01-12 01:30 Rev.: 14764

- expected output

2 lines of code changed in 1 file:

jfrenkel 2013-01-11 19:36 Rev.: 14763

- remove path from "Get Var " error message
- incidenceRowExp1 matchcontinue -> match
- add uode index reduction method, this is the underlying ODE without any constrained stapilization or projection techniques
- add print message to unneccesary case in traversingincidenceRowExpSolvableFinder

47 lines of code changed in 5 files:

jfrenkel 2013-01-11 18:11 Rev.: 14761

- add state derivative var to knvars of jacobian state set

1590 lines of code changed in 4 files:

lochel 2013-01-11 15:35 Rev.: 14760

- switch back to numeric initialization

11 lines of code changed in 2 files:

sjoelund.se 2013-01-11 14:42 Rev.: 14759

Improve errors when BackendDAECreate fails

35 lines of code changed in 2 files:

alash325 2013-01-11 13:30 Rev.: 14758

- removing unnecessary string name alachew

2 lines of code changed in 1 file:

cschubert 2013-01-11 13:18 Rev.: 14757

msl32: expected output - second part

46463 lines of code changed in 7 files:

sjoelund.se 2013-01-11 12:52 Rev.: 14753

Make -help work again

1 lines of code changed in 1 file:

lochel 2013-01-11 12:49 Rev.: 14752

- new testcase for event-bug

50 lines of code changed in 2 files:

sjoelund.se 2013-01-11 12:44 Rev.: 14751

Bump MSL version

1 lines of code changed in 1 file:

cschubert 2013-01-11 12:07 Rev.: 14748

msl32: expected output - first part

10270 lines of code changed in 11 files:

lochel 2013-01-11 12:03 Rev.: 14747

- provide some more information if kinsol failes

27 lines of code changed in 2 files:

alash325 2013-01-11 11:55 Rev.: 14746

-API to translate a Modelica model for XML export from GUI

209 lines of code changed in 3 files:

jfrenkel 2013-01-11 11:25 Rev.: 14745

- bugfix inlinesolve and nonlinear system, init also the nonlinear systems for inline solver
- bugfix/workaround for nonlinear system and inline solver, set the nonlinear index also in odeequations
- try to get fmu with state selection working -> no success
- free stateselection data

216 lines of code changed in 10 files:

sjoelund.se 2013-01-11 10:07 Rev.: 14744

- Bump MSL version

1 lines of code changed in 1 file:

jfrenkel 2013-01-11 09:38 Rev.: 14743

- SIM_PROF_EQ_ is a false friend, we have to do more stuff to get the nonlinear index also daeeqnslist

99 lines of code changed in 2 files:

jfrenkel 2013-01-11 01:47 Rev.: 14742

- bugfix inline solver

2581 lines of code changed in 2 files:

jfrenkel 2013-01-11 01:34 Rev.: 14741

- bugfix nonlinear system
- expected results
- move pivoting before initialization, check after initilization if pivoting change and report error message

108 lines of code changed in 9 files:

cschubert 2013-01-11 00:08 Rev.: 14740

update expected output

1 lines of code changed in 1 file:

cschubert 2013-01-11 00:05 Rev.: 14739

updated expected output

42412 lines of code changed in 33 files:

jfrenkel 2013-01-10 22:51 Rev.: 14738

- use Integer for Enumeration types in modeldiscription.xml instead of Real as type, this fixes the "Warning: Assuming fixed start value for .. " warnings
- switch of debug output in IndexReduction
- Update fmi/ModelExchange tests

13 lines of code changed in 8 files:

sjoelund.se 2013-01-10 21:31 Rev.: 14737

- Read csv-file using C API instead of C++

50 lines of code changed in 2 files:

jfrenkel 2013-01-10 18:13 Rev.: 14736

- bugfix for model fmi/ModelExchange, inital system was not solvable now it is

2 lines of code changed in 2 files:

sjoelund.se 2013-01-10 17:23 Rev.: 14735

- Cleanup

5 lines of code changed in 2 files:

adeas31 2013-01-10 15:46 Rev.: 14734

Do loadModel(Modelica) before simulating.
Saved the plot.

27 lines of code changed in 1 file:

sjoelund.se 2013-01-10 14:24 Rev.: 14733

- Bump MSL version
- Fix modelica:// for mo-files

82 lines of code changed in 8 files:

sjoelund.se 2013-01-10 11:36 Rev.: 14732

- Expected output

1 lines of code changed in 4 files:

sjoelund.se 2013-01-10 10:57 Rev.: 14731

- Force evaluation of fixed=...

1010 lines of code changed in 44 files:

adrpo 2013-01-10 00:55 Rev.: 14730

- fix bug "Memory performance issue in 1.9.0 beta 2" reported by MathCore.
+ use internal RML allocation for Print.getString and Print.getErrorString
+ do not use strdup in Print_omc.cpp for Print.getString and Print.getErrorString

14 lines of code changed in 2 files:

lochel 2013-01-09 18:35 Rev.: 14729

- fix #2011 (sample breaks c-code)

188 lines of code changed in 3 files:

lochel 2013-01-09 17:05 Rev.: 14728

- test for sample-call

45 lines of code changed in 2 files:

leonardo.laguna 2013-01-09 17:03 Rev.: 14727

- Changing the scope of functions used by MathCore modules.

2 lines of code changed in 1 file:

sjoelund.se 2013-01-09 15:50 Rev.: 14726

Expected output

19 lines of code changed in 11 files:

sjoelund.se 2013-01-09 14:59 Rev.: 14725

- Bump MSL version
- Fix MSL coverage test

10 lines of code changed in 4 files:

sjoelund.se 2013-01-09 14:33 Rev.: 14724

- Fix time column for the SimCode phase

2 lines of code changed in 1 file:

jfrenkel 2013-01-09 13:40 Rev.: 14723

- less output in case of unsolvable linear system

11 lines of code changed in 1 file:

jfrenkel 2013-01-09 12:42 Rev.: 14721

- workaround for initialsystem to handle dynamic pivot better
ToDo: reimplement initialization of simulation runtime for symbolic initial system

18 lines of code changed in 4 files:

sjoelund.se 2013-01-09 12:41 Rev.: 14720

Expected output

2 lines of code changed in 2 files:

jfrenkel 2013-01-09 11:50 Rev.: 14719

- add missing return statement
- use minimal norm in case of 0/0

3 lines of code changed in 2 files:

jfrenkel 2013-01-09 10:34 Rev.: 14718

- add error message for division by zero to initial equations
- use c comments
- better error message vor pivot.c

46 lines of code changed in 4 files:

sjoelund.se 2013-01-09 10:16

- Expected output

104 lines of code changed in 18 files:

sjoelund.se 2013-01-09 08:16 Rev.: 14715

- Bump MSL version Constrain Universal and Revolute now seem to fail

151 lines of code changed in 4 files:

jfrenkel 2013-01-09 00:02 Rev.: 14713

- bugfix dynamic state selection, start values for STATESET.A

13 lines of code changed in 2 files:

jfrenkel 2013-01-08 19:32 Rev.: 14712

- _event_div_integer: check if value2 is zero before call ldiv
- trunc for msvc

2 lines of code changed in 2 files:

jfrenkel 2013-01-08 18:40 Rev.: 14711

- expected output

516 lines of code changed in 5 files:

jfrenkel 2013-01-08 17:34 Rev.: 14710

- bugfix dynamic state selection

229 lines of code changed in 3 files:

sjoelund.se 2013-01-08 16:27 Rev.: 14709

- Increase buildModel time limit

1 lines of code changed in 1 file:

sjoelund.se 2013-01-08 12:50 Rev.: 14708

#1957
- Fixes for Elementar.Surfaces

84 lines of code changed in 4 files:

sjoelund.se 2013-01-08 10:05 Rev.: 14707

#1957
- Handle Modelica.Mechanics.MultiBody.Visualizers.Colors.ColorMaps.jet

172 lines of code changed in 6 files:

sjoelund.se 2013-01-08 09:53 Rev.: 14706

- Print failed tests in sorted order so it is easier to compare two lists

2 lines of code changed in 1 file:

jfrenkel 2013-01-07 23:42 Rev.: 14704

- bugfix dynamic state selection

24 lines of code changed in 2 files:

jfrenkel 2013-01-07 23:17 Rev.: 14703

- bugfix dynamic state selection

2 lines of code changed in 1 file:

jfrenkel 2013-01-07 22:34 Rev.: 14702

- bugfix dynamic state selection

12 lines of code changed in 1 file:

jfrenkel 2013-01-07 18:41 Rev.: 14701

- switch to new state selection method, combines and improves the last two versions

68 lines of code changed in 1 file:

jfrenkel 2013-01-07 17:59 Rev.: 14700

- report warning if solving of liniear system failed

30 lines of code changed in 4 files:

lochel 2013-01-07 17:45 Rev.: 14699

- fix test

4 lines of code changed in 1 file:

adrpo 2013-01-07 17:22 Rev.: 14698

- use the proper server name: openmodelica.org instead of the old one: openmodelica.ida.liu.se

16 lines of code changed in 10 files:

jfrenkel 2013-01-07 16:32 Rev.: 14697

- expected output

1 lines of code changed in 2 files:

sjoelund.se 2013-01-07 13:21 Rev.: 14696

- Bump MSL version

28 lines of code changed in 5 files:

jfrenkel 2013-01-07 13:12 Rev.: 14695

- expected output

7 lines of code changed in 2 files:

sjoelund.se 2013-01-07 12:47 Rev.: 14693

Expected output

11 lines of code changed in 5 files:

sjoelund.se 2013-01-07 12:38 Rev.: 14692

Expected output

1 lines of code changed in 1 file:

sjoelund.se 2013-01-07 12:27 Rev.: 14691

Expected output

164 lines of code changed in 2 files:

sjoelund.se 2013-01-07 11:46 Rev.: 14690

Expected output

9 lines of code changed in 2 files:

sjoelund.se 2013-01-07 11:40 Rev.: 14689

- Expected output

93 lines of code changed in 5 files:

sjoelund.se 2013-01-07 10:47 Rev.: 14688

- Update MSL version

2 lines of code changed in 2 files:

alash325 2013-01-07 09:49 Rev.: 14686

-Update DrModelica

1040 lines of code changed in 7 files:

jfrenkel 2013-01-07 09:41 Rev.: 14685

- fix bug from last commit

3 lines of code changed in 1 file:

jfrenkel 2013-01-07 02:51 Rev.: 14684

- improved state selection method, not yet aktivated

482 lines of code changed in 3 files:

jfrenkel 2013-01-06 23:24 Rev.: 14683

- expected output

38 lines of code changed in 3 files:

cschubert 2013-01-06 21:34 Rev.: 14682

msl32: updated expected output to my output

212840 lines of code changed in 45 files:

jfrenkel 2013-01-06 21:14 Rev.: 14681

- check if protected variables have record or array type, thous are not supported by VarTransform

4 lines of code changed in 1 file:

sjoelund.se 2013-01-06 18:41 Rev.: 14680

- Bump MSL version

898 lines of code changed in 4 files:

jfrenkel 2013-01-06 17:04 Rev.: 14679

- expected output

1 lines of code changed in 1 file:

jfrenkel 2013-01-06 14:55 Rev.: 14678

- expected output

2 lines of code changed in 1 file:

jfrenkel 2013-01-05 21:42 Rev.: 14677

- expected output

1 lines of code changed in 1 file:

jfrenkel 2013-01-05 21:40 Rev.: 14676

- switch of case for a^b = f(..) -> a = (if pre(a)==0 then 1 else sign(pre(a)))*(f(...)^(1/b)), because not all have variables get memory for pre in code generation

3 lines of code changed in 1 file:

jfrenkel 2013-01-05 17:04 Rev.: 14675

- remove unused parameters from BackendDAETransform.tarjanAlgorithm

268 lines of code changed in 8 files:

jfrenkel 2013-01-05 01:25 Rev.: 14672

- add information to store how often a state are differentiated
- bugfix BackendVariable.hasContinousVar

240 lines of code changed in 21 files:

jfrenkel 2013-01-04 23:23 Rev.: 14671

- work not as expected, switch back to old one

55 lines of code changed in 1 file:

jfrenkel 2013-01-04 20:21 Rev.: 14670

- remove debug print

2 lines of code changed in 1 file:

jfrenkel 2013-01-04 19:43 Rev.: 14669

- improve indicenceMatrix::SOLVABLE, if a function is inlineable check the inlined function
- improve index reduction, differentiat less equations by checking the differentiated equation for needed derivatives
- improve tarjans algorithm to handle also underconstrained system with full matching for equations

565 lines of code changed in 15 files:

sjoelund.se 2013-01-04 15:39 Rev.: 14668

- Bump MSL version

41 lines of code changed in 3 files:

jfrenkel 2013-01-04 13:58 Rev.: 14667

- copy lapack libraries for msvc

1 lines of code changed in 1 file:

sjoelund.se 2013-01-04 13:12 Rev.: 14666

- Bump MSL version
- Handle "import .A.B.C;" => "import A.B.C;" in Absyn->SCode

2768 lines of code changed in 30 files:

cschubert 2013-01-04 12:17 Rev.: 14665

testsuite: corrected some expected output

10 lines of code changed in 4 files:

sjoelund.se 2013-01-04 12:01 Rev.: 14664

- Increase simulation time limit to account for EngineV6 taking roughly 1 minute to simulate

1 lines of code changed in 1 file:

hubert.thieriot 2013-01-04 11:46 Rev.: 14663

- added possibility to filter variables based on causality

140 lines of code changed in 11 files:

hubert.thieriot 2013-01-04 11:45 Rev.: 14662

- avoid infinite loop while looking for inherited classes
- read variables causality

5 lines of code changed in 2 files:

sjoelund.se 2013-01-04 10:58 Rev.: 14661

- Fix testcase

5 lines of code changed in 1 file:

sjoelund.se 2013-01-04 09:49 Rev.: 14660

- Expected output

3 lines of code changed in 1 file:

jfrenkel 2013-01-04 01:56 Rev.: 14656

- bugfix for generate dynamic state selection jacobians

45 lines of code changed in 2 files:

jfrenkel 2013-01-04 00:56 Rev.: 14655

if absdouble(time-reftime) > reltol*reftime then report an warning

1 lines of code changed in 1 file:

jfrenkel 2013-01-04 00:30 Rev.: 14654

- bugfix analys strong components, use the same function to check if discrete var is in the block also for splitMixedEquations

9 lines of code changed in 2 files:

sjoelund.se 2013-01-03 23:34 Rev.: 14653

- Fix compilation

5 lines of code changed in 1 file:

sjoelund.se 2013-01-03 23:24 Rev.: 14652

- Fix compilation

83 lines of code changed in 3 files:

jfrenkel 2013-01-03 23:10 Rev.: 14651

- bugfxi for avoid strange rml bug

7 lines of code changed in 1 file:

jfrenkel 2013-01-03 22:48 Rev.: 14650

- add Config Flag MAXTRAVERSALS, used to set the maximum number of traversals when looking for simple equations in the acausal System
- delete Flag DYNAMIC_PIVOT
- fix tabs
- fix compilation (Initialization.mo)
- expected output

38 lines of code changed in 9 files:

sjoelund.se 2013-01-03 22:44 Rev.: 14649

- Fix uriToFilename API

52 lines of code changed in 1 file:

jfrenkel 2013-01-03 18:49 Rev.: 14647

- avoid strange rml bug

19 lines of code changed in 1 file:

lochel 2013-01-03 17:31 Rev.: 14646

#2008

9 lines of code changed in 1 file:

lochel 2013-01-03 17:12 Rev.: 14645

- upps (fix for multiple definitions)

0 lines of code changed in 1 file:

jfrenkel 2013-01-03 16:48 Rev.: 14644

- search simple replacements up to MAXTRAVERSALS
- add coments, move all public parts upwarts and protected downwarts

806 lines of code changed in 2 files:

sjoelund.se 2013-01-03 15:31 Rev.: 14643

- Fix testsuite and new format of failure to open reference files

27 lines of code changed in 20 files:

vitalij 2013-01-03 15:31 Rev.: 14642

- Manipulation of the Runge Kutta equations for split StrongComponents

191 lines of code changed in 1 file:

sjoelund.se 2013-01-03 15:19 Rev.: 14641

- Set eol-style

1130 lines of code changed in 14 files:

jfrenkel 2013-01-03 14:53 Rev.: 14640

- improve dynamic state selection, use both strategies, if the first fails try the second
- get rid of the wanrings when build bootstrapped compiler
- add some comments

515 lines of code changed in 3 files:

sjoelund.se 2013-01-03 14:27 Rev.: 14639

- Read matlab file with only 1 column for parameters (start and stop value are always the same; more compact format)
- Simulation results now look for the "time" or "Time" variable before it does lookup on it (avoids error-messages added if "Time" was used)

30 lines of code changed in 3 files:

jfrenkel 2013-01-03 14:12 Rev.: 14638

- report warning if simulationtime of result file is different to simulation time of model

1 lines of code changed in 1 file:

sjoelund.se 2013-01-03 13:30 Rev.: 14637

- Improve result-file messages

22 lines of code changed in 2 files:

sjoelund.se 2013-01-03 13:10 Rev.: 14636

- Fix expected output

1 lines of code changed in 1 file:

sjoelund.se 2013-01-03 13:09 Rev.: 14635

- Make rtest -b not output " // Result:", instead outputting "// Result:" as we expect

7 lines of code changed in 3 files:

cschubert 2013-01-03 12:10 Rev.: 14634

msl32: Let's see why SpringDamperSystem fails

18 lines of code changed in 1 file:

cschubert 2013-01-03 11:50 Rev.: 14633

test-suite: added missing reference files for Spice3BenchmarkFourBitBinaryAdder*, corrected simple expected output problems

925 lines of code changed in 17 files:

sjoelund.se 2013-01-03 11:40 Rev.: 14632

- Some expected output
- Moved API test from flattening...

333 lines of code changed in 11 files:

sjoelund.se 2013-01-03 09:16 Rev.: 14631

- Fix builds using mico (hopefully)
- Updated installation instructions

13 lines of code changed in 3 files:

sjoelund.se 2013-01-03 09:05 Rev.: 14630

- Some fixes for min/max defines and namespaces on older systems

10 lines of code changed in 3 files:

cschubert 2013-01-03 00:01 Rev.: 14626

msl32: removed "get data" warning from test

1 lines of code changed in 1 file:

cschubert 2013-01-02 20:21 Rev.: 14625

msl32: updated expected output due to support of delay and change of index reduction method

19 lines of code changed in 8 files:

jfrenkel 2013-01-02 17:25 Rev.: 14624

- bugfix for delay

5 lines of code changed in 1 file:

lochel 2013-01-02 16:19 Rev.: 14623

Compiler/BackEnd/Initialization.mo
- coding-style
Compiler/Template/CodegenC.tpl
- generate inlineVars again
Compiler/BackEnd/SimCodeUtil.mo
- minor changes to error messages
- add case for SOLVED_EQUATION

3991 lines of code changed in 6 files:

jfrenkel 2013-01-02 15:30 Rev.: 14622

- partition the state selection system

113 lines of code changed in 1 file:

jfrenkel 2013-01-02 15:05 Rev.: 14621

- equations with "delay" are not time indepentent

1 lines of code changed in 1 file:

jfrenkel 2013-01-02 14:33 Rev.: 14620

- collect also pre(var) of continues vars used in whens

58 lines of code changed in 1 file:

jfrenkel 2013-01-02 14:01 Rev.: 14619

- DELAY_BREAK_LOOP -> config flag, true by default - > update Tests
- ExpressionSolve: add case for cr = start(cr), Integer(cr) = ...
- if guid is not present in xml file report warning and simulate, this makes debugging easier

116 lines of code changed in 10 files:

sjoelund.se 2013-01-02 13:22 Rev.: 14618

- Removed $Id$ from generated code (this should reduce number of times svn diff says you changed generated files)

3 lines of code changed in 20 files:

sjoelund.se 2013-01-02 11:18 Rev.: 14617

- Mostly removing entries in failingtests that were already in the regular, succeeding tests

1 lines of code changed in 3 files:

sjoelund.se 2013-01-02 10:00 Rev.: 14616

- Some expected output, removed LossyGearDemo2 from wrongresult tests (it now gives correct result and was already in that list)

3 lines of code changed in 4 files:

jfrenkel 2013-01-01 23:36 Rev.: 14614

- bugfix dynamic state selection

5 lines of code changed in 2 files:

jfrenkel 2013-01-01 22:32 Rev.: 14613

- bugfix bootstrapping
- do not select discrete variables as tearing variables

4 lines of code changed in 2 files:

jfrenkel 2013-01-01 21:27 Rev.: 14612

- bugfix memset jacobian for stateselection

27 lines of code changed in 2 files:

sjoelund.se 2013-01-01 18:29 Rev.: 14611

- Fix logic for opencl runtime

1 lines of code changed in 1 file:

jfrenkel 2013-01-01 14:31 Rev.: 14610

- bugfix for selection of initial vars from statesets

4 lines of code changed in 1 file:

sjoelund.se 2013-01-01 12:47 Rev.: 14609

- Disable OpenCL if not found

10 lines of code changed in 4 files:

adrpo 2013-01-01 04:28 Rev.: 14608

- move infinite test to failingtests.

1 lines of code changed in 1 file:

December 2012 »

Generated by StatSVN 0.7.0