July 2013 Commit Log

Number of Commits:
167
Number of Active Developers:
17
adeas31 2013-07-31 17:05 Rev.: 16707

#2218
Fixed handling of extends class modifiers.

120 lines of code changed in 9 files:

adeas31 2013-07-31 17:03 Rev.: 16706

- Added a named argument useQuotes to getExtendsModifierNames. Returns the array of strings where each string is enclosed in quotes if useQuotes is true.

31 lines of code changed in 1 file:

vwaurich 2013-07-31 15:41 Rev.: 16705

- added new functions to dump information about criticalPaths and graph levels

83 lines of code changed in 2 files:

vwaurich 2013-07-31 15:23 Rev.: 16704

- updated taskGraph tests

61 lines of code changed in 13 files:

mwalther 2013-07-31 12:45 Rev.: 16703

- second fix for RDTSC(), hopefully this will work

1 lines of code changed in 1 file:

hudson 2013-07-31 12:36 Rev.: 16702

[Janitor mode] Fix tabs

1 lines of code changed in 1 file:

mwalther 2013-07-31 12:01 Rev.: 16701

- fix for RDTSC() and visual studio compiler

9 lines of code changed in 1 file:

mwalther 2013-07-31 11:46 Rev.: 16700

- added some comments to HpcOmSimCode.mo
- removed the print output of the critical path
- updated the hpcom testsuite

148 lines of code changed in 29 files:

hudson 2013-07-31 09:03 Rev.: 16699

[Janitor mode] Fix tabs

182 lines of code changed in 3 files:

mwalther 2013-07-31 09:00 Rev.: 16698

- Added some methods to create and handle parallel informations to HpcOmSimCode.mo
- Extended the SimCode-Structure with simple parallel informations for HpcOm
- An error message is now shown if the profiling-xml file is missing and the hpcom-flag is set
- OpenMP based code-generation of HpcOm is now part of the Susan-C-Codegen
- Added a new clock to the rtclock-structure. It is now possible to measure the time in cpu-cycles with RDTSC under Windows

11974 lines of code changed in 25 files:

adeas31 2013-07-31 01:14 Rev.: 16697

- Fixed the ItemDelegate constructor.
- Show the extends class protected components as well.

9 lines of code changed in 3 files:

adeas31 2013-07-31 00:31 Rev.: 16696

- Expand the founded items automatically.

3 lines of code changed in 1 file:

adeas31 2013-07-31 00:22 Rev.: 16695

#2219
Allow creating a class by specifying the extends class.

308 lines of code changed in 10 files:

adeas31 2013-07-30 17:11 Rev.: 16694

- setlocale(LC_CTYPE, "") returns null when omc is launched via double clicking on OMEdit.app. This results in strdup(null) which leads to omc crash. Just check if setlocale(LC_CTYPE, "") is not null then use it otherwise use the default value.

4 lines of code changed in 1 file:

hudson 2013-07-30 13:38 Rev.: 16693

[Janitor mode] Set auto-props

509 lines of code changed in 5 files:

vwaurich 2013-07-30 13:36 Rev.: 16692

- added new tests for testing the criticalPath computation
- added c++ files to the directory in the hope that will let the tests succeed

995 lines of code changed in 8 files:

vwaurich 2013-07-30 10:51 Rev.: 16691

- some changes on the taskGraph-function longestPathMethod to make it faster

160 lines of code changed in 1 file:

lochel 2013-07-29 16:21 Rev.: 16690

- move internal call graphs to http://dev.openmodelica.org/~lochel/InternalCallGraphs/

27253 lines of code changed in 236 files:

hudson 2013-07-29 15:48 Rev.: 16689

[Janitor mode] Set auto-props

8 lines of code changed in 8 files:

vwaurich 2013-07-29 15:45 Rev.: 16688

- modified taskGraphTests
- minor changes in the longestPathMethod

2742 lines of code changed in 18 files:

