index
:
eina_graph
directed
master
C/EFL graph processing library
Jérémy Zurcher
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-04
bfs: extract allocation out of eina_graph_bfs_new()
Jérémy Zurcher
1
-20
/
+31
2014-02-04
typo
Jérémy Zurcher
1
-1
/
+1
2014-01-10
add eina_graph_dot_write()
Jérémy Zurcher
2
-0
/
+35
2014-01-10
use eina_array for adjacents list instead of custom implementation
Jérémy Zurcher
5
-73
/
+34
2014-01-05
use enhanced eina_array for DFS stack
Jérémy Zurcher
2
-10
/
+31
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
3
-58
/
+54
2014-01-04
Eina_Graph_Adjacents is private struct -> add '_' prefix
Jérémy Zurcher
5
-11
/
+11
2014-01-03
add Eina_Graph_BFS
Jérémy Zurcher
4
-0
/
+301
2014-01-03
add macros CAST_V() and CAST_D() to support Eina_List(data)<->vertex number c...
Jérémy Zurcher
3
-6
/
+16
2014-01-03
fix small typo and indentation
Jérémy Zurcher
3
-6
/
+6
2013-12-26
add Eina_Graph_DFS
Jérémy Zurcher
4
-0
/
+289
2013-12-26
Eina_Graph: add vertex arg check and error msg
Jérémy Zurcher
1
-1
/
+11
2013-12-06
add Eina_Graph: unweighted undirected graph
Jérémy Zurcher
5
-0
/
+340
2013-12-06
Initial commit
Jérémy Zurcher
3
-0
/
+215