Contributors, please look over coding guidelines in CppTips.
Currently built/tested with g++ on Linux using GNU make (feel free to port it ) For other prerequisites see cpp/README.
Testing guidelines:
- All classes should be unit tested with CppUnit. TODO details on framework,.
- Broker should pass PythonBrokerTests with
./run-tests -I cpp_ignore.tests
You should never commit unless all the tests are passing.
TODO: implement/describe one-step automated test run.
TODO: Better getting-started info for committers.
TODO: Move info in cpp/README to wiki.