Age | Commit message (Expand) | 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 | -3/+3 |
2014-03-30 | some API function renamed | Jérémy Zurcher | 1 | -6/+6 |
2014-02-04 | implement eina_graph_bfs_shortest_path() with tests | Jérémy Zurcher | 1 | -13/+37 |
2014-02-04 | bfs: extract allocation out of eina_graph_bfs_new() | Jérémy Zurcher | 1 | -20/+31 |
2014-01-10 | use eina_array for adjacents list instead of custom implementation | Jérémy Zurcher | 1 | -4/+4 |
2014-01-05 | fix mem leak in BFS eina_list usage | Jérémy Zurcher | 1 | -0/+2 |
2014-01-04 | DFS and BFS use 1 data array to improve spatial locality | Jérémy Zurcher | 1 | -31/+20 |
2014-01-04 | Eina_Graph_Adjacents is private struct -> add '_' prefix | Jérémy Zurcher | 1 | -1/+1 |
2014-01-03 | add Eina_Graph_BFS | Jérémy Zurcher | 1 | -0/+184 |