summaryrefslogtreecommitdiffstats
path: root/src/lib
AgeCommit message (Expand)AuthorFilesLines
2014-01-04Eina_Graph_Adjacents is private struct -> add '_' prefixJérémy Zurcher5-11/+11
2014-01-03add Eina_Graph_BFSJérémy Zurcher4-0/+301
2014-01-03add macros CAST_V() and CAST_D() to support Eina_List(data)<->vertex number c...Jérémy Zurcher3-6/+16
2014-01-03fix small typo and indentationJérémy Zurcher3-6/+6
2013-12-26add Eina_Graph_DFSJérémy Zurcher4-0/+289
2013-12-26Eina_Graph: add vertex arg check and error msgJérémy Zurcher1-1/+11
2013-12-06add Eina_Graph: unweighted undirected graphJérémy Zurcher5-0/+340
2013-12-06Initial commitJérémy Zurcher3-0/+215