Commit e711b15
Concurrent execution framework, rehauled and extended (#235)
* Add Footprint EClass to trace mse metamodel
rebase wrt master (jd)
* Ensure UTF-8 encoding
* Bump xtend compiler to 2.22.0
rebase wrt master (jd)
* Undo xtend bump
* Format + fix null pointers in setTimelineProvider
rebase wrt master (jd)
* Add Footprint EClass to trace metamodel
rebase wrt master (jd)
* Move commons from modeldebugging repository to dedicated repository (#223)
rebase wrt master (jd)
* use commons from new gemoc-studio-commons repository
* Split commons eclipse pde to remove UI dependency (#224)
* use new commons.eclipse.pde.ui plugin
* adapt to commons.eclipse.pde
* reduce dependencies
use GemocPlugin in commons.eclipse instead of commons.eclipse.pde
* Bump xtend compiler to 2.22.0
rebase wrt master (jd)
* Add Footprint EClass to trace metamodel
(rebase from master JD)
* update changelog
(rebase from master JD)
* update changelog
* Bump to Eclipse 2022-06 (#222)
(rebase from master JD)
* bump to tycho 2.7.3
* use newer version of xtext
* update for use of Sirius 7.0.1
follows https://bugs.eclipse.org/bugs/show_bug.cgi?id=531282
* java min version 11
* remove some warning generated by trace addon generator
* increase delay before waiting for jobs
* java 11
* add better clean workspace method + remove deprecated xtext test api
the clean workspace is now able to remove previous content from crashed
executions
* bump to GEMOC 3.6.0
contributes to eclipse-gemoc/gemoc-studio#270
* Add Footprint EClass to trace mse metamodel
rebase wrt master (jd)
* Add Footprint EClass to trace metamodel
rebase wrt master (jd)
* Add Footprint EClass to trace metamodel
rebase wrt master (jd)
* Move commons from modeldebugging repository to dedicated repository (#223)
rebase wrt master (jd)
* use commons from new gemoc-studio-commons repository
* Add Footprint EClass to trace metamodel
rebase wrt master (jd)
* Add Footprint EClass to trace mse metamodel
rebase wrt master (jd)
* clean pom
* update trace generated code
* Add common concurrency classes (moved from moccml engine)
* Add Choco jar
* Remove _ from package name
* Force java 17 in engine.ui
* Move AbstractConcurrentLauncher
* Bump xtend 2.32.0
* Add missing xtend-gen src folder
* Add more concurrency code
---------
Co-authored-by: Steffen Zschaler <steffen.zschaler@kcl.ac.uk>
Co-authored-by: Erwan Bousse <Erwan.Bousse@ls2n.fr>
Co-authored-by: Didier Vojtisek <didier.vojtisek@inria.fr>
Co-authored-by: julien deantoni <julien.deantoni@inria.fr>1 parent 67f6962 commit e711b15
File tree
178 files changed
+6488
-732
lines changed- framework
- execution_framework/plugins
- org.eclipse.gemoc.executionframework.engine.ui
- META-INF
- icons
- src/org/eclipse/gemoc/executionframework/engine/ui/concurrency
- deciders
- actions
- launcher
- strategies
- concurrency
- filters
- strategyselector
- views/step
- org.eclipse.gemoc.executionframework.engine
- META-INF
- chocoLib
- src/org/eclipse/gemoc/executionframework/engine/concurrency
- deciders
- strategies
- concurrency
- filters
- xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.sirius/META-INF
- pomfirst
- trace/commons/plugins/org.eclipse.gemoc.trace.commons.model
- model
- src/org/eclipse/gemoc/trace/commons/model
- generictrace
- impl
- launchconfiguration/impl
- trace
- impl
- util
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
178 files changed
+6488
-732
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
8 | 13 | | |
9 | 14 | | |
10 | 15 | | |
| |||
34 | 39 | | |
35 | 40 | | |
36 | 41 | | |
| 42 | + | |
37 | 43 | | |
38 | 44 | | |
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
37 | 47 | | |
38 | 48 | | |
39 | 49 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
0 commit comments