adeas31 2013-07-26 11:31 Rev.: 16687

- Don't draw the inherited class only fetch the components of inherited class.

7 lines of code changed in 4 files:

adeas31 2013-07-26 11:10 Rev.: 16686

- Allow sending omc commands when user press enter.

1 lines of code changed in 1 file:

adeas31 2013-07-26 11:09 Rev.: 16685

- Set the stacking order of items in following order; icon/diagram shapes first then connections and then components. The user should be allowed to change it. Will add this functionality later on.

4 lines of code changed in 2 files:

vwaurich 2013-07-26 08:43 Rev.: 16684

-longestPathMethod can handle empty TaskGraphs

37 lines of code changed in 2 files:

lochel 2013-07-25 16:31 Rev.: 16683

- some more graphs (FrontEnd etc.)
- will be moved soon

0 lines of code changed in 165 files:

vwaurich 2013-07-25 16:04 Rev.: 16682

- add longestPathMethod for computing criticalPath and nodeLeveling on taskGraph
- removed some unused stuff
- fixed bug in rootNodes in taskGraphMeta for the ODE-system

760 lines of code changed in 2 files:

sjoelund.se 2013-07-25 15:27 Rev.: 16681

Fix assignment to records in tuple assignment calls

77 lines of code changed in 3 files:

lochel 2013-07-25 15:17 Rev.: 16680

- experimental call graphs for internal dependencies of all BackEnd files
- red boxes are public functions

0 lines of code changed in 45 files:

adeas31 2013-07-25 14:57 Rev.: 16679

- Load the icon/diagram shaper before loading the components.

2 lines of code changed in 1 file:

lochel 2013-07-25 14:52 Rev.: 16678

- move some file

0 lines of code changed in 28 files:

adeas31 2013-07-25 13:16 Rev.: 16677

- Highlight the find/replace text by default when the dialog is opened.

3 lines of code changed in 2 files:

adeas31 2013-07-25 12:41 Rev.: 16676

- Array index can be any variable not just "n" & ":"

1 lines of code changed in 1 file:

adeas31 2013-07-25 12:31 Rev.: 16675

- check if we really have the component parent while creating the array connections.

59 lines of code changed in 1 file:

hudson 2013-07-25 11:06 Rev.: 16674

[Janitor mode] Fix tabs

453 lines of code changed in 1 file:

mwalther 2013-07-25 11:03 Rev.: 16673

- Renamed compareTaskGraphs to checkTaskGraph, because the execution and communication costs are now checked too

490 lines of code changed in 10 files:

lochel 2013-07-24 18:47 Rev.: 16672

- disable not used function modPar
- experimental call graph for Main.mo

370 lines of code changed in 2 files:

lochel 2013-07-24 18:33 Rev.: 16671

- use the same folder structure for the source as well as the documentation

0 lines of code changed in 26 files:

lochel 2013-07-24 18:25 Rev.: 16670

- update some call graphs

0 lines of code changed in 3 files:

M.Arzt 2013-07-24 16:59 Rev.: 16669

- fmu export for c++ target, minor chances, make it compile with mingw on windows

79 lines of code changed in 9 files:

mwalther 2013-07-24 15:18 Rev.: 16668

-fixed missing modification of GraphML.addEdge in FGraphDump.mo

1 lines of code changed in 1 file:

adeas31 2013-07-24 14:13 Rev.: 16667

- getSimulationStepSize returns boolean value telling the user to take step or not.

27 lines of code changed in 2 files:

hudson 2013-07-24 13:43 Rev.: 16666

[Janitor mode] Fix tabs

15 lines of code changed in 1 file:

hudson 2013-07-24 13:43 Rev.: 16665

[Janitor mode] Set auto-props

4 lines of code changed in 4 files:

sjoelund.se 2013-07-24 12:59 Rev.: 16664

Revert some bad changes

38 lines of code changed in 2 files:

mwalther 2013-07-24 11:47 Rev.: 16663

- Additional attributes for GraphML-Edges are now supported
- Measure time function for the HpcOmBenchmark updated
- HpcOm-Tests are now part of the testsuite
- Added communication costs to graphml-taskgraph

300 lines of code changed in 12 files:

sjoelund.se 2013-07-24 11:22 Rev.: 16662

Bump MSL to latest

3275 lines of code changed in 69 files:

nutaro 2013-07-23 20:02 Rev.: 16660

Derivatives in delay expressions were translated into wrong C reference. Fixed.

2 lines of code changed in 1 file:

lochel 2013-07-23 14:52 Rev.: 16659

- disable unused functions

1168 lines of code changed in 10 files:

hudson 2013-07-23 11:06 Rev.: 16658

[Janitor mode] Fix tabs

155 lines of code changed in 2 files:

mwalther 2013-07-23 11:03 Rev.: 16657

- Benchmark-function for equations added to rtclock
- HpcOmBenchmark is now based on the prof.xml results
- Extended countOperations method with a new Integer for trigonometric values
- Mapping for SimEq -> Sccs added

870 lines of code changed in 15 files:

adeas31 2013-07-23 10:25 Rev.: 16656

- Set FMU version text.

2 lines of code changed in 2 files:

lochel 2013-07-22 17:03 Rev.: 16655

- disable unused functions
- Should these be completely deleted?

133 lines of code changed in 2 files:

lochel 2013-07-22 16:50 Rev.: 16654

- update BackendDump call graph

0 lines of code changed in 1 file:

lochel 2013-07-22 16:47 Rev.: 16653

- disable unused code

63 lines of code changed in 1 file:

lochel 2013-07-22 16:40 Rev.: 16652

- experimental call graphs for internal dependencies
- red boxes are public functions

0 lines of code changed in 2 files:

vwaurich 2013-07-22 16:31 Rev.: 16651

- adapted communicationCosts for the subsystems in taskGraphMeta
- improved nodeDescription for .graphml output

53 lines of code changed in 1 file:

lochel 2013-07-22 15:55 Rev.: 16650

- make functions protected

2 lines of code changed in 1 file:

hudson 2013-07-22 09:16 Rev.: 16649

[Janitor mode] Set auto-props

180 lines of code changed in 8 files:

vwaurich 2013-07-22 09:13 Rev.: 16648

-added new tests for the taskGraph

1332 lines of code changed in 19 files:

adeas31 2013-07-20 03:46 Rev.: 16647

- Added function to get the step size value.

17 lines of code changed in 2 files:

lochel 2013-07-19 17:00 Rev.: 16646

- minor fixes

15 lines of code changed in 1 file:

lochel 2013-07-19 16:41 Rev.: 16645

- fix #2288

156 lines of code changed in 5 files:

lochel 2013-07-19 12:24 Rev.: 16644

- prepare postOptModule BackendDAEOptimize.addInitialStmtsToAlgorithms
- this replaces the previously existing function BackendDAEUtil.expandAlgorithmsbyInitStmts

179 lines of code changed in 5 files:

lochel 2013-07-19 11:08 Rev.: 16643

- edit desc. strings

2 lines of code changed in 1 file:

lochel 2013-07-19 11:00 Rev.: 16642

- edit desc. string

1 lines of code changed in 1 file:

lochel 2013-07-19 10:47 Rev.: 16641

- try to use more uniform names

13 lines of code changed in 3 files:

lochel 2013-07-19 10:39 Rev.: 16640

- minor changes

12 lines of code changed in 1 file:

lochel 2013-07-19 10:22 Rev.: 16639

- fix inconsistent flags iim and iom

72 lines of code changed in 4 files:

lochel 2013-07-19 09:56 Rev.: 16638

- rename BaseHashSet.hashSetCurrentSize to BaseHashSet.currentSize

3 lines of code changed in 2 files:

lochel 2013-07-19 09:38 Rev.: 16637

