March 2013 Commit Log

Number of Commits:
181
Number of Active Developers:
18
sjoelund.se 2013-03-31 18:47 Rev.: 15716

Adding EOOLT2013 reference to the bibtex database as the proceedings are already up

21 lines of code changed in 2 files:

hubert.thieriot 2013-03-31 14:44 Rev.: 15715

-small GUI and doc modifications

281 lines of code changed in 5 files:

sjoelund.se 2013-03-30 21:45 Rev.: 15714

Update the bibtex database

11 lines of code changed in 2 files:

sjoelund.se 2013-03-30 09:05 Rev.: 15713

Removing stray line

4 lines of code changed in 1 file:

nutaro 2013-03-30 03:07 Rev.: 15712

Fixed update_vars to reset the init flag in adevs event functions

7 lines of code changed in 1 file:

sjoelund.se 2013-03-29 21:07 Rev.: 15711

- Adding the OM logo as svg since I couldn't find it anywhere else...

160 lines of code changed in 2 files:

adeas31 2013-03-29 18:35 Rev.: 15710

- Update the class icon in the Library Browser when some thing is changed in the icon layer of the class.

28 lines of code changed in 15 files:

adeas31 2013-03-29 17:03 Rev.: 15707

- If user writes new classes in the Modelica text view then create new nodes for such classes.

2 lines of code changed in 2 files:

adeas31 2013-03-29 16:53 Rev.: 15706

- A workaround for #2122.
- Only allow loading the files that has one non-structured entity.

39 lines of code changed in 4 files:

adeas31 2013-03-29 16:31 Rev.: 15705

- if a sub model is changed then also mark the parent package as unsaved only if they are saved in one file.
- Use QTextDocument's contentsChanged SIGNAL instead of modificationChanged. contentsChanged is more better.

24 lines of code changed in 3 files:

adeas31 2013-03-29 15:43 Rev.: 15704

- set perspective tab bar position SOUTH i.e below the pages.

1 lines of code changed in 1 file:

adeas31 2013-03-29 15:20 Rev.: 15703

- Use modificationChanged signal instead of textChanged. Because textChanged signal is emitted even if user formats the text.

6 lines of code changed in 3 files:

adeas31 2013-03-29 14:10 Rev.: 15702

- Group the text editor settings.

0 lines of code changed in 2 files:

adrpo 2013-03-29 14:06 Rev.: 15701

- tabs are not welcome here :)

89 lines of code changed in 2 files:

adeas31 2013-03-29 13:56 Rev.: 15700

- set the welcome perspective after loading the user's saved GUI customizations.

25 lines of code changed in 3 files:

sjoelund.se 2013-03-29 13:23 Rev.: 15699

- Consistent formatting (case) in bibtex

4 lines of code changed in 1 file:

ppriv 2013-03-29 10:49 Rev.: 15698

Update to C# template
- splits generated code into more files when model is too big (for VS)
- a workaround (a HACK) to not generate useless start values assignments in FunInitialEquations() (we do not hold start values of states in any array, they are set in the model instance itself; so we need this workaround)

2549 lines of code changed in 4 files:

adeas31 2013-03-29 02:02 Rev.: 15697

- updated lines patterns, fill patterns and arrow style images.

0 lines of code changed in 24 files:

adeas31 2013-03-29 02:01 Rev.: 15696

- handle enable/disable of model switcher tool button properly.

10 lines of code changed in 1 file:

adeas31 2013-03-29 02:00 Rev.: 15695

- preserve the plot variables across several simulations.

0 lines of code changed in 8 files:

sjoelund.se 2013-03-28 23:07 Rev.: 15694

#2129
- Handles some more things when dimension sizes are expressions.
* One thing we now handle is matrix multiplication where dimensions are expressions.
* We also make size(a,2) return the known size of size(a,2), which might be size(a,1). Might help with some matrix stuff in MSL that uses this idiom to tell the compiler the input is a square matrix.

1226 lines of code changed in 10 files:

