summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-04-28Refactoring Input/Parser code to support external manipulation of the parser ...Christopher L. Conway
2010-04-28Added theory/arith/kind and enabled the smt parser to read in these symbols. ...Tim King
2010-04-27Adding Integer and Rational constants to SMTChristopher L. Conway
2010-04-27Adding a bit of documentation to the SMT parserChristopher L. Conway
2010-04-26Some cleanup. Also added the integer and real types.Dejan Jovanović
2010-04-26Adding the intermediary TypeNode to represent (and separate) the Types at the...Dejan Jovanović
2010-04-17Fixing compiler error for optimized buildsChristopher L. Conway
2010-04-15Adding info in the minisat READMEDejan Jovanović
2010-04-15Implementing missing NodeBuilder::constructNodeChristopher L. Conway
2010-04-15Enhancements to NodeManager tests, taking advantage of new Type implementationChristopher L. Conway
2010-04-15Moving debug output in ~ContextObj under a conditional. Should fix most of th...Christopher L. Conway
2010-04-14Marging from types 404:415, changes: MassiveDejan Jovanović
2010-04-14* Better dependency tracking for unit test building and linking, andMorgan Deters
2010-04-13Merging from branches/decl-scopes (r401:411)Christopher L. Conway
2010-04-13Doxygen fixesChristopher L. Conway
2010-04-09added experimental "make lcov" target (it runs only unit tests); better cover...Morgan Deters
2010-04-08A handful of build system fixes:Morgan Deters
2010-04-06* Add some protected ContextObj accessors for ContextObj-derived classes:Morgan Deters
2010-04-05Adding black-box tests for NodeManager (Closes bug #65)Christopher L. Conway
2010-04-05Removing unused functions that were causing compiler warningsChristopher L. Conway
2010-04-05Simplifying ANTLR3 overridesChristopher L. Conway
2010-04-05Moving sources copied from libantlr3c to separate fileChristopher L. Conway
2010-04-05Moving code imported from libantlr3c to separate file and adding copyright ex...Christopher L. Conway
2010-04-05fix most of the warnings in the parser by (1) quieting unused-function and un...Morgan Deters
2010-04-05Adding match override to AntlrInput, in attempt to workaround Bug #76Christopher L. Conway
2010-04-05Minor refactorings, in response to code review (Bug #73)Christopher L. Conway
2010-04-05Typos and renames for code reviewChristopher L. Conway
2010-04-05minor formatting and code guidelines, related to parser code review (bug #73)Morgan Deters
2010-04-04* Addressed issues brought up in Chris's review of Morgan'sMorgan Deters
2010-04-04* Node::isAtomic() now looks at an "atomic" attribute of argumentsMorgan Deters
2010-04-04Recommit revision 365 (undoing revision 375, which reverted revision 365).Morgan Deters
2010-04-03Reverting r365Christopher L. Conway
2010-04-02Overriding ANTLR3 error recovery routineChristopher L. Conway
2010-04-02Fixing double delete bug in main.cppChristopher L. Conway
2010-04-01Changing min/maxArity to use metakind info.Christopher L. Conway
2010-04-01Parser tweaks to address reviewChristopher L. Conway
2010-04-01Adding newly generated filesChristopher L. Conway
2010-04-01Removing Expr::operator=(uintptr_t n), as it's no longer used by the parser.Christopher L. Conway
2010-04-01cvc4 --show-config now gives library versionMorgan Deters
2010-04-01reran update-copyright.pl to get new contributors and add new header comments...Morgan Deters
2010-04-01* Minor code formatting stuff in src/expr/type.{h,cpp}. ConcludedMorgan Deters
2010-04-01minor forgotten things in last commitMorgan Deters
2010-04-01PARSER STUFF:Morgan Deters
2010-03-31Fix bug in SMT-LIB with let/flet bindingsChristopher L. Conway
2010-03-31Finishing parser cleanup. Code is now review-ready.Christopher L. Conway
2010-03-31More parser cleanup. Should fix problems with last commit.Christopher L. Conway
2010-03-31Code cleanup in parserChristopher 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
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback