Network Based Data Layer
C++ Application State Management Library
This project is a work in progress.
It now relies on the experimental language feature Parametric Expressions (P1221) .
There are two compiler forks, one of Clang and another that applies the changes in that fork to Emscripten's fork of Clang:
I'm keeping both up to date with bug fixes so I recommend using the Emscripten version since it supports all plarforms:
Both are available on Dockerhub and can be used with CppDock. (see the Build section below)
Nbdl uses CppDock with Docker to create a development environment with all of the dependencies installed.
See the
cppdock.json
file for information about dependencies.
To build both development environment images run the following:
cppdock build develop && cppdock build web_develop
To run the containers use the cppdock dev command:
cppdock dev develop
Then in the container's shell you can run one of the examples:
root@f2b146e7bad9:/opt/build# make run.example.pipes
Note: You may have to build the CppDock platform images locally as both projects are in a state of flux.