Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-16 | [Klee Web] Link libkleeRuntest library to fix coverage report | Giacomo Guerci | |
2016-06-30 | Dockerfile: link binaries to /usr/bin | Domenico Fabio Marino | |
Signed-off-by: Domenico Fabio Marino <dfm114@ic.ac.uk> | |||
2016-02-14 | Add TravisCI and Docker support for building KLEE with Z3 support | Dan Liew | |
2016-01-14 | Try to unbreak the Docker build broken by | Dan Liew | |
cece05cadf6a624afd188e81720ae7701736a703 | |||
2015-10-30 | Teach TravisCI and the Docker build to use the tagged | Dan Liew | |
"klee_uclibc_v1.0.0" release of uclibc. | |||
2015-10-08 | Fix accidently hardcoding of LLVM version in Dockerfile | Dan Liew | |
2015-08-31 | Delete old patches. | Martin Nowack | |
Say farewell to r940. | |||
2015-06-16 | added COVERAGE=0 to dockerfile, factored out coverage build flags to be only ↵ | Timotej Kapus | |
set when COVERAGE is, added the python server script to scripts | |||
2015-04-10 | The Docker image had python2 and python3 which is a waste of space | Dan Liew | |
(I'm not sure where python3 came from. I didn't explicitly install it). Just ship python3. | |||
2015-04-10 | Don't upgrade pip or setuptools. Upgrading pip breaks the build because | Dan Liew | |
/usr/local/bin/ isn't in PATH so using pip after upgrading it fails. | |||
2015-04-10 | Add missing slash in last commit. | Dan Liew | |
2015-04-10 | Update Dockerfile | David Leon Gil | |
klee-stats requires tabulate to be installed. | |||
2015-04-09 | Add initial Dockerfile for building a KLEE Docker image (uses LLVM3.4). | Dan Liew | |
This is is tightly coupled with the TravisCI scripts. There are some really nasty hacks in here that we should get rid of at some point. |