April 2011 Commit Log

Number of Commits:
283
Number of Active Developers:
15
sjoelund.se 2011-04-30 15:10 Rev.: 8761

- Add OPENMODELICALIBRARY to simulate tests

127 lines of code changed in 126 files:

edgarlopez 2011-04-30 11:22

fixed string recognition
keepbuffer keyword added
added epilogue and prologue

651 lines of code changed in 8 files:

edgarlopez 2011-04-30 11:18 Rev.: 8757

initial file for the lexerModelica

4 lines of code changed in 1 file:

niklwors 2011-04-29 14:43 Rev.: 8756

add CMakefile to build generated Modelica System

1293 lines of code changed in 35 files:

Frenkel TUD 2011-04-29 14:43 Rev.: 8755

- speedup implementation of BackendDAEUtil.incidenceRow, around 10% for DoublePendulum example

157 lines of code changed in 7 files:

sjoelund.se 2011-04-29 11:53 Rev.: 8754

#1502
- pre(constant) = constant

10 lines of code changed in 2 files:

sjoelund.se 2011-04-29 11:12 Rev.: 8753

- Track some symbolic operations for index reduction

71 lines of code changed in 5 files:

Frenkel TUD 2011-04-29 10:01 Rev.: 8752

- remove old unused code

5 lines of code changed in 1 file:

sjoelund.se 2011-04-29 09:56 Rev.: 8751

- --with-paradiseo=yes is now default instead of =check (yes now does what check used to do)

6 lines of code changed in 2 files:

edgarlopez 2011-04-29 09:28 Rev.: 8750

Initial commit OMCC (OpenModelica Compiler-Compiler) v0.7

781 lines of code changed in 9 files:

Frenkel TUD 2011-04-28 15:44 Rev.: 8749

- improve SimulationResultCompare

17 lines of code changed in 2 files:

Frenkel TUD 2011-04-28 15:19 Rev.: 8748

- improve SimulationResultCompare

48 lines of code changed in 3 files:

sjoelund.se 2011-04-28 12:10 Rev.: 8747

- Configure using --with-qwt

117 lines of code changed in 2 files:

sjoelund.se 2011-04-27 11:49 Rev.: 8746

- Added error-messages for invalid lhs of external declarations

43 lines of code changed in 3 files:

sjoelund.se 2011-04-26 21:13 Rev.: 8745

- Types.unparseType now prints the name of T_FUNCTION types
- External object constructor/deconstructor is now fully-qualified

40 lines of code changed in 13 files:

sjoelund.se 2011-04-26 18:42 Rev.: 8744

- Added support for array-expressions used as input to external "C" functions/objects
- Support for F77 functions that take arrays

1754 lines of code changed in 6 files:

sjoelund.se 2011-04-26 13:30 Rev.: 8743

- Add default declarations of external object constructor/deconstructor

2025 lines of code changed in 4 files:

sjoelund.se 2011-04-26 12:13 Rev.: 8742

- Added a save dialog with support for default file suffix

23 lines of code changed in 5 files:

Frenkel TUD 2011-04-22 13:47 Rev.: 8741

- bugfix for last commit

4 lines of code changed in 1 file:

sjoelund.se 2011-04-22 10:44 Rev.: 8740

#1495
- Check for buildModel errors instead of warnings

2 lines of code changed in 1 file:

sjoelund.se 2011-04-22 09:56 Rev.: 8739

- Fix compilation + tabs

7 lines of code changed in 1 file:

Frenkel TUD 2011-04-22 01:00 Rev.: 8738

- bugfix infinite loop

47 lines of code changed in 6 files:

Frenkel TUD 2011-04-21 20:29 Rev.: 8731

- update testsuite msl31 simulate

5 lines of code changed in 1 file:

Frenkel TUD 2011-04-21 17:05 Rev.: 8730

- fix testsuite
- add minmax, nominal asserts to simcode, use type of var because type of componendreference is sometimes wrong (for example for stateselect)
- BackendDAEOptimize: merge minmax attribue, and add compiler warning if min > max
- DAEUtil: add setMinMax
- Expression: add case for enumerations to expReal, add functions expMaxScalar, expMinScalar

383 lines of code changed in 14 files:

florosx 2011-04-21 15:54 Rev.: 8729

466 lines of code changed in 1 file:

adeas31 2011-04-21 14:52 Rev.: 8727

- Now one can open multiple models by passing them as command line arguments
- simulation options can be saved in the model

50 lines of code changed in 4 files:

sjoelund.se 2011-04-21 13:53 Rev.: 8726

- Fix parser.h dependency to be -j16-safe

3 lines of code changed in 1 file:

sjoelund.se 2011-04-21 13:50 Rev.: 8725

- Fix pamtrans testcase when OPENMODELICAHOME is not defined

2 lines of code changed in 1 file:

sjoelund.se 2011-04-21 13:44 Rev.: 8724

- Run more tests in parallel

8 lines of code changed in 1 file:

Frenkel TUD 2011-04-21 11:47 Rev.: 8723

- fix some bugs to extend arrays only when necessary
- add msl31 simulation to slowlogs

44 lines of code changed in 4 files:

adeas31 2011-04-21 00:40 Rev.: 8722

Bug fixed #1496
- Now you can not quit OMEdit or do anything while library is loading.
- Not a very good solution but just a work around for now. I will try to make it more better.
- New OMEdit and OMOptim

10 lines of code changed in 6 files:

Frenkel TUD 2011-04-20 23:51 Rev.: 8721

- VarTransform.mo: remove unused code
- BackendVarTransform: change implementation to replace arrays and records. For example if there is a variable a.b[3] to replace all crefs a.b will be extendend to {a.b[1],a.b[2],a.b[3]} and a.b[3] will be replaced, same for records

1073 lines of code changed in 4 files:

sjoelund.se 2011-04-20 16:39 Rev.: 8719

- Added some extra checks in SimCodeC.tpl

22 lines of code changed in 3 files:

Frenkel TUD 2011-04-20 16:35 Rev.: 8718

- fix some bugs to extend arrays only when necessary
- move minmax and nominal asserts to simcode, the check is still done in BackendDAECreate

371 lines of code changed in 6 files:

perost 2011-04-20 15:51 Rev.: 8717

- Added analysis of external declarations in SCodeDependency.

3 lines of code changed in 1 file:

perost 2011-04-20 15:06 Rev.: 8716

- Removed abuse of external declaration to mark class extends in SCodeFlatten.
- Added some comments to SCodeFlattenRedeclare.

79 lines of code changed in 2 files:

adeas31 2011-04-20 13:50 Rev.: 8715

