summaryrefslogtreecommitdiffstats
path: root/src/lib/eina_graph_dfs.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-10add a few comments into private header, rename some fields, do not use data* ...HEADmasterJérémy Zurcher1-10/+6
2014-03-30some API function renamedJérémy Zurcher1-3/+3
2014-01-10use eina_array for adjacents list instead of custom implementationJérémy Zurcher1-8/+8
2014-01-05use enhanced eina_array for DFS stackJérémy Zurcher1-10/+12
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