July 2011 Commit Log

Number of Commits:
128
Number of Active Developers:
13
abhinnk 2011-07-30 15:34 Rev.: 9561

->Combined the Connector Array Menu for both the start and the end port.

->some commenting and removal of unnecessary code

493 lines of code changed in 15 files:

Frenkel TUD 2011-07-30 11:45 Rev.: 9560

- clean up code for dynamic state selection (add comments, remove unused code, change function names)

343 lines of code changed in 1 file:

sjoelund.se 2011-07-29 17:05 Rev.: 9558

#1578
- The cat() operator now does basic type checking :)

81 lines of code changed in 5 files:

sjoelund.se 2011-07-29 14:43 Rev.: 9557

- Added preliminary support for type-checking dimensions with e.g. size-expressions
- This is not checked due to MSL not adhering to all rules :)

119 lines of code changed in 6 files:

Frenkel TUD 2011-07-29 14:25 Rev.: 9556

- improve dynamic state selection

371 lines of code changed in 1 file:

Dongliang Li 2011-07-29 13:48 Rev.: 9555

add list<SimVar> for constant variables; update cpp template for arrays

4117 lines of code changed in 5 files:

Frenkel TUD 2011-07-29 11:53 Rev.: 9554

- handle vars with StateSelect.prefer as states

5 lines of code changed in 1 file:

sjoelund.se 2011-07-29 11:15 Rev.: 9553

- Add testcase for cat()
+ It's not working correctly in the trunk yet, but a fix is coming together with my other changes (previously we removed the k-th argument instead of k-th dimension when type-checking)

17 lines of code changed in 2 files:

sjoelund.se 2011-07-29 09:02 Rev.: 9552

- Added boolean array fill function

18 lines of code changed in 2 files:

adeas31 2011-07-28 16:05 Rev.: 9550

Fix for bug #1404 #1532
- Updated the file saving functionality.
- Fixed some minor issues in connectors.

251 lines of code changed in 16 files:

sjoelund.se 2011-07-28 11:53 Rev.: 9548

- Updated generated code

1 lines of code changed in 1 file:

sjoelund.se 2011-07-28 07:54 Rev.: 9547

- Fix code generation of ASUB(ASUB(...,x),y), by making ASUB(...,xy) instead
- Previously, we created one case for integer asub, one for 2d integer asub, etc... But forgot mixed int and enum asubs... The new code should work for any dimension, and any mix of asubs
- Testcases were updated because we print [1,2] instead of [1][2]

3237 lines of code changed in 35 files:

adeas31 2011-07-27 16:09 Rev.: 9545

- Fixed some minor problems.
- Removed some unused stuff.

97 lines of code changed in 8 files:

abhinnk 2011-07-27 11:55 Rev.: 9541

Enhanced the speed of component browser and movement of connectors

109 lines of code changed in 4 files:

sjoelund.se 2011-07-27 07:50 Rev.: 9537

#1576
- BinTree update using hashing

135 lines of code changed in 5 files:

jansilar 2011-07-26 16:42 Rev.: 9536

SimCodeCSharp.tpl - changes to zeroCrossing template - the domain zc approach

4 lines of code changed in 1 file:

sjoelund.se 2011-07-26 10:11 Rev.: 9535

#1574
- Fixed indexing using non-constant subscript in simulation context
- Also, made this fast by indexing the double* directly instead of creating an intermediate array+vararg addressing

1271 lines of code changed in 5 files:

abhinnk 2011-07-25 22:12 Rev.: 9533

Some Minor Corrections

20 lines of code changed in 4 files:

abhinnk 2011-07-25 18:05 Rev.: 9532

Added the facility for adding connections on components which have a connector array , now making the connection at a specified index.

461 lines of code changed in 9 files:

sjoelund.se 2011-07-25 13:35 Rev.: 9530

- Fix for deleteConnection where the equations have subscripts

33 lines of code changed in 3 files:

adeas31 2011-07-24 21:10 Rev.: 9529

- Fixed some problems of file dropping feature.
- Now user can select multiple files and drop them on OMEdit.

133 lines of code changed in 4 files:

adeas31 2011-07-23 20:01 Rev.: 9528

Fix for bug #1538 #1527 #1534
- New getComponentAnnotations API is required to run OMEdit now.
- Updated the Model Browser to show the inherited components as well.
- Changed the open/save file dialog. Use the built-in static methods of QFileDialog because on Windows QFileDialog::exec has problems.
- Fixed some issues with connections.
- Fixed the problem of protected parameters. Now the protected parameters are shown as disabled items. Also only the changed parameter will be updated instead of updating all parameters.

