rename Assert.h/Assert.cpp to cvc4_assert.h/cvc4_assert.cpp -- we need to make it...
authorMorgan Deters <mdeters@gmail.com>
Fri, 28 Sep 2012 20:14:40 +0000 (20:14 +0000)
committerMorgan Deters <mdeters@gmail.com>
Fri, 28 Sep 2012 20:14:40 +0000 (20:14 +0000)
commitc49dd8a78fcceeef058126797e6bbe44d23b6804
treeda81d63a01d019c25ea77b83f00917f4e4906035
parentb5178b5e0e520c388d45918fed8cf874d1b61280
rename Assert.h/Assert.cpp to cvc4_assert.h/cvc4_assert.cpp -- we need to make it unambiguous for case-insensitive filesystems like on Mac.  Fixes Mac builds
63 files changed:
src/context/cdchunk_list.h
src/context/cdhashmap.h
src/context/cdhashset.h
src/context/cdlist.h
src/context/cdo.h
src/context/cdvector.h
src/context/context.cpp
src/context/context.h
src/context/context_mm.cpp
src/cvc4.i
src/expr/expr_template.cpp
src/expr/metakind_template.h
src/expr/node.h
src/expr/node_builder.h
src/expr/node_manager.cpp
src/expr/node_self_iterator.h
src/expr/pickle_data.cpp
src/expr/pickler.cpp
src/expr/type_node.h
src/expr/type_properties_template.h
src/proof/proof_manager.cpp
src/prop/cnf_stream.cpp
src/prop/prop_engine.cpp
src/smt/smt_engine_scope.h
src/theory/arrays/static_fact_manager.cpp
src/theory/arrays/union_find.cpp
src/theory/datatypes/theory_datatypes.cpp
src/theory/logic_info.cpp
src/theory/output_channel.h
src/theory/quantifiers/theory_quantifiers.cpp
src/theory/theory.cpp
src/theory/theory_test_utils.h
src/theory/type_enumerator.h
src/theory/type_enumerator_template.cpp
src/util/Assert.cpp [deleted file]
src/util/Assert.h [deleted file]
src/util/Assert.i [deleted file]
src/util/Makefile.am
src/util/boolean_simplification.h
src/util/cvc4_assert.cpp [new file with mode: 0644]
src/util/cvc4_assert.h [new file with mode: 0644]
src/util/cvc4_assert.i [new file with mode: 0644]
src/util/datatype.cpp
src/util/dynamic_array.h
src/util/exception.h
src/util/matcher.h
src/util/predicate.cpp
src/util/recursion_breaker.h
src/util/result.cpp
src/util/sexpr.cpp
src/util/trans_closure.cpp
test/unit/context/cdmap_white.h
test/unit/context/cdo_black.h
test/unit/context/context_black.h
test/unit/context/context_white.h
test/unit/expr/attribute_white.h
test/unit/expr/node_builder_black.h
test/unit/expr/node_white.h
test/unit/expr/symbol_table_black.h
test/unit/memory.h
test/unit/prop/cnf_stream_white.h
test/unit/theory/theory_engine_white.h
test/unit/util/assert_white.h