summaryrefslogtreecommitdiff
path: root/src/expr
AgeCommit message (Expand)Author
2016-02-01Removing the CVC4_PUBLIC attribute from the forward declaration of Record in ...Tim King
2016-01-28Adding listeners to Options.Tim King
2016-01-08Adding a new Listener utility class. Changing the ResourceManager to use List...Tim King
2016-01-08Removing StatisticsRegistry's static functions current() and registerStat().Tim King
2016-01-06fix windows buildsKshitij Bansal
2016-01-05Moving sexpr.{cpp,h,i} from expr/ back into util/.Tim King
2016-01-05Add SmtGlobals ClassTim King
2016-01-05Adding a new class LastExceptionBuffer for the purpose of owning the memory f...Tim King
2015-12-30Shuffling around public vs. private headersTim King
2015-12-24Changing the attribute on the forward declaration of SetType in emptyset.h. T...Tim King
2015-12-24Adding a missing return on the new ArrayStoreAll::operator= .Tim King
2015-12-24Miscellaneous fixesTim King
2015-12-22Always split on constructor types for datatypes involving uninterpreted sorts...ajreynol
2015-12-18Modifying emptyset.h and sexpr. Adding SetLanguage.Tim King
2015-12-16Removing the Record iterator from the swig interface. Moving the cvc4 autogen...Tim King
2015-12-15Breaking the include cycle between Record and Expr.Tim King
2015-12-15Removing the build cycle for predicate.Tim King
2015-12-15Moving SExpr(bool) out of the header into sexpr.cpp to be less verbose about ...Tim King
2015-12-14Refactoring Options Handler & Library Cycle BreakingTim King
2015-12-03Reverting a previous change to the options_handlers.h. Using inline defintion...Tim King
2015-12-02Separating the steps of the old mkoptions script into smaller phases.Tim King
2015-10-26This commit removes using absolute paths in the generation of the .subdirs fi...Tim King
2015-10-13remove options infrastructure code which depended on undefined behaviorKshitij Bansal
2015-09-11Minor cleanup related to codatatypes.ajreynol
2015-09-04Fix bugs 605 and 667.ajreynol
2015-08-19fix bug 605Kshitij Bansal
2015-06-02Flatten sygus grammars during parsing. Remove duplicate operators from grammars.ajreynol
2015-04-21Changes needed to compile at Google, plus some bug fixes from Google.Clark Barrett
2015-01-26Output solutions for synthesis conjectures with --dump-synth. Minor refactor...ajreynol
2015-01-12Remove old .orig files that were added to the repository.Morgan Deters
2014-12-11Minor fixes to language bindings. (Resolves #607.)Morgan Deters
2014-12-03Floating point infrastructure.Martin Brain
2014-11-17Resource-limiting work.Liana Hadarean
2014-11-09Merge branch '1.4.x'Morgan Deters
2014-11-09Work around an apparent bug in libc++ that was causing crashes on Mac..Morgan Deters
2014-10-23Parsing and infrastructure support for SMT-LIBv2.5 input and output languages.Morgan Deters
2014-10-16Fix clang warningsMorgan Deters
2014-10-14Context-dependent expr attributes are now attached to a specific SmtEngine, a...Morgan Deters
2014-10-11Merge branch '1.4.x'Morgan Deters
2014-10-11Some defensive programming at destruction time, and fix a latent dangling poi...Morgan Deters
2014-10-06Merge branch '1.4.x'Morgan Deters
2014-10-06Fix a bug in tuple-record handling. Thanks to Saumya Debray for the report.Morgan Deters
2014-10-06Support for RESET command in CVC native language (and infrastructure for supp...Morgan Deters
2014-10-03Support exporting array-store-all expressions to other ExprManagers (fixes po...Morgan Deters
2014-10-03Merge branch '1.4.x'Morgan Deters
2014-10-03Fix output of integer-valued real constants in SMT-LIB models (thanks Christo...Morgan Deters
2014-08-26Improved SMT-LIBv2 language support for unsat cores.Morgan Deters
2014-08-24fix option alias (minor)Kshitij Bansal
2014-08-22Unsat core infrastruture and API (SMT-LIB compliance to come).Morgan Deters
2014-08-18Add support for quantifier-specific instantiation levels. Add option for set...ajreynol
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback