Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-29 | configure: add option to enable timestamping | Jiri Slaby | |
It is pain for build systems to see __DATE__ or __TIME__ in sources as the build is not reproducible. So disable the timestamping by default and add an option to enable it if somebody is really after it. Signed-off-by: Jiri Slaby <jslaby@suse.cz> | |||
2015-04-25 | Report the git tag if exists in the output of --version from klee | Dan Liew | |
and kleaver. | |||
2015-04-25 | Give KLEE release version information in the output of klee and kleaver | Dan Liew | |
when they are given the --version command line option. Unfortunately to make the build type and git revision available we need to check this for every build which means KLEE's support library will be rebuilt for every build which will slow down incremental builds. This addresses issue #231 |