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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-03
refactor tests
Jérémy Zurcher
1
-45
/
+43
2014-01-10
add eina_graph_dot_write()
Jérémy Zurcher
3
-0
/
+41
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 tests
Jérémy Zurcher
1
-0
/
+44
2014-01-03
add Eina_Graph_BFS
Jérémy Zurcher
5
-2
/
+305
2014-01-03
add macros CAST_V() and CAST_D() to support Eina_List(data)<->vertex number c...
Jérémy Zurcher
4
-8
/
+18
2014-01-03
fix small typo and indentation
Jérémy Zurcher
3
-6
/
+6
2013-12-26
add Eina_Graph_DFS tests
Jérémy Zurcher
1
-0
/
+60
2013-12-26
add Eina_Graph_DFS
Jérémy Zurcher
5
-2
/
+293
2013-12-26
Eina_Graph: add vertex arg check and error msg
Jérémy Zurcher
1
-1
/
+11
2013-12-25
add test case for basic Eina_Graph functions
Jérémy Zurcher
1
-4
/
+52
2013-12-06
add Eina_Graph: unweighted undirected graph
Jérémy Zurcher
6
-2
/
+344
2013-12-06
Initial commit
Jérémy Zurcher
21
-0
/
+1503