Enable -Wshadow and fix warnings. (#3909)
[cvc5.git] / src / api /
2020-02-29 Andres NoetzliAdd support for str.from_code (#3829)
2020-02-27 Andres NoetzliFix -Wshadow warnings in common headers (#3826)
2020-02-27 Andrew ReynoldsAdd support for is_digit and regular expression differe...
2020-02-27 Andrew ReynoldsInitial work towards -Wshadow (#3817)
2020-02-26 Andrew ReynoldsBasic support for regular expression complement (#3437)
2020-02-26 Andrew ReynoldsEmbed mkAssociative utilities within the API. (#3801)
2020-02-24 Andrew ReynoldsAdd missing functions to new C++ API (#3769)
2020-02-21 Aina NiemetzNew C++ API: Remove TOTAL kinds. (#3794)
2020-02-20 Andrew ReynoldsRemove front-end support for Chain (#3767)
2020-02-19 makaimannAdd Python bindings using Cython -- see below for more...
2020-02-19 makaimannChange datatype selector/constructor/tester to terms...
2020-02-18 Andrew ReynoldsAdd missing kinds for the new API (#3757)
2020-02-16 Andrew ReynoldsAdd temporary global API conversion utilities. (#3759)
2020-02-14 Andrew ReynoldsRemove quantifiers rewrite rules infrastructure (#3754)
2020-01-15 Aina NiemetzNew C++ API: Add nullary constructor for Result. (...
2019-12-06 Andrew ReynoldsAdd ExprManager as argument to Datatype (#3535)
2019-12-05 makaimannAdd mkOp for a single Kind (#3522)
2019-12-03 makaimannAdd isNullHelper to avoid calling API function isNull...
2019-12-02 makaimannOpTerm Refactor: Allow retrieving OpTerm used to create...
2019-11-18 Andrew ReynoldsUpdates to the unit tests, api, and examples for dataty...
2019-11-06 Andres NoetzliRemove casts to subclasses of Type in API (#3420)
2019-10-30 Mathias PreinerUnify CVC4_CHECK/CVC4_DCHECK/AlwaysAssert/Assert. ...
2019-10-22 Aina NiemetzNodeValue: Eliminate redundant NBITS macros. (#3400)
2019-10-18 makaimannUpdate overflow check to handle negative numbers (...
2019-10-09 Aina NiemetzNew C++ API: Term: Add missing checks for null. (#3364)
2019-10-08 Aina NiemetzNew C++ API: Add Term::getId(). (#3360)
2019-10-03 Aina NiemetzFix compiler warning. (#3348)
2019-09-25 Andrew ReynoldsAdd isParameterized function to Expr (#3303)
2019-09-19 makaimannAdd support for creating constant arrays to the new...
2019-08-19 Aina NiemetzNew C++ API: Add checks for Solver::checkValid and...
2019-08-13 Aina NiemetzNew C++ API: Add checks and tests for Solver::simplify...
2019-08-13 Aina NiemetzNew C++ API: Reorganize Solver code (move only). (...
2019-08-11 Aina NiemetzNew C++ API: Add documentation/guidelines for API guard...
2019-08-11 makaimannNew C++ API: Add templated getIndices method for OpTerm...
2019-08-07 Aina NiemetzNew C++ API: Add checks and tests for push/pop. (#3121)
2019-08-07 Aina NiemetzNew C++ API: Introduce macros for try-catch blocks...
2019-08-06 Aina NiemetzNew C++ API: Fix branch prediction in CHECK macros...
2019-06-28 makaimannMake mkOpTerm const (#3072)
2019-06-21 Andres NoetzliFix and simplify handling of --force-logic (#3062)
2019-04-30 Andrew ReynoldsEliminate APPLY kind (#2976)
2019-04-26 Aina NiemetzNew C++ API: Clean up API: mkVar vs mkConst vs mkBoundV...
2019-04-24 Mathias PreinerDo not use __ prefix for header guards. (#2974)
2019-03-26 Aina NiemetzUpdate copyright headers.
2019-03-24 Aina NiemetzNew C++ API: Fix include. (#2896)
2019-03-19 Aina NiemetzNew C++: Remove redundant mkBoundVar function.
2019-03-19 Aina NiemetzNew C++: Remove redundant mkVar function.
2019-03-18 Aina NiemetzBitVector: Allow base 10 in constructor. (#2870)
2019-02-13 Aina NiemetzNew C++ API: Remove redundant declareFun function....
2019-02-13 Aina NiemetzNew C++ API: Remove redundant mkTerm function. (#2836)
2019-02-11 Aina NiemetzNew C++ API: Unit tests for declare* functions. (#2831)
2019-01-29 Aina NiemetzNew C++ API: Fix checks for mkTerm. (#2820)
2019-01-11 Aina NiemetzNew C++ API: Add unit tests for setInfo, setLogic,...
2019-01-10 Aina NiemetzNew C++ API: Get rid of mkConst functions (simplify...
2019-01-07 Aina NiemetzNew C++ API: Add missing getType() calls to kick off...
2019-01-04 Aina NiemetzNew C++ API: Add missing catch blocks for std::invalid_...
2019-01-03 Andres NoetzliAPI/Smt2 parser: refactor termAtomic (#2674)
2019-01-03 Andres NoetzliC++ API: Reintroduce zero-value mkBitVector method...
2019-01-03 Aina NiemetzNew C++ API: Add tests for mk-functions in solver objec...
2018-12-17 Aina NiemetzNew C++ API: Add tests for term object. (#2755)
2018-12-14 Aina NiemetzNew C++ API: Add tests for opterm object. (#2756)
2018-12-13 Aina NiemetzNew C++ API: Add tests for sort functions of solver...
2018-11-05 Andres NoetzliAPI: Fix assignment operators (#2680)
2018-10-09 Aina NiemetzFix compiler warnings. (#2601)
2018-10-04 Aina NiemetzNew C++ API: Add checks for Sorts. (#2519)
2018-09-23 Aina Niemetz New C++ API: Add checks for Terms/OpTerms. (#2455)
2018-09-19 Aina NiemetzNew C++ API: Introduce new macro and exception for...
2018-09-15 Andres NoetzliRefactor how assertions are added to decision engine...
2018-09-12 Aina NiemetzNew C++ API: Try to fix (false positive) Coverity warni...
2018-08-28 Aina NiemetzNew C++ API: Fix isDefinedKind() to not be ambigious...
2018-08-24 Aina NiemetzNew C++ API: Add checks for kind arguments. (#2369)
2018-08-09 Andrew Reynolds Fix char overflow issues in regular expression solver...
2018-08-09 Aina NiemetzPlug solver API object into parser. (#2240)
2018-08-08 Andres NoetzliDelete functions instead of using CVC4_UNDEFINED (...
2018-08-01 Aina NiemetzNew C++ API: Fixed ownership of options object. (#2243)
2018-07-26 Aina NiemetzNew C++ API: Third batch of commands (SMT-LIB). (#2212)
2018-07-26 Aina NiemetzNew C++ API: Second batch of commands (SMT-LIB). (...
2018-07-24 Aina Niemetz New C++ API: First batch of commands (SMT-LIB and...
2018-07-23 Aina NiemetzNew C++ API: Implementation of Solver class: OpTerm...
2018-07-23 Aina NiemetzNew C++ API: declare-datatype. (#2166)
2018-07-13 Aina NiemetzNew C++ API: Minor reorder. (#2163)
2018-07-13 Aina NiemetzNew C++ API: Implementation of datatype classes. (...
2018-07-13 Aina NiemetzNew C++ API: Implementation of Solver class: Consts...
2018-07-06 Aina NiemetzNew C++ API: Implementation of Solver class: Term handl...
2018-07-06 Aina NiemetzNew C++ API: Implementation of Solver class: Sort handl...
2018-07-04 Aina NiemetzNew C++ API: Implementation of datatype declaration...
2018-07-04 Aina NiemetzNew C++ API: Implementation of OpTerm. (#2132)
2018-07-03 Aina NiemetzNew C++ API: Implementation of Term. (#2131)
2018-07-03 Aina NiemetzNew C++ API: Implementation of Kind maps. (#2130)
2018-07-02 Aina NiemetzNew C++ API: Implementation of Sort. (#2122)
2018-06-29 Aina NiemetzNew C++ API: Implementation of Result. (#2112)
2018-06-27 Aina NiemetzHeader for new C++ API. (#1697)