summaryrefslogtreecommitdiff
path: root/src/context
AgeCommit message (Expand)Author
2021-09-30Refactor our static builds (#7251)Gereon Kremer
2021-09-03Avoiding duplicate search in maps (#7055)MikolasJanota
2021-09-02Remove unused `Backtracker` (#7115)Andres Noetzli
2021-05-25Replace deprecated calls to `std::allocator` (#6606)Andres Noetzli
2021-05-13Add std::hash overloads for Node, TNode and TypeNode. (#6534)Mathias Preiner
2021-04-22Allow in-place construction of `CDList` items (#6409)Andres Noetzli
2021-04-21Goodbye CVC4, hello cvc5! (#6371)Mathias Preiner
2021-04-16cmake: Build object libraries for base and context. (#6374)Mathias Preiner
2021-04-15Build support library from base and context. (#6368)Mathias Preiner
2021-04-14Rename public and private headers in src/include. (#6352)Aina Niemetz
2021-04-12Refactor and update copyright headers. (#6316)Aina Niemetz
2021-04-09Rename CVC4_ macros to CVC5_. (#6327)Aina Niemetz
2021-04-09Rename CVC4__ header guards to CVC5__. (#6326)Aina Niemetz
2021-04-01Rename namespace CVC5 to cvc5. (#6258)Aina Niemetz
2021-03-31Rename namespace CVC4 to CVC5. (#6249)Aina Niemetz
2021-03-09ContextObj::destroy(): Guard against invalid use. (#6082)Aina Niemetz
2021-03-09Some more cleanup of includes (#6083)Gereon Kremer
2021-03-09Update copyright headers to 2021. (#6081)Aina Niemetz
2021-03-02Clean up includes to reduce compile times (#6031)Gereon Kremer
2020-11-19Include stddef.h (needed for size_t) in cvc4_public.h (#5476)Aina Niemetz
2020-11-18Add -> operator overload for cd* iterators. (#5464)Mathias Preiner
2020-09-22Update copyright header script to support CMake and Python files (#5067)Mathias Preiner
2020-06-16Update copyright headers.Aina Niemetz
2019-10-30Unify CVC4_CHECK/CVC4_DCHECK/AlwaysAssert/Assert. (#3366)Mathias Preiner
2019-10-03Add missing type definitions to CDHashMap iterator (#3330)Andres Noetzli
2019-09-11Fix not to output all warnings (#2778)Ken Matsui
2019-04-24Do not use __ prefix for header guards. (#2974)Mathias Preiner
2019-03-26Update copyright headers.Aina Niemetz
2018-09-22cmake: Working build infrastructure.Mathias Preiner
2018-09-22cmake: Added initial build infrastructure.Aina Niemetz
2018-08-23Replacing allocatedInCMM and d_noTrash with false everywhere in cdhashmap (#2...Tim King
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
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback