Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dynamic-graph
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Olivier Stasse
dynamic-graph
Commits
cbb4d1ff
Commit
cbb4d1ff
authored
14 years ago
by
Thomas Moulard
Browse files
Options
Downloads
Patches
Plain Diff
Rewrite README using Markdown syntax.
parent
2eebf6db
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+28
-6
28 additions, 6 deletions
README.md
with
28 additions
and
6 deletions
README.md
+
28
−
6
View file @
cbb4d1ff
See INSTALL for installation instructions.
dynamic-graph
=============
The dynamic-graph library is a framework to create dynamic
This software provides an efficient way to modelize a C++ data-flow.
graphs of generic entities connected together by signals,
with helper facilities such as signal casters, an object
A dynamic graph data-flow is composed of:
factory and an object pool. It is a spin-off and was
-
entities (graph nodes)
originally part of the StackOfTasks library.
-
signals (input/output of a graph action)
Output signals can then be plugged into input signals to data
transmission.
An efficient caching mechanism avoid useless data recomputation and a
simple built-in language can be used to control the graph actions.
Setup
-----
To compile this package, it is recommended to create a separate build
directory:
mkdir _build
cd _build
cmake [OPTIONS] ..
make install
Please note that CMake produces a
`CMakeCache.txt`
file which should
be deleted to reconfigure a package from scratch.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment