summaryrefslogtreecommitdiffstats
path: root/src/lib/eina_graph_private.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-10add eina_graph supports directed graphsJérémy Zurcher1-0/+1
2014-01-10use eina_array for adjacents list instead of custom implementationJérémy Zurcher1-33/+9
2014-01-05use enhanced eina_array for DFS stackJérémy Zurcher1-0/+19
2014-01-04DFS and BFS use 1 data array to improve spatial localityJérémy Zurcher1-5/+15
2014-01-04Eina_Graph_Adjacents is private struct -> add '_' prefixJérémy Zurcher1-5/+5
2014-01-03add Eina_Graph_BFSJérémy Zurcher1-0/+9
2014-01-03add macros CAST_V() and CAST_D() to support Eina_List(data)<->vertex number c...Jérémy Zurcher1-0/+5
2014-01-03fix small typo and indentationJérémy Zurcher1-4/+4
2013-12-26add Eina_Graph_DFSJérémy Zurcher1-0/+8
2013-12-06add Eina_Graph: unweighted undirected graphJérémy Zurcher1-0/+38
2013-12-06Initial commitJérémy Zurcher1-0/+63