Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-29 | openrc-shutdown: missing includes from IWYU | Sam James | |
2023-01-25 | openrc-shutdown: mark stop_shutdown as noreturn, fix typo/indentation | Sam James | |
For -Wmissing-noreturn. | |||
2023-01-25 | openrc-shutdown: fix need_warning dead store | Sam James | |
It's already initialised to false at the start and it's clear when reading what the flow is. While at it, fix some indentation and adjust whitespace to make more readable. | |||
2022-04-09 | openrc-shutdown: remove rc- prefix from file names | William Hubbs | |
2022-04-06 | migrate fully to meson build system | William Hubbs | |
- drop old build system - move shared include and source files to common directory - drop "rc-" prefix from shared include and source files - move executable-specific code to individual directories under src - adjust top-level .gitignore file for new build system This closes #489. |