unit/auto
Max Romanov cfed068c1d Macros for atomic 'OR' and 'AND' operations introduced.
Compiler built-ins used, where possible. Necessary configure checks added.
New macros:
    nxt_atomic_or_fetch(ptr, val)
    nxt_atomic_and_fetch(ptr, val)

Syntax and behaviour is similar to __sync_or_and_fetch and __sync_and_and_fetch
GCC build-ins.
2017-04-21 16:55:13 +03:00
..
cc Initial version. 2017-01-17 20:00:00 +03:00
echo Initial version. 2017-01-17 20:00:00 +03:00
modules Processes refactoring. 2017-03-09 18:03:27 +03:00
os Initial version. 2017-01-17 20:00:00 +03:00
atomic Macros for atomic 'OR' and 'AND' operations introduced. 2017-04-21 16:55:13 +03:00
clang Initial version. 2017-01-17 20:00:00 +03:00
events Initial version. 2017-01-17 20:00:00 +03:00
feature Initial version. 2017-01-17 20:00:00 +03:00
files Initial version. 2017-01-17 20:00:00 +03:00
have Initial version. 2017-01-17 20:00:00 +03:00
make Adding CFLAGS to link commands to pass flags required by 2017-03-14 19:05:43 +03:00
malloc Initial version. 2017-01-17 20:00:00 +03:00
mmap Initial version. 2017-01-17 20:00:00 +03:00
options Initial version. 2017-01-17 20:00:00 +03:00
pcre Initial version. 2017-01-17 20:00:00 +03:00
sendfile Initial version. 2017-01-17 20:00:00 +03:00
sockets Initial version. 2017-01-17 20:00:00 +03:00
sources JSON parsing in controller. 2017-04-10 17:06:22 +03:00
ssltls Initial version. 2017-01-17 20:00:00 +03:00
test_build Initial version. 2017-01-17 20:00:00 +03:00
threads Initial version. 2017-01-17 20:00:00 +03:00
time Initial version. 2017-01-17 20:00:00 +03:00
types Initial version. 2017-01-17 20:00:00 +03:00
unix Initial version. 2017-01-17 20:00:00 +03:00