Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dinowernli/ccproducers
A producer graph implementation in c++
https://github.com/dinowernli/ccproducers
Last synced: 9 days ago
JSON representation
A producer graph implementation in c++
- Host: GitHub
- URL: https://github.com/dinowernli/ccproducers
- Owner: dinowernli
- License: apache-2.0
- Created: 2016-11-19T15:11:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-27T16:54:21.000Z (about 8 years ago)
- Last Synced: 2024-11-12T22:37:35.667Z (2 months ago)
- Language: C++
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ccproducers
[![Build Status](https://travis-ci.org/dinowernli/ccproducers.svg?branch=master)](https://travis-ci.org/dinowernli/ccproducers)
A producer graph implementation in c++. For details on producers, see http://google.github.io/dagger/producers.html.
## Building and running
In order to build and run tests, execute
`> bazel test ...`