add struct_ctx field to isl_set and isl_map
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 9 Sep 2008 08:09:34 +0000 (10:09 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 11 Oct 2008 21:37:28 +0000 (23:37 +0200)
commit7cd47d61a34916dd23e658e3b8bac9b2abfe8b1d
tree67402ef7f2793bc83f7169699891f0a92277898d
parent608fe1dc7d7df7c60b18af546ec719e3a4c7ee81
add struct_ctx field to isl_set and isl_map

Since isl_sets and isl_maps now know which isl_ctx they belong
to, the isl_ctx argument of many functions can be dropped.
25 files changed:
include/isl_ctx.h.in
include/isl_map.h
include/isl_map_piplib.h
include/isl_map_polylib.h
include/isl_set.h
include/isl_set_polylib.h
isl_affine_hull.c
isl_convex_hull.c
isl_ctx.c
isl_equalities.c
isl_equalities.h
isl_input.c
isl_input_omega.c
isl_map.c
isl_map_no_piplib.c
isl_map_piplib.c
isl_map_polylib.c
isl_map_private.h
isl_mat.c
isl_sample.c
isl_sample.h
isl_sample_no_piplib.c
isl_sample_piplib.c
isl_sample_piplib.h
isl_test.c