adeas31 2013-03-28 20:44 Rev.: 15693

- Only load the simulation options if model has experiment annotation.

24 lines of code changed in 5 files:

adeas31 2013-03-28 19:52 Rev.: 15692

- Added some solvers to simulation dialog.
- The flag "Timer/Events/Solver Statistics" is now checked by default.

2 lines of code changed in 2 files:

adeas31 2013-03-28 18:16 Rev.: 15691

#2134.
- Allow resizing of docks.

2 lines of code changed in 3 files:

adeas31 2013-03-28 12:31 Rev.: 15689

#1857.

1 lines of code changed in 1 file:

M.Arzt 2013-03-28 12:26 Rev.: 15688

Add FMU interface for c++ simulation target.
"SimulationRuntime/cpp/Core/System/..." Add a static library libOMCppSystem_static for linking with c++ fmu simulation traget.
"SimulationRuntime/cpp/Include/FMU/..." Add FMU interface for c++ simulation target.
"Compiler/Template/CodegenCpp.tpl" c++ simulation target, add member funktions for accessing values of algebraic variables and parameters.
"Compiler/Template/CodegenFMUCpp.tpl" changed to generate new FMU interface for c++ simulation target.

801 lines of code changed in 13 files:

M.Arzt 2013-03-28 12:06 Rev.: 15687

EventHandling.cpp:
* Changed the implementation of "EventHandling::change" and "EventHandling::changeDiscreteVar" to a version, which works better for int and double. This effects Modelica "change" operator.
* "EventHandling::IterateEventQueue" changed the order of function calls, which has been sensless before.

29 lines of code changed in 2 files:

adeas31 2013-03-28 12:00 Rev.: 15686

- seperated Helper and MainWindow. Should fix OMNotebook compilation.

195 lines of code changed in 11 files:

perost 2013-03-28 11:54 Rev.: 15685

- Fixed some OMEdit compilation issues with clang and/or ArchLinux.

17 lines of code changed in 9 files:

adeas31 2013-03-28 11:01 Rev.: 15684

- allow drag&drop on read-only models since users can make the file writable and can save it later on.

3 lines of code changed in 1 file:

adeas31 2013-03-28 10:54 Rev.: 15683

- Do not allow drop components on system libraries.

2 lines of code changed in 1 file:

hubert.thieriot 2013-03-28 10:39 Rev.: 15682

- avoid empty line in InfoSender

2 lines of code changed in 1 file:

adeas31 2013-03-28 10:21 Rev.: 15681

- Removed some unused strings.

1 lines of code changed in 5 files:

adeas31 2013-03-28 10:20 Rev.: 15680

- fix StringHandler file path.

1 lines of code changed in 1 file:

adeas31 2013-03-28 09:56 Rev.: 15679

- removed unused images.

0 lines of code changed in 23 files:

adeas31 2013-03-28 09:41 Rev.: 15678

- no delete conneciton for system libraries.

0 lines of code changed in 2 files:

adeas31 2013-03-28 09:06 Rev.: 15677

- fix hudson.

4 lines of code changed in 1 file:

hubert.thieriot 2013-03-28 09:05 Rev.: 15676

- first steps towards scripting
- new MOomc functions
- removed all subblocks functions

663 lines of code changed in 44 files:

hubert.thieriot 2013-03-28 09:04 Rev.: 15675

- mainly GUI small improvements
- first steps towards scripting

519 lines of code changed in 29 files:

adeas31 2013-03-28 08:47 Rev.: 15674

do not add console to application.

0 lines of code changed in 1 file:

sjoelund.se 2013-03-28 08:18 Rev.: 15673

Merged from /branches/OMEdit into /trunk/OMEdit

25505 lines of code changed in 214 files:

sjoelund.se 2013-03-27 23:03 Rev.: 15664

- Added API to get scriptable uses annotation

39 lines of code changed in 2 files:

sjoelund.se 2013-03-27 17:36 Rev.: 15661

Fix coding style (bump MSL)

1 lines of code changed in 1 file:

