summaryrefslogtreecommitdiff
path: root/ufo/ufo-graph.c
Commit message (Collapse)AuthorAge
* Remove old fix to solve outstanding leak issueMatthias Vogelgesang2016-03-31
|
* Revert "Fix reference leakage"Matthias Vogelgesang2016-03-16
| | | | | | | This reverts commit 86653b1d59e017550a48a25faf136b7de5064a1e. In a Python context the copies are accessed by the garbage collector and will cause nasty messages.
* Fix reference leakageMatthias Vogelgesang2015-08-20
| | | | | When expanding the node, only the copies were marked for clean up. This change also adds the originating nodes to the list of nodes that are unreferenced.
* Allow multi input tasks for remote processingSven Werchner2015-02-11
|
* Improve GI and gtkdoc annotationsMatthias Vogelgesang2014-10-21
|
* Fix #33: ref to-be-copied nodeMatthias Vogelgesang2014-08-27
|
* Add experimental support for single-node expansionMatthias Vogelgesang2014-08-26
|
* Improve longest path searchMatthias Vogelgesang2014-04-30
| | | | However, this requires also changes in the task graph expansion.
* Add shallow subgraphsMatthias Vogelgesang2014-04-30
|
* Add shallow graph copiesMatthias Vogelgesang2014-04-30
|
* Move finding longest path to UfoGraph base classMatthias Vogelgesang2014-04-30
|
* Replace GList for loops with g_list_for macroMatthias Vogelgesang2013-12-11
| | | | | | Although the name suggests that the macro comes from the official GLib sources, it is not the case but defined in compat.h. g_list_ is used as a prefix because the macro is working only with GList type lists.
* Fix some annotation problemsMatthias Vogelgesang2013-07-08
|
* Unref expanded nodes explicitlyMatthias Vogelgesang2013-06-06
| | | | This fixes an OpenCL resource leak that prevents running ufod for a longer time.
* Provide element type for return valueMatthias Vogelgesang2013-05-16
|
* Provide function to flatten graphMatthias Vogelgesang2013-05-16
|
* Fix #189: don't copy nodes with more than one inputMatthias Vogelgesang2013-05-15
|
* Add method to get the number of pre-/successorsMatthias Vogelgesang2013-05-14
|
* Don't create exact same edge againMatthias Vogelgesang2013-04-18
|
* Provide graph copy functionalityMatthias Vogelgesang2013-04-04
|
* Remove type registrationMatthias Vogelgesang2013-02-22
|
* Replace "split" with "expand"Matthias Vogelgesang2013-02-08
|
* Export UfoEdge and add ufo_graph_get_edges()Matthias Vogelgesang2013-02-07
|
* Revert "Revert "Add ufo_graph_get_predecessors""Matthias Vogelgesang2013-02-07
| | | | | | | | This reverts commit 6a2824be5c2f5f317626f99b7fdcd93cd4d653af. Conflicts: ufo/ufo-graph.c
* More doc fixesMatthias Vogelgesang2013-02-06
|
* Adapt inclusion in source filesMatthias Vogelgesang2013-01-31
|
* Move src -> ufo to allow ufo/foo.h inclusionMatthias Vogelgesang2013-01-31