summaryrefslogtreecommitdiff
path: root/isl_sample_piplib.h
AgeCommit message (Collapse)AuthorFilesLines
2010-11-20Rename headers from isl_header.h to isl/header.hSven Verdoolaege1-1/+1
We need to turn on the nostdinc option of automake as otherwise it would include -I$(top_builddir)/include/isl in DEFAULT_INCLUDES because of AC_CONFIG_HEADERS(include/isl/config.h) in configure.ac. Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
2009-12-16add copyright statementsSven Verdoolaege1-0/+9
2008-10-11add struct_ctx field to isl_set and isl_mapSven Verdoolaege1-2/+1
Since isl_sets and isl_maps now know which isl_ctx they belong to, the isl_ctx argument of many functions can be dropped.
2008-08-25reimplement isl_basic_map_is_empty in terms of isl_basic_set_sampleSven Verdoolaege1-0/+17