aboutsummaryrefslogtreecommitdiffstats
path: root/settings.gradle.kts
Commit message (Collapse)AuthorAge
* docs: add Docusaurus websiteLibravatar Kristóf Marussy2024-04-08
| | | | Also refactor Yarn buildscripts.
* refactor: move terms and DNF into logic subprojectLibravatar Kristóf Marussy2024-04-07
|
* feat: subproject for z3 integrationLibravatar Kristóf Marussy2024-04-07
|
* build: package Z3 solver native librariesLibravatar Kristóf Marussy2024-04-07
|
* feat: command line model generatorLibravatar Kristóf Marussy2023-12-24
|
* feat: model generator facadeLibravatar Kristóf Marussy2023-11-03
|
* chore: remove VIATRA brandingLibravatar Kristóf Marussy2023-09-16
| | | | | | | | Rename VIATRA subprojects to Refinery Interpreter to avoid interfering with Eclipse Foundation trademarks. Uses refering to a specific (historical) version of VIATRA were kept to avoid ambiguity.
* refactor: rename store-dse-visualizationLibravatar Kristóf Marussy2023-09-05
|
* Merge remote-tracking branch 'OszkarSemerath/datastructure' into ↵Libravatar Kristóf Marussy2023-09-05
|\ | | | | | | partial-interpretation
| * Move DSE to new subprojectLibravatar nagilooh2023-08-02
| |
| * Add visualization adapterLibravatar nagilooh2023-07-26
| | | | | | | | Uses Graphviz to create a visualization of the models and can save them to disk as an image or various textual representations
* | feat: type scope propagatorLibravatar Kristóf Marussy2023-09-03
| |
* | 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.
* | refactor: remove unused VIATRA codeLibravatar Kristóf Marussy2023-08-19
| | | | | | | | We don't need Eclipse platform support, table-based scopes, and EMF support.
* | chore: import VIATRA sourceLibravatar Kristóf Marussy2023-08-19
|/ | | | | Make our modifications more maintainable by editing the source code directly instead of using reflection.
* chore: add copyright headersLibravatar Kristóf Marussy2023-04-15
| | | | | | | | | | | | | | Make sure we obey the REUSE (https://reuse.software) specification and the origin, copyright owner, and license of all files are clearly marked. The whole project is under the EPL-2.0, except for trivial files where copyright is not applicable that are marked with the CC0-1.0 license. Moreover, code included from third parties is also available under the respective license. chore: add CONTRIBUTORS.md List all authors and supporting organizations in accordance with the REUSE specification.
* build: convert Gradle scripts to KotlinLibravatar Kristóf Marussy2023-04-08
Improves IDE support build scripts in IntelliJ. There is no Eclipse IDE support, but Eclipse didn't have support for Groovy either, so there is no degradation of functionality.