Bug fixed #1474 #1494
- Now you can delete the plot result file from plot variables window.
- Double clicking on the MSL item does not open it multiple times.
- Fixed some of the context menu issues.

118 lines of code changed in 11 files:

perost 2011-04-20 13:26 Rev.: 8714

- Optimized Component::getClassComponents in OMEdit by quiting earlier if the
component inherits from a builtin type.

19 lines of code changed in 3 files:

perost 2011-04-20 11:57 Rev.: 8713

- Changed SCodeFlattenImports to also update and return the environment.

125 lines of code changed in 6 files:

sjoelund.se 2011-04-20 10:08 Rev.: 8712

- Use $(MAKE) instead of make (enables parallel make)

17 lines of code changed in 4 files:

sjoelund.se 2011-04-20 10:01 Rev.: 8711

- Improve performance of the Interactive API by adding initial support for SCode caching

119 lines of code changed in 4 files:

petfr 2011-04-19 23:20 Rev.: 8710

Minor updates in the Users Guide and Systems guide, including the title page.
Updated title pages of the OMOptim/OMOptimUsersGuide.doc and the OMEdit-UserManual.doc. Also
copied the updated chapter 6 from the OpenModelicaUsersGuide.doc to the OMOptim/OMOptimUsersGuide.pdf

0 lines of code changed in 8 files:

adeas31 2011-04-19 21:10 Rev.: 8709

- New OpenModelica clients from r8707.

0 lines of code changed in 6 files:

Frenkel TUD 2011-04-19 21:00 Rev.: 8708

- do not add variables with stateSelect=StateSelect.prefer to states
- update testsuite

22 lines of code changed in 7 files:

sjoelund.se 2011-04-19 19:08 Rev.: 8707

- OMEdit does not depend on OMNotebook anymore

1 lines of code changed in 1 file:

adeas31 2011-04-19 17:29 Rev.: 8706

Fixed OMOptim for linux

64 lines of code changed in 6 files:

adeas31 2011-04-19 17:05 Rev.: 8705

removed reference of OMNotebook

0 lines of code changed in 1 file:

Frenkel TUD 2011-04-19 17:03 Rev.: 8704

- bugfix removeSimpleEquation, do not remove toplevel inputs

45 lines of code changed in 10 files:

perost 2011-04-19 15:42 Rev.: 8703

SCodeFlatten improvements:
- Redeclare improvements.
- Better recursive short class definition detection.
- More redeclare error messages.
- Reorganised the redeclare parts of SCodeFlatten by moving most of the code
that handles redeclares to SCodeFlattenRedeclare.
- Added some more redeclaration test cases.

1865 lines of code changed in 18 files:

sjoelund.se 2011-04-19 15:02 Rev.: 8702

- loadModel(Complex) in OMEdit
- Fix unparsing of operator XXX in OMC

39 lines of code changed in 7 files:

perost 2011-04-19 14:15 Rev.: 8701

- Fixed indentation of record constructor result parameter in DAEDump.

1 lines of code changed in 1 file:

fbergero 2011-04-19 14:05 Rev.: 8700

* Implementing discontinuities

449 lines of code changed in 4 files:

Frenkel TUD 2011-04-19 13:44 Rev.: 8699

- bugfix fmi
- add test for fmi export

298 lines of code changed in 9 files:

azazi 2011-04-19 01:32 Rev.: 8698

Added information to section 3.3 & 3.4 and also updated figure 3-1. I still need to add more info in section 3.4

0 lines of code changed in 2 files:

adeas31 2011-04-18 20:24 Rev.: 8697

- Fixed MAC application bundle problem.
- No error is shown now if you launch OMEdit in MAC.

3 lines of code changed in 1 file:

florosx 2011-04-18 17:38 Rev.: 8696

bug in generating connections fixed

179 lines of code changed in 1 file:

sjoelund.se 2011-04-18 16:54 Rev.: 8695

- Added msl31 simulations to the testsuite (~3m30s)

5 lines of code changed in 1 file:

sjoelund.se 2011-04-18 16:53 Rev.: 8694

- Fix SimulationResultsCmp.c (use 2-pass algorithm with only 1 malloc)
- Fix some read/write errors (strncmp,etc)

22 lines of code changed in 2 files:

Frenkel TUD 2011-04-18 16:46 Rev.: 8693

- move Modelica.Utilities.Examples.readRealParameterModel to WRONGRESULTTEST tests

4 lines of code changed in 1 file:

adrpo 2011-04-18 15:53 Rev.: 8692

- handle DAE.ENUM_LITERAL in several places where it was missing.

4 lines of code changed in 1 file:

Frenkel TUD 2011-04-18 15:44 Rev.: 8691

- BackendEquation.mo: bugfix equationToResidualForm
- PartFn.mo: remove DAEDUmp
- SimCode: get rid of BackendDAEUtil.equationList

31 lines of code changed in 4 files:

Frenkel TUD 2011-04-18 14:42 Rev.: 8690

- finish update msl31 simulate

97 lines of code changed in 120 files:

perost 2011-04-18 13:44 Rev.: 8689

- Changed Absyn.pathString to add a dot in front of fully qualified paths.
- Added Absyn.pathStringNoQual with the old pathString behaviour, and replaced
calls to pathString in some places that depended on the old behaviour of
pathString.
- Updated test suite.

131 lines of code changed in 26 files:

Frenkel TUD 2011-04-18 12:42 Rev.: 8688

- update msl3.1 simulate

197 lines of code changed in 33 files:

adeas31 2011-04-18 12:31 Rev.: 8687

- Updated the OpenModelicaUsersGuide, OpenModelicaSystem and OMOptim User Manual.

0 lines of code changed in 6 files:

Frenkel TUD 2011-04-18 11:48 Rev.: 8686

- BackendDAEOptimize.mo: - add failtrace prints, add missing case for traverseIncidenceMatrixList
- bugfix SimulationResultsCmp.c
- update msl31 simulate

285 lines of code changed in 41 files:

sjoelund.se 2011-04-18 09:18 Rev.: 8685

- Added support for #define-macros used in external "C" functions

51 lines of code changed in 4 files:

Frenkel TUD 2011-04-17 23:25 Rev.: 8684

- bugfix SimulationResultsCmp.c
- update msl31 simulate

716 lines of code changed in 110 files:

sjoelund.se 2011-04-17 19:40 Rev.: 8683

- sed -i s/1.6.0/1.7.0/ *.onb

59 lines of code changed in 2 files:

adrpo 2011-04-17 12:34 Rev.: 8682

- sane naming
- a missed \" inside Env.mo comment killed the parser (no error).

29 lines of code changed in 5 files:

sjoelund.se 2011-04-17 09:19 Rev.: 8681

