summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-01-03add Eina_Graph_BFSJérémy Zurcher5-2/+305
2014-01-03add macros CAST_V() and CAST_D() to support Eina_List(data)<->vertex number c...Jérémy Zurcher4-8/+18
2014-01-03fix small typo and indentationJérémy Zurcher3-6/+6
2013-12-26add Eina_Graph_DFS testsJérémy Zurcher1-0/+60
2013-12-26add Eina_Graph_DFSJérémy Zurcher5-2/+293
2013-12-26Eina_Graph: add vertex arg check and error msgJérémy Zurcher1-1/+11
2013-12-25add test case for basic Eina_Graph functionsJérémy Zurcher1-4/+52
2013-12-06add Eina_Graph: unweighted undirected graphJérémy Zurcher6-2/+344
2013-12-06Initial commitJérémy Zurcher21-0/+1503