aboutsummaryrefslogtreecommitdiffstats
path: root/crates/libmpv2 (unfollow)
Commit message (Collapse)Author
2025-06-16style(treewide): ReformatBenedikt Peetz
2025-06-16fix(libmpv2-sys): Avoid generating comments, that confuse rustdocBenedikt Peetz
2025-06-13build(treewide): UpdateBenedikt Peetz
2025-03-21chore(treewide): Migrate to rust edition 2024Benedikt Peetz
Even though the diff in the libmpv2 crate is quite big, it really only added `unsafe` blocks to the `unsafe` functions.
2025-02-22chore(treewide): Add/Update the license headersBenedikt Peetz
2025-02-21fix(crates/libmpv2/mpv): Log the setting of propertiesBenedikt Peetz
2025-02-21chore(crates/libmpv2): Make `cargo clippy` happyBenedikt Peetz
2025-02-16style(treewide): Re-formatBenedikt Peetz
2025-02-14fix(crates/libmpv2/Mpv::command): Correctly escape argumentsBenedikt Peetz
This allows us to avoid all these ad-hoc command escaping `format!` invocations.
2025-02-14fix(crates/libmpv2): Improve the error message for the `RawError`Benedikt Peetz
Additionally, this commits migrates the error away from `thiserror`, simply because the crate is not needed at this scale.
2024-12-14build(treewide): UpdateBenedikt Peetz
2024-11-16build(treewide): Update dependenciesBenedikt Peetz
2024-11-04build(treewide): UpdateBenedikt Peetz
2024-10-14refactor(libmpv2): Include in the workspaceBenedikt Peetz
2024-10-14test(treewide): Fix, so they compile and ignoreBenedikt Peetz
The tests are just not in an ideal state right now. Running them via `cargo test` still works, but the `yt_dlp` test simply seem to deadlock?
2024-10-14refactor(treewide): Conform to the clippy and rust lintsBenedikt Peetz
2024-10-14refactor(treewide): Combine the separate crates in one workspaceBenedikt Peetz
2024-10-07build(crates/libmpv2/update.sh): Correctly specify child update pathsBenedikt Peetz
2024-08-25build(update.sh): Correct path specifications and upgrade incompatible depsBenedikt Peetz
2024-08-25build(treewide): UpdateBenedikt Peetz
2024-08-24refactor(watch): Don't track the playlist, use the properties of `mpv` insteadBenedikt Peetz
2024-08-23refactor(libmpv2): Move to the `crates` directoryBenedikt Peetz