Fix regression option (#4680)
[cvc5.git] / src / util /
2020-06-30 Andrew ReynoldsAdd internal support for integer and operator (#4668)
2020-06-25 Andrew ReynoldsRemove sygus1 parser (#4651)
2020-06-22 Aina Niemetzget-authors: Add alias for nafur. (#4646)
2020-06-22 nafurAllow for better interaction of Integer/Rational with...
2020-06-18 Andres NoetzliImprove memory management in Java bindings (#4629)
2020-06-16 Aina NiemetzUpdate copyright headers.
2020-06-05 Haniel BarbosaPrinting FP values as binary or indexed BVs according...
2020-05-27 MartinTweak the use of static_assert to support older compile...
2020-05-26 MartinFix an incorrect limit in conversion from real to float...
2020-05-19 Andrew ReynoldsUpdate enum and option names for sygus languages (...
2020-04-15 Andrew ReynoldsConvert more cases of strings to words (#4206)
2020-04-01 Aina NiemetzRename checkValid/query to checkEntailed. (#4191)
2020-03-30 Andrew ReynoldsRewrites for all remaining return statements in strings...
2020-03-30 Andrew ReynoldsSupport indexed operators re.loop and re.^ (#4167)
2020-03-27 Andrew ReynoldsMove string utility file (#4164)
2020-03-27 Andrew ReynoldsSupport unicode internal representation and escape...
2020-03-25 Andres NoetzliSupport async-signal-safe printing of inferences (...
2020-03-10 Aina NiemetzFix issue with reset-assertions. (#3988)
2020-03-09 Andrew ReynoldsConvert more uses of strings to words (#3921)
2020-02-27 Andres NoetzliFix -Wshadow warnings in common headers (#3826)
2020-02-24 Andrew ReynoldsUtilities for words (#3797)
2020-02-20 Andres NoetzliRemove unused code (#3782)
2020-02-20 Mathias Preinerresource manager: Add statistic for every resource...
2020-01-29 Andrew ReynoldsFix isLeq function in String utility (#3659)
2020-01-10 Andres NoetzliFix printing of models of uninterpreted sorts (#3597)
2019-12-23 Andrew ReynoldsInitial support for string reverse (#3581)
2019-11-18 Andres NoetzliUse -Wimplicit-fallthrough (#3464)
2019-11-08 Mathias Preinercmake: Disable C++ GNU extensions. (#3446)
2019-10-30 Mathias PreinerUnify CVC4_CHECK/CVC4_DCHECK/AlwaysAssert/Assert. ...
2019-09-07 Andrew ReynoldsRemove portfolio (#3236)
2019-09-06 Mathias PreinerRemove SMT1 parser. (#3228)
2019-07-31 Andrew ReynoldsEager conflict detection in strings based on constant...
2019-07-22 Andres NoetzliAvoid move constructor of std::fstream for GCC < 5...
2019-07-01 Andrew ReynoldsSupport sygus version 2 format (#3066)
2019-06-22 Andres NoetzliAdd floating-point support in the Java API (#3063)
2019-06-21 Andres NoetzliUse TMPDIR environment variable for temp files (#2849)
2019-06-03 Andres NoetzliEnable SymFPU assertions in production (#3036)
2019-05-16 Andres NoetzliFix iterators in Java API (#3000)
2019-04-24 Mathias PreinerDo not use __ prefix for header guards. (#2974)
2019-03-26 Aina NiemetzUpdate copyright headers.
2019-03-18 Aina NiemetzBitVector: Allow base 10 in constructor. (#2870)
2019-02-04 Andres NoetzliAdd rewrite for contains + const strings replace (...
2018-12-14 Aina NiemetzFixed typos.
2018-10-19 Mathias PreinerRemove autotools build system. (#2639)
2018-10-19 Andres NoetzliFix util::Random for macOS builds (#2655)
2018-10-09 Aina NiemetzRandom: support URNG interface (#2595)
2018-09-22 Mathias Preinercmake: Only build libcvc4 and libcvc4parser as libraries.
2018-09-22 Mathias Preinercmake: Move find_package to where it is actually needed.
2018-09-22 Mathias Preinercmake: Rebase with current master, add new tests/source...
2018-09-22 Mathias Preinercmake: Cleanup CMakeLists.txt files, remove SHARED.
2018-09-22 Mathias Preinercmake: Add module finder for CLN.
2018-09-22 Aina Niemetzcmake: Added missing dependency for src/util
2018-09-22 Mathias Preinercmake: Working build infrastructure.
2018-09-22 Aina Niemetzcmake: .cpp generation done, .h generation not yet...
2018-09-22 Aina Niemetzcmake: Added initial build infrastructure.
2018-09-07 Mathias PreinerReplace boost::integer_traits with std::numeric_limits...
2018-08-26 Andres NoetzliUse uniform length limit for String constants (#2381)
2018-08-15 Andres NoetzliRemove unused tuple classes (#2313)
2018-08-15 Andres NoetzliRemove unused class DynamicArray (#2312)
2018-08-14 Andres NoetzliFix get-unsat-assumptions output (#2301)
2018-08-10 Aina NiemetzFix portfolio command executor for changes from #2240...
2018-08-09 Andrew Reynolds Fix char overflow issues in regular expression solver...
2018-08-08 Andres NoetzliRequire Swig 3 (#2283)
2018-08-08 Andres NoetzliDelete functions instead of using CVC4_UNDEFINED (...
2018-08-07 Mathias PreinerMake output of flushInformation and safeFlushInformatio...
2018-08-03 Mathias PreinerFix printing statistics in case of signals. (#2267)
2018-07-21 Andrew ReynoldsOptimizations and fixes for computing whether a type...
2018-07-15 Andres NoetzliAvoid ambiguous overloads in BitVector (#2169)
2018-07-08 Andres NoetzliAdd more sophisticated floating-point sampler (#2155)
2018-07-04 Andrew ReynoldsMore cleanup in strings (#2138)
2018-07-03 Aina NiemetzNew C++ API: Implementation of Term. (#2131)
2018-06-25 Aina NiemetzUpdated copyright headers.
2018-06-20 Andres NoetzliResolve CVC4_USE_SYMFPU in headers at config-time ...
2018-05-14 MartinFloating point theory solver based on SymFPU (#1895)
2018-05-08 Andrew ReynoldsSupport for str.<= and str.< (#1882)
2018-05-07 Andrew ReynoldsAdd support for str.code (#1821)
2018-05-03 Andrew ReynoldsInitial support for string standard in smt lib 2.6...
2018-04-21 Andres NoetzliRemove unused cache.h (#1795)
2018-03-23 Andrew ReynoldsRemove abstract regular expression constant (#1698)
2018-03-07 Mathias PreinerMake statistics output consistent. (#1647)
2018-03-05 Mathias PreinerEnable -Wsuggest-override by default. (#1643)
2018-03-05 Aina NiemetzAdd uniform way to serialize containers of Expr to...
2018-02-27 Andrew ReynoldsImprove rewriter for string indexof (#1592)
2018-02-24 Andres NoetzliAdd unit tests for BitVector, minor BV rewrite fix...
2018-02-23 Aina NiemetzSplit and document bitvector.h. (#1615)
2018-02-10 Aina NiemetzMove BitVector specific funs from bv::utils to util...
2018-02-09 Tim KingRenaming CHECK to CVC4_CHECK. This avoids name collisio...
2018-02-08 Tim KingInitializing Timer::d_wall_limit (CID 1362899). (#1573)
2018-02-07 Tim KingAdds a new CHECK macro that abort()s on failure. (...
2018-02-06 Tim KingAborting on errors in StatisticsRegistry::unregisterSta...
2018-02-03 Tim KingRestoring ostream format. Resolves a few CIDs 1362780...
2018-01-16 Tim KingRemoving more miscellaneous throw specifiers. (#1509)
2018-01-10 Tim KingCleaning up throw specifiers on Exception and subclasse...
2018-01-09 Aina NiemetzReorganized bitvector.h. (#1505)
2018-01-09 Tim KingRemoving more miscellaneous throw specifiers. (#1488)
2018-01-08 Tim KingRemoves RationalFromDoubleException. Replaces this...
2017-12-30 Aina NiemetzFix RNG for seed = 0. (#1459)
2017-11-17 Aina NiemetzAdd random number generator. (#1370)
2017-11-15 Tim KingAdding garbage collection for Proof objects. (#1294)
2017-11-09 Aina NiemetzAdd modular arithmetic operators. (#1321)
next