aboutsummaryrefslogtreecommitdiff
path: root/src/shared/helpers.h
AgeCommit message (Collapse)Author
2023-01-29shared: missing includes from IWYUSam James
2023-01-28src: shared: helpers: add missing includes to headerSam James
Needed for clang-tidy prep work, as it requires headers to work standalone (which is useful anyway).
2023-01-25shared: move _noreturn definition into helpers.hSam 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.