Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-21 | openrc: fix help messages | xdavidwu | |
The two lines seem to both belong to --override, but made into seperate array elements accidentally, making options after --override and their help mismatch. This fixes it. | |||
2022-04-30 | multiple spelling and typo fixes | Josh Soref | |
This fixes #516. | |||
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. |