Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-03-05[core.genmodel] fixed vendorHenrik Rentz-Reichert1-1/+1
2013-03-05Merge branch 'layout'Henrik Rentz-Reichert32-2/+4557
2013-03-04Merge branch 'change/10794/1'Henrik Rentz-Reichert10-653/+667
Conflicts: plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/AbstractExecutionValidator.java plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/ActiveRules.java plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/ProposalGenerator.java plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/ReachabilityCheck.java plugins/org.eclipse.etrice.abstractexec.behavior/src/org/eclipse/etrice/abstractexec/behavior/SemanticsCheck.java
2013-03-04Merge "[abstractExec] (Bug 402267) reachability check produces false ↵Henrik Rentz-Reichert1-35/+31
negatives for data driven state machines"
2013-03-04[abstractExec] (Bug 402267) reachability check produces false negativesJuergen Haug1-35/+31
for data driven state machines Change-Id: Iac26413a55f7d4d088b26d97fd2b61744038d175
2013-03-04[core] fixed NullPointerException caused by fragment providerJuergen Haug1-7/+7
when invoked by outline refresh Change-Id: I30d3a23caf40268b3ffe2cb58b5cc36f0cbc8c09
2013-03-04[features] added KIELER feature with update site at eclipse.orgHenrik Rentz-Reichert3-1/+1
replaced modeling with eTrice icons in features
2013-03-01Resized icons for etmap, etphys, config, actorInstanceMapping androhit21agrawal4-0/+0
Logical Thread 1. I authored 100% of the content I contributed 2. I have the rights to donate the content to Eclipse 3. I contribute the content under the EPL Change-Id: Ie8695825d45b88699c5b7bb887dd13f22e443d45
2013-03-01[generator.c] bug fix in initializationHenrik Rentz-Reichert2-138/+349
2013-03-01[core.room] bug fix: double checked protocol type in validationHenrik Rentz-Reichert1-0/+5
2013-02-22[ui.behavior] in case of async state machine user must decide betweenHenrik Rentz-Reichert1-2/+42
triggered and guarded transition
2013-02-22[core.genmodel] async state machine needs special treatment of transition chainsHenrik Rentz-Reichert1-3/+17
2013-02-21[core.room] bug fix in RoomHelpers.getEndPorts(): preserve orderHenrik Rentz-Reichert1-3/+5
of external ports
2013-02-21[generator.c] bug fix in attribute initialization for replicated portsHenrik Rentz-Reichert2-9/+5
(last fix didn't work for replicated ports with one peer)
2013-02-21[generator.c] bug fix in attribute initialization for replicated portsHenrik Rentz-Reichert2-14/+41
2013-02-21[generator.c] bug fix in generation of operationsHenrik Rentz-Reichert2-12/+0
operations are generated only for ports, not for replicated ports
2013-02-21[ui.runtime] updated contentsHenrik Rentz-Reichert4-0/+0
2013-02-21[generator, generator.c, generator.tests] ITranslationProviderHenrik Rentz-Reichert6-27/+42
generalized rather than the ActorClass a generic EOBject container is set. This allows the implementation to generate code according to the context.
2013-02-19[core.validation] removed warning for types that do not begin with aThomas Schuetz1-10/+0
capital letter -> naming convention too narrow for some projects Change-Id: I9c1343738a7887f63ce30335db6e27b8363179da
2013-02-15[layout.feature] added separate feature for layoutHenrik Rentz-Reichert2-3/+4
2013-02-15Merge branch 'change/9298/1' into layoutHenrik Rentz-Reichert28-1/+4555
Conflicts: plugins/org.eclipse.etrice.doc/doc/etrice-index.txt resolved by adding the new chapter in an appropriate position
2013-02-15[core.room] fix in getAllEndPorts to preserve order of external portsHenrik Rentz-Reichert1-2/+6
2013-02-14[runtime.c, generator.c, generator.c.tests] bug 400678: variable ↵Henrik Rentz-Reichert6-18/+8
declarations should be at beginning of block https://bugs.eclipse.org/400678 Improved ANSI compliance of the runtime and generated code - no use of // comments - variable declarations not after first statement
2013-02-14[generator] bug 400288: [core.genmodel][generator] special situation with ↵Henrik Rentz-Reichert3-64/+77
transition point and choice point not handled properly https://bugs.eclipse.org/400288 Needed to further improve this because the state type may be unsigned. Also shifted the evaluation of the skip flag to enterHistory. This way less parameters have to be passed.
2013-02-14[generator] fix (; was dropped unintentionally)Henrik Rentz-Reichert2-1/+4
2013-02-14[generator] fix (line was dropped unintentionally)Henrik Rentz-Reichert1-0/+1
2013-02-14[ui.runtime] updated contentsHenrik Rentz-Reichert7-0/+0
2013-02-14[...] reduced number of warnings, re-generated modellib.javaHenrik Rentz-Reichert6-8/+25
2013-02-13[core.room] JavaDoc for RoomNameProviderHenrik Rentz-Reichert1-8/+163
2013-02-13[core.genmodel, core.room, generator.*] more documentation and re-factoringsHenrik Rentz-Reichert22-884/+618
2013-02-12Merge remote-tracking branch 'origin/master'Henrik Rentz-Reichert10-190/+40
2013-02-12[core.room, generator.*] JavaDoc and some minor re-factoringsHenrik Rentz-Reichert47-457/+1264
2013-02-12Merge "[core.genmodel][generator] (bug 400288) special situation with ↵Henrik Rentz-Reichert10-190/+40
transition point and choice point not handled properly"
2013-02-10[core.room, generator, generator.c] documentation and minor re-factoringsHenrik Rentz-Reichert13-38/+421
2013-02-08[core.genmodel][generator] (bug 400288) special situation withJuergen Haug10-190/+40
transition point and choice point not handled properly Change-Id: I796e53b874ed8947e23ca011665de1fd65e0d524
2013-02-08[core.room, abstractexec, generator] moved method from genmodel to RoomHelpersHenrik Rentz-Reichert5-11/+36
2013-02-08[genmodel] added JavaDoc and minor fixesHenrik Rentz-Reichert21-185/+277
2013-02-08[core.genmodel] added JavaDoc to public interfaceHenrik Rentz-Reichert5-28/+48
2013-02-06fix files before pushPeter Karlitschek6-0/+18
Change-Id: I72bc0e3a78a8dad7e7c218b15b0c87bac1f9c2eb
2013-02-06Cleanup cpp generator + runtime. License comments added.Peter Karlitschek10-9/+85
Change-Id: If9d82a936348e4d76951130c2252def9e3b139a9
2013-02-06Added icons for config, etmap and etphys models and icons forrohit21agrawal9-653/+666
LogicalThread and ActorInstance Mapping 1. I authored 100% of the content I contributed 2. I have the rights to donate the content to Eclipse 3. I contribute the content under the EPL Change-Id: Ic18f934656e73a5dcde60dc3111ec09be5ecb255
2013-02-05[core.room] added JavaDoc for RoomHelpersHenrik Rentz-Reichert5-93/+839
and minor improvements
2013-01-31[core.room, core.genmodel] minor change and fixHenrik Rentz-Reichert2-2/+2
2013-01-31Merge "[abstractExec] check on missing warnings, dependency added"Henrik Rentz-Reichert5-55/+51
2013-01-31[abstractExec] check on missing warnings, dependency addedJuergen Haug5-55/+51
Change-Id: I062a3ee7f1c04d3bdbc8b4c9fdf856ed044ce776
2013-01-29[generator] added more extension methodsHenrik Rentz-Reichert4-1/+191
2013-01-25[core.room] improved validation hints for port compatibilityHenrik Rentz-Reichert1-1/+2
2013-01-25[core.room] quick fix support for wrong namespace in omportHenrik Rentz-Reichert2-1/+22
2013-01-25[core.room] fix in PlatformRelativeUriResolverHenrik Rentz-Reichert1-4/+8
2013-01-24[generator.cpp] added xtend-gen Java filesHenrik Rentz-Reichert10-0/+5674

Back to the top