3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-18 06:39:02 +00:00
z3/src/shell
Bruce Mitchener 51a947b73d Change how 64 bit builds are detected.
Instead of doing this at configure time, we look at the actual
compile time status. This also avoids hardcoding checks based on
what CPU architecture is present, which doesn't work when Z3 is
being built on non-x86_64 platforms.
2018-12-09 16:16:20 +07:00
..
CMakeLists.txt [CMake] Move CMake files into their intended location so the 2017-06-12 11:59:00 +01:00
datalog_frontend.cpp As of GCC8, the throw by value, catch by reference idiom is enforced via -Wcatch-value 2018-05-19 04:39:36 +02:00
datalog_frontend.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
dimacs_frontend.cpp recover error stream from dimacs 2018-11-12 15:33:46 -08:00
dimacs_frontend.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
lp_frontend.cpp add cancellations 2018-06-27 11:35:11 -07:00
lp_frontend.h missing file 2017-05-09 15:18:15 -07:00
main.cpp Change how 64 bit builds are detected. 2018-12-09 16:16:20 +07:00
opt_frontend.cpp fix #1577 2018-10-03 17:43:42 -07:00
opt_frontend.h add LP parser option to front-end and opt context 2018-02-06 14:02:44 -08:00
options.h added missing Copyright forms 2015-06-10 11:54:02 -07:00
smtlib_frontend.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
smtlib_frontend.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
z3_log_frontend.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
z3_log_frontend.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00