** Don't fear the files-changed list, almost all changes are in the **
[cvc5.git] / src / expr / node_manager.cpp
2010-06-04 Morgan Deters** Don't fear the files-changed list, almost all change...
2010-05-28 Tim KingMoving the ITE removal from CnfStream to TheoryEngine...
2010-05-27 Morgan Detersfix bug #134: infinite deallocation loop
2010-05-27 Christopher L. ConwayAdding NodeManager::prepareToBeDestroyed() (Fixes:...
2010-05-04 Dejan JovanovićType-checking classes and hooks (not tested yet).
2010-04-14 Dejan JovanovićMarging from types 404:415, changes: Massive
2010-04-05 Christopher L. ConwayAdding black-box tests for NodeManager (Closes 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-01 Morgan Detersreran update-copyright.pl to get new contributors and...
2010-03-30 Morgan DetersHighlights of this commit are:
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-02-25 Christopher L. ConwayAdding Node::getOperator()
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* configure.ac: Remove doc/ from search path for Makefi...
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-02-01 Morgan Detersfix node manager code (bugzilla #15, comment #2) in...
2010-01-29 Morgan Detersfixed CNF conversion, and more modular; CNF conversion...
2010-01-26 Morgan Detersfixes to build structure, util classes, lots of fixes...
2009-12-18 Morgan Detersnumerous fixes to nodes; more coming
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 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...