about summary refs log tree commit diff homepage
path: root/unittests/Ref
AgeCommit message (Expand)Author
2023-06-26RefTest: suppress -Wself-moveJulian Büning
2023-03-17[cmake] Use LLVM's CMake functionality onlyMartin Nowack
2020-04-30Removed include/klee/util and moved header files to appropriate placesCristian Cadar
2020-04-30Removed the Internal directory from include/kleeCristian Cadar
2020-02-19Add move assignment operator and move construct for `ref` class.Martin Nowack
2020-02-19Add `ReferenceCounter` struct utilized by ref<>Martin Nowack
2020-02-19Fix ptr reference invalidation if last reference gets freed before new refere...Martin Nowack
2017-10-04Remove Autoconf/Makefile build system and adjust the TravisCIDan Liew
2016-11-19[CMake] Remove unneeded dependency declarations for the unit tests.Dan Liew
2016-11-07Implement a CMake based build system for KLEE.Dan Liew
2016-02-23Added missing copyright headers per klee/issue #301Marko Dimjašević
2016-01-14Make it possible to build KLEE without using STP and only MetaSMT.Dan Liew
2015-04-03Upstream STP now depends on an external build of minisat. Attempt toDan Liew
2012-07-31Patch by Dan Liew that removes our internal copy of STP, and makes the --with...Cristian Cadar
2012-04-07Patch by Seungbeom that fixes a memory management issue with Refs, andCristian Cadar