fix eXecutable bit on a script
[cvc5.git] / src / context /
2012-07-07 Morgan DetersVarious fixes to documentation---typos, some incomplete...
2012-06-22 François BobotParser: add the possibility to bind at level 0.
2012-06-11 Morgan DetersMerge from quantifiers2-trunkmerge branch.
2012-05-18 Tim KingRemoving long unsigned operator+ from CDList's const_it...
2012-05-09 Dejan Jovanović* simplifying equality engine interface
2012-04-27 Tim KingThis merges in the branch cvc4/branches/arithmetic...
2012-04-24 Tim KingThis commit merges in the branch branches/arithmetic...
2012-04-17 Tim KingMerges branches/arithmetic/atom-database r2979 through...
2012-04-03 Tim KingFix for make dist.
2012-04-02 Tim King- Merged in the branch cdlist-cleanup.
2012-03-07 François Bobotcdqueue : fix size(). Thank you Clark for spotting...
2012-03-02 Tim KingThis commit merges in the changes from branches/arithme...
2012-03-02 Dejan JovanovićCDMap -> CDHashMap
2012-03-02 Tim KingRenamed CDQueue to CDTrailQueue and CDQueue2 to CDQueue...
2012-03-01 Morgan DetersPartial merge from kind-backend branch, including Minis...
2012-03-01 François Bobotcdqueue2 : cdlist that can be used like queue and can...
2012-02-28 Tim KingAdds the CDQueue class. This is a wrapper for combinin...
2011-11-05 Morgan DetersContext::ScopedPush implemented (in support of theory...
2011-09-29 Morgan DetersSome base infrastructure for user push/pop; a few bugfi...
2011-09-02 Morgan DetersMerge from my post-smtcomp branch. Includes:
2011-09-02 Morgan DetersEnsure that assignment gestures through CDMap iterators...
2011-06-18 Morgan DetersSome fixes inspired by Fedora 15:
2011-06-06 Morgan Deterscompilation fix for x86 (from previous commit)
2011-06-06 Morgan DetersFix for Mac OS breakage (x86 didn't crash, but probably...
2011-03-25 Morgan DetersThis is a merge from the "theoryfixes+cdattrhash" branc...
2011-03-25 Morgan DetersFix for a bug Andrew Reynolds found for iterators that...
2010-10-24 Morgan Detersadd a CVC4_UNDEFINED keyword, for intentionally undefin...
2010-10-12 Morgan DetersMerge from cc-memout branch. Here are the main points
2010-10-12 Morgan Deterscheck last result in (get-assignment); some context...
2010-10-10 Morgan Detersadditional model gen and SMT-LIBv2 compliance work...
2010-10-06 Morgan Detersdeclare-sort, define-sort working but not thoroughly...
2010-10-05 Morgan Detersparser and core support for SMT-LIBv2 commands get...
2010-10-03 Morgan Detersfile header documentation regenerated with contributors...
2010-10-02 Morgan Detersrevert a workaround fix to CDMap that was committed...
2010-10-02 Tim Kingbranches/arith-indexed-variables merged into the main...
2010-10-01 Morgan Detersre-add no-deprecated to C sources; update some file...
2010-09-27 Tim King- This update adds DynamicArray<T>. This is a bare...
2010-09-01 Morgan Detersadded documentation, closes bug 97
2010-08-19 Morgan DetersUF theory bug fixes, code cleanup, and extra debugging...
2010-08-17 Morgan DetersMerge from "cc" branch:
2010-08-17 Morgan DetersAdd "no trash" CDMap elements, so that CDMap elements...
2010-07-08 Morgan Deterscontext work to support cdmaps with elements allocated...
2010-07-07 Morgan Detersminor changes to cdmap/cdset interface for detection...
2010-07-04 Morgan DetersConsiderably simplified the way output streams are...
2010-07-03 Morgan DetersWith this commit come a number of changes to build...
2010-06-29 Morgan Deters* Add CDMap<>::insertAtContextLevelZero(k, d) for inser...
2010-06-15 Morgan Detersfix last commit gcc options (-wunknown-pragmas ==>...
2010-06-15 Morgan Detersremove warnings about unknown #pragma GCC diagnostic...
2010-06-04 Morgan Deters** Don't fear the files-changed list, almost all change...
2010-06-02 Morgan Detersadded a handful of debugTagIsOn("context") checks to...
2010-05-26 Morgan DetersCDMap<> and CDOmap<> fixes to resolve bug 123
2010-05-26 Morgan DetersCDMap: fix bug 130
2010-05-04 Christopher L. ConwayDisabling semantic checks in competition mode.
2010-04-17 Christopher L. ConwayFixing compiler error for optimized builds
2010-04-15 Christopher L. ConwayMoving debug output in ~ContextObj under a conditional...
2010-04-14 Dejan JovanovićMarging from types 404:415, changes: Massive
2010-04-09 Morgan Detersadded experimental "make lcov" target (it runs only...
2010-04-06 Morgan Deters* Add some protected ContextObj accessors for ContextOb...
2010-04-04 Morgan Deters* Node::isAtomic() now looks at an "atomic" attribute...
2010-04-01 Morgan Detersreran update-copyright.pl to get new contributors and...
2010-04-01 Morgan DetersPARSER STUFF:
2010-03-30 Christopher L. ConwayRemoving unnecessary .gitignores
2010-03-30 Christopher L. ConwayMerging from branches/antlr3 (r246:354)
2010-03-30 Morgan DetersI think this finishes off the CDMap<>/Attribute leaks
2010-03-23 Clark BarrettDocumented that ContextObj::destroy() only restores...
2010-03-23 Tim KingFixed some memory cleanup and destruction issues with...
2010-03-13 Clark BarrettFix for bug 45
2010-03-12 Morgan Deters* src/context/cdmap.h: rename orderedIterator to iterat...
2010-03-08 Morgan DetersThis fixes regressions at levels >= 1 which were failing
2010-03-05 Morgan Deters* public/private code untangled (smt/smt_engine.h no...
2010-02-28 Dejan Jovanović* context.h - Changed cdlist::push_back to use a new...
2010-02-26 Morgan Deters* test/unit/context/context_black.h: Test CDList<>...
2010-02-26 Tim KingFixed a bug in CDList reallocation. (Also corrected...
2010-02-22 Morgan Deters* configure.ac: Remove doc/ from search path for Makefi...
2010-02-17 Tim KingInitial draft of TheoryUF. Should compile without probl...
2010-02-10 Clark BarrettAdded calls to destructor in CDList plus optional flag...
2010-02-08 Dejan JovanovićMoving the template stuff back into the header in order...
2010-02-04 Morgan Detersremove -*- c++ -*- emacs tag from source files (it...
2010-02-04 Morgan Detersminor fix for update-copyright.pl; ran update-copyright...
2010-02-02 Clark BarrettFixed bug in context code
2010-02-02 Dejan Jovanovićbeginings of test for CDO. one fail
2010-02-02 Clark BarrettFixed compile errors
2010-02-02 Clark BarrettUpdates to context:
2010-02-01 Dejan JovanovićFixing the CVC grammar for parsing Boolean expressions...
2010-01-29 Dejan Jovanovićfixing the last context build problem, it compiles now
2010-01-29 Clark Barrettone more bug
2010-01-29 Clark BarrettFixed compile errors
2010-01-29 Clark BarrettUpdate of context module
2010-01-28 Christopher L. ConwayRemoving Makefile.in's
2010-01-26 Morgan Detersfixes to build structure, util classes, lots of fixes...
2009-12-17 Morgan Detersupdate-copyright.pl now retrieves and incorporates...
2009-12-17 Morgan Detersbuild system cleanup; test system separation into white...
2009-12-17 Morgan Deterssupport nonstandard, unconfigured builds (e.g., "....
2009-12-16 Morgan DetersFixes to the build system:
2009-12-15 Clark BarrettAdded context_mm (haven't tested compilation yet...)
2009-12-11 Morgan Detersbuild fixes, configuration simplifications
2009-12-10 Morgan Deterscleanups, assert work, add a stubbed uf theory, fix...
2009-12-08 Morgan Deterscheck in automake/libtool/autoconf-generated files...
2009-12-07 Morgan Detersbig check-in of various fixes and adjustments
2009-12-04 Morgan Detersmore build system work
next