Age | Commit message (Expand) | Author |
2019-06-04 | Fixed identifiers used in ifdefs to (1) not use reserved names and (2) use a ... | Cristian Cadar |
2019-05-30 | remove klee_alias_function() | Julian Büning |
2019-04-29 | Fix gen-random-bout to build on FreeBSD. | Gleb Popov |
2019-04-12 | Fix handling of time in grafana | Timotej Kapus |
2019-04-04 | klee-stats: add - to to-csv/grafana options | Frank Busse |
2019-04-04 | Add klee-stats test, fix microseconds bug | Timotej Kapus |
2019-04-04 | Clean klee-stats, StatsTracker and cmake | Timotej Kapus |
2019-04-04 | Remove unused function | Timotej Kapus |
2019-04-04 | Remove precision | Timotej Kapus |
2019-04-04 | Remove compare-by | Timotej Kapus |
2019-04-04 | Remove sort-by | Timotej Kapus |
2019-04-04 | Remove unused -sample-interval option | Timotej Kapus |
2019-04-04 | Remove linechart for klee-stats | Timotej Kapus |
2019-04-04 | Add add -grafana option to klee-stats | Timotej Kapus |
2019-04-04 | Change the .stats format into sqlite3 | Timotej Kapus |
2019-04-02 | Fix klee-replay tool on FreeBSD. | Gleb Popov |
2019-03-31 | Applied clang-format on tools/gen-random-bout/gen-random-bout.cpp | Andrew Santosa |
2019-03-31 | Various updates to gen-random-bout.cpp | Andrew Santosa |
2019-03-21 | drop support for LLVM <= 3.7 | Julian Büning |
2019-03-17 | Fix libc++ testcases | Martin Nowack |
2019-03-17 | Added libcxx flag | Lukas Wölfer |
2019-03-15 | Hiding general (LLVM) options in klee --help ! | Cristian Cadar |
2019-03-15 | Placed --max-time in the termination category | Cristian Cadar |
2019-03-15 | Placed --exit-on-error, --max-tests and --watchdog in the termination category | Cristian Cadar |
2019-03-15 | Renamed --seed-out to --seed-file and --seed-out-dir to --seed-dir, and place... | Cristian Cadar |
2019-03-13 | Hide the general category (with LLVM options) in Kleaver. | Cristian Cadar |
2019-03-13 | Renamed directoryToWriteQueryLogs to DirectoryToWriteQueryLogs (and some refo... | Cristian Cadar |
2019-03-13 | Moved options in kleaver/main.cpp in either the constraint solving or the exp... | Cristian Cadar |
2019-03-13 | Renamed --warn-all-externals to --warn-all-external-symbols and placed it in ... | Cristian Cadar |
2019-03-13 | Renamed --no-output to --write-no-tests and placed it in the test case catego... | Cristian Cadar |
2019-03-05 | ktest-tool: add --extract option | Frank Busse |
2019-03-05 | Renamed "Starting options" to "Startup options" and added a missing space in ... | Cristian Cadar |
2018-12-19 | ktest-tool: move from optparse to argparse, add ouput/example sections to help | Frank Busse |
2018-12-19 | Various fixes for ktest-tool | Frank Busse |
2018-12-19 | Added default values to option comments | MartinNowack |
2018-12-19 | Renamed --environ to --env-file | Cristian Cadar |
2018-12-19 | Renamed --stop-after-n-tests to --max-tests | Cristian Cadar |
2018-12-19 | Added a replaying option category | Cristian Cadar |
2018-12-19 | Added checks option category, moved --optimize to starting category, renamed ... | Cristian Cadar |
2018-12-19 | Added linking option category | Cristian Cadar |
2018-12-19 | Added starting option category | Cristian Cadar |
2018-12-19 | Added test case option category | Cristian Cadar |
2018-11-23 | Implemented memalign with alignment | Lukas Wölfer |
2018-10-30 | Base time API upon std::chrono | Frank Busse |
2018-10-26 | Added gen-bout tool to generate ktest file (file.bout) using specified concre... | Andrew Santosa |
2018-10-26 | llvm5: avoid ++ on function->arg_begin() | Jiri Slaby |
2018-10-23 | refactor klee_open_output_file to return std::unique_ptr | Julian Büning |
2018-10-16 | Renamed klee/CommandLine.h to klee/SolverCmdLine.h, since this file is meant ... | Cristian Cadar |
2018-10-08 | cleanup headers, whitespaces, and types | Frank Busse |
2018-10-08 | add support for klee-replay on OSX | Frank Busse |