Differences From Artifact [24da91ee6d]:
- File src/objfw-defs.h.in — part of check-in [9626d917a6] at 2010-10-31 22:18:49 on branch trunk — Check if 64 bit version of OSAtomic* functions is available. (user: js, size: 505) [annotate] [blame] [check-ins using]
To Artifact [5535a2e37e]:
- File
src/objfw-defs.h.in
— part of check-in
[6f4eb004a3]
at
2010-12-18 23:39:20
on branch trunk
— Add support for the new GNU runtime.
Currently, the properties test for nonatomic fails. This is a bug in
the new GNU runtime. (user: js, size: 531) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
12 13 14 15 16 17 18 19 20 21 | #undef OF_HAVE_POLL #undef OF_HAVE_PROPERTIES #undef OF_HAVE_PTHREADS #undef OF_HAVE_PTHREAD_SPINLOCKS #undef OF_HAVE_SCHED_YIELD #undef OF_HAVE_SYS_SELECT_H #undef OF_OBJFW_RUNTIME #undef OF_PLUGINS #undef OF_THREADS #undef SIZE_MAX | > | 12 13 14 15 16 17 18 19 20 21 22 | #undef OF_HAVE_POLL #undef OF_HAVE_PROPERTIES #undef OF_HAVE_PTHREADS #undef OF_HAVE_PTHREAD_SPINLOCKS #undef OF_HAVE_SCHED_YIELD #undef OF_HAVE_SYS_SELECT_H #undef OF_OBJFW_RUNTIME #undef OF_OLD_GNU_RUNTIME #undef OF_PLUGINS #undef OF_THREADS #undef SIZE_MAX |