Mobin

Results 97 comments of Mobin

Why workflows run for "Draft" PR? I must fix it.

> To be clear, I don't want to use meson as the default build system for dinit. I prefer that dinit can be built on a minimal POSIX system without...

I add shutdown/reboot/halt building to meson. its have `build_shutdown` option & its can be set to `enabled`, `disabled` & `auto`. if that option set to `auto`; because dinit dont support...

I search about it; but founds nothing. How to set `#define` in meson? I mean can set some `#define`s as preprocesser argument? We use a `mconfig.h` file. this file have...

> https://mesonbuild.com/Configuration.html > > Note: you can do this without an input file, or with an input template. Yep; i think to do this without original `mconfig` Thanks :)

@davmac314 I add a auto-detecter for `use_new_abi`. Usually `libstdc++` is bundled with `c++ compiler`. This means that they usually have similar versions, since checking the `libstdc++` version is simply not...

The more I work with `meson`, the more I like it. It provides a good framework for writing everything. I also thought about maintaining `make`: I will maintain `make`. It's...

> That doesn't sound right -- the Github Actions limits for public OSS repositories aren't based on minutes, you should get unlimited minutes. Although sometimes you do wait a bit...

I have already set up target `fuzz`. I'm a bit confused about meson subprojects in docs. My goal is for `fuzz` to be a separate part from the parts of...