* Fix language bindings: various issues
authorMorgan Deters <mdeters@gmail.com>
Mon, 12 Nov 2012 18:34:32 +0000 (18:34 +0000)
committerMorgan Deters <mdeters@gmail.com>
Mon, 12 Nov 2012 18:34:32 +0000 (18:34 +0000)
commit1c2c416b953309279c43c86a46b5690642ff95dd
tree3cee55cb762199ca28aeceaa589431c064459748
parent0ba075e240b2083163ab35a3580547cae6927b6c
* Fix language bindings: various issues
** remove a number of warnings in bindings generation
** give appropriate names for operator-overloading
** make sure Java language bindings are built with -fno-strict-aliasing, to ensure the optimizer doesn't produce bad code

* Also remove BitVector::equals(), which wasn't used and was inconsistently implemented (operator==() is still there).

(this commit was certified error- and warning-free by the test-and-commit script.)
16 files changed:
configure.ac
src/bindings/Makefile.am
src/cvc4.i
src/expr/command.h
src/expr/type.i
src/util/Makefile.am
src/util/array_store_all.i
src/util/bitvector.h
src/util/bitvector.i
src/util/bool.i
src/util/datatype.i
src/util/integer.i
src/util/rational.i
src/util/sexpr.i
src/util/statistics.i
src/util/subrange_bound.i