index
:
opendc.git
master
The OpenDC repository.
Mateusz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-02-11
bug: Guarantee FIFO order of messages in the queue
Fabian Mastenbroek
2020-02-11
Merge branch 'chore/gitlab-ci' into 'feat/2.x'
Georgios Andreadis
2020-02-11
chore: Add support for Gitlab CI
Fabian Mastenbroek
2020-01-19
feat: Add support for selecting on receive ports
Fabian Mastenbroek
2020-01-19
feat: Add prototype reference implementation of revised API
Fabian Mastenbroek
2020-01-19
refactor: Introduce revised API design for 2.x
Fabian Mastenbroek
2019-11-29
refactor: Rename odcsim-core to odcsim-api
Fabian Mastenbroek
2019-11-29
chore: Update to Kotlin 1.3.61
Fabian Mastenbroek
2019-11-29
style: Fix Ktlint errors
Fabian Mastenbroek
2019-11-21
docs: Move odcsim docs to separate directory
Fabian Mastenbroek
2019-11-21
chore: Add .gitattributes for Gradle wrapper
Fabian Mastenbroek
2019-11-20
chore: Tidy repository
Fabian Mastenbroek
2019-11-20
refactor: Move build logic to buildSrc
Fabian Mastenbroek
2019-05-15
docs: Rewrite README for 2.x release
Fabian Mastenbroek
2019-05-15
feat: Add initial version of OpenDC simulation model
Fabian Mastenbroek
2019-05-15
feat: Add unsafe helper method for casting ActorContext
Fabian Mastenbroek
2019-05-14
bug: Replace initial behavior after starting coroutine
Fabian Mastenbroek
2019-05-14
feat: Add support for Async Stacktraces in IntelliJ
Fabian Mastenbroek
2019-05-14
feat: Add support for stashing messages
Fabian Mastenbroek
2019-05-14
refactor: Make actor spawning and stopping behavior consistent
Fabian Mastenbroek
2019-05-14
feat: Add support for spawning anonymous children
Fabian Mastenbroek
2019-05-14
feat: Add behavior constructor for timeout
Fabian Mastenbroek
2019-05-14
feat: Add support for watching actor termination
Fabian Mastenbroek
2019-05-14
style: Format code according to Ktlint style guide
Fabian Mastenbroek
2019-05-14
feat: Add support for timers
Fabian Mastenbroek
2019-05-14
feat: Improve DSL for building Behaviors
Fabian Mastenbroek
2019-05-14
feat: Add testkit for testing behavior
Fabian Mastenbroek
2019-05-14
feat: Provide per-actor logging
Fabian Mastenbroek
2019-05-13
feat: Add proper identify implementation for ActorRef
Fabian Mastenbroek
2019-05-13
feat: Add support for ActorSystem termination
Fabian Mastenbroek
2019-05-13
chore: Migrate to Kotlin DSL for Gradle
Fabian Mastenbroek
2019-05-13
test: Move implementation test suite into separate package
Fabian Mastenbroek
2019-05-13
chore: Update build dependencies
Fabian Mastenbroek
2019-05-13
refactor: Require ActorContext for sending messages
Fabian Mastenbroek
2019-05-13
feat: Add initial interface for parallel simulations
Fabian Mastenbroek
2019-05-13
feat: Expose actor context in coroutine
Fabian Mastenbroek
2019-05-13
feat: Add conversion methods between number and time types
Fabian Mastenbroek
2019-05-13
chore: Update build dependencies
Fabian Mastenbroek
2019-05-13
feat: Add consistent exception handling in actor systems
Fabian Mastenbroek
2019-05-13
chore: Update JUnit version to 5.3.2
Fabian Mastenbroek
2019-05-13
chore: Update to Gradle 5.1
Fabian Mastenbroek
2019-05-13
chore: Add support for project wide documentation generation
Fabian Mastenbroek
2019-05-13
feat: Add support for suspending behavior
Fabian Mastenbroek
2019-05-13
chore: Add linting via Ktlint
Fabian Mastenbroek
2019-05-13
refactor: Add support for deferred and special behavior
Fabian Mastenbroek
2019-05-06
chore: Move to Kotlin 1.3 official release
Fabian Mastenbroek
2019-05-06
test: Create initial test suite for API
Fabian Mastenbroek
2019-05-06
refactor: Introduce initial API design for 2.x
Fabian Mastenbroek
2018-07-19
refactor: Improve exception handling in processes (#29)
Fabian Mastenbroek
2018-07-17
bug: Fix crashed processes from being resumed (#28)
Fabian Mastenbroek
[next]