| Age | Commit message (Collapse) | Author |
|
This change adds support for linting the code base using ktlint and the
excellent ktlint-gradle plugin.
|
|
This change updates the code base to use the official Kotlin 1.3
release.
|
|
This change introduces the new API design that will be introduced in the
2.x versions of the OpenDC Simulator.
This changes focuses on simplifying simulation primitives provided by
the simulator and introduces a new concept of actors based on the model
designed by the Akka Typed project.
For now, the old simulation models have been removed from the branch,
but will be ported back as this branch is being finalized.
|
|
This change updates the Gradle build configuration in order to make use
of the native JUnit 5 integration and the newest Kotlin and Dokka
plugins.
|
|
This change updates the Gradle wrapper version included in the
repository to version 4.8 which includes native JUnit 5 integration.
|
|
This change adds the initial architecture of the Kotlin rewrite. The
representation of the topology of a cloud network is unfinished and I am
still not sure what would be the best way to represent it.
|
|
This change makes the Kotlin compiler target version 8 of the Java
Virtual Machine, so features like lambdas are supported.
|
|
This change adds a Gradle build file to the repository, which will build
the Kotlin project.
|