Differences From Artifact [5a8629e6a6]:
- File
src/objfw-defs.h.in
— part of check-in
[43c80a7593]
at
2023-05-21 17:47:10
on branch trunk
— Change how +[OFSystemInfo networkInterfaces] works
This removes functionality which will be restored later. (user: js, size: 1442) [annotate] [blame] [check-ins using] [more...]
To Artifact [ab0ba34911]:
- File
src/objfw-defs.h.in
— part of check-in
[c80075f6e4]
at
2024-02-13 22:06:12
on branch trunk
— Don't use max_align_t for OF_BIGGEST_ALIGNMENT
Now that we use SSE in some inline assembly, it needs to be at least 16.
However, _Alignof(max_align_t) can be just 8. (user: js, size: 1415) [annotate] [blame] [check-ins using] [more...]
︙ | |||
13 14 15 16 17 18 19 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | - | #undef OF_HAVE_CHOWN #undef OF_HAVE_FILES #undef OF_HAVE_FORWARDING_TARGET_FOR_SELECTOR #undef OF_HAVE_IPV6 #undef OF_HAVE_IPX #undef OF_HAVE_LIMITS_H #undef OF_HAVE_LINK |
︙ |