summaryrefslogtreecommitdiff
path: root/src/expr
AgeCommit message (Expand)Author
2010-04-01PARSER STUFF:Morgan Deters
2010-03-31Finishing parser cleanup. Code is now review-ready.Christopher L. Conway
2010-03-30Removing unnecessary .gitignoresChristopher L. Conway
2010-03-30Merging from branches/antlr3 (r246:354)Christopher L. Conway
2010-03-30I think this finishes off the CDMap<>/Attribute leaksMorgan Deters
2010-03-30Highlights of this commit are:Morgan Deters
2010-03-25Adding comments to NodeManagerChristopher L. Conway
2010-03-25new domain-specific language for kinds files: permits characterization of dif...Morgan Deters
2010-03-23Fixed some memory cleanup and destruction issues with ContextObj, ECData, CDL...Tim King
2010-03-16* test/unit/Makefile.am, test/unit/expr/attribute_white.h,Morgan Deters
2010-03-15This checkin resolves bug #57.Morgan Deters
2010-03-12* src/context/cdmap.h: rename orderedIterator to iterator, do awayMorgan Deters
2010-03-08This fixes regressions at levels >= 1 which were failingMorgan Deters
2010-03-08Fixing Debug("prop") => Debug("node") typoDejan Jovanović
2010-03-05* public/private code untangled (smt/smt_engine.h no longer #includesMorgan Deters
2010-03-04Committing a bug fix from Dejan. This resolves an issue with restoring ECData.Tim King
2010-03-02* NodeBuilder work: specifically, convenience builders. "a && b && c || d && e"Morgan Deters
2010-02-28* context.h - Changed cdlist::push_back to use a new copy constructor instead...Dejan Jovanović
2010-02-27A bag of unrelated fixes to bring trunk more in-line with recentMorgan Deters
2010-02-26* test/unit/context/context_black.h: Test CDList<>. In particular,Morgan Deters
2010-02-26TheoryUFWhite tests are added. There are also accompanying bug fixes. These c...Tim King
2010-02-26Changing the hashing in attributes to what Nodes do, i.e. hash on the id of t...Dejan Jovanović
2010-02-25Adding Node::getOperator()Christopher L. Conway
2010-02-25* src/expr/node_builder.h: fixed some overly-aggressive refcount decrementing.Morgan Deters
2010-02-25* src/expr/node.h: add a copy constructor. Apparently GCC doesn'tMorgan Deters
2010-02-25Created basic node builder and kind tests. Also fixed a couple of node builde...Tim King
2010-02-24Committing small changes to attribute, and theory to avoid future merge probl...Tim King
2010-02-23Minor optimizations to parser (use const string& for ids, keep only one bindi...Christopher L. Conway
2010-02-23cosmetic changes, comments, and renaming of Expr related stuff to Node (lefto...Dejan Jovanović
2010-02-22finally worksDejan Jovanović
2010-02-22Merging from branch branches/Liana r241Dejan Jovanović
2010-02-22Switching to types-as-attributes in parserChristopher L. Conway
2010-02-22* src/expr/attribute.h: fixed an issue with "const pointer"-valuedMorgan Deters
2010-02-22* configure.ac: Remove doc/ from search path for Makefile.amsMorgan Deters
2010-02-22Re-committing revision 232 properly:Morgan Deters
2010-02-22undoing improperly-committed revision 232; will re-commit to get "svn blame" ...Morgan Deters
2010-02-22* Add virtual destructors to CnfStream, Theory, OutputChannel, andCesare Tinelli
2010-02-22resolve bug 32; public-facing interface functions in expr package must set cu...Morgan Deters
2010-02-22fix bug 22 (remove tracing from non-trace builds; remove all outputMorgan Deters
2010-02-19specialized implementation for boolean node attributes ("flags"): they now sh...Morgan Deters
2010-02-19* Attribute infrastructure -- static design. Documentation is coming.Morgan Deters
2010-02-16removing assertion and warning that shouldn't be there. adding initialization...Dejan Jovanović
2010-02-12Changes to hashing that solve the xinetd boolean benchmark in 14s (from ~25mi...Dejan Jovanović
2010-02-09moving built-in kinds out of the kind.h prologue/middle for uniformity; added...Morgan Deters
2010-02-08Push/Pop parsing and commandsDejan Jovanović
2010-02-07Documenting type.h/cppChristopher L. Conway
2010-02-06force sorting of AC_CONFIG_FILES, otherwise different computers generate the ...Morgan Deters
2010-02-06Preliminary support for types in parserChristopher L. Conway
2010-02-04beautification of the prop engineDejan Jovanović
2010-02-04remove -*- c++ -*- emacs tag from source files (it overrides cvc4-c++-editing...Morgan Deters
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback