Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-11-29[core.genmodel] two fixes for problems detected by FindBugsHenrik Rentz-Reichert2-2/+2
2012-11-29[generator.*.tests] setting default targetHenrik Rentz-Reichert2-2/+2
2012-11-29[generator.java, runtimt.java, ui.runtime] addresses created dynamicallyHenrik Rentz-Reichert11-76/+173
by MessageService. No generated object IDs are used anymore.
2012-11-29[generator] bug fix for ExternalTypes in configurationHenrik Rentz-Reichert2-42/+57
2012-11-26[generator] bug 395069: Generation C error on detailcode of portclass operationHenrik Rentz-Reichert1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=395069
2012-11-23Merge branch 'master' ofJuergen Haug436-29139/+86893
ssh://jhaug@git.eclipse.org:29418/etrice/org.eclipse.etrice.git Conflicts: plugins/org.eclipse.etrice.generator.c/src/org/eclipse/etrice/generator/c/gen/SubSystemClassGen.xtend plugins/org.eclipse.etrice.generator.c/xtend-gen/org/eclipse/etrice/generator/c/gen/SubSystemClassGen.java plugins/org.eclipse.etrice.generator.config/src/org/eclipse/etrice/generator/config/DataConfiguration.xtend plugins/org.eclipse.etrice.generator.config/xtend-gen/org/eclipse/etrice/generator/config/.DataConfiguration.java._trace Change-Id: Idb15029b0a22ab872f58c1cee1457452daff46c5
2012-11-23[core.genmodel, generator.java] added flag for debug outputHenrik Rentz-Reichert2-7/+16
2012-11-23[CQ][generator] first config c generatorJuergen Haug20-823/+1025
2012-11-23[generator.launch.c] removed warningHenrik Rentz-Reichert1-1/+3
2012-11-23[generator] added new interfaceHenrik Rentz-Reichert1-0/+22
2012-11-23[generator.java.tests] work-around for ConfigTestHenrik Rentz-Reichert2-7/+18
configuration only works if no LogicalSystem is involved
2012-11-23[generator.*] fix and some re-factorings for recursive model loadingHenrik Rentz-Reichert7-82/+111
2012-11-22[doc] added chapter about models and their relationsHenrik Rentz-Reichert42-11/+631
additionally changed to eTrice version 0.3 and two sided layout of the manual
2012-11-22[generator, generator.config, generator.java] removed work-aroundHenrik Rentz-Reichert8-100/+31
When using the configuration currently *no* LogicalSystem must be defined!
2012-11-22[generator.common.tests] removed LogicalSystem from ConfigTestHenrik Rentz-Reichert1-1/+3
because otherwise paths don't match with the config
2012-11-22[core.genmodel] bug fix for list of sub systems in rootHenrik Rentz-Reichert6-43/+129
The list previously was a containment list. Now it delegates to a collection of all sub systems contained in the logical systems or (if no logical system is present) to the onwSubSystemInstances
2012-11-22[ui.runtime] updated contentsHenrik Rentz-Reichert2-0/+0
2012-11-22[generator.config] ignore xtend trace filesHenrik Rentz-Reichert2-0/+1
2012-11-22[generator, generator.config, generator.java] bug fix for instance pathHenrik Rentz-Reichert8-33/+100
The new instance path has as first segment the sub system ref name rather than the sub system class name as before. Therefore as an intermediate work around for configuration the first segment is replaced by the old value.
2012-11-22[core.room] no thread required in sub systemHenrik Rentz-Reichert1-1/+1
turned error into warning
2012-11-21[core.room] validation and quick fixes for threads and mappingsHenrik Rentz-Reichert3-14/+61
2012-11-21[core.etmap] improved quick fixesHenrik Rentz-Reichert5-15/+4
2012-11-21[core.room.ui] added capability to open external files from importsHenrik Rentz-Reichert2-4/+34
2012-11-21[core.etmap] validation and quick fixesHenrik Rentz-Reichert2-3/+113
2012-11-20[generator.c] fixes in generator (instance name -> class name)Henrik Rentz-Reichert4-1170/+1199
2012-11-20[generator.common.tests] added logical systems as top levelHenrik Rentz-Reichert2-0/+8
2012-11-20[core.genmodel] adding subsystems to list in rootHenrik Rentz-Reichert1-2/+5
also in the presence of a logical system
2012-11-20[core.generator.java] fixes in generator (instance name -> class name)Henrik Rentz-Reichert6-742/+753
2012-11-20[generator.launch*] introduced common base class for ConfigTabHenrik Rentz-Reichert3-424/+241
saved lots of duplicated code
2012-11-20[generator.java, generator.launch.java] added debug optionHenrik Rentz-Reichert3-44/+65
2012-11-20[generator.doc] fix in instance diagram creationHenrik Rentz-Reichert2-21/+19
seems to be necessary to wait for process...
2012-11-20[generator.java.launch] allow *.etphys and *.etmapHenrik Rentz-Reichert2-2/+5
and renamed instance diagram creation into documentation generation
2012-11-20[generator.java] call ETMapUtil and dump mappings (for debugging)Henrik Rentz-Reichert1-0/+6
2012-11-20[generator.doc] extended instance diagram to include the systemHenrik Rentz-Reichert3-105/+190
2012-11-20[core.room] minor changeHenrik Rentz-Reichert1-1/+1
2012-11-20[core.etmap] introduced ETMapUtilHenrik Rentz-Reichert15-40/+213
this util is initialized with the models and creates maps from actor instance to thread and node
2012-11-20[core.genmodel] introduced system as top levelHenrik Rentz-Reichert12-39/+740
if no LogicalSystem is found the sub systems are assumed as top level elements
2012-11-20[core.etphys] renamed PhysThread -> PhysicalThreadHenrik Rentz-Reichert24-1103/+1103
2012-11-19[generator.java] loading also referenced modelsHenrik Rentz-Reichert3-0/+47
2012-11-19[generator, generator.config] added possibility to load referenced modelsHenrik Rentz-Reichert5-3/+68
2012-11-19[core.room.ui] ignore *.launchHenrik Rentz-Reichert1-0/+1
2012-11-16[core.etmap, core.etphys, core.room] outline labelsHenrik Rentz-Reichert6-20/+123
2012-11-16[generator.*.tests] model and class path adjustmentsHenrik Rentz-Reichert4-11/+25
for new etphys and etmap models and changed grammar
2012-11-16[core.genmodel] fix in thread id calculationHenrik Rentz-Reichert1-1/+1
2012-11-16[core.room, core.etphys, core.etmap] re-factoringsHenrik Rentz-Reichert103-22573/+23934
2012-11-16[etmap, etphys] updated class pathHenrik Rentz-Reichert7-14/+13
2012-11-16[etmap, etphys] execution environment Java 1.6Henrik Rentz-Reichert7-8/+7
2012-11-16[etmap, etphys] added missing filesHenrik Rentz-Reichert3-0/+13
2012-11-16[feature, tests.feature] added new plug-insHenrik Rentz-Reichert2-0/+49
2012-11-16Merge remote-tracking branch 'origin/master'Henrik Rentz-Reichert2-82/+82

Back to the top