737 lines of code changed in 18 files:

nutaro 2011-07-22 21:34 Rev.: 9527

Completed (I think) the support for when clauses

2232 lines of code changed in 2 files:

sjoelund.se 2011-07-22 14:43 Rev.: 9525

- Tail recursion

77 lines of code changed in 1 file:

sjoelund.se 2011-07-22 10:13 Rev.: 9524

- Tail recursion

32 lines of code changed in 1 file:

nutaro 2011-07-21 21:56 Rev.: 9523

More work on when clauses for the adevs backend

43729 lines of code changed in 2 files:

adrpo 2011-07-21 21:40 Rev.: 9522

Fix bug: #1538
--------------
- API CHANGE for getComponentAnnotations (see new output below):
----------- ann.mos -----------
loadModel(Modelica); getErrorString();
getComponentAnnotations(Modelica.Blocks.Sources.RealExpression); getErrorString();
getComponentAnnotations(Modelica.Blocks.Sources.IntegerExpression); getErrorString();
getComponentAnnotations(Modelica.Blocks.Sources.BooleanExpression); getErrorString();

adrpo@ida-liu050 ~/dev/OpenModelicaBackend/build/bin/ann
$ ../omc ann.mos
true
""
{{Dialog("General","Time varying output signal",true), Placement(true,0.0,0.0,100.0,-10.0,120.0,10.0,0.0,0.0,0.0,-,-,-,-,0.0)}}
""
{{Dialog("General","Time varying output signal",true), Placement(true,0.0,0.0,100.0,-10.0,120.0,10.0,0.0,0.0,0.0,-,-,-,-,0.0)}}
""
{{Dialog("General","Time varying output signal",true), Placement(true,0.0,0.0,100.0,-10.0,120.0,10.0,0.0,0.0,0.0,-,-,-,-,0.0)}}
""

- un-comment Dialog in FrontEnd/Constants.mo
- rewrote some Util functions to be tail recursive.
- other minor changes.

49289 lines of code changed in 8 files:

nutaro 2011-07-21 14:59 Rev.: 9520

More work on when clauses for the adevs backend

50 lines of code changed in 1 file:

jansilar 2011-07-21 14:53 Rev.: 9518

SimCodeCSharp.tpl - case NEQUAL added to daeExpSimRelation

2 lines of code changed in 1 file:

sjoelund.se 2011-07-21 14:31 Rev.: 9517

- PartFn.elabElements tail recursion

61 lines of code changed in 1 file:

sjoelund.se 2011-07-21 10:57 Rev.: 9516

- Tail-recursive listMap3

32 lines of code changed in 1 file:

sjoelund.se 2011-07-21 09:17 Rev.: 9515

- Expected output

58 lines of code changed in 1 file:

sjoelund.se 2011-07-21 08:32 Rev.: 9514

- Reverted part of r9497 as it does something funky with the bootstrapped compiler

13 lines of code changed in 1 file:

sjoelund.se 2011-07-21 08:26 Rev.: 9513

- Updated generated code

2713 lines of code changed in 2 files:

nutaro 2011-07-20 17:31 Rev.: 9512

Started work on support for when clauses in the adevs code generator

13 lines of code changed in 1 file:

jansilar 2011-07-20 16:46 Rev.: 9511

Changes to SimCodeCSharp.tpl - templates daeExpRelation and daeExpSimRelation.

70 lines of code changed in 1 file:

sjoelund.se 2011-07-20 12:37 Rev.: 9510

- Code generation: Create an array of (void*) for temporary boxed types
- This should speed up garbage collection a lot, especially if the runtime is rewritten to store (void*,size_t) instead of just (void*), since then push/pop are faster

387 lines of code changed in 10 files:

sjoelund.se 2011-07-20 08:38 Rev.: 9509

- Updated generated code

4 lines of code changed in 1 file:

fbergero 2011-07-19 21:10 Rev.: 9508

Removing edge function call

1 lines of code changed in 1 file:

adeas31 2011-07-19 15:23 Rev.: 9507

- Fixed the tooltip exception
- Updated the unparseStrings function. If the string contains quotes inside it then it raises the exception. For more info http://www.openmodelica.org/index.php?option=com_agora&task=topic&id=345&Itemid=87

58 lines of code changed in 8 files:

