summaryrefslogtreecommitdiff
path: root/src/shared/_usage.h
AgeCommit message (Collapse)Author
2025-01-07misc: Add --user/-U flag to common flags.Anna (navi) Figueiredo Gomes
Some binaries required to have their `atexit(cleanup)` calls moved to after argument parsing, since setting user mode also adds an atexit call, and cleaning up user paths should only happen after the cleanup of the application is done, thus needs to be set first.
2023-01-29shared: missing includes from IWYUSam James
2022-04-06migrate fully to meson build systemWilliam 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.