Dan Cross cross
cross commented on pull request vitrine/wmaker#5 2025-10-31 11:01:41 -04:00
Tweak start-captive-wmaker.sh to behave a little more nicely.

LGTM

cross commented on pull request vitrine/wmaker#4 2025-10-29 15:44:29 -04:00
Rewrite WUtils bagtree.c in Rust

It feels like you almost don't need this at all; you could do everything you need to do with the Bag abstraction by just making it a newtype over a BTreeMap, and then dereferencing the newtype pointer at the FFI boundary. Something like,

cross commented on pull request vitrine/wmaker#1 2025-10-29 12:19:25 -04:00
memory: replace most of memory.c with Rust mem

I'm merging this into another branch and will open a PR for that to the main repo, under refactor/wutil-rs.

When you went in and updated calls to malloc/free, did you also look at…

cross created pull request vitrine/wmaker#1 2025-10-14 07:24:22 -04:00
memory: replace most of memory.c with Rust mem
cross pushed to malloc-rs at cross/wmaker 2025-10-14 07:23:04 -04:00
cross created branch malloc-rs in cross/wmaker 2025-10-14 07:23:04 -04:00
cross pushed to refactor/riir at cross/wmaker 2025-10-14 07:21:49 -04:00
d91275d959 memory: replace most of memory.c with Rust mem
cross created repository cross/wmaker 2025-10-14 06:51:32 -04:00