Forked from
Stack Of Tasks / dynamic-graph
459 commits behind the upstream repository.
g_pool and g_factory global variables have been replaced by static methods getInstance in each class. getInstance returns a pointer to the unique instance of the class and creates it if needed.