- Remove references to Cygwin in the README

256 lines of code changed in 2 files:

sjoelund.se 2011-04-17 08:59 Rev.: 8680

- Fix compilation on Linux (assert.h)
- Expected testsuite results
- Remove tabs

40 lines of code changed in 3 files:

adeas31 2011-04-17 03:23 Rev.: 8679

- Updated the OMEdit user manual and OpenModelica Users guide.
- Added the OMI information.

0 lines of code changed in 4 files:

Frenkel TUD 2011-04-17 00:35 Rev.: 8677

- CevalScript: Bugfix Interval, calculation of stepSize
- simulation_init.cpp, use "&&" instead of "and" makes Visual Studio happy
- bugfix SimulationResultsCmp.c
- update tests msl3.1 simulate

214 lines of code changed in 16 files:

adrpo 2011-04-17 00:21 Rev.: 8676

- updated.

2 lines of code changed in 1 file:

adrpo 2011-04-16 23:22 Rev.: 8675

Fixes to bug: #1488
- propagate final correctly to the back-end and the DAE.
- testsuite/mosfiles/FinalPropagation.mos

514 lines of code changed in 19 files:

adrpo 2011-04-16 23:21 Rev.: 8674

- fixes to c_runtime so no more crashes on Windows (even better on Linux)!
- matrix.h (double assigned to modelica_boolean)
*loc_ptrs[i]=values[cur_value_indx*size+i];
loc_ptrs is a array of pointers to doubles which is set to addresses of
modelica_boolean then at those addresses a double is copied (values is a double array)
- other files
+ initialize most variables to 0 or NULL or "".
- flagSet now returns integer instead of bool!
- fixes interactiveSimuation -> interactiveSimulation.

291 lines of code changed in 14 files:

sjoelund.se 2011-04-16 10:13 Rev.: 8672

- Fixed some issues with StringHandler::unparse
- Added StringHandler::unparseStrings (handles arrays of strings)
- Added support for multiple html-documentations, including mixed <html> and text sections

84 lines of code changed in 4 files:

Frenkel TUD 2011-04-16 00:54 Rev.: 8671

- bugfix SimulationResultsCmp.c
- update msl3.1 simulation tests

270 lines of code changed in 14 files:

Frenkel TUD 2011-04-15 22:42 Rev.: 8670

BackendDump.mo: dump final prefix

11 lines of code changed in 1 file:

florosx 2011-04-15 20:06 Rev.: 8669

Added structure/blocks for zero-crossings and cross-detectors

483 lines of code changed in 1 file:

Frenkel TUD 2011-04-15 19:05 Rev.: 8668

- update msl3.1 simulation testsuite

146 lines of code changed in 11 files:

wbraun 2011-04-15 19:00 Rev.: 8667

- added some bugfixes for initialization and update some testcase to currect values

239 lines of code changed in 17 files:

adeas31 2011-04-15 18:38 Rev.: 8666

- New tools.
- Few updates in OMNotebook, OMEdit and OMPlot.

121 lines of code changed in 20 files:

Frenkel TUD 2011-04-15 18:08 Rev.: 8665

- handle events better in SimulationResultsCmp.c

32 lines of code changed in 1 file:

fbergero 2011-04-15 17:19 Rev.: 8664

* Updating template for the QSS methods
* Conditional compilation of some part of the global data of the cpp file

408 lines of code changed in 5 files:

Frenkel TUD 2011-04-15 17:03 Rev.: 8663

- bugfix simulation_result_mat

1 lines of code changed in 1 file:

Frenkel TUD 2011-04-15 16:49 Rev.: 8662

- add missing try catch block

52 lines of code changed in 1 file:

adeas31 2011-04-15 15:50 Rev.: 8661

- Fix the copying of GraphCells.

0 lines of code changed in 1 file:

sjoelund.se 2011-04-15 15:50 Rev.: 8660

- removeEqualFunctionCalls now also finds non-CALL expressions

28 lines of code changed in 2 files:

Frenkel TUD 2011-04-15 15:40 Rev.: 8659

- BackEnd/BackendDAEUtil.mo: change implementation of updateIncidenceMatrix -> speedup testsuite

102 lines of code changed in 2 files:

Frenkel TUD 2011-04-15 13:48 Rev.: 8658

- add abstol parameter to Simulation Result compare
- Bugfix remove Simple Equations (this should speedup testsuite)

76 lines of code changed in 8 files:

sjoelund.se 2011-04-15 12:59 Rev.: 8657

- Changed simplify1 to a fixpoint algorithm
- No testcase changed result, but more cases in the backend are now covered

234 lines of code changed in 4 files:

adrpo 2011-04-15 12:53 Rev.: 8656

- changes to Absyn, SCode, DAE, Env!
- Absyn.mo + Parser/Modelica.g
+ fixed some of the weird naming
- SCode.mo
+ SCode.Class is gone, SCode.Program is now a list of elements
+ SCode.Attributes are now in DERIVED instead of Absyn.ElementAttributes
+ grouped the element prefixes into SCode.Prefixes and put them both in SCode.CLASS and SCode.COMPONENT
+ added visibility attribute to all Elements (extends, import, etc)!
+ replaced some false/true flags with real records for easier following of patterns or expressions.
- DAE.mo
+ use flags instead of false/true
- Env.mo
+ better naming for fields
- SCodeHashTable.mo
+ new file to help with SCodeFlattenExtends.mo
+ more to come here.

4985 lines of code changed in 53 files:

niklwors 2011-04-15 10:00 Rev.: 8654

changed make files for cpp simulation runtime to cmake
removed all old build files

486 lines of code changed in 18 files:

sjoelund.se 2011-04-15 07:29 Rev.: 8653

- Expected output

3 lines of code changed in 1 file:

sjoelund.se 2011-04-15 07:27 Rev.: 8652

- Fix the Pendulum testcase

5 lines of code changed in 1 file:

sjoelund.se 2011-04-15 07:23 Rev.: 8651

- Fix compilation

4 lines of code changed in 1 file:

sjoelund.se 2011-04-14 20:27 Rev.: 8650

- Expected output

36 lines of code changed in 1 file:

sjoelund.se 2011-04-14 20:26 Rev.: 8649

- Added API calls parseString and loadString (analogous to parseFile/loadFile)

91 lines of code changed in 7 files:

Frenkel TUD 2011-04-14 19:44 Rev.: 8648

- update msl31/simulate/Makefile, add matfiles for result compare

10 lines of code changed in 7 files:

Frenkel TUD 2011-04-14 19:09 Rev.: 8647

