]> git.ozlabs.org Git - ccan/commit
aga: Abstract Graph Algorithms
authorDavid Gibson <david@gibson.dropbear.id.au>
Tue, 21 Jul 2015 11:38:22 +0000 (21:38 +1000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Sat, 1 Aug 2015 14:29:25 +0000 (00:29 +1000)
commit3b7409ea08a7d1643bc7de31ece63e20b89f319b
treeca97219fbff9852c65b7c58906ae64500e19a3a5
parent833549edba41e825f66ba17507c908bce8eea425
aga: Abstract Graph Algorithms

New module.

This patch just adds the module, with some generic helper routines, no
actual algorithms are implemented yet.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
ccan/aga/LICENSE [new symlink]
ccan/aga/_info [new file with mode: 0644]
ccan/aga/aga.c [new file with mode: 0644]
ccan/aga/aga.h [new file with mode: 0644]
ccan/aga/private.h [new file with mode: 0644]
ccan/aga/test/compile_fail-mismatch1.c [new file with mode: 0644]
ccan/aga/test/compile_fail-mismatch2.c [new file with mode: 0644]
ccan/aga/test/compile_fail-mismatch3.c [new file with mode: 0644]
ccan/aga/test/compile_fail-mismatch4.c [new file with mode: 0644]
ccan/aga/test/compile_ok.c [new file with mode: 0644]