Add support for topological sorting (needed to order transactions)
authorJ. Ali Harlow <ali@juiblex.co.uk>
Sat, 9 May 2009 20:30:22 +0000 (21:30 +0100)
committerJ. Ali Harlow <ali@juiblex.co.uk>
Sat, 9 May 2009 20:30:22 +0000 (21:30 +0100)
commit362293329a88fcff788786ffea607824e35f9708
tree89a1ee78f282176acd0154e9179db909823d9a8d
parent2071b01d98b9d23bf2512415b3f22891d3c9158a
Add support for topological sorting (needed to order transactions)
14 files changed:
configure.ac
librazor/Makefile.am
librazor/razor-internal.h
librazor/types.c [deleted file]
librazor/types/Makefile.am [new file with mode: 0644]
librazor/types/array.c [new file with mode: 0644]
librazor/types/deque.c [new file with mode: 0644]
librazor/types/graph.c [new file with mode: 0644]
librazor/types/hashtable.c [new file with mode: 0644]
librazor/types/list.c [new file with mode: 0644]
librazor/types/test-deque.c [new file with mode: 0644]
librazor/types/test-graph.c [new file with mode: 0644]
librazor/types/test-hashtable.c [moved from librazor/test-hashtable.c with 98% similarity]
librazor/types/types.h [new file with mode: 0644]