zephyr/subsys/net/lib
Carlos Stuart 75f77db432 include: misc: util.h: Rename min/max to MIN/MAX
There are issues using lowercase min and max macros when compiling a C++
application with a third-party toolchain such as GNU ARM Embedded when
using some STL headers i.e. <chrono>.

This is because there are actual C++ functions called min and max
defined in some of the STL headers and these macros interfere with them.
By changing the macros to UPPERCASE, which is consistent with almost all
other pre-processor macros this naming conflict is avoided.

All files that use these macros have been updated.

Signed-off-by: Carlos Stuart <carlosstuart1970@gmail.com>
2019-02-14 22:16:03 -05:00
..
coap include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
config net: Remove net_app references from the code 2019-02-01 19:05:56 -05:00
dns include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
http net: http: Remove HTTP client and server APIs 2019-01-25 11:21:20 -05:00
lwm2m include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
mqtt net: mqtt: Add SOCKS5 proxy support 2019-02-08 14:20:44 +02:00
openthread openthread: Convert FLASH_ERASE_BLOCK_SIZE to DT_ 2019-02-08 22:39:07 -06:00
sntp net: Remove net_app references from the code 2019-02-01 19:05:56 -05:00
sockets include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
socks net: Add initial SOCKS5 support 2019-02-08 14:20:44 +02:00
tls_credentials drivers: wifi: simplelink: Implement setsockopt() for TLS offload 2018-11-23 09:16:21 -05:00
CMakeLists.txt net: lib: Remove CONFIG_HTTP reference 2019-02-11 22:29:58 -05:00
Kconfig net: Add initial SOCKS5 support 2019-02-08 14:20:44 +02:00