Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-01-10 | add eina_graph supports directed graphs | Jérémy Zurcher | 1 | -0/+1 |
2014-01-10 | use eina_array for adjacents list instead of custom implementation | Jérémy Zurcher | 1 | -33/+9 |
2014-01-05 | use enhanced eina_array for DFS stack | Jérémy Zurcher | 1 | -0/+19 |
2014-01-04 | DFS and BFS use 1 data array to improve spatial locality | Jérémy Zurcher | 1 | -5/+15 |
2014-01-04 | Eina_Graph_Adjacents is private struct -> add '_' prefix | Jérémy Zurcher | 1 | -5/+5 |
2014-01-03 | add Eina_Graph_BFS | Jérémy Zurcher | 1 | -0/+9 |
2014-01-03 | add macros CAST_V() and CAST_D() to support Eina_List(data)<->vertex number c... | Jérémy Zurcher | 1 | -0/+5 |
2014-01-03 | fix small typo and indentation | Jérémy Zurcher | 1 | -4/+4 |
2013-12-26 | add Eina_Graph_DFS | Jérémy Zurcher | 1 | -0/+8 |
2013-12-06 | add Eina_Graph: unweighted undirected graph | Jérémy Zurcher | 1 | -0/+38 |
2013-12-06 | Initial commit | Jérémy Zurcher | 1 | -0/+63 |