sjoelund.se 2011-07-19 13:01 Rev.: 9506

- Added check for unused input variables in external functions
- Also added a disabled implementation for regular functions, which has some quirks left to solve (and lots of problems to fix in the compiler sources)

269 lines of code changed in 12 files:

sjoelund.se 2011-07-18 16:54 Rev.: 9505

- Removed old stuff

0 lines of code changed in 1 file:

adeas31 2011-07-18 14:03 Rev.: 9503

- New wishes added.
- A lot of wishes are done :)

0 lines of code changed in 1 file:

adeas31 2011-07-18 13:37 Rev.: 9502

Fix for bug #1498
- Diagram view can be exported to SVG format.
- Diagram view can be printed. However, there are some problems while printing, especially when you try to make a pdf, the text of components does not show up.

107 lines of code changed in 8 files:

sjoelund.se 2011-07-18 11:43 Rev.: 9501

#1572
- Added check for external function output assignment

53 lines of code changed in 5 files:

sjoelund.se 2011-07-18 09:03 Rev.: 9500

#1572
- Check external function for illegal sections ([initial] algorithm)

51 lines of code changed in 3 files:

sjoelund.se 2011-07-17 16:42 Rev.: 9499

- Fix OMEdit compilation

1 lines of code changed in 1 file:

adeas31 2011-07-17 16:23 Rev.: 9498

- A new model browser is added.
- Drag & drop of custom models supported.
- Drag & drop of .mo files on OMEdit supported.
- Documentation of custom models.
- Connector type components can establish connection now.
- Copy paste of models from Modelica Tree.
- Options widget is updated.
- Some updates in Icon editor.

2456 lines of code changed in 32 files:

sjoelund.se 2011-07-17 14:33 Rev.: 9497

- Some backend tail recursion for checkEngineV6.mos (many equations)

87 lines of code changed in 4 files:

edgarlopez 2011-07-17 12:46 Rev.: 9496

initial test lexer

60 lines of code changed in 1 file:

sjoelund.se 2011-07-17 07:59 Rev.: 9495

- More tail recursion

14 lines of code changed in 1 file:

sjoelund.se 2011-07-16 20:43 Rev.: 9494

- More tail recursion

27 lines of code changed in 1 file:

sjoelund.se 2011-07-16 11:29 Rev.: 9493

- Compile OMOptim using the configured compiler (g++ 4.2 fails to compile; and it's the default compiler on OSX)

4 lines of code changed in 1 file:

sjoelund.se 2011-07-16 10:02 Rev.: 9492

- More functions on tail-recursive form

27 lines of code changed in 2 files:

sjoelund.se 2011-07-16 08:56 Rev.: 9491

- DAEUtil.getParameterVars tail recursive

26 lines of code changed in 1 file:

Frenkel TUD 2011-07-15 22:26 Rev.: 9489

- fix initialisation of models using dynamic state selection

1 lines of code changed in 1 file:

Frenkel TUD 2011-07-15 17:37 Rev.: 9488

- BackendDAEOptimize.mo: move equal code in one function
- BackendDAETransform.mo: update dynamic state selection (passes now testsimulation, not all with same results as old method but all simulate :) )

183 lines of code changed in 3 files:

sjoelund.se 2011-07-15 14:49 Rev.: 9487

- DAEDump.dumpEquationsStream tail recursive :)

2 lines of code changed in 1 file:

sjoelund.se 2011-07-15 14:00 Rev.: 9486

- Tail-recursive splitElements

39 lines of code changed in 1 file:

sjoelund.se 2011-07-15 12:26 Rev.: 9485

- Fix an additional test for bootstrapping by making RML output NaN regardless of platform
- Note: This requires RML r213 to work, but should mean the testsuite will work on both OMDev and Linux (previously only Linux worked fully)

8 lines of code changed in 2 files:

sjoelund.se 2011-07-15 09:56 Rev.: 9484

- Fix for ctor index -1 (bootstrapping C runtime)

17 lines of code changed in 4 files:

sjoelund.se 2011-07-15 08:55 Rev.: 9483

- Fix for bootstrapping

7 lines of code changed in 1 file:

sjoelund.se 2011-07-15 08:32 Rev.: 9482

- Fix boxptr_intMax for negative arguments

2 lines of code changed in 1 file:

sjoelund.se 2011-07-14 19:13 Rev.: 9481

- Some fixes for LAPACK routines in the bootstrapped compiler

