Miscellaneous fixes
authorTim King <taking@google.com>
Thu, 24 Dec 2015 10:38:43 +0000 (05:38 -0500)
committerTim King <taking@google.com>
Thu, 24 Dec 2015 10:38:43 +0000 (05:38 -0500)
commita39ad6584c1d61e22e72b53c3838f4f675ed2e19
treeed40cb371c41ac285ca2bf41a82254a36134e132
parent87b0fe9ce10d1e5e9ed5a3e7db77f46bf3f68922
Miscellaneous fixes
- Splitting the two instances of CheckArgument. The template version is now always defined in base/exception.h and is available in a cvc4_public header. This version has lost its variadic version (due to swig not supporting va_list's). The CPP macro version has been renamed PrettyCheckArgument. (Taking suggestions for a better name.) This is now only defined in base/cvc4_assert.h. Only use this in cvc4_private headers and in .cpp files that can use cvc4_private headers. To use a variadic version of CheckArguments, outside of this scope, you need to duplicate this macro locally. See cvc3_compat.cpp for an example.
- Making fitsSignedInt() and fitsUnsignedInt() work more robustly for CLN on 32 bit systems.
- Refactoring ArrayStoreAll to avoid potential problems with circular header inclusions.
- Changing some headers to use iosfwd when possible.
76 files changed:
src/base/cvc4_assert.h
src/base/exception.cpp
src/base/exception.h
src/bindings/java_stream_adapters.h
src/compat/cvc3_compat.cpp
src/cvc4.i
src/expr/array_store_all.cpp
src/expr/array_store_all.h
src/expr/datatype.cpp
src/expr/datatype.h
src/expr/expr_manager_template.cpp
src/expr/expr_template.cpp
src/expr/kind_map.h
src/expr/kind_template.h
src/expr/matcher.h
src/expr/mkexpr
src/expr/node_manager.cpp
src/expr/node_manager.h
src/expr/predicate.cpp
src/expr/record.cpp
src/expr/result.cpp
src/expr/result.h
src/expr/sexpr.cpp
src/expr/statistics_registry.cpp
src/expr/statistics_registry.h
src/expr/symbol_table.cpp
src/expr/type.cpp
src/expr/uninterpreted_constant.cpp
src/expr/uninterpreted_constant.h
src/main/command_executor.h
src/main/command_executor_portfolio.h
src/main/interactive_shell.h
src/options/base_options
src/options/boolean_term_conversion_mode.cpp
src/options/boolean_term_conversion_mode.h
src/options/bv_bitblast_mode.cpp
src/options/bv_bitblast_mode.h
src/options/options_handler_interface.cpp
src/options/simplification_mode.cpp
src/options/simplification_mode.h
src/proof/cnf_proof.h
src/proof/proof_manager.h
src/proof/sat_proof.h
src/proof/theory_proof.h
src/proof/unsat_core.h
src/prop/minisat/core/Solver.h
src/smt/smt_engine.cpp
src/smt_util/command.cpp
src/smt_util/command.h
src/smt_util/model.h
src/theory/arith/cut_log.h
src/theory/arith/delta_rational.h
src/theory/logic_info.cpp
src/theory/logic_info.h
src/theory/quantifiers/quantifiers_rewriter.cpp
src/theory/theory_model.cpp
src/util/Makefile.am
src/util/abstract_value.cpp
src/util/abstract_value.h
src/util/bin_heap.h
src/util/bitvector.h
src/util/cardinality.cpp
src/util/cardinality.h
src/util/divisible.cpp
src/util/divisible.h
src/util/floatingpoint.cpp
src/util/integer_cln_imp.cpp
src/util/integer_cln_imp.h
src/util/integer_gmp_imp.cpp
src/util/integer_gmp_imp.h
src/util/proof.h
src/util/rational_cln_imp.cpp
src/util/rational_gmp_imp.cpp
src/util/subrange_bound.cpp [new file with mode: 0644]
src/util/subrange_bound.h
test/unit/expr/attribute_black.h