New Features and Behaviour Changes in 1.1.0dp6
Implement ‘help’ command for cbc tool
Issues: RCBC-71
Undefine NDEBUG to avoid asserts to be optimized out
Fix compilation on macosx with gtest from homebrew
Issues: RCBC-72
Close dynamic libraries. Fixes small memory leak
Issues: RCBC-70
Include types definitions for POSIX systems. Fixes C++ builds on some systems.
Issues: RCBC-63
Fix win32 builds:
Add suffix to cbc command implementations;
Fix guards for socket errno macros;
Define size_t types to fix MSVC 9 build;
MSVC 9 isn’t C99, but has stddef.h, so just include it.