181 lines of code changed in 2 files:

Dongliang Li 2011-07-14 16:54 Rev.: 9480

update cpp code generator for array part

2581 lines of code changed in 1 file:

Dongliang Li 2011-07-14 16:53 Rev.: 9479

update cpp template for array part

383 lines of code changed in 1 file:

sjoelund.se 2011-07-14 15:25 Rev.: 9478

- Missing external argument

1 lines of code changed in 1 file:

sjoelund.se 2011-07-14 14:09 Rev.: 9477

- Fix a problem for bootstrapping

0 lines of code changed in 1 file:

sjoelund.se 2011-07-14 12:44 Rev.: 9476

- More tail-recursion is needed than before since the size of the stack frames have grown

64 lines of code changed in 2 files:

sjoelund.se 2011-07-14 09:39 Rev.: 9475

- Made the bootstrapped testsuite more deterministic

27 lines of code changed in 5 files:

sjoelund.se 2011-07-13 16:42 Rev.: 9473

- Avoid overly optimistic switch-optimization

3 lines of code changed in 1 file:

sjoelund.se 2011-07-13 11:59 Rev.: 9472

- Bootstrapping: Fix SimulationResults.close()

6 lines of code changed in 2 files:

sjoelund.se 2011-07-13 11:37 Rev.: 9471

#1568
- Check class inference for function/non-function of some statements:
- reinit
- when
- return

140 lines of code changed in 6 files:

sjoelund.se 2011-07-13 09:13 Rev.: 9470

- Documented loadModel a bit better

0 lines of code changed in 1 file:

sjoelund.se 2011-07-13 07:42 Rev.: 9469

- Fix testsuite

1 lines of code changed in 1 file:

adeas31 2011-07-12 18:11 Rev.: 9468

- updated the location of lpsolve55.lib since its moved from trunk to OMDev

1 lines of code changed in 1 file:

sjoelund.se 2011-07-12 17:12 Rev.: 9466

- Warning; not error

1 lines of code changed in 1 file:

sjoelund.se 2011-07-12 17:00 Rev.: 9465

- Fix testsuite

2 lines of code changed in 2 files:

sjoelund.se 2011-07-12 16:52 Rev.: 9464

#1520
- Added check for shadowed function input variables before performing tail recursion optimization
- Removed all such occurances from the compiler sources

59 lines of code changed in 13 files:

Frenkel TUD 2011-07-12 16:49 Rev.: 9463

- update new index reduction method

2115 lines of code changed in 8 files:

Frenkel TUD 2011-07-12 16:46 Rev.: 9462

- Util.mo: make function listRemoveOnTrue more abstract

10 lines of code changed in 1 file:

sjoelund.se 2011-07-12 15:12 Rev.: 9461

#1520
- Removed shadowing local declaration
- These mess up the tail recursion implementation since it needs to assign to the input of the function

1 lines of code changed in 1 file:

sjoelund.se 2011-07-12 14:46 Rev.: 9460

- Fix some bootstrapping issues (unassigned outputs in external function)

7 lines of code changed in 2 files:

sjoelund.se 2011-07-12 13:46 Rev.: 9459

- Fix bootstrap compilation

1 lines of code changed in 1 file:

sjoelund.se 2011-07-12 11:48 Rev.: 9458

- Added tail recursion of match-expressions

82 lines of code changed in 4 files:

hubert.thieriot 2011-07-12 10:15 Rev.: 9456

-corrected const issue

1 lines of code changed in 1 file:

sjoelund.se 2011-07-12 10:04 Rev.: 9455

- Fix include issues

1 lines of code changed in 1 file:

sjoelund.se 2011-07-12 09:55 Rev.: 9454

#1520
- Added tail recursion of if-expressions

680 lines of code changed in 4 files:

hubert.thieriot 2011-07-12 09:53 Rev.: 9453

- merged with Hubert's branch

674 lines of code changed in 74 files:

sjoelund.se 2011-07-11 22:45 Rev.: 9451

#1520
- First working tail recursion testcase
- Limited to the last statement being an assignment to a recursive call; but adding if-statements, if-expressions and match-expressions should be a minor addition

769 lines of code changed in 8 files:

sjoelund.se 2011-07-11 17:23 Rev.: 9448

- Moved fields in DAE.CALL around; started tail recursion optimization

1460 lines of code changed in 36 files:

sjoelund.se 2011-07-11 11:00 Rev.: 9447

