summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-20refactor: Move build logic to buildSrcFabian Mastenbroek
2019-05-15docs: Rewrite README for 2.x releaseFabian Mastenbroek
2019-05-15feat: Add initial version of OpenDC simulation modelFabian Mastenbroek
2019-05-15feat: Add unsafe helper method for casting ActorContextFabian Mastenbroek
2019-05-14bug: Replace initial behavior after starting coroutineFabian Mastenbroek
2019-05-14feat: Add support for Async Stacktraces in IntelliJFabian Mastenbroek
2019-05-14feat: Add support for stashing messagesFabian Mastenbroek
2019-05-14refactor: Make actor spawning and stopping behavior consistentFabian Mastenbroek
2019-05-14feat: Add support for spawning anonymous childrenFabian Mastenbroek
2019-05-14feat: Add behavior constructor for timeoutFabian Mastenbroek
2019-05-14feat: Add support for watching actor terminationFabian Mastenbroek
2019-05-14style: Format code according to Ktlint style guideFabian Mastenbroek
2019-05-14feat: Add support for timersFabian Mastenbroek
2019-05-14feat: Improve DSL for building BehaviorsFabian Mastenbroek
2019-05-14feat: Add testkit for testing behaviorFabian Mastenbroek
2019-05-14feat: Provide per-actor loggingFabian Mastenbroek
2019-05-13feat: Add proper identify implementation for ActorRefFabian Mastenbroek
2019-05-13feat: Add support for ActorSystem terminationFabian Mastenbroek
2019-05-13chore: Migrate to Kotlin DSL for GradleFabian Mastenbroek
2019-05-13test: Move implementation test suite into separate packageFabian Mastenbroek
2019-05-13chore: Update build dependenciesFabian Mastenbroek
2019-05-13refactor: Require ActorContext for sending messagesFabian Mastenbroek
2019-05-13feat: Add initial interface for parallel simulationsFabian Mastenbroek
2019-05-13feat: Expose actor context in coroutineFabian Mastenbroek
2019-05-13feat: Add conversion methods between number and time typesFabian Mastenbroek
2019-05-13chore: Update build dependenciesFabian Mastenbroek
2019-05-13feat: Add consistent exception handling in actor systemsFabian Mastenbroek
2019-05-13chore: Update JUnit version to 5.3.2Fabian Mastenbroek
2019-05-13chore: Update to Gradle 5.1Fabian Mastenbroek
2019-05-13chore: Add support for project wide documentation generationFabian Mastenbroek
2019-05-13feat: Add support for suspending behaviorFabian Mastenbroek
2019-05-13chore: Add linting via KtlintFabian Mastenbroek
2019-05-13refactor: Add support for deferred and special behaviorFabian Mastenbroek
2019-05-06chore: Move to Kotlin 1.3 official releaseFabian Mastenbroek
2019-05-06test: Create initial test suite for APIFabian Mastenbroek
2019-05-06refactor: Introduce initial API design for 2.xFabian Mastenbroek
2018-07-19refactor: Improve exception handling in processes (#29)Fabian Mastenbroek
2018-07-17bug: Fix crashed processes from being resumed (#28)Fabian Mastenbroek
2018-07-12refactor: Use top-level coroutineContext (#24)Fabian Mastenbroek
2018-07-12docs: Update download instructions in README (#25)Fabian Mastenbroek
2018-07-11chore: Update build toolchain (#23)Fabian Mastenbroek
2018-07-11chore: Add support for JacocoFabian Mastenbroek
2018-07-11chore: Update Gradle build configurationFabian Mastenbroek
2018-07-11chore: Update Gradle wrapper versionFabian Mastenbroek
2018-07-11feat: Interpolate machine state and task progress (#21)Fabian Mastenbroek
2018-04-22feat(#12): Implement Instrumentation APIFabian Mastenbroek
2018-04-22feat(#12): Buffer instrumentation measurementsFabian Mastenbroek
2018-04-22feat(#12): Allow closing of instrument streamsFabian Mastenbroek
2018-02-23feat(#12): Add support for measurement interpolationFabian Mastenbroek
2018-02-23feat(#12): Implement Instrumentation API in Omega kernelFabian Mastenbroek