- minor improvements of "RemoveSimpleEquations" dumps

7 lines of code changed in 2 files:

lochel 2013-07-19 09:20 Rev.: 16636

- add blanks to make the code easier to read

1198 lines of code changed in 1 file:

hkiel 2013-07-19 09:18 Rev.: 16635

- ansi C fixes
- reworked string trimming
- fixed horrible "do-not-free-constants" code
- put single char directly into string instead of using sprintf

50 lines of code changed in 3 files:

lochel 2013-07-19 09:15 Rev.: 16634

- remove unused but imported modules

0 lines of code changed in 3 files:

adeas31 2013-07-19 04:48 Rev.: 16633

- Fix build.

0 lines of code changed in 4 files:

hudson 2013-07-19 04:41 Rev.: 16632

[Janitor mode] Set auto-props

502 lines of code changed in 5 files:

adeas31 2013-07-19 04:38 Rev.: 16631

- Generate the Modelica code for FMI 2.0 Model Exchange fmus.
- Added Wrapper functions for FMI 2.0 in libOpenModelicaFMIRuntimeC.

1462 lines of code changed in 12 files:

hudson 2013-07-18 20:08 Rev.: 16630

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

lochel 2013-07-18 20:01 Rev.: 16629

- edit test

0 lines of code changed in 1 file:

lochel 2013-07-18 19:58 Rev.: 16628

- add case for #2286

46 lines of code changed in 2 files:

hudson 2013-07-18 19:23 Rev.: 16627

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

lochel 2013-07-18 18:49 Rev.: 16626

