mark some data structures and functions for export to language bindings
commite41ef1ac5e734eb57a3dcfa9e651bd53def312cc
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 21 Jul 2010 07:55:23 +0000 (21 09:55 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 6 Oct 2011 15:32:37 +0000 (6 17:32 +0200)
tree5568c5ef5aa3325aba7b453c624a3ec1b32c0c16
parent08995411d613fcb9b12aff15cdc3ec0d9a0b4525
mark some data structures and functions for export to language bindings

We prefer to only include function in interfaces to other languages
that have been explicitly marked for export.
In particular, we do not want to add functions that are obsolescent
and are only kept for backward compatibility, or functions that
only make sense for a C interface, or functions that are only meant
for other libraries such as barvinok that are tightly coupled to isl.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
include/isl/ctx.h
include/isl/map.h
include/isl/map_type.h
include/isl/polynomial.h
include/isl/polynomial_type.h
include/isl/set.h
include/isl/union_map.h
include/isl/union_set.h