Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
odem-rs
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dorian Weber
odem-rs
Graph
f85d857ae9a31bfca4bb6fba3045a9965bfbaf77
Select Git revision
Branches
1
main
default
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
12
Mar
11
10
8
6
5
4
2
28
Feb
26
25
24
21
14
12
11
10
9
8
7
5
4
19
Jan
12
10
29
Nov
24
5
Feb
26
Jan
24
15
Dec
4
1
17
Nov
19
Oct
6
Sep
30
Jun
25
21
18
10
May
2
28
Apr
15
10
Feb
9
8
13
Jan
1
19
Dec
15
14
11
6
29
Nov
1
29
Oct
28
27
24
20
17
13
10
9
7
6
5
4
1
28
Sep
27
26
25
23
22
20
19
16
15
14
13
12
8
7
6
5
1
31
Aug
30
29
26
25
24
21
18
15
4
2
1
25
Jul
21
18
14
13
7
5
4
30
Jun
29
28
27
23
22
21
20
17
16
15
29
May
27
25
13
12
11
Slight refactoring.
main
main
Much better version of Knuth's elevator. This seems to have the same results as the trace in his book, modulo bugs in the book and (presumably) my implementation.
Modified some aspects of the elevator example. The elevator itself is not fully following the spec yet.
Added the elevator example from Knuth's "The Art of Computer Programming, Vol. 1".
Added support for stack- and queue-ordered chaining of `Waker`.
Added retry-option to work around occasional failure while checking out git repo due to race condition.
Documentation fix.
Minor fix to suppress clippy warning `needless_borrow`.
Updated the descriptions to mention the simulation dashboard for wasm examples.
Updated the build-script to deal with breaking behavior in rustup 1.28.
Visual improvements to the simulation dashboard on mobile devices.
Visual improvements to the simulation dashboard.
Visual improvements to the simulation dashboard.
Added a simulation dashboard to demonstrate WASM capabilities of odem-rs.
Fixed some regressions related to the new scheme for `no_std`.
Switched `no_std` scheme in order to detect accidental uses of std earlier during development.
Removed native target from the rustc flags.
Fixed a regression in `random_variable`.
Reduced verbosity of build and test in the CI script.
Removed unnecessary unsafe blocks and fixed a bug related to adding invalid sample values to `Utilized` random variables.
Added benchmark code for the remaining examples. Additional cosmetic fixes.
Added updated criterion benchmarks for version 0.1.1 of ODEM-rs.
Minor changes to the README, changed dependencies to ODEM-rs crates in Cargo.toml to be able to develop them independently.
Merge branch 'main' of gitlab.informatik.hu-berlin.de:weber/odem-rs
Bumped to version 0.1.1 to be able to push the changes to crates.io/docs.rs.
Bumped to version 0.1.1 to be able to push the changes to crates.io/docs.rs.
Disabled `--no-deps` for docs.rs.
Deleted the SLX examples.
Added the minimalist barbershop example.
Fixed the clock benchmark.
Excluded the test-versions of the calendar from the package.
Activated the "full" feature for `syn`.
Fixed documentation examples. Cargo update.
Minor fixes.
Improved docs.
With Async closures stabilized, switched back to the stable toolchain.
Profiled and improved performance of the event calendar. Made it private in order not to commit to early.
Formatting fixes.
Added more information to the workspace `Cargo.toml` and updated the attributes.
Moved the museum model over to using the updated quantities API.