summaryrefslogtreecommitdiffstats
path: root/src/lib/eina_graph_dfs.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-04DFS and BFS use 1 data array to improve spatial localityJérémy Zurcher1-22/+19
2014-01-04Eina_Graph_Adjacents is private struct -> add '_' prefixJérémy Zurcher1-2/+2
2014-01-03add macros CAST_V() and CAST_D() to support Eina_List(data)<->vertex number c...Jérémy Zurcher1-6/+6
2014-01-03fix small typo and indentationJérémy Zurcher1-1/+1
2013-12-26add Eina_Graph_DFSJérémy Zurcher1-0/+184