ObjFW  Check-in [953895c116]

Overview
Comment:Add OF_ATOMIC_OPS define to work around missing atomic ops if needed.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 953895c1169bb1d9efb85804a0d8ecb722490acf75914d591d741bea119c07e7
User & Date: js on 2010-01-29 19:31:56
Other Links: manifest | tags
Context
2010-01-30
00:45
Define OF_ATOMIC_OPS if we don't have threads.
Without threads, we just don't care about atomicity.
check-in: 1823d543f3 user: js tags: trunk
2010-01-29
19:31
Add OF_ATOMIC_OPS define to work around missing atomic ops if needed. check-in: 953895c116 user: js tags: trunk
19:29
Introduce OF_HAVE_PTHREADS define instead of #ifndef _WIN32. check-in: d08376bc1f user: js tags: trunk
Changes