- treat entire arrays as output if they are used as lhs of algorithm sections [#2271]
- do not replace lhs of algorithms (due to array/scalar differences) [#2271]
- prettify RemoveSimpleEquation dumps

250 lines of code changed in 9 files:

adrpo 2013-07-18 18:34 Rev.: 16625

- make parallel runtest.pl happy (hopefully)

1 lines of code changed in 1 file:

adrpo 2013-07-18 18:22 Rev.: 16624

- force -j1 for cpp runtime tests.

1 lines of code changed in 1 file:

adrpo 2013-07-18 15:58 Rev.: 16623

- trying to fix boostrapping.

5 lines of code changed in 1 file:

adeas31 2013-07-18 07:32 Rev.: 16622

Latest MAC versions assigns different tmp directories to different processes. So in order to have same tmp directory for CORBA object reference file we pass the tmp directory of OMClient to OMC via the config flag CORBA_OBJECT_REFERENCE_FILE_PATH. This makes sure that omc dumps the CORBA object reference file in the same directory where OMClient is trying to read from.

69 lines of code changed in 12 files:

adeas31 2013-07-18 05:44 Rev.: 16621

- accept the SimulationDialog when buildModel fails.

1 lines of code changed in 1 file:

adeas31 2013-07-18 05:40 Rev.: 16620

- Use SettingsImpl__getTempDirectoryPath for retrieving the temp directory path.

1 lines of code changed in 1 file:

adrpo 2013-07-18 04:14 Rev.: 16618

- copy the required boost dlls for running OMCppSimulation.

1 lines of code changed in 1 file:

adrpo 2013-07-18 03:48 Rev.: 16617

- update test output

27 lines of code changed in 27 files:

hudson 2013-07-18 00:09 Rev.: 16616

[Janitor mode] Set auto-props

70 lines of code changed in 70 files:

jfrenkel 2013-07-18 00:08 Rev.: 16615

- add Tests for MSL32 Runtime CPP

3102 lines of code changed in 105 files:

adeas31 2013-07-17 18:49 Rev.: 16614

- flush the output.

4 lines of code changed in 2 files:

lochel 2013-07-17 16:16 Rev.: 16613

- fix format string

80 lines of code changed in 2 files:

hudson 2013-07-17 15:12 Rev.: 16612

[Janitor mode] Fix tabs

2 lines of code changed in 1 file:

M.Arzt 2013-07-17 15:10 Rev.: 16611

- fix segmentation fault on windows when OPENMODELICAHOME is not set.

5 lines of code changed in 1 file:

vwaurich 2013-07-17 13:57 Rev.: 16610

- fixed bug of the description of nodes for arrays
- updated some functions for new datatypes

19 lines of code changed in 1 file:

adrpo 2013-07-17 05:54 Rev.: 16609

- small comment change

1 lines of code changed in 1 file:

hudson 2013-07-17 04:58 Rev.: 16608

[Janitor mode] Fix tabs

5 lines of code changed in 1 file:

hudson 2013-07-17 04:57 Rev.: 16607

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

adrpo 2013-07-17 04:54 Rev.: 16606

- fix bug: #2283
- added test
testsuite/flattening/modelica/declarations/TestPackageConstantHandling.mo

50 lines of code changed in 3 files:

hudson 2013-07-16 20:52 Rev.: 16605

[Janitor mode] Fix tabs

15 lines of code changed in 4 files:

hudson 2013-07-16 20:51 Rev.: 16604

[Janitor mode] Set auto-props

28 lines of code changed in 3 files:

jansilar 2013-07-16 20:49 Rev.: 16603

Work on PDE solver. Minor changes in doc.

504 lines of code changed in 18 files:

lochel 2013-07-16 12:58 Rev.: 16602

- minor change to error message "inverse algorithm needs to be solved"

6 lines of code changed in 2 files:

lochel 2013-07-16 12:31 Rev.: 16601

- do not collapse (initial) algorithms for dumping

152 lines of code changed in 29 files:

hudson 2013-07-15 18:26 Rev.: 16600

[Janitor mode] Fix tabs

101 lines of code changed in 7 files:

hudson 2013-07-15 18:25 Rev.: 16599

[Janitor mode] Set auto-props

268 lines of code changed in 25 files:

jansilar 2013-07-15 17:48 Rev.: 16598

Added documents about PDE. Started implementation of experimental PDE solver (little bit confusing location in doc dir).

14271 lines of code changed in 44 files:

jansilar 2013-07-15 17:41 Rev.: 16597

0 lines of code changed in 4 files:

adrpo 2013-07-15 15:52 Rev.: 16596

- reverting r16595 for now until I investigate why it doesn't work.

2 lines of code changed in 1 file:

lochel 2013-07-15 15:04 Rev.: 16595

- fix default startTime value for function simulate and linearize

2 lines of code changed in 1 file:

leonardo.laguna 2013-07-15 10:39 Rev.: 16594

- Fixing bug in VarTransform when using DAE.ASUB

3 lines of code changed in 1 file:

adeas31 2013-07-14 03:08 Rev.: 16593

- Make the Simulation Output window separate.

34 lines of code changed in 3 files:

adeas31 2013-07-14 00:15 Rev.: 16592

- Make the OMC Logger separate window.

60 lines of code changed in 4 files:

adeas31 2013-07-13 11:30 Rev.: 16591

- Fix FMI tests.

2 lines of code changed in 1 file:

adeas31 2013-07-13 10:37 Rev.: 16590

- Another Try to fix fmi tests.

5 lines of code changed in 2 files:

adeas31 2013-07-13 09:51 Rev.: 16589

- Try to fix fmi tests.

4 lines of code changed in 2 files:

adeas31 2013-07-13 08:47 Rev.: 16588

#1985
- Set the input variables.
- Some changes in the generated code.
- Fixed tests.

1964 lines of code changed in 4 files:

adeas31 2013-07-13 05:34 Rev.: 16587

- Add the start & fixed values to the exported ScalarVariable of FMU.

46 lines of code changed in 2 files:

adeas31 2013-07-12 19:37 Rev.: 16586

- Free the FMU binary properly.

4 lines of code changed in 3 files:

lochel 2013-07-12 14:03 Rev.: 16584

- move inactive stateset code to end of file (probably it can be removed)

222 lines of code changed in 1 file:

sjoelund.se 2013-07-12 08:45 Rev.: 16583

Some sanity checks for linking script

7 lines of code changed in 3 files:

adeas31 2013-07-12 04:40 Rev.: 16582

- Fixed some warnings.

3 lines of code changed in 1 file:

adeas31 2013-07-12 03:12 Rev.: 16581

- Fix bootstrapping test.

1 lines of code changed in 1 file:

adeas31 2013-07-11 18:31 Rev.: 16580

- Fix FMI tests.

2 lines of code changed in 1 file:

hudson 2013-07-11 15:34 Rev.: 16579

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

adeas31 2013-07-11 15:33 Rev.: 16578

- Fix build.

72 lines of code changed in 3 files:

vwaurich 2013-07-11 13:04 Rev.: 16577

- added functions to compute levels of nodes in the taskGraph
- added function to arrange the taskGraph in these levels

297 lines of code changed in 2 files:

adeas31 2013-07-11 06:39 Rev.: 16576

#2131
- Try to initialize FMI import objects as the external objects. Do not use the static variables.

702 lines of code changed in 6 files:

hudson 2013-07-10 19:57 Rev.: 16574

[Janitor mode] Set auto-props

2 lines of code changed in 2 files:

M.Arzt 2013-07-10 19:55 Rev.: 16573

- improvements and fixes for FMU C++ target
- fixed broken number of zerocrossing functions in model description
- add support for algebraic loops
- add some tests

505 lines of code changed in 9 files:

lochel 2013-07-10 15:57 Rev.: 16572

- fix tests

76 lines of code changed in 6 files:

lochel 2013-07-10 15:39 Rev.: 16571

- fix function rem (#2279)

47 lines of code changed in 4 files:

hudson 2013-07-10 11:40 Rev.: 16569

[Janitor mode] Fix tabs

134 lines of code changed in 2 files:

hudson 2013-07-10 11:40 Rev.: 16568

[Janitor mode] Set auto-props

47 lines of code changed in 4 files:

mwalther 2013-07-10 11:38 Rev.: 16567

- Communication and execution costs added to taskGraph
- CountOperations method was extended with an Integer for trigonometric values
- Added a printComponent-method to BackendDump.mo
- Filled the hpcom-benchmark with dummy values
- Extended the c-code generation with a ode-measurement-function

1995 lines of code changed in 26 files:

lochel 2013-07-10 10:22 Rev.: 16566

- fix some formatting errors

33 lines of code changed in 1 file:

adeas31 2013-07-10 02:48 Rev.: 16565

- Use 6 decimal places for tolerance.
- Call printMessagesStringInternal after readSimulationResultVars & importFMU commands.
- Removed few unused headers.

11 lines of code changed in 4 files:

vwaurich 2013-07-09 11:37 Rev.: 16563

- added functions to contract simple nodes in the task graph
- added function copyTaskGraphMeta in order to avoid overwriting of arrays

405 lines of code changed in 2 files:

sjoelund.se 2013-07-09 07:31 Rev.: 16562

Bump libraries

1 lines of code changed in 1 file:

adeas31 2013-07-08 18:17 Rev.: 16561

- Fixed the plotParametric parameters for OMNotebook.

1 lines of code changed in 1 file:

lochel 2013-07-08 17:53 Rev.: 16560

- remove annoying output

4 lines of code changed in 1 file:

sjoelund.se 2013-07-08 14:44 Rev.: 16557

Added function Global.initialize() to init roots that are expected to have a default value

7 lines of code changed in 2 files:

lochel 2013-07-07 18:13 Rev.: 16556

- remove duplicated section from OMNotebook chapter

0 lines of code changed in 2 files:

mahge930 2013-07-05 16:52 Rev.: 16552

+ Fix for MetaModelica tests.

4 lines of code changed in 2 files:

cschubert 2013-07-05 14:35 Rev.: 16551

msvc-build: removed missing ModelicaExternalC reference, fixed isnan for visual studio in radau.c

9 lines of code changed in 3 files:

vwaurich 2013-07-05 14:28 Rev.: 16550

- changed TaskGraphMeta handling

218 lines of code changed in 2 files:

cschubert 2013-07-05 14:25 Rev.: 16549

added forward declaration to fix msvc build, still missing: ModelicaExternalC and linker complains about
solver.lib(radau.c.obj) : error LNK2019: unresolved external symbol _isnan referenced in function _radau5Res

2 lines of code changed in 1 file:

hudson 2013-07-04 18:27 Rev.: 16548

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

lochel 2013-07-04 18:22 Rev.: 16547

- add support for homotopy (experimental implementation)

3043 lines of code changed in 19 files:

hudson 2013-07-04 17:43 Rev.: 16546

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

perost 2013-07-04 17:41 Rev.: 16545

Fix for #2163:
- Fully qualify the paths to equalityConstraint functions so they can be found properly.

65 lines of code changed in 3 files:

vwaurich 2013-07-04 15:17 Rev.: 16544

- added a testfunction to check the ODE-system in HpcOmTaskGraph.mo
- changed pdf for the metaprogramming doc (see revision 16543)

43 lines of code changed in 3 files:

vwaurich 2013-07-04 14:32 Rev.: 16543

- filled nodeMark in TaskGraphMeta
- changed intLt operator to < on page 312 in MetaProgramming documentary

91 lines of code changed in 2 files:

adrpo 2013-07-04 13:40 Rev.: 16542

- make the buffer size bigger.

1 lines of code changed in 1 file:

vwaurich 2013-07-04 12:38 Rev.: 16541

- added revised dumpAsGraphMLSccLevel

279 lines of code changed in 2 files:

vwaurich 2013-07-04 08:29 Rev.: 16540

- fix bootstrapper

58 lines of code changed in 3 files:

hudson 2013-07-03 21:13 Rev.: 16539

[Janitor mode] Fix tabs

2 lines of code changed in 1 file:

ppriv 2013-07-03 21:11 Rev.: 16538

- update to C# target template

646 lines of code changed in 2 files:

hudson 2013-07-03 16:12 Rev.: 16537

[Janitor mode] Set auto-props

141 lines of code changed in 2 files:

mahge930 2013-07-03 16:11 Rev.: 16536

+ Handling arrays of records.
+ A new generic array structure to handle arrays of random types.
+ Underscores for qualified names too. e.g. _a._b. Needed for records like record R Integer int; end R;
+ recordArray[i].recordComponent works now. Deeper versions should also work.
- Multi-dimensional arrays of records need more support for default values. Right now default values handled only for one dimensional arrays of records.

3013 lines of code changed in 15 files:

vwaurich 2013-07-03 14:58 Rev.: 16535

- new type structure for the task graph (TaskGraphMeta and TaskGraph)
- added additional information to TaskGraphMeta (nodeMark,costs...)
- some useful dump functions

970 lines of code changed in 3 files:

adeas31 2013-07-01 18:27 Rev.: 16534

- Fixed the connections implementation.

93 lines of code changed in 5 files:

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

Separate compilation: Adding API call to get dependencies of the packages (transitive closure of imports is too general; causing hundreds of packages to be recompiled on small edits)

198 lines of code changed in 7 files:

adeas31 2013-07-01 03:06 Rev.: 16532

- Don't switch the perspective when user double clicks on the item expand/collapse button.

1 lines of code changed in 1 file:

adeas31 2013-07-01 02:56 Rev.: 16531

- Use encoding drop down in the options dialog as well.

40 lines of code changed in 5 files:

adeas31 2013-07-01 02:32 Rev.: 16530

#2239
- Use spin boxes for graphical views dialog & shapes properties dialog.

394 lines of code changed in 11 files:

June 2013 »

Generated by StatSVN 0.7.0