Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-04-10 | add a few comments into private header, rename some fields, do not use data* ↵HEADmaster | Jérémy Zurcher | 1 | -10/+6 | |
in dfs/bfs | |||||
2014-03-30 | some API function renamed | Jérémy Zurcher | 1 | -3/+3 | |
2014-01-10 | use eina_array for adjacents list instead of custom implementation | Jérémy Zurcher | 1 | -8/+8 | |
2014-01-05 | use enhanced eina_array for DFS stack | Jérémy Zurcher | 1 | -10/+12 | |
2014-01-04 | DFS and BFS use 1 data array to improve spatial locality | Jérémy Zurcher | 1 | -22/+19 | |
2014-01-04 | Eina_Graph_Adjacents is private struct -> add '_' prefix | Jérémy Zurcher | 1 | -2/+2 | |
2014-01-03 | add macros CAST_V() and CAST_D() to support Eina_List(data)<->vertex number ↵ | Jérémy Zurcher | 1 | -6/+6 | |
conversion | |||||
2014-01-03 | fix small typo and indentation | Jérémy Zurcher | 1 | -1/+1 | |
2013-12-26 | add Eina_Graph_DFS | Jérémy Zurcher | 1 | -0/+184 | |