summaryrefslogtreecommitdiff
path: root/src/context
AgeCommit message (Expand)Author
2018-08-08 Proposal for adding map utility functions to CVC4. (#2232)Tim King
2018-08-07Delete functions instead of using CVC4_UNDEFINED (#1794)Andres Noetzli
2018-07-29Storing a std::pair<Key,Data> on CDOhash_map.Tim King
2018-07-26Removing unused CDTrailHashmap. (#2221)Tim King
2018-07-26Changing CDInsertHashMap to store <const Key, const Data> pairs. This is in p...Tim King
2018-07-25Removing support for CDHashMap::iterator's postfix increment. (#2208)Tim King
2018-07-04Remove unused CDVector (#2139)Andres Noetzli
2018-06-25Updated copyright headers.Aina Niemetz
2018-03-05Enable -Wsuggest-override by default. (#1643)Mathias Preiner
2018-02-08Replace CMM flag with debug CMM flag, fix leak in debug CMM (#1586)Andres Noetzli
2018-02-05Removing references to __gnu_cxx. (#1541)Tim King
2018-01-03Removing throw specifiers from context/. (#1473)Tim King
2017-12-06Remove CDChunkList (#1414)Andres Noetzli
2017-12-01Fix build when Valgrind instrumentation enabledAndres Noetzli
2017-11-30Add debugging tools for ContextMemoryManager (#1407)Andres Noetzli
2017-11-07Initializing TrailHashMap::d_uniqueKeys. (#1331)Tim King
2017-10-05Allow CDHashMaps for objects without default constructors (#1092)Martin
2017-09-26Fixing CID 1172020: Initializing CDHashMap::iterator::d_it to nullptr. (#1139)Tim King
2017-08-09Fix compiler warning in src/context/context.h.Mathias Preiner
2017-07-20Moving from the gnu extensions for hash maps to the c++11 hash mapsTim King
2017-07-19Removing the unused CDAttribute. This makes CDHashMap::obliterate unused. Rem...Tim King
2017-07-18Adding a garbage list that get collected during the ~Scope. Removing the CDHa...Tim King
2017-07-16Moving to static_assert now that c++11 is available.Tim King
2017-07-07Remove unused stacking_vector class (#185)Andres Noetzli
2017-07-07Update copyright headers.Mathias Preiner
2016-11-12Fixed a bug in cdhashmap in which doubly-linked list was not properly cleaned...Clark Barrett
2016-11-02Fix back() of empty deque in context_mm_black testAndres Notzli
2016-09-01Relaxing the throw specifiers for the destructors for Node, TypeNode, the con...Tim King
2016-06-23Fixed some warnings, fixed bug in cdhashmap that was crashing cdmap_black,Clark Barrett
2016-04-03Updating the copyright headers and scripts.Tim King
2016-01-05Removing dead code. StackingMap only appeared in unit tests.Tim King
2015-12-15Adding destructors for CDO an CDOhash_map in the restore() functions.Tim King
2015-12-14Refactoring Options Handler & Library Cycle BreakingTim King
2015-10-23Specify that the default initialization must always be done for CDOhash_map's...Tim King
2015-04-24Fix compiler errors due to unbalanced throw specifiers.Clark Barrett
2015-04-21Changes needed to compile at Google, plus some bug fixes from Google.Clark Barrett
2014-11-12Possible fix for bug594Morgan Deters
2014-11-11Minor cleanup.Morgan Deters
2014-07-01Update copyrights.Morgan Deters
2014-06-25cosmeticKshitij Bansal
2014-06-19Disallow context-dependent copy/assignment.Morgan Deters
2014-04-09try foreach on CD datastructureKshitij Bansal
2014-02-21add new theory (sets)Kshitij Bansal
2013-12-05Update copyrights, add missing file-level documentation; fix perms.Morgan Deters
2013-11-10Flatten libcvc4 build structure; remove some #include interdependencesMorgan Deters
2013-04-26FCSimplex branch mergeTim King
2013-04-02Regenerated copyrights: canonicalized names, no emailsMorgan Deters
2013-04-01update copyrightsMorgan Deters
2013-03-14Merge branch '1.0.x'Morgan Deters
2013-03-14fix to build system: #include the proper file when they are in both builds an...Morgan Deters
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback