John Lindgren
31d42b50e2
src: include primary header first
...
This is a common practice in C projects, which simply enforces that
each header must compile cleanly without implicit dependencies on
other headers (see also the previous commit).
2025-07-29 21:51:56 +01:00
Andrew J. Hesford
2b877d2293
config/rcxml.c: fix parsing of three-state query parameters
2024-10-30 21:53:23 -04:00
Andrew J. Hesford
c9d08f8218
session: only update activation environment...
...
...when running DRM backend or by explicit request
2024-03-04 01:57:32 +01:00
kyak
266690091f
Remove headers not being used directly
...
Fix clangd warnings regarding headers not being used directly.
2023-12-22 20:19:39 +00:00
redtide
143714f1c9
src/common/parse-bool.c: support on/off boolean values
2023-09-13 05:27:27 +01:00
Johan Malm
ac1899ada5
parse-bool.c: add helpers to set bool/int iff valid boolean
2023-04-28 20:48:39 +01:00
Johan Malm
fa50149525
common/parse-bool.c: make parse_bool() generic
...
...to avoid multiple versions of a boolean-parser.
- Optionally take a default value
- Return -1 on error
- Rename get-bool.c to parse-bool.c
2023-04-26 15:11:31 +01:00