This is a merge from the "theoryfixes+cdattrhash" branch. The changes
[cvc5.git] / src / expr / node_manager.h
2011-03-25 Morgan DetersThis is a merge from the "theoryfixes+cdattrhash" branc...
2011-01-05 Dejan JovanovićCommit for the theory engine and rewriter changes....
2010-12-14 Morgan Deterscongruence closure module now supports things other...
2010-10-28 Christopher L. ConwayChanging NodeBuilder::debugCheckType() to maybeCheckType()
2010-10-27 Christopher L. ConwayModifying getType to use a non-recursive algorithm...
2010-10-24 Morgan Detersadd a CVC4_UNDEFINED keyword, for intentionally undefin...
2010-10-22 Morgan Deterscomment out the "interactive" check in SmtEngine::getVa...
2010-10-08 Morgan Deters* (define-fun...) now has proper type checking in non...
2010-10-07 Morgan Deterstype checking for define-fun in production builds;...
2010-10-06 Morgan Detersdeclare-sort, define-sort working but not thoroughly...
2010-10-05 Morgan Detersparser and core support for SMT-LIBv2 commands get...
2010-10-03 Morgan Detersfile header documentation regenerated with contributors...
2010-09-28 Morgan Detersfix TLS support for platforms (e.g. Mac OS X) where...
2010-09-27 ACSYSadd workaround for systems (i.e., Mac OS X) that don...
2010-09-21 Morgan Detersremove assertion in TNode destructor and ensure all...
2010-09-21 Christopher L. ConwayMoving automatic type check to NodeBuilder (Fixes:...
2010-09-20 Dejan Jovanovićbitvector rewriting for the core theory and testcases
2010-08-17 Morgan DetersMerge from "cc" branch:
2010-07-29 Christopher L. ConwayAdding configuration_private.h to allow inlining of...
2010-07-28 Christopher L. ConwayForcing a type check on Node construction in debug...
2010-07-27 Christopher L. ConwayAdding optional 'check' parameter to getType() methods
2010-07-06 Morgan DetersDon't eagerly collect zombies. This should speed up...
2010-07-02 Morgan Deters* Added white-box TheoryEngine test that tests the...
2010-06-30 Morgan Deters* theory "tree" rewriting implemented and works
2010-06-16 Tim KingThis commit just contains miscellaneous arithmetic...
2010-06-04 Morgan Deters** Don't fear the files-changed list, almost all change...
2010-05-31 Christopher L. ConwayFirst draft implementation of mkAssociative
2010-05-27 Morgan Detersfix bug #134: infinite deallocation loop
2010-05-27 Morgan DetersRemove isAtomic() as per 4/27/2010 meeting. Add commen...
2010-05-27 Christopher L. ConwayAdding NodeManager::prepareToBeDestroyed() (Fixes:...
2010-05-13 Christopher L. ConwayMinor refactorings and corrections to comments
2010-05-04 Dejan JovanovićType-checking classes and hooks (not tested yet).
2010-05-02 Dejan Jovanovićsmt parser for bit-vectors
2010-05-01 Dejan JovanovićFix for the last night's build errors (type that broke...
2010-04-30 Dejan JovanovićFix for bug 115, mapping was going in the wrong direction.
2010-04-29 Dejan JovanovićAdded the capability to construct expressions by passin...
2010-04-26 Dejan JovanovićSome cleanup. Also added the integer and real types.
2010-04-26 Dejan JovanovićAdding the intermediary TypeNode to represent (and...
2010-04-15 Christopher L. ConwayEnhancements to NodeManager tests, taking advantage...
2010-04-14 Dejan JovanovićMarging from types 404:415, changes: Massive
2010-04-13 Christopher L. ConwayDoxygen fixes
2010-04-06 Morgan Deters* Add some protected ContextObj accessors for ContextOb...
2010-04-05 Christopher L. ConwayAdding black-box tests for NodeManager (Closes bug...
2010-04-05 Christopher L. ConwayMinor refactorings, in response to code review (Bug...
2010-04-05 Christopher L. ConwayTypos and renames for code review
2010-04-04 Morgan Deters* Addressed issues brought up in Chris's review of...
2010-04-04 Morgan Deters* Node::isAtomic() now looks at an "atomic" attribute...
2010-04-01 Morgan Detersreran update-copyright.pl to get new contributors and...
2010-04-01 Morgan DetersPARSER STUFF:
2010-03-31 Christopher L. ConwayFinishing parser cleanup. Code is now review-ready.
2010-03-30 Morgan DetersI think this finishes off the CDMap<>/Attribute leaks
2010-03-30 Morgan DetersHighlights of this commit are:
2010-03-25 Christopher L. ConwayAdding comments to NodeManager
2010-03-23 Tim KingFixed some memory cleanup and destruction issues with...
2010-03-16 Morgan Deters* test/unit/Makefile.am, test/unit/expr/attribute_white.h,
2010-03-12 Morgan Deters* src/context/cdmap.h: rename orderedIterator to iterat...
2010-03-08 Morgan DetersThis fixes regressions at levels >= 1 which were failing
2010-03-05 Morgan Deters* public/private code untangled (smt/smt_engine.h no...
2010-03-02 Morgan Deters* NodeBuilder work: specifically, convenience builders...
2010-02-26 Morgan Deters* test/unit/context/context_black.h: Test CDList<>...
2010-02-25 Christopher L. ConwayAdding Node::getOperator()
2010-02-25 Morgan Deters* src/expr/node_builder.h: fixed some overly-aggressive...
2010-02-25 Morgan Deters* src/expr/node.h: add a copy constructor. Apparently...
2010-02-23 Christopher L. ConwayMinor optimizations to parser (use const string& for...
2010-02-22 Christopher L. ConwaySwitching to types-as-attributes in parser
2010-02-22 Morgan Deters* src/expr/attribute.h: fixed an issue with "const...
2010-02-22 Morgan Deters* configure.ac: Remove doc/ from search path for Makefi...
2010-02-22 Morgan Detersresolve bug 32; public-facing interface functions in...
2010-02-19 Morgan Deters* Attribute infrastructure -- static design. Documenta...
2010-02-12 Dejan JovanovićChanges to hashing that solve the xinetd boolean benchm...
2010-02-04 Morgan Detersremove -*- c++ -*- emacs tag from source files (it...
2010-02-04 Morgan Detersminor fix for update-copyright.pl; ran update-copyright...
2010-01-25 Morgan Detersminor fixes to scoped-context node manager
2010-01-25 Morgan Detersscoped node managers
2009-12-17 Morgan Detersupdate-copyright.pl now retrieves and incorporates...
2009-12-17 Morgan Deters+ test infrastructure fixes
2009-12-16 Morgan Deters+ refactoring fixes for expr package based on code...
2009-12-16 Tim KingSmall refactoring changes for the expr package.
2009-12-16 Morgan DetersFixes to the build system:
2009-12-11 Dejan JovanovićExtracted the public Expr and ExprManager interface...
2009-12-10 Dejan Jovanovićkilling expr into node...