sjoelund.se 2013-03-27 17:09 Rev.: 15660

Changed MSL 2.2.1 with OM modifications to MSL 2.2.2 from the maintenance branch on modelica.org

130202 lines of code changed in 636 files:

sjoelund.se 2013-03-27 15:25 Rev.: 15659

Removing unused library Modelica_LinearSystems2 2.0

0 lines of code changed in 581 files:

perost 2013-03-27 15:16 Rev.: 15658

- Disable some scodeinst tests, for real this time.

3 lines of code changed in 1 file:

perost 2013-03-27 14:35 Rev.: 15657

- Disable some scodeinst tests for now.

12 lines of code changed in 4 files:

perost 2013-03-27 13:05 Rev.: 15656

- Added source information to some error messages.

1318 lines of code changed in 102 files:

sjoelund.se 2013-03-27 11:33 Rev.: 15655

Gogo UTF-8. Welcome to the future

1 lines of code changed in 1 file:

sjoelund.se 2013-03-26 17:40 Rev.: 15643

Added function elabExpInExpression which is guaranteed to return a DAE.PROP and never PROP_TUPLE.
- This is useful for operators and actually most expressions since there is a very limited set of ways tuple assignments/equations can exist in Modelica
- transpose now uses this (new)
- min/max was rewritten to use this instead of multiple cases to especially cover this case
- Many more operators still need to be updated

38 lines of code changed in 1 file:

sjoelund.se 2013-03-25 17:17 Rev.: 15637

- Made WSM-internal flags INTERNAL, so OMC helptext does not include it
- Stopped the madness of using matchcontinue for code that doesn't need it and is called a lot

9 lines of code changed in 2 files:

sjoelund.se 2013-03-25 14:20 Rev.: 15635

Workaround in uriToFilename for stupid omc bug

2 lines of code changed in 1 file:

leonardo.laguna 2013-03-25 14:17 Rev.: 15634

- Adding a flag to run the MathCore testsuite

36 lines of code changed in 3 files:

perost 2013-03-25 12:37 Rev.: 15633

Fixes for #2126:
- Fixed simplification of cat.
- Fixed elaboration of identity.

64 lines of code changed in 5 files:

sjoelund.se 2013-03-25 11:39 Rev.: 15631

Automatic refactoring

14 lines of code changed in 11 files:

sjoelund.se 2013-03-25 10:45 Rev.: 15630

- Automatic refactoring

409 lines of code changed in 77 files:

sjoelund.se 2013-03-25 09:51 Rev.: 15629

Bibtex/LaTeX has problems with dashes and hyphenation.

33 lines of code changed in 1 file:

sjoelund.se 2013-03-22 16:47 Rev.: 15615

Update bibtex database

14 lines of code changed in 1 file:

adeas31 2013-03-22 05:10 Rev.: 15614

- Set fileName empty as default for Bitmap record.

1 lines of code changed in 1 file:

perost 2013-03-21 17:58 Rev.: 15608

Fix for #2124:
- Reverse the iterators in reductions so we evaluate them in the correct order.

104 lines of code changed in 7 files:

sjoelund.se 2013-03-21 10:39 Rev.: 15607

Expected output

5 lines of code changed in 1 file:

sjoelund.se 2013-03-21 09:34 Rev.: 15606

