Releases: Robertof/cpu-scheduling-electron
Releases · Robertof/cpu-scheduling-electron
v1.0
Changes:
- df6642c pipelines: run build on new tag
- 9ec8160 pipelines: use correct path delimiter for macOS
- adc953a Use macOS for Azure Pipelines and don't publish
- 6a96b12 Set up CI with Azure Pipelines
- 5d74dfa regenerate lock and update package
- 1f3f203 readme: add note about other repositories
- bb24d04 project: add app screenshot
- 138f208 Update README
- 5241efb Fix reference to undefined variable in production builds
- 8477b2e update yarn lock
See more
- 6984406 package: bump version to 1.0, use definitive metadata
- 71be00b app: use definitive icon
- 53a6b81 app: set a better default background and handle external links
- ae5bccc index: improve page title
- d5fbc0c project: upgrade all deps & fix build
- 3d53e7e package: disable unnecessary linting on post-install
- 0a58e32 project: fix compilation on Win32
- ec61a97 move source to Robertof/so-project-src
- d62539d main: avoid vue template compilation
- 1f1e43e remove full bootstrap and use css-only version
- 029a09f scheduling: implement round robin
- 08973d4 ui: implement per-scheduler configuration
- 3fde73b scheduling/sjf: fix a typo in the algorithm description
- 7fc2fd6 Implement average process waiting time
- b411c62 ui: implement tooltips & various UI fixes
- 409dc48 project: add v-tooltip
- 1bd1e68 Remove hardcoded references to schedulers -- switch to dynamic
- f221902 scheduling: create a
Process
class and move related methods into it - 56edac2 scheduling: add SJF preemptive, change process time tracking
- 6d60975 scheduling/fcfs: migrate to new & quicker fast-forwarding algorithm
- 4b7aff4 ui: support auto-resizing of charts according to window size
- 65dbe6d project: add lodash (used for
debounce
) - a1ae14a scheduling: add SJF
- 9e8575e ui: add support for multiple scheduling algorithms
- b3ec053 scheduling: export sort-by-arrival as an utility
- 6414efd Refactor scheduling algorithms in their own files
- 1d864ba implement a placeholder message when no simulation hash been run yet
- f17db5a fix blurry text on Windows platforms
- ded7f49 Implement FCFS and first UI
- f4631d9 project: add bootstrap and font-awesome
- f295a12 eslintrc: use less strict linting
- 85ad6f0 add timelines-chart and first try
This list of changes was auto generated.