- BackendDAEOptimize.mo:
- remove old remove simple Equation
- add remove equal function calls equations module
- use new remove simple Equation for Linearization
- BackEnd/BackendDAEUtil.mo
- change incidenceMatrix, now it generates the incidenceMatrix and the transposed incidenceMatrix at once
- use removeFinalParameters,removeEqualFunctionCalls,removeSimpleEquations,expandDerOperator as default preOptModules
- BackendDump.mo: add function debuglst
- update testsuite

676 lines of code changed in 66 files:

sjoelund.se 2011-04-14 17:52 Rev.: 8646

- Fix for Windows hanging when trying to parse 0-length files

25 lines of code changed in 1 file:

fbergero 2011-04-14 17:05 Rev.: 8645

* Updating the QSS structure and c_runtime

254 lines of code changed in 9 files:

Frenkel TUD 2011-04-14 16:09 Rev.: 8644

- bugfix BackendDAETransform: traverseBackendDAEExpsEqn and traverseBackendDAEExpsWhenClauseLst

3 lines of code changed in 1 file:

florosx 2011-04-14 14:25 Rev.: 8641

DEVS structures generated for NON-discontinuous systems

311 lines of code changed in 1 file:

sjoelund.se 2011-04-14 14:22 Rev.: 8640

- Remove garbage

2 lines of code changed in 1 file:

sjoelund.se 2011-04-14 13:01 Rev.: 8639

#1484
- Do cyclic dependency checks also for conditional expressions of parameters and constants

40 lines of code changed in 3 files:

sjoelund.se 2011-04-14 12:20 Rev.: 8638

- testsuite fix

58 lines of code changed in 4 files:

sjoelund.se 2011-04-14 11:48 Rev.: 8637

- man pages!

20 lines of code changed in 1 file:

sjoelund.se 2011-04-14 10:31 Rev.: 8636

- Added OMPlot man-page

138 lines of code changed in 2 files:

sjoelund.se 2011-04-14 10:08 Rev.: 8635

- Changes to OMPlot (more sane interface now)

112 lines of code changed in 4 files:

perost 2011-04-14 08:33 Rev.: 8634

- Fix invalid free.

1 lines of code changed in 1 file:

fbergero 2011-04-13 17:58 Rev.: 8633

* Updating the SimCodeQSS template

161 lines of code changed in 4 files:

adeas31 2011-04-13 17:49 Rev.: 8632

Bug fixed #1476
- Fixed the color change problem of OMPlot.
- No more checkboxes with + items of plottree.
- Double derivates can be plotted now. Tested with double pendulum example.

356 lines of code changed in 18 files:

Frenkel TUD 2011-04-13 16:44 Rev.: 8631

- Main.mo: update usage
- SimCode.mo: delete unused code
- BackendDAEOptimize.mo: delete unused code

3 lines of code changed in 3 files:

Frenkel TUD 2011-04-13 16:25 Rev.: 8630

- remove old module removeAliasEquations, functionality is now part of removeSimpleEquationsX

244 lines of code changed in 2 files:

Frenkel TUD 2011-04-13 16:13 Rev.: 8629

- use removeFinalParameters,removeSimpleEquationsX,expandDerOperator as default preoptModules
- use lateInline,inlineArrayEqn,removeSimpleEquationsX as default pastoptModules

15 lines of code changed in 5 files:

sjoelund.se 2011-04-13 16:00 Rev.: 8628

- Comments

22 lines of code changed in 2 files:

Frenkel TUD 2011-04-13 15:56 Rev.: 8627

- bugfix for compare SimulationResults , Dymola uses a[1, 2], OMC use a[1,2] (no white space)

27 lines of code changed in 1 file:

sjoelund.se 2011-04-13 15:55 Rev.: 8626

- Fix some comments

65 lines of code changed in 2 files:

sjoelund.se 2011-04-13 15:38 Rev.: 8625

- Remove the crap known as tabs from C sources

4461 lines of code changed in 90 files:

sjoelund.se 2011-04-13 15:36 Rev.: 8624

- Fix compilation

2 lines of code changed in 1 file:

sjoelund.se 2011-04-13 15:34 Rev.: 8623

- Fix CheckSourcesForTabs errors

4 lines of code changed in 1 file:

fbergero 2011-04-13 15:20 Rev.: 8622

* Adding QSS runtime solver
* Creating a new library libsim_ompd for the QSS/PowerDEVS runtime(is similar to libsim.a but without the main function)

965 lines of code changed in 14 files:

sjoelund.se 2011-04-13 15:04 Rev.: 8621

- Some updates to source code and comments

94 lines of code changed in 4 files:

sjoelund.se 2011-04-13 14:41 Rev.: 8620

- Cleanup

407 lines of code changed in 26 files:

Frenkel TUD 2011-04-13 14:40 Rev.: 8619

- bugfix read_matlab4.c
- bugfix compareSimulationResults

120 lines of code changed in 4 files:

perost 2011-04-13 14:35 Rev.: 8618

- Changed expected output of test case redeclare/Modification1 and moved it to
failing tests.

2 lines of code changed in 2 files:

sjoelund.se 2011-04-13 13:43 Rev.: 8616

- Added OMEdit man-page

84 lines of code changed in 4 files:

sjoelund.se 2011-04-13 13:22 Rev.: 8615

- Updated the OMNotebook man-page

27 lines of code changed in 2 files:

sjoelund.se 2011-04-13 11:13 Rev.: 8614

- Update the man-pages slightly

63 lines of code changed in 1 file:

perost 2011-04-13 11:08 Rev.: 8613

- Added and corrected some redeclare test cases.

67 lines of code changed in 6 files:

sjoelund.se 2011-04-13 10:15 Rev.: 8612

- Installation of manpages (added the old ones from 1.4.5 to svn)

1567 lines of code changed in 7 files:

sjoelund.se 2011-04-13 09:22 Rev.: 8611

- Made the matlab reader/writer more portable (int32_t instead of int)
- Use calloc+free instead of new+memset(0)+delete[]

18 lines of code changed in 2 files:

sjoelund.se 2011-04-13 08:52 Rev.: 8610

- Get rid of warnings

1 lines of code changed in 1 file:

Frenkel TUD 2011-04-12 22:45 Rev.: 8609

- SimulationResultsCmp.c: - write result/log file

22 lines of code changed in 1 file:

petfr 2011-04-12 15:58 Rev.: 8608

Minor update of the OpenModelicaSystem.doc and OpenModelicaSystem.pdf. Only the contributors, and the initial picture
and figure text. STILL needs to update all the packages descriptions, introduce the new packages, and
API functions.

0 lines of code changed in 2 files:

sjoelund.se 2011-04-12 15:54 Rev.: 8607

- Cleanup

