Trond Norbye
|
cbb930024f
|
Allow headers to be included with -Werror and -Wundef
Users of the library may enforce a stricter set of compiler warnings causing
their builds to fail due to warnings emitted from the headers.
|
2012-08-09 01:09:09 +02:00 |
|
Ben Noordhuis
|
053d3afcbf
|
Make ngx_queue_foreach() impl more explicit.
|
2012-06-07 17:00:33 +02:00 |
|
Ben Noordhuis
|
7a2bd05493
|
Fix include guard in tree.h and ngx-queue.h
The C99 standard reserves all identifiers (including macros) that start with an
underscore and a capital letter.
Fixes #260.
|
2012-03-15 02:23:22 +01:00 |
|
Ben Noordhuis
|
6a9cb902ae
|
Add ngx_queue_foreach() macro.
|
2011-12-20 20:47:33 +01:00 |
|
Ryan Dahl
|
b47c474cfd
|
Move private headers into include/uv-private
|
2011-08-31 00:43:55 -07:00 |
|