Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-09-18[generator] Add generator nameJan Belle1-4/+12
Change-Id: Ic9854d5c9107702ee849cdc2e2161cc86815d676
2018-08-31bug 538027 - switching from EPL-1.0 to EPL-2.0Henrik Rentz-Reichert1-2/+4
* applied the changelicToEPL2.0.sh script * manually added license.hmlt to features * poms with license block * adjusted a unit test because of a line number change Change-Id: I4f781e5211dfcf6cbae761234aee9daeb53d639f
2018-08-31[generator] Refactor generators to implement common generator interfaceJan Belle1-1/+4
* migrated to new generator options implementation Change-Id: I086b384d502fcd1576256a2afaf08df2538b3670
2017-06-28[generator] AbstractGenerator binding can be overriddenJuergen Haug1-1/+5
Change-Id: Iab7427a5b598d49b60265761d7a48e1a336484c4
2016-02-28[generators] added cpp generator draftJuergen Haug1-3/+9
Change-Id: I4466d25800a35a869a2911485d36494f86089121
2014-04-08[generator.*] removed unused file system accessHenrik Rentz-Reichert1-5/+3
Change-Id: I5ac1109cec8836504e1584a6cb37a8af1c699a29
2013-07-12Merge remote-tracking branch 'origin/master'Thomas Schuetz1-53/+53
Conflicts: plugins/org.eclipse.etrice.ui.runtime/contents/org.eclipse.etrice.modellib.c.zip plugins/org.eclipse.etrice.ui.runtime/contents/org.eclipse.etrice.modellib.java.zip plugins/org.eclipse.etrice.ui.runtime/contents/org.eclipse.etrice.runtime.c.zip plugins/org.eclipse.etrice.ui.runtime/contents/org.eclipse.etrice.tutorials.c.zip plugins/org.eclipse.etrice.ui.runtime/contents/org.eclipse.etrice.tutorials.java.zip Change-Id: I98e2df3ab57d6e7e8f27e5b0aee7eaa189bfbc33
2012-12-18[generator.*] re-factoring in GeneratorBaseModuleHenrik Rentz-Reichert1-8/+16
- GeneratorBaseModule renamed to AbstractGeneratorBaseModule - GeneratorBaseModule calls abstract methods for certain bindings
2012-11-30[CQ][generator, config] fixes attribute generationJuergen Haug1-1/+0
Change-Id: I3563bae48b6cb935e91b521f710d18a3f1b9dbca
2012-11-23[CQ][generator] first config c generatorJuergen Haug1-0/+4
2012-09-25[generator, generator.c, generator.java] refactoring and unificationsHenrik Rentz-Reichert1-3/+0
2012-04-18[generator, generator.*] some re-factoringsHenrik Rentz-Reichert1-2/+2
- moved classes to other packages - removed extensions package - better names for some classes - protected methods where possible
2012-02-27Merge remote branch 'refs/remotes/origin/master'Henrik Rentz-Reichert1-0/+3
Conflicts: plugins/org.eclipse.etrice.generator.c/xtend-gen/org/eclipse/etrice/generator/c/gen/ActorClassGen.java plugins/org.eclipse.etrice.generator.c/xtend-gen/org/eclipse/etrice/generator/c/gen/ProtocolClassGen.java plugins/org.eclipse.etrice.generator/xtend-gen/org/eclipse/etrice/generator/generic/GenericProtocolClassGenerator.java
2012-02-23[generator, generator.*] implemented code translation (in general) and ↵Henrik Rentz-Reichert1-0/+3
replicated ports for C
2012-02-02Merge remote branch 'refs/remotes/origin/master'Henrik Rentz-Reichert1-39/+39
Conflicts: plugins/org.eclipse.etrice.generator.c/src/org/eclipse/etrice/generator/c/gen/ActorClassGen.xtend plugins/org.eclipse.etrice.generator.c/xtend-gen/org/eclipse/etrice/generator/c/gen/ActorClassGen.java plugins/org.eclipse.etrice.generator.java/xtend-gen/org/eclipse/etrice/generator/java/gen/ActorClassGen.java plugins/org.eclipse.etrice.generator.java/xtend-gen/org/eclipse/etrice/generator/java/gen/StateMachineGen.java plugins/org.eclipse.etrice.generator/xtend-gen/org/eclipse/etrice/generator/extensions/RoomExtensions.java
2011-12-23[core] added usercode3 for c and c++ (also for DataClass) in grammar, ↵Thomas Schuetz1-0/+6
removed import from DataClass, first incomplete implementation of DataClassGen.xtend for C
2011-12-23[generator.c] added project for C-Generator, moved more language independent ↵Thomas Schuetz1-0/+33
generator code to plugin generator

    Back to the top