cmake: Disable C++ GNU extensions. (#3446)
[cvc5.git] / src / util / bitvector.h
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)
2018-07-15 Andres NoetzliAvoid ambiguous overloads in BitVector (#2169)
2018-06-25 Aina NiemetzUpdated copyright headers.
2018-02-23 Aina NiemetzSplit and document bitvector.h. (#1615)
2018-02-10 Aina NiemetzMove BitVector specific funs from bv::utils to util...
2018-01-09 Aina NiemetzReorganized bitvector.h. (#1505)
2017-08-24 Andrew ReynoldsMerge pull request #191 from timothy-king/cleanup-regexp
2017-08-05 Aina NiemetzReorganized bitvector.h
2017-08-04 Aina NiemetzFix comments
2017-07-07 Mathias PreinerUpdate copyright headers.
2016-07-05 PaulMengMerge branch 'master' of https://github.com/CVC4/CVC4.git
2016-05-26 Clark BarrettMerge branch 'master' of https://github.com/CVC4/CVC4
2016-05-26 Clark BarrettUpdated script, fixed bug in QF_NIA conversion.
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.
2015-12-24 Tim KingMiscellaneous fixes
2015-12-15 Tim KingRefactoring Options Handler & Library Cycle Breaking
2014-07-10 Kshitij BansalMerge remote-tracking branch 'origin/master' into segfa...
2014-07-01 Morgan DetersUpdate copyrights.
2014-06-10 lianahMerging CAV14 paper bit-vector work.
2013-12-05 Morgan DetersUpdate copyrights, add missing file-level documentation...
2013-09-30 Liana Hadareanmerged golden
2013-09-18 Morgan DetersSupport for bv2nat/int2bv in parser and BV rewriter.
2013-04-02 Morgan DetersRegenerated copyrights: canonicalized names, no emails
2013-04-02 Morgan Detersupdate copyrights
2013-03-29 Dejan JovanovićMerge branch 'master' of github.com:CVC4/CVC4
2013-03-27 lianahMerge branch 'master' into bv-core
2013-03-27 lianahadded model generation for bv subtheories and bv-inequa...
2013-03-22 lianahMerge branch 'master' into bv-core
2013-03-21 lianahMerge branch 'master' into bv-core
2013-03-21 lianahMerge branch 'master' into bv-core
2013-03-21 lianahMerge branch 'master' into bv-core
2013-03-20 Liana Hadareanmerged master with dejan's constant evaluating equality...
2013-03-13 lianahpost failed attempts at getting the incremental solver...
2013-02-02 lianahmerged master into branch
2012-12-15 Tim KingMerge remote-tracking branch 'main-repo/1.0.x' into...
2012-12-12 Dejan JovanovićMerge pull request #2 from CVC4/1.0.x
2012-12-12 Dejan JovanovićMerge pull request #1 from lianah/1.0.x
2012-12-12 lianah* fixed bug 481 by adding check for division by 0 in...
2012-12-11 Liana Hadareanported my bv-core branch from svn to git
2012-11-12 Liana Hadareanchanged BitVector::unsignedRem to match the behavior...
2012-11-12 Morgan Deters* Fix language bindings: various issues
2012-10-11 Morgan DetersStandardizing copyright notice. Touches **ALL** source...
2012-09-28 Morgan DetersPublic interface review items:
2012-08-07 Morgan DetersSome items from the CVC4 public interface review:
2012-04-11 Morgan Detersmerge from arrays-clark branch
2012-04-04 Liana Hadarean * added propagation as lemmas to TheoryBV:
2012-03-22 Liana HadareanMerged updated version of the bitvector theory:
2012-02-25 Liana HadareanRefactored CnfStream to work with the bv theory Bitblaster:
2012-02-15 Tim KingThis commit merges into trunk the branch branches/arith...
2011-09-02 Morgan DetersMerge from my post-smtcomp branch. Includes:
2011-04-18 Morgan DetersPartial merge from datatypes-merge branch:
2011-03-20 Dejan Jovanovićcommit for the version of bitvectors that passes all...
2010-11-15 Morgan DetersPretty-printer infrastructure created (in src/printer...
2010-11-09 Dejan JovanovićLemmas on demand work, push-pop, some cleanup.
2010-10-04 Morgan Detersremove/shuffle some #include dependencies; fix some...
2010-09-20 Dejan Jovanovićbitvector rewriting for the core theory and testcases
2010-07-03 Morgan DetersWith this commit come a number of changes to build...
2010-07-02 Morgan Detersre-generated comment headers of source files
2010-06-30 Morgan Deters* theory "tree" rewriting implemented and works
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-05-06 Christopher L. ConwayAdding bit-vector constants in SMT2
2010-05-05 Dejan Jovanovićchanging the interface to bit-vector constant constructor
2010-05-05 Dejan Jovanovićbit-vector constant constructor from string
2010-05-04 Dejan JovanovićType-checking classes and hooks (not tested yet).
2010-05-02 Dejan Jovanovićsmt parser for bit-vectors
2010-04-29 Dejan JovanovićAdded the capability to construct expressions by passin...
2010-04-14 Dejan JovanovićMarging from types 404:415, changes: Massive