Shuffling around public vs. private headers
authorTim King <taking@google.com>
Wed, 30 Dec 2015 19:45:37 +0000 (11:45 -0800)
committerTim King <taking@google.com>
Wed, 30 Dec 2015 19:45:37 +0000 (11:45 -0800)
commitfa7f30a4ba08afe066604daee87006b4fb5f21f7
tree6eecac7cce64fa00f4ac5c18f023f1bc234435a3
parent1ce397129214a427a10ff3e33069e315fe13eec1
Shuffling around public vs. private headers
- Adding a script contrib/test_install_headers.h that tests whether one can include all cvc4_public headers. CVC4 can pass this test after this commit.
- Making lib/{clock_gettime.h,ffs.h,strtok_r.h} cvc4_private.
- Making prop/sat_solver_factory.h cvc4_private.
- Moving the expr iostream manipulators into their own files: expr_iomanip.{h,cpp}.
- Setting the generated *_options.h files back to being cvc4_private.
-- Removing the usage of options/expr_options.h from expr.h.
-- Removing the include of base_options.h from options.h.
- Cleaning up CPP macros in cvc4_public headers.
-- Changing the ROLL macro in floatingpoint.h into an inline function.
-- Removing the now unused flag -D__BUILDING_STATISTICS_FOR_EXPORT.
63 files changed:
contrib/test_install_headers.sh [new file with mode: 0755]
examples/hashsmt/sha1_collision.cpp
examples/hashsmt/sha1_inversion.cpp
examples/hashsmt/word.cpp
examples/nra-translate/normalize.cpp
examples/nra-translate/smt2info.cpp
examples/nra-translate/smt2todreal.cpp
examples/nra-translate/smt2toisat.cpp
examples/nra-translate/smt2tomathematica.cpp
examples/nra-translate/smt2toqepcad.cpp
examples/nra-translate/smt2toredlog.cpp
examples/sets-translate/sets_translate.cpp
examples/translator.cpp
src/compat/cvc3_compat.cpp
src/expr/Makefile.am
src/expr/expr_iomanip.cpp [new file with mode: 0644]
src/expr/expr_iomanip.h [new file with mode: 0644]
src/expr/expr_template.cpp
src/expr/expr_template.h
src/expr/node.h
src/expr/node_value.cpp
src/expr/statistics_registry.cpp
src/expr/statistics_registry.h
src/expr/type_node.cpp
src/expr/type_node.h
src/lib/clock_gettime.h
src/lib/ffs.h
src/lib/strtok_r.h
src/main/command_executor.cpp
src/main/command_executor_portfolio.cpp
src/main/driver_unified.cpp
src/main/interactive_shell.cpp
src/main/main.cpp
src/main/portfolio_util.cpp
src/main/portfolio_util.h
src/main/util.cpp
src/options/base_options_template.h
src/options/boolean_term_conversion_mode.h
src/options/bv_bitblast_mode.h
src/options/decision_mode.cpp
src/options/decision_mode.h
src/options/decision_weight.h
src/options/options.h
src/options/set_language.cpp
src/parser/parser.cpp
src/parser/parser_builder.cpp
src/printer/printer.cpp
src/printer/printer.h
src/proof/unsat_core.cpp
src/prop/minisat/minisat.cpp
src/prop/prop_engine.cpp
src/prop/sat_solver_factory.h
src/smt/smt_engine.cpp
src/smt/smt_options_handler.cpp
src/smt_util/command.cpp
src/smt_util/model.cpp
src/theory/quantifiers/term_database.cpp
src/util/floatingpoint.h
test/system/ouroborous.cpp
test/system/smt2_compliance.cpp
test/unit/main/interactive_shell_black.h
test/unit/parser/parser_black.h
test/unit/util/boolean_simplification_black.h