- Fallback from OpenMP to serial code on clang (by #ifdef)

2211 lines of code changed in 2 files:

sjoelund.se 2013-03-20 22:28 Rev.: 15603

- Updated ParallelPRV.mos to be stable also for larger problem sizes
- Made the test run in parallel by default. This produces the same result as serial code for me. Let's hope I break Hudson and find some bugs.

56 lines of code changed in 3 files:

wbraun 2013-03-19 13:15 Rev.: 15589

- added when events example

78 lines of code changed in 2 files:

sjoelund.se 2013-03-19 11:44 Rev.: 15588

Adding Peter's books to the bibtex database

21 lines of code changed in 1 file:

sjoelund.se 2013-03-15 12:40 Rev.: 15573

Expected output

2 lines of code changed in 1 file:

adeas31 2013-03-15 01:06 Rev.: 15570

Use 2.0 as default value for Grid to stay consist with Dymola models. Nothing is standardized in Modelica specification for the default Value of Grid.

417 lines of code changed in 2 files:

arun3688 2013-03-14 14:56 Rev.: 15569

OMCCp bug fixes due to change made in Absyn.mo

35 lines of code changed in 3 files:

jfrenkel 2013-03-14 14:26 Rev.: 15568

- bugfix type of constant

1 lines of code changed in 1 file:

sjoelund.se 2013-03-14 12:45 Rev.: 15567

Update bootstrapping tarball since Absyn changed

0 lines of code changed in 1 file:

sjoelund.se 2013-03-14 12:38 Rev.: 15566

Expected output

4 lines of code changed in 4 files:

jfrenkel 2013-03-14 12:13 Rev.: 15565

- add new functions to BackendVariable.mo

239 lines of code changed in 2 files:

sjoelund.se 2013-03-14 11:59 Rev.: 15564

#2121
Changed the parser to not accept subscripted modifiers (not allowed in the parser)
Also updated Absyn to use a Path instead of ComponentRef for these

294 lines of code changed in 9 files:

sjoelund.se 2013-03-13 12:51 Rev.: 15555

Instantiate functions fully even when not in function context (to get the full type; previously we returned an empty DAE which seemed weird)

19 lines of code changed in 2 files:

sjoelund.se 2013-03-13 08:20 Rev.: 15554

Fix one of the MM examples

0 lines of code changed in 2 files:

perost 2013-03-12 22:27 Rev.: 15551

- Removed checks for duplicate elements and type names that are the same as the
component name from SCodeUtil.

24 lines of code changed in 15 files:

sjoelund.se 2013-03-12 16:23 Rev.: 15546

- Revert r15544 (too many models stopped working)

268 lines of code changed in 6 files:

sjoelund.se 2013-03-12 13:11 Rev.: 15544

Bump MSL

1078 lines of code changed in 5 files:

adeas31 2013-03-12 04:19 Rev.: 15543

- Check if variables are parameters.

46 lines of code changed in 1 file:

sjoelund.se 2013-03-11 17:18 Rev.: 15536

Fix HumMod library

1 lines of code changed in 1 file:

wbraun 2013-03-11 15:44 Rev.: 15534

expected output

1 lines of code changed in 1 file:

sjoelund.se 2013-03-11 14:07 Rev.: 15532

Don't allow max(scalar)

2 lines of code changed in 1 file:

wbraun 2013-03-11 13:55 Rev.: 15531

added minpack disclaimer to COPYING file

5 lines of code changed in 1 file:

wbraun 2013-03-10 01:20 Rev.: 15526

- add prevoisly added test to makefile

1 lines of code changed in 1 file:

wbraun 2013-03-10 00:19 Rev.: 15523

expected output

0 lines of code changed in 1 file:

wbraun 2013-03-10 00:19 Rev.: 15522

#2114
- fix codegeneration for array for pre variables

667 lines of code changed in 3 files:

jfrenkel 2013-03-09 15:07 Rev.: 15521

- try to fix the test, it is really hard to see if just the order of warning messages is twisted or something is wrong, I guess those test should be removed from the testsuite because it is not possible to see if something goes wrong or not

6 lines of code changed in 1 file:

jfrenkel 2013-03-09 14:05 Rev.: 15520

- add some functions, needed for further improvements

112 lines of code changed in 3 files:

sjoelund.se 2013-03-09 07:49 Rev.: 15519

- Use only make omc-diff, not make difftool

5 lines of code changed in 2 files:

sjoelund.se 2013-03-08 23:00 Rev.: 15518

Attempt to fix trunk by using non-standard placement of annotation

1 lines of code changed in 1 file:

sjoelund.se 2013-03-08 22:20 Rev.: 15517

Attempt to fix testsuite with minimal effort

1 lines of code changed in 1 file:

sjoelund.se 2013-03-08 17:24 Rev.: 15516

Remove workaround that didn't work as planned

1 lines of code changed in 1 file:

sjoelund.se 2013-03-08 16:55 Rev.: 15515

Only make omc-diff if the testsuite directory exists

1 lines of code changed in 1 file:

sjoelund.se 2013-03-08 15:08 Rev.: 15514

- Make *ModelicaBuiltin.mo possible to parse using MLS 3.1+ (annotations only at end of classes or external decls)

76 lines of code changed in 2 files:

sjoelund.se 2013-03-08 14:29 Rev.: 15513

Expected output

3 lines of code changed in 1 file:

lochel 2013-03-08 13:51 Rev.: 15512

- use c comments for our c-runtime!
- uncomment unused templates

2686 lines of code changed in 2 files:

sjoelund.se 2013-03-08 08:36 Rev.: 15510

Return empty string as the documentation says

13 lines of code changed in 1 file:

sjoelund.se 2013-03-08 08:19 Rev.: 15509

- Don't segfault if we have 0 libraries

1 lines of code changed in 1 file:

sjoelund.se 2013-03-07 23:11 Rev.: 15504

Improve documentation a little

6 lines of code changed in 1 file:

sjoelund.se 2013-03-07 18:25 Rev.: 15502

#2111
- Handle ASUB for change()

24 lines of code changed in 2 files:

adeas31 2013-03-07 16:05 Rev.: 15501

#2108
- Retain the array dimensions of the component.
- Don't trigger unnecessary updateComponent calls.

12 lines of code changed in 2 files:

adrpo 2013-03-07 15:54 Rev.: 15498

- partially revert r15474 (ComponentReference.mo)
- i will put this change back in when i fix more things in the compiler

210 lines of code changed in 1 file:

sjoelund.se 2013-03-07 13:02 Rev.: 15497

Bump revision :D

3 lines of code changed in 3 files:

sjoelund.se 2013-03-07 07:34 Rev.: 15496

Expected output

10 lines of code changed in 2 files:

wbraun 2013-03-07 01:52 Rev.: 15494

#2104
- fixed discrete expression detection

3 lines of code changed in 1 file:

sjoelund.se 2013-03-06 20:16 Rev.: 15492

Bump MSL version

15 lines of code changed in 2 files:

sjoelund.se 2013-03-06 14:40 Rev.: 15488

Don't use dots in new identifiers in functions

1 lines of code changed in 1 file:

sjoelund.se 2013-03-06 13:58 Rev.: 15487

Expected output

11 lines of code changed in 14 files:

sjoelund.se 2013-03-06 13:12 Rev.: 15486

Trim trailing whitespace

56090 lines of code changed in 729 files:

sjoelund.se 2013-03-06 12:58 Rev.: 15485

Bump MSL version

25 lines of code changed in 4 files:

wbraun 2013-03-06 01:54 Rev.: 15484

- removed tabs

35 lines of code changed in 2 files:

wbraun 2013-03-06 01:44 Rev.: 15483

- fix function definition

8 lines of code changed in 1 file:

ppriv 2013-03-05 23:18 Rev.: 15482

- Fix to a possibly nasty error (I've got it) when platform specific external libraries are located in their platform specific folders (e.g., mingw32/ and win32/)
The problem is when compiling simulation code with g++ on windows and a .lib version library is found before its .a version
e.g., for MyExternal library, if there is Resources/Library/mingw32/libMyExternal.a and Resources/Library/win32/MyExternal.lib
Previously, the Library paths generated in the makefile was in the opposite order,
so that Resources/Library/win32/MyExternal.lib was picked first by g++ ((wtf??) the lib was compiled by MSVC 2010)
In my case, the difference was that simulation failed in time = 0.5 because of NLS solution failed ... really weird
- Now, the library paths are generated in the expected order (back again), from the most specific (stating with mingw32 on Windows) to the least specific
(this "bug" was introduced only lately by changing the order with more sophisticated conditional cons-ing ...)
- using extern inline in model_help.c to prevent MSVC making the functions static
- an update to CodegenCSharp.tpl

641 lines of code changed in 4 files:

adeas31 2013-03-05 22:23 Rev.: 15481

- initialize the variable.

1 lines of code changed in 1 file:

alash325 2013-03-05 20:26 Rev.: 15480

+ added XML code generation for
- islinear
- component reference for Optimica
- builtin function sin, cos and exp
+ remove extra line spaces between templates

998 lines of code changed in 2 files:

sjoelund.se 2013-03-05 18:45 Rev.: 15479

Draw pretty SVG diagrams (no background; minimal bounding box)

33 lines of code changed in 3 files:

perost 2013-03-05 16:28 Rev.: 15478

- Fixed bootstrapping.

14 lines of code changed in 1 file:

arun3688 2013-03-05 15:59 Rev.: 15477

path fix for test cases in SCRIPT.mos

2073 lines of code changed in 1 file:

sjoelund.se 2013-03-05 13:31 Rev.: 15476

Fix OMEdit suffixes on Linux

2 lines of code changed in 1 file:

petar 2013-03-05 12:48 Rev.: 15475

- leftover from r15458 (VarTransform bug fix). This might cause performance problems since before the code was broken but now it works, which means that replacement rules will take longer time to create. If this is a serious problem, the VarTransform must be redesigned so that inverse rules are not kept as a list that must be taken the union of when updating rules. Instead a HashTable or avltree could be used. An alternative could be to have two data structures for variable replacements, one that is always kept transitive and one that doesn't have the transitive property.

2 lines of code changed in 1 file:

petar 2013-03-05 12:44 Rev.: 15474

- Fixed stack overflow in r15458 (but left out change in VarTransform since I suspect that might cause performance problems, checked in separately to be able to verify).

28 lines of code changed in 5 files:

perost 2013-03-05 12:34 Rev.: 15473

Fix for ticket #2102:
- Fixed reduction iterator handling in CevalFunction.

13 lines of code changed in 1 file:

perost 2013-03-05 11:53 Rev.: 15472

Fix for ticket #2099:
- Fixed simplification of array multiplication.
- Changed behaviour of Expression.arrayContainZeroDimension to do what the name
suggests it should do.

985 lines of code changed in 27 files:

sjoelund.se 2013-03-05 10:42 Rev.: 15471

- Update now simulating test IncompressibleFluidNetwork
- Fixed the ModelTesting.mos script since an extra ".exe" was added when using Linux (Linux executables do not use the .exe suffix)

8 lines of code changed in 2 files:

nutaro 2013-03-05 03:46 Rev.: 15470

Added array assignments to code generated for residuals

1869 lines of code changed in 2 files:

sjoelund.se 2013-03-04 18:14 Rev.: 15468

Remove really old documentation

0 lines of code changed in 1 file:

adeas31 2013-03-04 17:31 Rev.: 15467

- optional label

5 lines of code changed in 1 file:

adeas31 2013-03-04 17:29 Rev.: 15466

- simulation flags.

104 lines of code changed in 4 files:

perost 2013-03-04 16:48 Rev.: 15465

- Fixed clang warnings in the compiler runtime.

46 lines of code changed in 9 files:

sjoelund.se 2013-03-04 16:39 Rev.: 15464

- Link with -llapack even if we don't find sundials

2 lines of code changed in 1 file:

jfrenkel 2013-03-04 15:25 Rev.: 15463

revert r15456, other tests fail because one function was changed to be tailrecursive

30 lines of code changed in 4 files:

sjoelund.se 2013-03-04 14:59 Rev.: 15462

Revert r15458 (causes stack overflows)

10 lines of code changed in 6 files:

sjoelund.se 2013-03-04 14:49 Rev.: 15461

#2103
- Don't generate commented-out expressions in the C-code (/* Real */ will end the comment)

1216 lines of code changed in 2 files:

jfrenkel 2013-03-04 14:15 Rev.: 15460

- uncomment changes from r15456, to much flattening tests to update, see also #1754

1 lines of code changed in 1 file:

leonardo.laguna 2013-03-04 14:04 Rev.: 15459

- Fixing minimal error on function

1 lines of code changed in 1 file:

petar 2013-03-04 12:53 Rev.: 15458

- Fixed wrong type in component references (was considering subscripts, but it shouldn't)
- Inst.mo Fixed bug when Ceval fails for functions. The binding equation was then removed from the dae, now it isn't.
- Print_rml.c: Added initialization of buffer in saveAndClearBuf
- HashTable6.mo used crefEqualNoStringCompare instead of crefEqual
- VarTransform.mo: Fixed bug in inverse mapping for variable replacements. Before, inverse rules were broken, causing makeTransitive to not work properly.

11 lines of code changed in 6 files:

sjoelund.se 2013-03-04 12:39 Rev.: 15457

Ran a pdf optimizer on our pdfs in an attempt to reduce the size of trunk

11406 lines of code changed in 34 files:

jfrenkel 2013-03-04 12:29 Rev.: 15456

- improve Simplification of Add operations by using HashTable instead of comparing all Elements in the list by List seach

177 lines of code changed in 4 files:

perost 2013-03-04 11:40 Rev.: 15455

- Added Error.addMultiSourceMessage for errors with multiple sources.
- Big update of new new instantiation.

2357 lines of code changed in 64 files:

mahge930 2013-03-04 01:56 Rev.: 15453

+ Allow instantiation of connectors deriving from records.
+ Remove unnecessary error message.

5 lines of code changed in 9 files:

perost 2013-03-03 17:44 Rev.: 15447

- Fix bibtex database syntax to make Hudson shut up.

1 lines of code changed in 1 file:

sjoelund.se 2013-03-03 16:59 Rev.: 15446

Expected output

803 lines of code changed in 38 files:

sjoelund.se 2013-03-03 16:11 Rev.: 15445

- Bump MSL (BuildModelRecursive says all models that used to work still do; the testsuite might need some new reference files)

1 lines of code changed in 1 file:

sjoelund.se 2013-03-03 13:40 Rev.: 15444

- When doing static scheduling, filter out empty systems
- When creating the loop for equation systems to solve, if size=0 or 1, unroll the loop

2717 lines of code changed in 3 files:

adeas31 2013-03-03 07:21 Rev.: 15443

fixed interactive test since record Dialog is updated.

3 lines of code changed in 1 file:

jfrenkel 2013-03-02 23:40 Rev.: 15442

- add functions BackendVarTransform:
replacementCurrentSize,replaceEquationsArr,dumpStatistics

131 lines of code changed in 1 file:

jfrenkel 2013-03-02 21:58 Rev.: 15441

- fix bug in copyVariables

1 lines of code changed in 1 file:

jfrenkel 2013-03-02 21:34 Rev.: 15440

- fix algebraic loop in algorithm for undifferentiable subsets

1 lines of code changed in 1 file:

jfrenkel 2013-03-02 21:20 Rev.: 15439

- make Tarjans Algorithme O(N)

46 lines of code changed in 2 files:

jfrenkel 2013-03-02 19:10 Rev.: 15438

- remove useles listReverse, see what happens ;)

1 lines of code changed in 1 file:

sjoelund.se 2013-03-02 14:09 Rev.: 15437

Ran PNGOUT to optimize png filesizes in order to reduce trunk and installation sizes

0 lines of code changed in 2643 files:

alash325 2013-03-02 13:56 Rev.: 15436

-Trying to fix parsing error bibtex database by removing

0 lines of code changed in 2 files:

adeas31 2013-03-02 08:21 Rev.: 15435

- get the modifiers for the derived classes.
- New API calls,
+ getDerivedClassModifierNames
+ getDerivedClassModifierValue

100 lines of code changed in 5 files:

adeas31 2013-03-02 07:03 Rev.: 15434

- Add the complete dialog record as defined in Modelica specs.

3 lines of code changed in 1 file:

adeas31 2013-03-02 06:41 Rev.: 15433

- fixed bootstrapped windows compilation.

2 lines of code changed in 1 file:

alash325 2013-03-02 05:19 Rev.: 15432

- minor fix on parsing error bibtex database

98 lines of code changed in 1 file:

alash325 2013-03-02 02:38 Rev.: 15430

- Recorrect missed text from bibtext

1 lines of code changed in 1 file:

alash325 2013-03-02 02:33 Rev.: 15429

- update Bibtex database

116 lines of code changed in 2 files:

lochel 2013-03-02 02:23 Rev.: 15428

- put r15405 and r15406 back
- added models provied by Francesco @openmodelicadevelopers mailing list

334 lines of code changed in 14 files:

alash325 2013-03-02 00:46 Rev.: 15427

-fix parsing error bibtex database

4 lines of code changed in 1 file:

alash325 2013-03-01 23:23 Rev.: 15423

-fix parsing error bibtex database again

18 lines of code changed in 1 file:

alash325 2013-03-01 22:47 Rev.: 15422

-fix parsing error bibtex database

5 lines of code changed in 1 file:

sjoelund.se 2013-03-01 22:34 Rev.: 15421

Translitterate my name correctly

4 lines of code changed in 3 files:

alash325 2013-03-01 22:26 Rev.: 15420

- Update bibtex database

236 lines of code changed in 3 files:

adeas31 2013-03-01 19:37 Rev.: 15419

- Use the one defined in CevalScript.

0 lines of code changed in 1 file:

lochel 2013-03-01 17:38 Rev.: 15418

- check not for "files not equal"!

1 lines of code changed in 1 file:

lochel 2013-03-01 17:36 Rev.: 15417

- two more ...

5 lines of code changed in 2 files:

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

- fix one more test

1 lines of code changed in 1 file:

lochel 2013-03-01 17:28 Rev.: 15415

- fix some tests for bruno

31 lines of code changed in 31 files:

vitalij 2013-03-01 17:07 Rev.: 15414

- radau, lobatto code style

48 lines of code changed in 4 files:

bruno 2013-03-01 16:04 Rev.: 15413

removed dss and FPPluxExt from template

0 lines of code changed in 1 file:

bruno 2013-03-01 15:54 Rev.: 15412

removed sinstShortCut from tests and template

0 lines of code changed in 33 files:

bruno 2013-03-01 15:35 Rev.: 15411

Updated test script and some MSL 3.2.1 Multibody testcases

583 lines of code changed in 34 files:

hubert.thieriot 2013-03-01 12:24 Rev.: 15410

- minor corrections

4 lines of code changed in 3 files:

hubert.thieriot 2013-03-01 12:23 Rev.: 15409

- added omc commandlineoption in OMOptimSettings
- updated gnuplot monitor (no more singleton)
- minor GUI updates

156 lines of code changed in 19 files:

lochel 2013-03-01 12:09 Rev.: 15408

- reverting revisions r15404-r15407 because Hudson complains of about 50 tests

154 lines of code changed in 19 files:

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

- revert result file to keep Hudson happy?!

0 lines of code changed in 1 file:

wbraun 2013-03-01 01:14 Rev.: 15406

- forgot one and clean up the result area

12 lines of code changed in 5 files:

wbraun 2013-03-01 01:11 Rev.: 15405

- added models provied by Francesco @openmodelicadevelopers mailing list

383 lines of code changed in 13 files:

jfrenkel 2013-03-01 00:49 Rev.: 15404

- try r15398 again but keep the order of variables with an additional listReverse

200 lines of code changed in 4 files:

lochel 2013-03-01 00:04 Rev.: 15403

- remove Flags.SOLVE_INITIAL_SYSTEM (+d=solveinitialsystem)
- simplify initialization to prepare prospective revisions

394 lines of code changed in 58 files:

February 2013 »

Generated by StatSVN 0.7.0