drop C++ bindings
commit4a20ef8e3d97f5986686723cfb398a19cefb6b39
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Sun, 4 Feb 2018 08:06:48 +0000 (4 09:06 +0100)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Wed, 14 Feb 2018 22:00:35 +0000 (14 23:00 +0100)
tree81b41bf4512548a7d4147b5a933ac84d7dbb70d6
parentda6b99b6ce6ed24b5b850c2d91a4c6798b8b86a2
drop C++ bindings

The bindings currently being generated are those for use
in the specific case where exceptions cannot be used.
Feedback on a proposal for also generating C++ bindings
with exceptions revealed that there is no consensus
on what these two sets of bindings should look like,
or indeed on whether they could somehow be combined.
Drop the current C++ bindings such that this issue
does not block the 0.19 release.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
12 files changed:
Makefile.am
configure.ac
interface/Makefile.am
interface/cpp.cc [deleted file]
interface/cpp.h [deleted file]
interface/extract_interface.cc
interface/isl-noexceptions.h.bot [deleted file]
interface/isl-noexceptions.h.pre [deleted file]
interface/isl-noexceptions.h.top [deleted file]
interface/isl_test_cpp-noexceptions.cc [deleted file]
m4/ax_cxx_compile_stdcxx.m4 [deleted file]
m4/ax_cxx_compile_stdcxx_11.m4 [deleted file]