quakeforge/libs
Bill Currie 2b879af3e1 Fix most of the hacks for clang
gcc didn't like a couple of the changes (rightly so: one was actually
incorrect), and the fix for qfcc I didn't think to suggest while working
with Emily.

The general CFLAGS etc fixes mostly required just getting the order of
operations right: check for attributes after setting the warnings flags,
though those needed some care for gcc as it began warning about main
wanting the const attribute.

Fixing the imui link errors required moving the ui functions and setup
to vulkan_lighting.c, which is really the only place they're used.
2023-08-11 18:29:30 +09:00
..
audio Fix most of the hacks for clang 2023-08-11 18:29:30 +09:00
client Implement clang support 2023-08-11 14:25:01 +09:00
console Fix most of the hacks for clang 2023-08-11 18:29:30 +09:00
ecs [ecs] Move correct number of subpool ranges 2023-07-11 00:06:21 +09:00
gamecode Implement clang support 2023-08-11 14:25:01 +09:00
gib Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
image Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
input Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
models Fix most of the hacks for clang 2023-08-11 18:29:30 +09:00
net Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
qw [util] Make sizebuf and msg sizes unisgned 2021-04-04 15:53:53 +09:00
ruamoko [scene] Support extra component systems 2023-08-05 01:35:09 +09:00
scene Fix most of the hacks for clang 2023-08-11 18:29:30 +09:00
ui Fix most of the hacks for clang 2023-08-11 18:29:30 +09:00
util Implement clang support 2023-08-11 14:25:01 +09:00
video Fix most of the hacks for clang 2023-08-11 18:29:30 +09:00
Makemodule.am [ecs] Move ECS core into its own library 2022-10-26 17:24:03 +09:00