index
:
~cnx/klee
this commit
1.0.x
1.1.x
1.2.x
1.3.x
1.4.x
2.0.x
2.1.x
2.2.x
2.3.x
3.0.x
master
psychic
svcomp
svcomp_32bit
KLEE fork for patch differentiation testing
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2023-03-30
fix CMake: -UNDEBUG
Julian Büning
2023-03-22
Change `llvm_map_components_to_libnames` to `llvm_config` CMake function
Martin Nowack
2023-03-22
use C++17
Julian Büning
2023-03-22
Require minimal version of CMake 3.16 for KLEE
Martin Nowack
2023-03-22
Explicitly check if 32bit support is enabled for testing
Martin Nowack
2023-03-17
[cmake] Use LLVM's CMake functionality only
Martin Nowack
2022-06-30
remove LLVM < 9
Frank Busse
2022-04-28
Make Uclibc support a runtime option, not a compile-time one.
Gleb Popov
2022-04-25
use mallinfo2 if available
Frank Busse
2022-04-04
Set version number to 3.0-pre
Cristian Cadar
2022-04-04
Setting version to 2.3
Cristian Cadar
2022-03-22
Require cmake 3.9+
Cristian Cadar
2021-12-19
cmake: copy klee-uclibc and klee-libcxx to expected locations
Lukas Zaoral
2021-03-05
Add cmake custom target `uninstall`
jiseongg
2021-03-04
cmake: Fix warning about implicit type conversion
Lukas Zaoral
2021-02-16
renaming 'libcxx' -> 'libc++'
Julian Büning
2020-12-18
retire some build system legacy
Julian Büning
2020-12-07
Advancing version to 2.3-pre
Cristian Cadar
2020-12-07
Update version to 2.2
v2.2
2.2.x
Cristian Cadar
2020-12-04
Only build 32bit runtime libraries if supported by platform
Martin Nowack
2020-11-20
slightly improve C++-related CMake strings
Julian Büning
2020-11-20
fix CMake: libcxxabi is only required with KLEE_EH_CXX
Julian Büning
2020-11-04
[cmake] Add support to generate arbitrary runtime library configurations
Martin Nowack
2020-11-04
[cmake] Always create KLEE runtime directory even if POSIX is not built
Martin Nowack
2020-11-04
[cmake] Remove clean_all target as not needed by any additional target
Martin Nowack
2020-11-04
[cmake] Remove several leftovers from old autoconf build system
Martin Nowack
2020-11-04
[cmake] Switch to "newer" cmake version 3.5.0
Martin Nowack
2020-10-12
Exception handling only for LLVM >= 8.0.0
Julian Büning
2020-10-12
fix building klee-cxxabi
Julian Büning
2020-10-12
Implemented support for C++ Exceptions
Felix Rath
2020-03-06
Updating KLEE's version post-release
Cristian Cadar
2020-03-03
Set version to 2.1
Cristian Cadar
2019-07-30
CMake: show values of optional LLVM variables
Julian Büning
2019-04-04
Clean klee-stats, StatsTracker and cmake
Timotej Kapus
2019-04-02
Do not take sys/capability.h header into account on FreeBSD. Also use libutil...
Gleb Popov
2019-03-20
Moving to version 2.1-pre
Cristian Cadar
2019-03-19
Set version to 2.0!
Cristian Cadar
2019-03-17
Cmake enhance detection of C++ libraries and include files
Martin Nowack
2019-03-17
Added libcxx flag
Lukas Wölfer
2019-03-12
Add support to compile KLEE with MemorySanitizer (MSan)
Martin Nowack
2019-03-05
workaround for LLVM PR39177
Julian Büning
2018-12-14
Enable C++14 support
Martin Nowack
2018-10-10
cmake/lit: add asan/non-asan, ubsan/non-ubsan flags
Frank Busse
2018-10-08
add support for klee-replay on OSX
Frank Busse
2018-09-14
llvm39: switch KLEE_RUNTIME_BUILD_TYPE to Debug+Asserts
Jiri Slaby
2018-08-03
Disabled unit testing in default build
Andrea Mattavelli
2018-07-10
Enabled tcmalloc by default
Timotej Kapus
2018-07-04
Link dynamic libraries with specific paths instead of resolving them during r...
Martin Nowack
2018-07-04
Add missing out-of-tree include files directory for TCMalloc
Martin Nowack
2018-07-04
Support sanitizer suppression files with lit-based testing
Martin Nowack
[next]