Switch from matrix to relation data structure
commit6fe63ddc1896790c162bb2d13ce5c8050f4180de
authorCedric Bastoul <cedric.bastoul@u-psud.fr>
Tue, 5 Oct 2010 21:02:25 +0000 (5 23:02 +0200)
committerCedric Bastoul <cedric.bastoul@u-psud.fr>
Fri, 22 Apr 2011 13:06:45 +0000 (22 15:06 +0200)
treefaadb4a787ff7203443dc7a56e3bdb54443f45a5
parent9ffddee73b760c2c1f1f3d84c50dbac4e8f3c7cb
Switch from matrix to relation data structure
30 files changed:
autogen.sh
configure.in
doc/clan.texi
include/Makefile.am
include/openscop/arrays.h [copied from include/openscop/vector.h with 78% similarity]
include/openscop/comment.h [copied from include/openscop/vector.h with 78% similarity]
include/openscop/extension.h [copied from include/openscop/vector.h with 74% similarity]
include/openscop/macros.h
include/openscop/openscop.h
include/openscop/relation.h
include/openscop/relation_list.h [moved from include/openscop/matrix.h with 68% similarity]
include/openscop/scop.h.in
include/openscop/statement.h
include/openscop/util.h [copied from include/openscop/openscop.h with 82% similarity]
include/openscop/vector.h
redo.sh [new file with mode: 0755]
source/Makefile.am
source/extension.c [new file with mode: 0644]
source/extensions/arrays.c [copied from include/openscop/vector.h with 76% similarity]
source/extensions/comment.c [copied from include/openscop/vector.h with 76% similarity]
source/matrix.c [deleted file]
source/relation.c [new file with mode: 0644]
source/relation_list.c [new file with mode: 0644]
source/scop.c
source/statement.c
source/util.c [new file with mode: 0644]
source/vector.c
tests/Makefile.am
tests/openscop_test.c
tests/polynom.scop