about summary refs log tree commit diff homepage
path: root/cmake
AgeCommit message (Expand)Author
2023-06-05CMake: use check_c_source_compiles() for FSTATAT_PATH_ACCEPTS_NULLJulian Büning
2023-06-05CMake: use built-in FindSQLite3 moduleJulian Büning
2023-06-05CMake: remove obsolete commentsJulian Büning
2023-03-17[cmake] Use LLVM's CMake functionality onlyMartin Nowack
2022-07-07POSIX runtime: fstatat: check for nonnull path APIsFrank Busse
2022-06-30remove LLVM < 9Frank Busse
2022-03-17LLVM < 6 leftoversJulian Büning
2022-03-17remove LLVM < 6 from build/test scriptsFrank Busse
2021-03-05Add cmake custom target `uninstall`jiseongg
2020-11-04[cmake] Add support to generate arbitrary runtime library configurationsMartin Nowack
2020-11-04[cmake] Switch to "newer" cmake version 3.5.0Martin Nowack
2020-09-30[CMake][Z3] Check if function `Z3_get_error_msg` needs `context` using C++Martin Nowack
2020-08-07Tweak LLVM version string parser: support rustAlastair Reid
2020-06-17remove cmake warningFrank Busse
2020-02-24find_llvm.cmake: enable parsing for git versionJulian Büning
2019-07-30CMake: fix LLVM_DEFINITIONS with find_package()Julian Büning
2019-07-30CMake: enable reuse of LLVM's googletest src and targetsJulian Büning
2019-04-04Clean klee-stats, StatsTracker and cmakeTimotej Kapus
2019-03-21drop support for LLVM <= 3.7Julian Büning
2019-03-05workaround for LLVM PR39177Julian Büning
2018-09-14cmake: find_llvm, fix libraries with llvm-config 3.9Jiri Slaby
2018-07-02CMake: use cmake_{push,pop}_check_stateJulian Büning
2018-06-11cmake: find_llvm, handle libLLVM-version.so properlyJiri Slaby
2017-10-17[cmake] detect available metaSMT backends using a pre-defined flag and raise ...Hoang M. Le
2017-07-28[CMake] Change the default value of `ENABLE_SOLVER_METASMT` to be setDan Liew
2017-07-28[CMake] Refactor Z3 detection and change the default value ofDan Liew
2017-07-28[CMake] Refactor STP detection and change the default value ofDan Liew
2017-07-25[CMake] Fix bug where we would inherit LLVM's `-DNDEBUG` defineDan Liew
2017-03-30[CMake] Try to fix bug reported by #633.Dan Liew
2017-03-23remove special handling of metaSMT_CXXFLAGS (unnecessary now as we use a fixe...Hoang M. Le
2017-01-28[cmake] add PATH_SUFFIXES needed to find z3 on FedoraKevin Laeufer
2016-12-19[CMake] Fix linker warning about mixed linking modes when LLVM wasDan Liew
2016-12-18CMake: Fixed the LLVM version regexAdrian Herrera
2016-11-22[CMake] Fix determining the system libraries needed by LLVM fromDan Liew
2016-11-22[CMake] Fix link order of LLVM libraries and required system libraries.Dan Liew
2016-11-21[CMake] Fix the build when `-DBUILD_SHARED_LIBS=ON` is passed.Dan Liew
2016-11-07[CMake] Report git revision information if available.Dan Liew
2016-11-07Implement a CMake based build system for KLEE.Dan Liew