summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-14Add texts around non-compute modulesGeorgios Andreadis
2020-02-14Add documentation for the odcsim componentGeorgios Andreadis
2020-02-14Get first two parts of docs up to date and remove odcsim docGeorgios Andreadis
2020-02-14Create guidelines for documentation sectionsGeorgios Andreadis
2020-02-14Adapt documentation outline and READMEGeorgios Andreadis
2020-02-14Merge branch 'feat/cpu-sharing' into 'feat/2.x'Georgios Andreadis
2020-02-14bug: Apply requested cpu time correctlyFabian Mastenbroek
2020-02-14style: Fix Ktlint issuesFabian Mastenbroek
2020-02-14refactor: Move experiments from TPDS module to SC18 moduleFabian Mastenbroek
2020-02-14refactor: Rename FakeBareMetalDriver to SimpleBareMetalDriverFabian Mastenbroek
2020-02-14refactor: Rename Flavor to ServerFlavorFabian Mastenbroek
2020-02-14bug: Remove actor terminology in source codeFabian Mastenbroek
2020-02-14refactor: Integrate opendc-compute in existing modelFabian Mastenbroek
2020-02-14feat: Implement basic provisioner serviceFabian Mastenbroek
2020-02-14refactor: Remodel workloads and compute resourceFabian Mastenbroek
2020-02-14feat: Make ProcessContext a coroutine scopeFabian Mastenbroek
2020-02-11feat: Add support for process-tied loggingFabian Mastenbroek
2020-02-11Merge branch 'feat/2.x-model' into 'feat/2.x'Georgios Andreadis
2020-02-11Update Zone.ktGeorgios Andreadis
2020-02-11docs: Elaborate on unique ids of eventsFabian Mastenbroek
2020-02-11Update Environment.ktGeorgios Andreadis
2020-02-11refactor: Reimplement OpenDC model using 2.x APIFabian Mastenbroek
2020-02-11feat: Add helper methods for req-res patternFabian Mastenbroek
2020-02-11bug: Guarantee FIFO order of messages in the queueFabian Mastenbroek
2020-02-11Merge branch 'chore/gitlab-ci' into 'feat/2.x'Georgios Andreadis
2020-02-11chore: Add support for Gitlab CIFabian Mastenbroek
2020-01-19feat: Add support for selecting on receive portsFabian Mastenbroek
2020-01-19feat: Add prototype reference implementation of revised APIFabian Mastenbroek
2020-01-19refactor: Introduce revised API design for 2.xFabian Mastenbroek
2019-11-29refactor: Rename odcsim-core to odcsim-apiFabian Mastenbroek
2019-11-29chore: Update to Kotlin 1.3.61Fabian Mastenbroek
2019-11-29style: Fix Ktlint errorsFabian Mastenbroek
2019-11-21docs: Move odcsim docs to separate directoryFabian Mastenbroek
2019-11-21chore: Add .gitattributes for Gradle wrapperFabian Mastenbroek
2019-11-20chore: Tidy repositoryFabian Mastenbroek
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