CMake-ready libexecstream 0.3 library.
- CMake scripts to build the library.
- Sources moved to
src/andinclude/libexecstream/directories. - Removed unnamed namespaces (Some implementation types from that
namespaces are being exposed to the API). Eliminates
-Wsubobject-linkageGCC warning. - Use
const char*instead ofchar*for string literals. Eliminates-Wwrite-stringsGCC warning.