aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/viatra-runtime-rete
Commit message (Collapse)AuthorAge
* feat: interruptible VIATRA engineLibravatar Kristóf Marussy2023-08-19
| | | | Reduce server load by introducing a timeout for semantics analysis.
* refactor: move ITC algorithmsLibravatar Kristóf Marussy2023-08-19
| | | | | Since only RETE uses ITC, we may move ITC into the RETE project. Also removes unused ITC algorithms.
* chore: mark modified VIATRA filesLibravatar Kristóf Marussy2023-08-19
| | | | Make sure the copyright headers are up to date.
* refactor: merge VIATRA subprojectsLibravatar Kristóf Marussy2023-08-19
| | | | | Since we remove EMF dependencies, there is no point to maintaining a base index separate from the rest of the runtime.
* chore: import VIATRA sourceLibravatar Kristóf Marussy2023-08-19
Make our modifications more maintainable by editing the source code directly instead of using reflection.