232 lines of code changed in 23 files:

sjoelund.se 2011-04-12 15:51 Rev.: 8606

- Fixed a type error in compareSimulationResults C-function

117 lines of code changed in 3 files:

sjoelund.se 2011-04-12 15:01 Rev.: 8605

sed -i "/^public *\$/d" */*.mo
sed -i "s/^public *//g" */*.mo
sed -i "s/^protected *import/import/g" */*.mo

77 lines of code changed in 42 files:

Frenkel TUD 2011-04-12 14:53 Rev.: 8604

- add function to compare simulation results (May not work yet,ToDo: test,remove debugprint)

385 lines of code changed in 7 files:

sjoelund.se 2011-04-12 14:48 Rev.: 8603

- Added tracing of the new symbolic operations (alias/simple eq)
- Removed unreachable cases in Ceval (evaluation of integer matrices cast to Real scalars, etc)

42 lines of code changed in 2 files:

fbergero 2011-04-12 14:45 Rev.: 8602

Adding functions to the QSS backend

76 lines of code changed in 1 file:

fbergero 2011-04-12 14:44 Rev.: 8601

Updating QSS templates

36 lines of code changed in 2 files:

sjoelund.se 2011-04-12 12:59 Rev.: 8600

- Simplify after doing type-conversion

28 lines of code changed in 7 files:

sjoelund.se 2011-04-12 11:24 Rev.: 8598

- Missing dependency

1 lines of code changed in 1 file:

sjoelund.se 2011-04-12 09:47 Rev.: 8597

#1477
- Generate proper array crefs for a[1].b.c (previously it turned into a.b.c)

57 lines of code changed in 5 files:

sjoelund.se 2011-04-12 08:56 Rev.: 8596

- Added information about the inline operation to SimCodeDump
- Solved memory leaks and segfaults for read_csv

208 lines of code changed in 9 files:

Frenkel TUD 2011-04-12 08:33 Rev.: 8595

- use structure for simulationresults functions, make them global in the files including SimulationResults.c, this is usefull to load several result files at the same time

70 lines of code changed in 3 files:

sjoelund.se 2011-04-12 07:32 Rev.: 8594

- Added SimCodeC.tpl error when we fail to write an initial value to the text-file

22 lines of code changed in 2 files:

sjoelund.se 2011-04-11 22:13 Rev.: 8593

- Fix testsuite

2306 lines of code changed in 9 files:

adeas31 2011-04-11 22:09 Rev.: 8592

- Added the CSV file reader that returns the list of variables for readSimulationsVars.

141 lines of code changed in 5 files:

Frenkel TUD 2011-04-11 21:28 Rev.: 8591

- added support for dymola mat files

181 lines of code changed in 3 files:

fbergero 2011-04-11 21:18 Rev.: 8590

* Adding an extra argument to the template function to pass QSS info

2197 lines of code changed in 6 files:

fbergero 2011-04-11 21:17 Rev.: 8589

* Updating the QSS template and adding functions declarations in the SimCodeTV

184 lines of code changed in 2 files:

fbergero 2011-04-11 21:16 Rev.: 8588

* Adding functions needed by the template for QSS methods

112 lines of code changed in 2 files:

sjoelund.se 2011-04-11 20:15 Rev.: 8587

- Added support for annotation LateInline=true as an alias of __Dymola_InlineAfterIndexReduction and __MathCore_InlineAfterIndexReduction
- With priority LateInline > Inline > EarlyInline
This line, and those below, will be ignored--

M Compiler/FrontEnd/Inst.mo

15 lines of code changed in 1 file:

sjoelund.se 2011-04-11 17:15 Rev.: 8586

- Added simulate() option cflags = ""
- Also added a field for this in the OMEdit simulation widget

1962 lines of code changed in 360 files:

Frenkel TUD 2011-04-11 16:30 Rev.: 8585

- BackendDAEOptimize.mo:
- replace in all equations exclude the "der(a) = b" equation der(a) with b
- add module to remove final parameters

332 lines of code changed in 5 files:

sjoelund.se 2011-04-11 16:21 Rev.: 8584

- Disable running perl on normal simulations

1684 lines of code changed in 10 files:

sjoelund.se 2011-04-11 12:59 Rev.: 8583

- Unescape comments in Interactive.getClassComment

44 lines of code changed in 4 files:

sjoelund.se 2011-04-11 12:00 Rev.: 8582

- Updates to the documentation generation from class comments

5 lines of code changed in 2 files:

sjoelund.se 2011-04-11 11:37 Rev.: 8581

- Class comments

32 lines of code changed in 5 files:

sjoelund.se 2011-04-11 11:33 Rev.: 8580

- Add class comments in Susan-generated code

131 lines of code changed in 14 files:

sjoelund.se 2011-04-11 11:16

- svn:keywords

467 lines of code changed in 269 files:

sjoelund.se 2011-04-11 11:12 Rev.: 8577

- Propset

59 lines of code changed in 59 files:

sjoelund.se 2011-04-11 11:09 Rev.: 8576

- Some class comment changes. Some svn properies set.

128 lines of code changed in 73 files:

sjoelund.se 2011-04-11 10:52 Rev.: 8575

- Added support for NORETCALL in Interactive statements
- Added new API call writeFile (analogous to System.writeFile)
- Added ElementSource to SIMVAR instead of Info
- Added files to generate html documentation out of our packages

136 lines of code changed in 11 files:

sjoelund.se 2011-04-10 16:30 Rev.: 8574

- Added support for variables with quotes in the name

11 lines of code changed in 3 files:

adeas31 2011-04-10 16:15 Rev.: 8573

- hopefully a final fix for linux settransformationorigin problem.

17 lines of code changed in 6 files:

adeas31 2011-04-10 16:01 Rev.: 8572

- another try to fix some linux issue.

26 lines of code changed in 6 files:

adeas31 2011-04-10 15:21 Rev.: 8571

- trying to fix some linux issue.

20 lines of code changed in 1 file:

adeas31 2011-04-10 14:43 Rev.: 8570

- some more updates
- fixed zooming and sizing issue of plotting.

85 lines of code changed in 13 files:

adeas31 2011-04-10 14:07 Rev.: 8569

Bug Fixed #1462
- OMEdit now always send absolute path to omc.
- Also fixed the OMEdit performance issue.

12 lines of code changed in 6 files:

sjoelund.se 2011-04-10 12:18 Rev.: 8568

- Added missing icon from last commit

1 lines of code changed in 1 file:

sjoelund.se 2011-04-10 12:17 Rev.: 8567

- Added OMEdit support for instantiateModel
- Added a QString unparser that works (not just removes first and last char)

189 lines of code changed in 14 files:

sjoelund.se 2011-04-10 09:24 Rev.: 8566

- Made the Parser.mo interface a little safer (no more returning invalid AST's)
- We no longer need to print <interactive> as filename for ModelicaBuiltin.mo

54 lines of code changed in 8 files:

sjoelund.se 2011-04-09 14:23 Rev.: 8565

- Fix compilation using GCC 4.6

1 lines of code changed in 1 file:

sjoelund.se 2011-04-09 10:40 Rev.: 8564

- PlotWindow now uses time as index=1, so the scale is correct

7 lines of code changed in 2 files:

sjoelund.se 2011-04-09 10:16 Rev.: 8563

- Store negative alias variables in a separate array in the Matlab reader

15 lines of code changed in 1 file:

sjoelund.se 2011-04-09 09:57 Rev.: 8562

- Fix for mat-files that contain alias of the time-variable

44 lines of code changed in 2 files:

sjoelund.se 2011-04-09 08:15 Rev.: 8561

- Fix indentation (no tabs!)

84 lines of code changed in 2 files:

sjoelund.se 2011-04-09 07:09 Rev.: 8560

- Fixed compilation of OMOptim on Unix

27 lines of code changed in 5 files:

Frenkel TUD 2011-04-08 20:41 Rev.: 8559

- improve matlab file writer/reader to handle alias variables accurate

187 lines of code changed in 5 files:

hubert.thieriot 2011-04-08 20:21 Rev.: 8558

Merged with branch : major bug corrections (cf branch history of https://openmodelica.ida.liu.se/svn/OpenModelica/branches/Optimization/Branches/Hubert)

5295 lines of code changed in 115 files:

adeas31 2011-04-08 17:33 Rev.: 8556

- Fixed exception throw problem. Using QApplication::notify now.
- Fixed the shared memory problem.

49 lines of code changed in 6 files:

sjoelund.se 2011-04-08 15:58 Rev.: 8555

- Added support for plot(der(x)) type-checking

15 lines of code changed in 1 file:

petfr 2011-04-08 15:19 Rev.: 8553

Extensive update of the Users guide for OpenModelica 1.7. Fixed page numbering and correct automatic figure numbering
throughout the document. Updated the OMEdit chapter. Introduced new OMOptim chapter and new
Performance profiling chapter. Updated appdices for contributors and the 1.7 release text.
Updated the OpenModelica license to version 1.2 on the 2nd page.

0 lines of code changed in 2 files:

sjoelund.se 2011-04-08 14:35 Rev.: 8552

- Made System.spawn return 0 on success in Linux
- Added sane minimum width/height for OMPlot

4 lines of code changed in 2 files:

sjoelund.se 2011-04-08 14:01 Rev.: 8551

#1472
- Fixed wrong solving of expressions where one factor is 1/x
- See testsuite/mosfiles/TestSolve.mos

114 lines of code changed in 12 files:

sjoelund.se 2011-04-08 12:59 Rev.: 8550

- Updated expected result

1309 lines of code changed in 1 file:

sjoelund.se 2011-04-08 12:54 Rev.: 8549

- Updated some simulate expected results

124 lines of code changed in 124 files:

sjoelund.se 2011-04-08 12:15 Rev.: 8548

- Expected output

319 lines of code changed in 1 file:

sjoelund.se 2011-04-08 12:13 Rev.: 8547

- Print some more debug information

3778 lines of code changed in 15 files:

sjoelund.se 2011-04-08 09:45 Rev.: 8545

- Use simplify1 instead of simplify in many places of the FrontEnd
- simplify now returns a Boolean that signifies if the expression has changed

10667 lines of code changed in 91 files:

Frenkel TUD 2011-04-07 23:07 Rev.: 8544

- bugfix simulation_result_csv

8 lines of code changed in 1 file:

Frenkel TUD 2011-04-07 17:31 Rev.: 8542

- BackendDAEOptimize: -improve merging of start values

39 lines of code changed in 1 file:

petfr 2011-04-07 17:23 Rev.: 8540

Update of template programming guide. empty lites, hasindex, fromindex, import of template files, error location

0 lines of code changed in 2 files:

ppriv 2011-04-07 17:17 Rev.: 8539

!! this update will most likely need 'clean' or deletion of omc.exe as your old Susan parser will complain on the updated SimCodeC.tpl ... sorry for the inconvenience
- Susan keyword 'from' is changed to 'fromindex' (according to the last Susan specification)
- some other errors are now reported with correct source location (string conversion, argument type check, options type check, function/template lookup).

253 lines of code changed in 6 files:

florosx 2011-04-07 15:03 Rev.: 8536

prints removed

2 lines of code changed in 1 file:

florosx 2011-04-07 14:59 Rev.: 8535

DEVS Structure generation for NON-discontinuous models
(probably correct)

1026 lines of code changed in 1 file:

sjoelund.se 2011-04-07 14:19 Rev.: 8534

- Disable type-checking of functions in the CORBA loop

1 lines of code changed in 1 file:

sjoelund.se 2011-04-07 14:11 Rev.: 8533

- Changed replaceExp to return a Boolean that signals if a replacement has been made
- This should also be using less memory than before due to not constructing data-structures if nothing changed

553 lines of code changed in 6 files:

perost 2011-04-07 11:30 Rev.: 8532

- Some small fixes in SCodeFlatten.

2 lines of code changed in 2 files:

sjoelund.se 2011-04-07 09:43 Rev.: 8530

- Run simplify on any algorithm statement generated

139 lines of code changed in 36 files:

sjoelund.se 2011-04-07 06:42 Rev.: 8529

- Fix compilation on any real OS

1 lines of code changed in 1 file:

Frenkel TUD 2011-04-07 00:27 Rev.: 8526

- BackendDAEOptimize.mo: - removeSimpleEquationsX now removes all time independent equations

139 lines of code changed in 2 files:

adrpo 2011-04-06 23:48 Rev.: 8525

- updates to mark-and-sweep GC c_runtime/meta_modelica*
- fixes for VS to Compiler/runtime/systemimpl.c

127 lines of code changed in 9 files:

adeas31 2011-04-06 19:40 Rev.: 8524

- All clients runtimes are moved to OMTools/bin
- All required qt libs are moved to OMTools/qtdlls
- Some updates in OMPlot and OMEdit
- plotParametric3 and plotAll3 is added.

251 lines of code changed in 49 files:

Frenkel TUD 2011-04-06 16:44 Rev.: 8523

- Bugfix removeSimpleEquationsX, now testsimulation passes all tests

8 lines of code changed in 1 file:

sjoelund.se 2011-04-06 14:52 Rev.: 8522

- Disable simplify after elaborating reductions

1 lines of code changed in 2 files:

sjoelund.se 2011-04-06 14:09 Rev.: 8521

- Disable running simplify after each unary elaboration
- Traverse each instantiated equation using simplify1
- cevalIfConstant on VAR variability expressions now does simplify1

2194 lines of code changed in 87 files:

perost 2011-04-06 13:54 Rev.: 8520

- Fix small mistake in previous commit.

4 lines of code changed in 1 file:

perost 2011-04-06 13:48 Rev.: 8519

- Fixed detection of recursive short class definitions.
- Fully qualify all extends to avoid exponential lookup complexity.
- Handle fully qualified names in SCodeLookup.lookupName.
- Updated parallel test script to not run msl221 tests twice.

261 lines of code changed in 10 files:

sjoelund.se 2011-04-06 11:21 Rev.: 8518

- Guard against some div-by-zero simplifications

2 lines of code changed in 1 file:

sjoelund.se 2011-04-06 09:19 Rev.: 8516

- Check result of spawnCall in plot3 case

1 lines of code changed in 1 file:

sjoelund.se 2011-04-06 09:14 Rev.: 8515

- Changed ExpressionSimplify to use traverseExp instead of its custom traversal

1056 lines of code changed in 42 files:

sjoelund.se 2011-04-06 08:46 Rev.: 8514

- Make plot3() match plot() API

6 lines of code changed in 2 files:

sjoelund.se 2011-04-06 08:32 Rev.: 8513

- System.spawnCall no longer waits for the process to finish on Linux

0 lines of code changed in 1 file:

adeas31 2011-04-06 02:53 Rev.: 8512

- Fixed the OMPlot path.

1 lines of code changed in 1 file:

adeas31 2011-04-06 02:40 Rev.: 8511

- Added a new command plot3 that uses OMPlot
- plot3(x, true/false(externalWindow), filename, title, legend.....)
- added spawnCall function in system.mo since system method blocks the execution so using spawn instead.
- small update in plotwindow

161 lines of code changed in 6 files:

Frenkel TUD 2011-04-05 21:49 Rev.: 8510

- Bugfix removeSimpleEquationsX

503 lines of code changed in 6 files:

sjoelund.se 2011-04-05 19:45 Rev.: 8509

- Use OPENMODELICAHOME/bin/omc instead of OPENMODELICAHOMEbin/omc

4 lines of code changed in 2 files:

fbergero 2011-04-05 17:13 Rev.: 8507

Fixing indentation (using spaces)

142 lines of code changed in 1 file:

wbraun 2011-04-05 17:00 Rev.: 8506

- added bugfix for parameter initialization and activated the testcase
- added and changed some debug flag in matrix.h for LOG_NONLINSYS

107 lines of code changed in 5 files:

sjoelund.se 2011-04-05 16:39 Rev.: 8505

- Remove tabs from sources

132 lines of code changed in 1 file:

fbergero 2011-04-05 15:56 Rev.: 8504

Adding functions to the QSS Backend

150 lines of code changed in 1 file:

fbergero 2011-04-05 15:55 Rev.: 8503

Update of SimCodeQSS template

223 lines of code changed in 1 file:

fbergero 2011-04-05 15:55 Rev.: 8502

Adding function UpdateDiscrete

36 lines of code changed in 1 file:

perost 2011-04-05 15:02 Rev.: 8501

- Fixed SVN info for SCodeDependency.mo.

1 lines of code changed in 1 file:

sjoelund.se 2011-04-05 14:45 Rev.: 8500

- Make code pretty

15 lines of code changed in 8 files:

perost 2011-04-05 14:45 Rev.: 8499

- Removed unnecessary key check in BaseHashTable.get1.

1 lines of code changed in 1 file:

sjoelund.se 2011-04-05 14:17 Rev.: 8498

- Made code pretty

2918 lines of code changed in 79 files:

sjoelund.se 2011-04-05 12:14 Rev.: 8496

- Flat Modelica now uses "and, or, not" instead of "AND, OR, NOT"
- This is to match actual Modelica syntax

1466 lines of code changed in 93 files:

sjoelund.se 2011-04-05 09:45 Rev.: 8495

- Changed simplify of LUNARY and LBINARY (we now only simplify these at the end; i.e. in the equations and bindings - not while doing static elaboration of the expression)

642 lines of code changed in 64 files:

sjoelund.se 2011-04-05 09:37 Rev.: 8494

- Remove tabs

3 lines of code changed in 1 file:

sjoelund.se 2011-04-05 08:51 Rev.: 8493

- Use config.h for default OMC path in OMOptim

2 lines of code changed in 1 file:

adrpo 2011-04-05 05:08 Rev.: 8492

- update testsuite/interactive/interactive_api_simulations.mos

1009 lines of code changed in 1 file:

adeas31 2011-04-05 02:17 Rev.: 8491

- Some updates in OMEdit icon editor.
- OMEdit now uses new integrated plotting.
- changed the OMPlot tool so that it uses setRawdata (finally).
- New function to get color for plot curves. for 10 curves it uses the predefined colors for curves more than 10 it uses the hsv scale.

5400 lines of code changed in 80 files:

Frenkel TUD 2011-04-05 00:45 Rev.: 8490

- BackendDAEOptimize.mo: - bugfix removeSimpleEquationsX

12 lines of code changed in 2 files:

adrpo 2011-04-04 20:14 Rev.: 8489

- updated test

1 lines of code changed in 1 file:

sjoelund.se 2011-04-04 17:36 Rev.: 8488

#1467
- Disable envCache by default
- Performance not affected
- Added previously non-working testcase Constant12.mo

29 lines of code changed in 3 files:

Frenkel TUD 2011-04-04 17:16 Rev.: 8487

- Bugfix removeSimpleEquationsX
- Bugfix initialisation c_runtime windows
- Util: bugfix arrayMapNoCopy_1
- add testcase testsimulate

50 lines of code changed in 7 files:

florosx 2011-04-04 15:27 Rev.: 8486

- updates to BackendQSS.mo

78 lines of code changed in 1 file:

florosx 2011-04-04 15:27 Rev.: 8485

modified the SimCode.callTargetTemplates to include correctly
the generation of extra info needed for QSS simulation

47 lines of code changed in 1 file:

Frenkel TUD 2011-04-04 15:12 Rev.: 8484

- do not generate code for constant startvalues

2 lines of code changed in 1 file:

Frenkel TUD 2011-04-04 13:55 Rev.: 8483

- improve BackEnd/BackendDAEUtil.updateIncidenceMatrix

36 lines of code changed in 1 file:

sjoelund.se 2011-04-04 12:34 Rev.: 8481

- Indentation

25 lines of code changed in 1 file:

sjoelund.se 2011-04-04 12:23 Rev.: 8480

- In unelabMod, call simplify before trying to unelab the expression

1 lines of code changed in 2 files:

perost 2011-04-04 11:58 Rev.: 8479

- Fixed infinite loop in Inst.updateCompeltsMods for Media models.
- Added more redeclare test cases.

290 lines of code changed in 8 files:

sjoelund.se 2011-04-04 11:57 Rev.: 8478

- Started removing assert(true, ...) from algorithm sections (functions)

4216 lines of code changed in 17 files:

sjoelund.se 2011-04-04 11:04 Rev.: 8476

- Added SimCodeDump.mo to svn

1 lines of code changed in 1 file:

Frenkel TUD 2011-04-04 09:35 Rev.: 8475

- Bugfix removeSimpleEquationsX

139 lines of code changed in 1 file:

sjoelund.se 2011-04-04 08:56 Rev.: 8474

New runtime option (instead of debug-flags):
$ omc +simCodeTarget=[C|CSharp|QSS|...]

78 lines of code changed in 10 files:

sjoelund.se 2011-04-04 08:11 Rev.: 8473

- Expected output

5 lines of code changed in 1 file:

Frenkel TUD 2011-04-04 00:02 Rev.: 8471

- BackendDAEOptimize.mo: - bugfix removeSimpleEquationsX

25 lines of code changed in 2 files:

wbraun 2011-04-03 20:36 Rev.: 8470

- fixed Bugs in AliasEquations for clean testsuite
- added testsuite case to call only simulation tests

50 lines of code changed in 4 files:

sjoelund.se 2011-04-03 09:52 Rev.: 8469

- Fix bootstrapping compilation

1 lines of code changed in 1 file:

sjoelund.se 2011-04-03 09:47 Rev.: 8468

- Removed tabs from sources

115 lines of code changed in 1 file:

sjoelund.se 2011-04-03 06:35 Rev.: 8467

- Fix clean compilation of OMEdit

3 lines of code changed in 1 file:

sjoelund.se 2011-04-02 21:04 Rev.: 8466

- Removed "getUniqueColor" from OMPlot as it is bad; use an HSV color map instead

1 lines of code changed in 3 files:

sjoelund.se 2011-04-02 20:31 Rev.: 8465

- Also add the legend for parameters

3 lines of code changed in 1 file:

Frenkel TUD 2011-04-02 15:34 Rev.: 8464

- BackendDAEOptimize.mo: - bugfix removeSimpleEquationsX, use var direct to update aliasVars
- SimCode.mo: - use flag "qssinfo" to generate structure code QSS

43 lines of code changed in 3 files:

Frenkel TUD 2011-04-02 14:42 Rev.: 8463

- replace Debug.fcall("..",print, .. crefStr(..) .. expStr(..) by adding print functions, this is a speedup because the unused string generation from crefs and exp are avoided
- Bugfixes removeSimpleEquationsX

3521 lines of code changed in 9 files:

Frenkel TUD 2011-04-01 23:57 Rev.: 8462

- continue to reimplement remove simple equation stuff using information of the incidence matrix

69 lines of code changed in 1 file:

Frenkel TUD 2011-04-01 22:59 Rev.: 8461

- continue to reimplement remove simple equation stuff using information of the incidence matrix
- Util.mo: add function arrayMapNoCopy_1

224 lines of code changed in 4 files:

florosx 2011-04-01 18:01 Rev.: 8457

DEVS structures added

282 lines of code changed in 1 file:

fbergero 2011-04-01 17:39 Rev.: 8456

Updating QSS template

1257 lines of code changed in 1 file:

fbergero 2011-04-01 17:38 Rev.: 8455

* Functions to replace zero crossings on whens
* Functions to replace zero corssings on equations

227 lines of code changed in 1 file:

fbergero 2011-04-01 17:37 Rev.: 8454

Updating QSS template code generator

404 lines of code changed in 2 files:

AlexeyLebedev 2011-04-01 17:32 Rev.: 8453

Updated a document

0 lines of code changed in 1 file:

Frenkel TUD 2011-04-01 17:18 Rev.: 8452

- continue to reimplement remove simple equation stuff using information of the incidence matrix

187 lines of code changed in 3 files:

adeas31 2011-04-01 17:08 Rev.: 8451

- OMPlot is a MDI application now. You can switch between tabbedview and subwindowview through the menu.
- Only one instance of OMPlot is allowed at a time. The active window with in the OMPlot application recieves the new plot commands from omc.
- New icon for OMPlot.
- few more updates as well.

845 lines of code changed in 15 files:

sjoelund.se 2011-04-01 16:31 Rev.: 8450

- Fix compilation of OMEdit
- Renamed typo of filename

978 lines of code changed in 3 files:

sjoelund.se 2011-04-01 15:29 Rev.: 8448

- OMPlot now at least displays an error if it fails to save a file

3 lines of code changed in 1 file:

Frenkel TUD 2011-04-01 15:10 Rev.: 8447

- start to reimplement remove simple equation stuff using information of the incidence matrix

487 lines of code changed in 2 files:

sjoelund.se 2011-04-01 14:47 Rev.: 8446

- fill() is not a valid MetaModelica call (fix for bootstrapped OMC)

1 lines of code changed in 1 file:

sjoelund.se 2011-04-01 14:24 Rev.: 8445

- Added ElementSource to some of the SimCode eq-systems

88 lines of code changed in 3 files:

Frenkel TUD 2011-04-01 13:22 Rev.: 8444

- DAEQuery.mo: delete functions varList, vararrayList and vararrayList2, using BackendDAEUtil.varList

1 lines of code changed in 1 file:

Frenkel TUD 2011-04-01 13:15 Rev.: 8443

- BackendVariable: reimplement moveVariables and deleteVar using traverseBackendDAEVars -> speedup because arrays only traversed onc instead of twice because of generating a list from the array, add function deleteVars

134 lines of code changed in 1 file:

wbraun 2011-04-01 06:13 Rev.: 8442

- for testsuite mosfiles-msl22 separated and actived some tests (initialization)
- clean up testsuite
- deactived print call in BackendQSS.mo, since it break the testsuite

1099 lines of code changed in 36 files:

adeas31 2011-04-01 01:39 Rev.: 8441

- Using setRawData instead of setData (Martin's request)
- Make the OMPlot a single instance application.
- Added an extra argument -ew true/false. if true will pop up new OMPlot window.
- Fixed the segmentation faults problem.

492 lines of code changed in 19 files:

March 2011 »

Generated by StatSVN 0.7.0