Add Driver options (#7078)
[cvc5.git] / src / main / driver_unified.cpp
2021-08-27 Gereon KremerAdd Driver options (#7078)
2021-08-27 Gereon KremerHandle languages as strings in driver (#7074)
2021-08-26 Gereon KremerConsolidate language types (#7065)
2021-08-23 Gereon KremerMove options parsing code to main (#7054)
2021-08-20 Gereon KremerMake driver use options from the solver (#6930)
2021-08-20 Gereon KremerAdd CVC5ApiOptionException (#6992)
2021-08-19 Andres NoetzliRemove `--(no-)interactive-prompt` (#7022)
2021-07-26 Gereon KremerMove public options functions to separate file (#6671)
2021-07-14 Gereon KremerClean up option usage in command executor (#6844)
2021-06-23 Andres NoetzliRemove `--tear-down-incremental` (#6745)
2021-06-15 Gereon KremerRemove public option wrappers (#6716)
2021-06-08 Gereon KremerRemove `binary_name` option (#6693)
2021-06-06 Gereon KremerSupport public option modules (#6691)
2021-06-04 Gereon KremerAdd missing dereference (#6684)
2021-06-02 Gereon KremerUse proper variable name (#6670)
2021-06-02 Gereon KremerMove public wrapper functions out of options class...
2021-05-14 Andres NoetzliDecouple parser creation from input selection (#6533)
2021-05-13 Andres NoetzliAlways parse streams with line buffer (#6532)
2021-04-21 Mathias PreinerGoodbye CVC4, hello cvc5! (#6371)
2021-04-15 Aina NiemetzRename occurrences of CVC4 to CVC5. (#6351)
2021-04-12 Aina NiemetzRefactor and update copyright headers. (#6316)
2021-04-10 Aina NiemetzRename CVC4_ macros to CVC5_. (#6327)
2021-04-06 Aina NiemetzNew C++ Api: Rename and move headers. (#6292)
2021-04-02 Mathias Preinercmake: Do not link against main object library. (#6269)
2021-04-01 Aina NiemetzRename namespace CVC5 to cvc5. (#6258)
2021-03-31 Aina NiemetzRename namespace CVC4 to CVC5. (#6249)
2021-03-30 Gereon KremerFix total time statistic (#6233)
2021-03-22 Gereon KremerMove statistics from the driver into the SmtEngine...
2021-03-18 Abdalrhman MohamedEliminate more uses of SExpr. (#6149)
2021-03-16 Mathias Preinercmake: Generate cvc4_export.h and set visibility to...
2021-03-11 Gereon KremerFirst refactoring of statistics classes (#6105)
2021-03-09 Aina NiemetzUpdate copyright headers to 2021. (#6081)
2021-03-05 Gereon KremerReimplement time limit mechanism for windows (#6049)
2020-12-12 Andrew ReynoldsFlush statistics through NodeManager in SmtEngine ...
2020-12-02 Aina NiemetzRename macro Message to CVC4Message. (#5576)
2020-11-30 Abdalrhman MohamedEliminate uses of SExpr from the parser. (#5496)
2020-11-09 Andrew ReynoldsAdd symbol manager (#5380)
2020-09-23 Abdalrhman MohamedRefactor Commands to use the Public API. (#5105)
2020-09-22 Mathias PreinerUpdate copyright header script to support CMake and...
2020-07-16 Gereon KremerFixes memory leak when an exception goes through runCvc...
2020-07-13 Gereon KremerImplement --tlimit for windows (#4716)
2020-07-08 Gereon KremerRe-implement handling of --tlimit (#4655)
2020-07-07 Andrew ReynoldsTransfer ownership of internal Options from NodeManager...
2020-06-16 Aina NiemetzUpdate copyright headers.
2020-04-21 Andrew ReynoldsUpdate to sygus version 2 (#4372)
2020-03-31 Andrew ReynoldsRemove replay and use-theory options and idl (#4186)
2020-03-12 Aina NiemetzNew C++ API: Remove support for (reset). (#4037)
2020-03-05 Mathias PreinerEnable -Wshadow and fix warnings. (#3909)
2019-09-07 Andrew ReynoldsRemove portfolio (#3236)
2019-09-06 Mathias PreinerRemove SMT1 parser. (#3228)
2019-08-14 Mathias PreinerRemove option --continued-execution. (#3189)
2019-03-26 Aina NiemetzUpdate copyright headers.
2018-10-22 Andres NoetzliCMake: Set PORTFOLIO_BUILD when building pcvc4 (#2666)
2018-08-23 Haniel BarbosaMakes the filename be set in the SMT engine by default...
2018-08-10 Aina NiemetzFix portfolio command executor for changes from #2240...
2018-08-09 Aina NiemetzPlug solver API object into parser. (#2240)
2018-08-08 Andres NoetzliRequire Swig 3 (#2283)
2018-08-02 Andres NoetzliRemove Subversion build info (#2250)
2018-08-01 Aina Niemetz InteractiveShell: Remove redundant options argument...
2018-06-25 Aina NiemetzUpdated copyright headers.
2017-11-03 Andrew ReynoldsSygus clean main (#1297)
2017-10-10 Aina NiemetzAdd copyright information. (#1201)
2017-08-31 Andres NoetzliUse thread_local instead of compiler extensions (#210)
2017-08-24 Andrew ReynoldsMerge pull request #191 from timothy-king/cleanup-regexp
2017-08-04 ajreynolSet default language to smt lib 2.6 (including as a...
2017-07-17 Tim KingMerge branch 'master' into cleanup-regexp
2017-07-17 Andres NoetzliRemove PtrCloser (#198)
2017-07-07 Mathias PreinerUpdate copyright headers.
2017-05-17 Clark BarrettMerge pull request #155 from makaimann/conditional_coverage
2017-05-16 Clark BarrettMerge pull request #161 from 4tXJ7f/fix_parser
2017-05-16 Andrew ReynoldsMerge pull request #156 from 4tXJ7f/fix_safe_print
2017-05-15 Andres NoetzliMinor fix in safe_print function
2017-05-12 Andres NotzliMake signal handlers safer
2016-12-14 Clark BarrettMerge pull request #119 from 4tXJ7f/smt_v2_5
2016-12-14 Andres NotzliSwitch from SMT-LIB v2.0 to v2.5 for smt2 files
2016-12-14 Clark BarrettMade tear-down-incremental more like it used to be...
2016-11-10 Tim KingMerge pull request #103 from timothy-king/uniq-ptr
2016-11-09 Tim KingRenaming the class PtrCloser to not cause confusion...
2016-11-09 Tim KingMerge branch 'master' into uniq-ptr
2016-11-07 Tim KingAdds a C++05 version of unique_ptr. Used this to solve...
2016-04-20 PaulMengupdate from the master
2016-04-09 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-04-04 Tim KingUpdating the copyright headers and scripts.
2016-03-22 Tim KingNew version of the recursive options parsing strategy.
2016-02-02 Tim KingMoving dump.*, command.*, model.*, and ite_removal...
2016-01-28 Tim KingAdding listeners to Options.
2016-01-09 Tim KingRemoving StatisticsRegistry's static functions current...
2016-01-06 Tim KingAdd SmtGlobals Class
2015-12-31 Clark BarrettModified tear-down-incremental option to take an intege...
2015-12-30 Tim KingShuffling around public vs. private headers
2015-12-19 Tim KingModifying emptyset.h and sexpr. Adding SetLanguage.
2015-12-15 Tim KingRefactoring Options Handler & Library Cycle Breaking
2015-11-24 Tim KingFreeing memory allocated for signal handling.
2015-10-12 Kshitij BansalMerge pull request #76 from CVC4/proofs
2015-10-11 Kshitij Bansalfix regression tests, support fallback mode for proofs
2015-07-28 Tianyi LiangMerge branch 'master' of https://github.com/CVC4/CVC4
2015-07-25 ajreynolAdd option --sygus-inv-templ for synthesizing strengthe...
2015-06-12 ajreynolMake sygus an output language. Parse declare-fun in...
2015-04-02 Kshitij BansalMerge pull request #71 from kbansal/const-are-triggers
2015-03-31 Kshitij Bansalfix echo command in --tear-down-incremental
next