#1555
- Too many error messages

3 lines of code changed in 1 file:

sjoelund.se 2011-07-11 10:45 Rev.: 9446

- Added warning for multiple algorithm-sections in functions

42 lines of code changed in 2 files:

hubert.thieriot 2011-07-11 09:22 Rev.: 9445

- first corrections for linux compiling -still in progress

1588 lines of code changed in 12 files:

Frenkel TUD 2011-07-08 19:19 Rev.: 9444

- BaseHashTable.valueArrayList2: add case for empty last element from hashtable

8 lines of code changed in 1 file:

sjoelund.se 2011-07-08 15:52 Rev.: 9443

#1555
- Produce an error message for variables with unknown dimensions and no binding equation

28 lines of code changed in 4 files:

sjoelund.se 2011-07-08 15:26 Rev.: 9442

#1559
- Fix code generation for sum(real_array), ranges that are not integers without explicit step

576 lines of code changed in 5 files:

sjoelund.se 2011-07-08 14:34 Rev.: 9441

- Removed Option<Integer> (dim) from Ceval.ceval as it is no longer required

448 lines of code changed in 10 files:

sjoelund.se 2011-07-08 14:17 Rev.: 9439

- Add the -j flag to runtests.pl

10 lines of code changed in 1 file:

sjoelund.se 2011-07-08 12:23 Rev.: 9438

#1567
- Only calculate duplicate delay-expressions once

25 lines of code changed in 3 files:

sjoelund.se 2011-07-08 11:13 Rev.: 9437

#1567
- Simplify some delay-expressions

30 lines of code changed in 2 files:

sjoelund.se 2011-07-08 10:38 Rev.: 9436

#1566
- Only parse a mos-file if it exists

1 lines of code changed in 1 file:

ppriv 2011-07-07 22:43 Rev.: 9435

- C# template progress

607 lines of code changed in 2 files:

perost 2011-07-07 19:37 Rev.: 9434

- Allow if-expressions in constant functions to be non-constant, because Lookup
is stupid.
- Updated test suite.

21 lines of code changed in 3 files:

perost 2011-07-07 18:28 Rev.: 9433

- Added Absyn.Info to Ceval.Msg for better error messages from Ceval.
- Updated test suite.

820 lines of code changed in 28 files:

sjoelund.se 2011-07-07 07:51 Rev.: 9431

- Fix testcase

3 lines of code changed in 1 file:

perost 2011-07-06 18:03 Rev.: 9430

- Removed some debug prints in Types.removeMod, which made the test suite about
20% faster. Some of the larger Media models became almost 40% faster.
- Updated some tests due to the previous SCodeDump changes.

10 lines of code changed in 4 files:

hubert.thieriot 2011-07-06 17:06

- updated independent installer and version numbering

173 lines of code changed in 3 files:

perost 2011-07-06 16:05 Rev.: 9425

- Added a missing space in dumping of external functions in SCodeDump.

3 lines of code changed in 2 files:

perost 2011-07-06 15:58 Rev.: 9424

- Added API call saveTotalSCode to dump the result of SCodeFlatten to file.
- Use the +showAnnotations flag in SCodeDump to determine whether to dump
annotations and comments or not.

402 lines of code changed in 6 files:

perost 2011-07-06 15:11 Rev.: 9423

- Added some missing bits in the runtime to get bootstrapping to work again.

98 lines of code changed in 4 files:

hubert.thieriot 2011-07-06 13:44 Rev.: 9418

- merged with Hubert's branch

10396 lines of code changed in 275 files:

perost 2011-07-06 13:40 Rev.: 9417

- Small fix for modifiers in SCodeDumpTpl.

71 lines of code changed in 2 files:

perost 2011-07-05 17:09 Rev.: 9414

- Optimized Env.getEnvPath to speed up some Media models a bit.

40 lines of code changed in 2 files:

perost 2011-07-05 14:43 Rev.: 9413

- Changed instantiateModel to only instantiate the class once, and not twice if
it fails the first time.

9 lines of code changed in 11 files:

perost 2011-07-04 23:19 Rev.: 9411

- Added some nogen and noevalfunc flags, because no one likes absolute paths in
their tests.

63 lines of code changed in 11 files:

perost 2011-07-04 23:02 Rev.: 9410

- Oops, small mistake in the test suite Makefile.

1 lines of code changed in 1 file:

perost 2011-07-04 23:01 Rev.: 9409

- Split Modelica.Media test into multiple smaller tests to speed up the parallel
test suite.

28176 lines of code changed in 39 files:

perost 2011-07-04 22:09 Rev.: 9407

- Fixed lookup of components in constant class array instances again, but
correctly this time (I hope...).
- Updated Modelica.Media test.
- Changed test mofiles/EndIllegal to status incorrect.

1646 lines of code changed in 3 files:

sjoelund.se 2011-07-04 21:19 Rev.: 9406

#1559
- Some fixes for unknown end-expressions by removing DAE.END(), replacing it with calls to size(cr,dim)

183 lines of code changed in 15 files:

sjoelund.se 2011-07-04 14:31 Rev.: 9404

- Crazy indentation, tabs

16 lines of code changed in 1 file:

sjoelund.se 2011-07-04 14:16 Rev.: 9403

- Add checks for record/connector containing algorith sections

37 lines of code changed in 4 files:

sjoelund.se 2011-07-04 13:07 Rev.: 9402

- Changed class inference for found equations,constraints slightly (all in one record)

5295 lines of code changed in 4 files:

perost 2011-07-04 12:50 Rev.: 9401

- Changed print in Types.typeToValue to failtrace.

3 lines of code changed in 2 files:

perost 2011-07-04 11:50 Rev.: 9400

- Added flag to Inst.instElement to ignore failed elements, which is used by
Inst.partialInstClassIn to allow Lookup to find elements in packages that
contain components with unknown dimensions.
- Updated test suite.

44002 lines of code changed in 8 files:

hubert.thieriot 2011-07-01 16:49 Rev.: 9397

- added scanned variables paragraph

0 lines of code changed in 2 files:

adrpo 2011-07-01 14:10 Rev.: 9391

- BREAKING 16 tests in the testsuite with this commit:
==== Log /tmp/omc-rtest-adrpo/biochem/log-BiochemModels.mos
==== Log /tmp/omc-rtest-adrpo/bootstrapping/log-SimCodeTest.mos
==== Log /tmp/omc-rtest-adrpo/interactive/log-Rename.mos
==== Log /tmp/omc-rtest-adrpo/mofiles/log-ArrayModification13.mo
==== Log /tmp/omc-rtest-adrpo/mofiles/log-Constant9.mo
==== Log /tmp/omc-rtest-adrpo/mofiles/log-Discrete2.mo
==== Log /tmp/omc-rtest-adrpo/mofiles/log-Modification9.mo
==== Log /tmp/omc-rtest-adrpo/mofiles/log-Overwriting3.mo
==== Log /tmp/omc-rtest-adrpo/mofiles/log-Overwriting4.mo
==== Log /tmp/omc-rtest-adrpo/mosfiles-nosim/log-FinalTests.mos
==== Log /tmp/omc-rtest-adrpo/mosfiles/log-BuiltinMath.mos
==== Log /tmp/omc-rtest-adrpo/mosfiles/log-CheckEvents.mos
==== Log /tmp/omc-rtest-adrpo/parser/log-CheckSourcesForTabs.mos
==== Log /tmp/omc-rtest-adrpo/parser/log-ParseCompilerSources.mos
==== Log /tmp/omc-rtest-adrpo/redeclare/log-RedeclareFunction.mo
- i will fix them in the next days (they are not that problematic)
- quite big commit, some fixes for Media 255/26 instantiate/check now.
i'm still loosing redeclares in some cases (mostly weird restrictions
like connectors), i'll do some more chasing for redeclare mods in Inst
in the next days.
- running the Media testsuite with nogen and noevalfunc (for now as even so takse ~10 minutes)
will fix function problems later.
- plenty of other new stuff:
+ some partial Graph implementation
Edge.mo, Element.mo, Instance.mo, Node.mo, Reference.mo, SCodeGraph.mo, Visited.mo
+ general stuff
Scope.mo, Name.mo, NamePool.mo, Relation.mo (moved to Util), more stuff in AvlTree.mo
+ global data structure which could be used anywhere (Global/Global.mo)
+ collecting all files in SimCode.mo (i had also send them to templates, but i will not
push those changes as the templates get more complicated).
- added Values.EMPTY and DAE.EMPTY to be returned when we do not have bindings.
- many more things i forgot about.

65684 lines of code changed in 60 files:

adrpo 2011-07-01 06:07 Rev.: 9390

- fflush(stderr);

8 lines of code changed in 1 file:

June 2011 »

Generated by StatSVN 0.7.0