Addressed many of the concerns of bug 10 (build system code review).
authorMorgan Deters <mdeters@gmail.com>
Wed, 3 Feb 2010 22:20:25 +0000 (22:20 +0000)
committerMorgan Deters <mdeters@gmail.com>
Wed, 3 Feb 2010 22:20:25 +0000 (22:20 +0000)
commit64d530e5b9096e66398f92d93cf7bc4268df0e70
tree189d63541053faca0c778b0c92d84db8d2b1e0ff
parent842fd54de1da122f4c7274796550c2fe21c11db2
Addressed many of the concerns of bug 10 (build system code review).
Some parts split into other bugs: 19, 20, 21.

Addressed concerns of bug 11 (util package code review).

Slight parser source file modifications: file comments, #included
headers in generated parsers/lexers

Added CVC4::Result propagation back through
MiniSat->PropEngine->SmtEngine->main().  Silenced MiniSat when
verbosity is not requested.
25 files changed:
Makefile.builds.in
config/build-type
configure
configure.ac
src/Makefile.am
src/main/main.cpp
src/parser/Makefile.am
src/parser/antlr_parser.cpp
src/parser/antlr_parser.h
src/parser/cvc/cvc_lexer.g
src/parser/cvc/cvc_parser.g
src/parser/parser.h
src/parser/smt/smt_lexer.g
src/parser/smt/smt_parser.g
src/prop/minisat/core/Solver.C
src/prop/prop_engine.cpp
src/prop/prop_engine.h
src/smt/smt_engine.cpp
src/smt/smt_engine.h
src/util/Assert.h
src/util/command.cpp
src/util/command.h
src/util/output.cpp
src/util/output.h
src/util/result.h