summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-02-23feat(#11): Create Instrumentation APIFabian Mastenbroek
2018-02-23refactor(#18): Redesign core simulation APIFabian Mastenbroek
2018-02-19refactor(#18): Simplify Context interfaceFabian Mastenbroek
2018-02-19refactor(#18): Refactor unused transformation receive methodsFabian Mastenbroek
2018-02-19bug: Make message priority queue stableFabian Mastenbroek
2018-02-18refactor(#18): Optimize importsFabian Mastenbroek
2018-02-18refactor(#18): Provide access to process context in nested callsFabian Mastenbroek
2018-02-16refactor(#18): Provide access to latest senderFabian Mastenbroek
2018-02-16refactor(#18): Fix broken receive() timeoutFabian Mastenbroek
2018-02-15refactor(#18): Handle process launch using a kernel processFabian Mastenbroek
2018-02-14refactor(#18): Create distinction between kernel and simulationFabian Mastenbroek
2018-02-13refactor(#18): Fix OpenDC model deploymentFabian Mastenbroek
2018-02-12refactor(#18): Launch processes at initial runFabian Mastenbroek
2018-02-12refactor(#18): Align formatting with official Kotlin Style GuideFabian Mastenbroek
2018-02-12refactor(#18): Update dependenciesFabian Mastenbroek
2018-01-11refactor(#18): Redesign core simulation APIFabian Mastenbroek
2017-10-24bug(#3): Add timeout for experimentsFabian Mastenbroek
2017-10-24bug(#4): Prevent scheduling to machines without processing unitsFabian Mastenbroek
2017-10-24bug(#15): Fix message passing to stopped processesFabian Mastenbroek
2017-10-24bug(#6): Improve Docker deploymentFabian Mastenbroek
2017-10-04bug(#9): Fix interference between experimentsFabian Mastenbroek
2017-10-01chore: Add Travis shield to READMEFabian Mastenbroek
2017-10-01chore: Add Continuous Integration support via TravisFabian Mastenbroek
2017-09-29Steamline Docker integrationFabian Mastenbroek
2017-09-29Add basic smoke testFabian Mastenbroek
2017-09-29Update READMEGeorgios Andreadis