Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-01-31Merge branch 'master' of ssh://git.eclipse.org/gitroot/etrice/org.eclipse.etriceThomas Schuetz1-2/+11
2012-01-31[generator.c] added const instances for ROMThomas Schuetz40-4666/+4963
2012-01-31[ui.common] 370190 - structure editor can not save after changesHenrik Rentz-Reichert1-2/+11
https://bugs.eclipse.org/bugs/show_bug.cgi?id=370190 Model check was too strict. Saving is only aborted if model has errors. Warnings are alright.
2012-01-31Merge branch 'master' of ssh://git.eclipse.org/gitroot/etrice/org.eclipse.etriceThomas Schuetz20-12306/+12721
2012-01-31[generator.c.reference] structure editor bug Thomas Schuetz2-0/+154
2012-01-31[core.room] validation for imported namespacesHenrik Rentz-Reichert1-0/+50
2012-01-31[generator.c] first generator version for lifecycle of SubSystemThomas Schuetz13-231/+1644
2012-01-31[core.room] editor opener for non-platform URIs preserves fragmentsHenrik Rentz-Reichert1-1/+1
2012-01-31[core.room] fragment provider handles new primitive and external typesHenrik Rentz-Reichert1-0/+16
2012-01-31[core.room] 369548: Serialization produces DSL files which can not be validatedHenrik Rentz-Reichert15-12303/+12604
https://bugs.eclipse.org/bugs/show_bug.cgi?id=369548 fixed this by a grammar change in the MULTIPLICITY: no white space allowed inside square brackets
2012-01-31[core.room] validate data class attributes to avoid circular referencesHenrik Rentz-Reichert1-0/+21
2012-01-30[generator.c] first version of Generator for SubSystem and RunnerThomas Schuetz19-2043/+347
2012-01-30[generator.c.tests] moved testcases for C-generator to generator.c.testsThomas Schuetz40-14/+1652
2012-01-30[generator.c] added Prototype for etPort_receiveThomas Schuetz8-15/+18
2012-01-26Merge remote branch 'refs/remotes/origin/master'Henrik Rentz-Reichert79-20245/+19879
2012-01-25[room.core] added RefableType to unify ref types in attributes, returnvalues ...Thomas Schuetz55-18884/+18255
2012-01-25Merge branch 'master' of ssh://git.eclipse.org/gitroot/etrice/org.eclipse.etriceThomas Schuetz31-940/+1934
Conflicts: plugins/org.eclipse.etrice.generator/xtend-gen/org/eclipse/etrice/generator/generic/ProcedureHelpers.java runtime/org.eclipse.etrice.modellib/src-gen/org/eclipse/etrice/modellib/Socket/DSocketConfiguration.java runtime/org.eclipse.etrice.modellib/src-gen/org/eclipse/etrice/modellib/Socket/DSocketData.java runtime/org.eclipse.etrice.modellib/src-gen/room/basic/service/logging/ALogService.java runtime/org.eclipse.etrice.modellib/src-gen/room/basic/service/logging/InternalLogData.java runtime/org.eclipse.etrice.modellib/src-gen/room/basic/service/logging/Log.java
2012-01-25[generator.c] first version of generator for ProtocolClassThomas Schuetz31-2101/+1640
2012-01-24Merge branch 'master' of ssh://git.eclipse.org/gitroot/etrice/org.eclipse.etricetjung86-1638/+2285
2012-01-24Log Service improvedtjung1-3/+6
2012-01-23[core.room, generator] 367447: Transition from Choice point to transition ↵Henrik Rentz-Reichert2-2/+29
point not possible https://bugs.eclipse.org/bugs/show_bug.cgi?id=367447 Now it is possible to connect a transition point via a chain of choice points with itself. Still not allowed is to connect another state graph node with a transition point because this corresponds to a transition to history which can me modeled more clearly as a self transition in this case.
2012-01-20[tutorials, ui.runtime] import of JavaTypes.roomHenrik Rentz-Reichert5-303/+306
2012-01-20[core.room.ui] outline of attribute indicates multiplicityHenrik Rentz-Reichert1-1/+2
2012-01-20[ui.structure] bug fix in update of ref portsHenrik Rentz-Reichert1-2/+3
2012-01-19[core.room] added comment to MULTIPLICITY ruleHenrik Rentz-Reichert1-0/+2
2012-01-19[generator, generator.java] some fixes in DataClass generationHenrik Rentz-Reichert4-132/+266
some tests inspired by https://bugs.eclipse.org/bugs/show_bug.cgi?id=369075 lead to these improvements
2012-01-19[core.room] MUTLIPLICITY terminal accepts white space inside square bracketsHenrik Rentz-Reichert7-418/+558
2012-01-19[releng] removed gef/updates/milestones and some cspec dependenciesHenrik Rentz-Reichert3-14/+1
2012-01-18[runtime.c] cleaned upThomas Schuetz3-8/+4
2012-01-18[generator] bug fix in attribute initializationHenrik Rentz-Reichert12-91/+89
re-generated integration tests and modellib
2012-01-17[runtime.c] added interface and implementation for portable loggerThomas Schuetz20-53/+449
2012-01-16[integration.test] regenerated testsThomas Schuetz7-25/+25
2012-01-16[generator, runtime.c.reference] removed initialization for attributes, ↵Thomas Schuetz19-76/+134
fixed tests after renaming runtime
2012-01-16[runtime.c] changed naming convention for runtime to prefix et (for eTrice)Thomas Schuetz26-424/+336
2012-01-16Merge branch 'master' of ssh://git.eclipse.org/gitroot/etrice/org.eclipse.etriceThomas Schuetz84-17488/+24313
2012-01-16[runtime.c] added macro ADD_TESTCASE for more convenienceThomas Schuetz5-16/+15
2012-01-14[core.room.ui] DataClass, ExternalType, PrimitiveType icons changedtjung3-0/+0
2012-01-14[runtime.modellib] LogService adapted to new Java Typestjung1-10/+3
2012-01-14[generator.c.reference] added Testcase for Operations in generated DataClassesThomas Schuetz7-10/+26
2012-01-14[core.room] added hyperlinking for models in import statementsHenrik Rentz-Reichert3-18/+102
2012-01-12[ui.behavior] minor improvements in PortMessageSelectionDialogHenrik Rentz-Reichert1-6/+8
2012-01-12[ui.runtime] update of packaged contentsHenrik Rentz-Reichert1-0/+0
2012-01-12[generator, generator.java] bug fixHenrik Rentz-Reichert12-334/+223
re-generated modellib and integration tests
2012-01-12[ui.behavior] in message selection dialog ordered operationsHenrik Rentz-Reichert1-2/+9
operations that send messages are listed first
2012-01-12[generator.tests] fix in modelHenrik Rentz-Reichert1-2/+1
introduced dummy message
2012-01-12[improved modellib]Henrik Rentz-Reichert2-16/+9
2012-01-12{core.room] improved LabelProviderHenrik Rentz-Reichert2-2/+7
2012-01-12[core.room and affected] added possibility of private Messages and of ↵Henrik Rentz-Reichert56-16856/+23350
PortClass Operations sending Messages - grammar changes - formatting - outline - new icons - incoming/outgoing optional but validation checks >0 messages - behavior message selection adds PortClass operations - generator makes send message methods private - made use of this in ALogService.room
2012-01-12Merge branch 'master' of ↵Henrik Rentz-Reichert54-1079/+1895
ssh://hrentzreich@git.eclipse.org/gitroot/etrice/org.eclipse.etrice.git
2012-01-12[generator.c.reference] cleaned up testcases for runtime.c and generator.cThomas Schuetz18-70/+159

Back to the top