Skip to content
Snippets Groups Projects
Select Git revision
  • main default
1 result
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.012Mar11108654228Feb26252421141211109875419Jan121029Nov245Feb26Jan2415Dec4117Nov19Oct6Sep30Jun25211810May228Apr1510Feb9813Jan119Dec151411629Nov129Oct2827242017131097654128Sep2726252322201916151413128765131Aug302926252421181542125Jul2118141375430Jun2928272322212017161529May2725131211Slight refactoring.mainmainMuch 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-rsBumped 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.