summaryrefslogtreecommitdiff
path: root/src/context/context.h
AgeCommit message (Expand)Author
2019-10-30Unify CVC4_CHECK/CVC4_DCHECK/AlwaysAssert/Assert. (#3366)Mathias Preiner
2019-04-24Do not use __ prefix for header guards. (#2974)Mathias Preiner
2019-03-26Update copyright headers.Aina Niemetz
2018-08-07Delete functions instead of using CVC4_UNDEFINED (#1794)Andres Noetzli
2018-06-25Updated copyright headers.Aina Niemetz
2018-01-03Removing throw specifiers from context/. (#1473)Tim King
2017-08-09Fix compiler warning in src/context/context.h.Mathias Preiner
2017-07-18Adding a garbage list that get collected during the ~Scope. Removing the CDHa...Tim King
2017-07-07Update copyright headers.Mathias Preiner
2016-09-01Relaxing the throw specifiers for the destructors for Node, TypeNode, the con...Tim King
2016-04-03Updating the copyright headers and scripts.Tim King
2015-12-14Refactoring Options Handler & Library Cycle BreakingTim King
2015-04-21Changes needed to compile at Google, plus some bug fixes from Google.Clark Barrett
2014-07-01Update copyrights.Morgan Deters
2014-06-19Disallow context-dependent copy/assignment.Morgan Deters
2013-04-02Regenerated copyrights: canonicalized names, no emailsMorgan Deters
2013-04-01update copyrightsMorgan Deters
2012-10-11Standardizing copyright notice. Touches **ALL** sources, guys, sorry.. it'sMorgan Deters
2012-09-28rename Assert.h/Assert.cpp to cvc4_assert.h/cvc4_assert.cpp -- we need to mak...Morgan Deters
2012-05-09* simplifying equality engine interfaceDejan Jovanović
2012-03-02CDMap -> CDHashMapDejan Jovanović
2011-11-05Context::ScopedPush implemented (in support of theory speculation, like upcom...Morgan Deters
2011-09-29Some base infrastructure for user push/pop; a few bugfixes to user push/pop a...Morgan Deters
2011-09-02Merge from my post-smtcomp branch. Includes:Morgan Deters
2011-06-06compilation fix for x86 (from previous commit)Morgan Deters
2011-06-06Fix for Mac OS breakage (x86 didn't crash, but probably would, eventually, on...Morgan Deters
2011-03-25This is a merge from the "theoryfixes+cdattrhash" branch. The changesMorgan Deters
2010-10-12check last result in (get-assignment); some context cleanupMorgan Deters
2010-09-01added documentation, closes bug 97Morgan Deters
2010-07-08context work to support cdmaps with elements allocated in context memoryMorgan Deters
2010-07-04Considerably simplified the way output streams are used. This commitMorgan Deters
2010-06-04** Don't fear the files-changed list, almost all changes are in the **Morgan Deters
2010-06-02added a handful of debugTagIsOn("context") checks to resolve bug 143Morgan Deters
2010-04-06* Add some protected ContextObj accessors for ContextObj-derived classes:Morgan Deters
2010-04-04* Node::isAtomic() now looks at an "atomic" attribute of argumentsMorgan Deters
2010-03-23Documented that ContextObj::destroy() only restores back to context level 0.Clark Barrett
2010-03-23Fixed some memory cleanup and destruction issues with ContextObj, ECData, CDL...Tim King
2010-03-13Fix for bug 45Clark Barrett
2010-03-12* src/context/cdmap.h: rename orderedIterator to iterator, do awayMorgan Deters
2010-03-05* public/private code untangled (smt/smt_engine.h no longer #includesMorgan Deters
2010-02-28* context.h - Changed cdlist::push_back to use a new copy constructor instead...Dejan Jovanović
2010-02-26* test/unit/context/context_black.h: Test CDList<>. In particular,Morgan Deters
2010-02-26Fixed a bug in CDList reallocation. (Also corrected a couple whitespace probl...Tim King
2010-02-22* configure.ac: Remove doc/ from search path for Makefile.amsMorgan Deters
2010-02-17Initial draft of TheoryUF. Should compile without problems. A decent amount o...Tim King
2010-02-10Added calls to destructor in CDList plus optional flag to disable.Clark Barrett
2010-02-08Moving the template stuff back into the header in order to use CDList.Dejan Jovanović
2010-02-04remove -*- c++ -*- emacs tag from source files (it overrides cvc4-c++-editing...Morgan Deters
2010-02-04minor fix for update-copyright.pl; ran update-copyright.pl on all sources; re...Morgan Deters
2010-02-02beginings of test for CDO. one failDejan Jovanović
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback