file header documentation regenerated with contributors names; no code modified in...
[cvc5.git] / src / main / main.cpp
2010-10-03 Morgan Detersfile header documentation regenerated with contributors...
2010-09-21 Morgan Detersremove assertion in TNode destructor and ensure all...
2010-09-21 Morgan Detersfix statistics-registry-related memory leaks
2010-09-13 Morgan Detersstatistics are now printed on timeout (SIGXCPU) and...
2010-07-06 Tim KingFixed exit status for competition mode.
2010-07-06 Morgan Detersadd Configuration::isCompetitionBuild() and some main...
2010-07-02 Morgan Detersre-generated comment headers of source files
2010-06-22 Tim KingMade ~Stat() virtual. Added some additional statistics...
2010-06-18 Tim KingMerging the statistics branch into the main trunk....
2010-06-04 Morgan Deters** Don't fear the files-changed list, almost all change...
2010-06-03 Christopher L. ConwayImplementing input from stdin (Fixes: #144)
2010-05-27 Christopher L. ConwayAdding NodeManager::prepareToBeDestroyed() (Fixes:...
2010-05-12 Christopher L. ConwayAdding ParserBuilder, reducing visibility of Parser...
2010-05-06 Christopher L. ConwayAdding --strict-parsing option
2010-05-04 Christopher L. ConwayDisabling semantic checks in competition mode.
2010-05-03 Morgan Detersmain driver supports .smt2 input, added an smt2 regress...
2010-04-28 Christopher L. ConwayRefactoring Input/Parser code to support external manip...
2010-04-04 Morgan Deters* Node::isAtomic() now looks at an "atomic" attribute...
2010-04-02 Christopher L. ConwayFixing double delete bug in main.cpp
2010-04-01 Christopher L. ConwayParser tweaks to address review
2010-04-01 Morgan Detersreran update-copyright.pl to get new contributors and...
2010-04-01 Morgan DetersPARSER STUFF:
2010-03-30 Christopher L. ConwayMerging from branches/antlr3 (r246:354)
2010-03-12 Morgan Deters* src/context/cdmap.h: rename orderedIterator to iterat...
2010-03-05 Morgan Deters* public/private code untangled (smt/smt_engine.h no...
2010-02-27 Christopher L. ConwayAdding --mmap option to use memory-mapped file input...
2010-02-25 Morgan Deters* src/expr/node.h: add a copy constructor. Apparently...
2010-02-22 Morgan Deters* configure.ac: Remove doc/ from search path for Makefi...
2010-02-22 Morgan Detersfix bug 33 (statically link the "cvc4" binary); also...
2010-02-18 Christopher L. ConwayAdding --no-checking option to disable semantic checks...
2010-02-16 Christopher L. ConwayAdding --parse-only option
2010-02-04 Morgan Detersremove -*- c++ -*- emacs tag from source files (it...
2010-02-04 Morgan Detersminor cleanup; give the main driver a different exit...
2010-02-04 Morgan Deterssrc/expr/kind.h is now automatically generated.
2010-02-04 Morgan Detersminor fix for update-copyright.pl; ran update-copyright...
2010-02-03 Morgan DetersAddressed many of the concerns of bug 10 (build system...
2009-12-18 Dejan JovanovićChanging some deatils on the parser. Now we know we...
2009-12-18 Dejan JovanovićLots of parser changes to make Chris happy. Yet more...
2009-12-17 Morgan Detersmore build system fix-ups
2009-12-17 Morgan Detersupdate-copyright.pl now retrieves and incorporates...
2009-12-17 Morgan Deters+ test infrastructure fixes
2009-12-17 Clark BarrettMinor changes from code review
2009-12-11 Dejan JovanovićExtracted the public Expr and ExprManager interface...
2009-12-10 Dejan Jovanovićkilling expr into node...
2009-12-10 Morgan Deterscleanups, assert work, add a stubbed uf theory, fix...
2009-12-09 Morgan Deterssome fixes and organizational adjustments to assert...
2009-12-08 Morgan Deterswork on propositional layer, expression builder support...
2009-12-07 Dejan Jovanovićantlr parser for the cvc4 language (boolean only)
2009-12-06 Dejan JovanovićBig chunk of changes:
2009-12-03 Morgan Detersparsing/expr/command/result/various other fixes
2009-11-25 Morgan Detersadditional work on parser hookup, configuration + build
2009-11-24 Morgan Detersvarious fixes and updates to use and support parser
2009-11-24 Morgan Detersconfigure option adjustments as per 11/24 meeting;...
2009-11-23 Morgan Detersfixups, file comments
2009-11-19 Morgan Deterstesting framework, configure fixes, incorporations...
2009-11-18 Morgan Deterswork on exprs, driver, util