3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-09 02:41:52 +00:00
z3/src/api
Dan Liew 42e0f8f9ce Unbreak Z3 C++ API exception support for GCC < 5.0. This was broken
by 0b1d564509 .

Older versions of GCC do not define `__cpp_exceptions` which caused
exceptions to not be raised leading to unexpected failures. To fix
this also check the `__EXCEPTIONS` macro which is used by older GCC
versions.

Also `#undef` the `Z3_THROW` macro at the end of the header file
because this is an implementation detail that we don't want to leak
to clients.
2017-06-25 23:03:39 +01:00
..
c++ Unbreak Z3 C++ API exception support for GCC < 5.0. This was broken 2017-06-25 23:03:39 +01:00
dll [CMake] Move CMake files into their intended location so the 2017-06-12 11:59:00 +01:00
dotnet Fixed AST translation functions in .NET and Java APIs. Fixes #1073. 2017-06-14 13:24:54 +01:00
java add note to Context documentation about scoped uses of contexts #1077 2017-06-21 18:56:16 -07:00
ml Resolved merge conflicts. Added FPA API input validity checks. 2016-11-15 20:19:40 +00:00
python Merge branch 'master' of github.com:dennis714/z3 2017-06-19 13:56:52 +03:00
api_algebraic.cpp Cleaned up #include<iostream> in api* objects. 2017-01-10 21:04:44 +00:00
api_arith.cpp Cleaned up #include<iostream> in api* objects. 2017-01-10 21:04:44 +00:00
api_array.cpp Cleaned up #include<iostream> in api* objects. 2017-01-10 21:04:44 +00:00
api_ast.cpp fix bug in qe-lite reported in #1086: bookkeeping of unconstrained variables only works for quantifier-free formulas 2017-06-19 18:22:30 -05:00
api_ast_map.cpp garbage collect all api::object references when calling del_context. Request issue #679 2016-07-13 22:26:21 -07:00
api_ast_map.h garbage collect all api::object references when calling del_context. Request issue #679 2016-07-13 22:26:21 -07:00
api_ast_vector.cpp add object z3 objects to target context during translation, to fix build regression failure on z3test.py 2016-07-15 11:44:38 -07:00
api_ast_vector.h garbage collect all api::object references when calling del_context. Request issue #679 2016-07-13 22:26:21 -07:00
api_bv.cpp Cleaned up #include<iostream> in api* objects. 2017-01-10 21:04:44 +00:00
api_config_params.cpp make use of warning_msg safe for formatting. Thanks to Scott McPeak for reporting 2016-06-14 08:10:10 -07:00
api_context.cpp fixes to consequence generation and cancellation 2016-09-07 11:50:26 -07:00
api_context.h fixes to consequence generation and cancellation 2016-09-07 11:50:26 -07:00
api_datalog.cpp update macro_util logging to uniform format 2017-01-15 21:13:22 -08:00
api_datalog.h garbage collect all api::object references when calling del_context. Request issue #679 2016-07-13 22:26:21 -07:00
api_datatype.cpp Cleaned up #include<iostream> in api* objects. 2017-01-10 21:04:44 +00:00
api_fpa.cpp Resolved merge conflicts. Added FPA API input validity checks. 2016-11-15 20:19:40 +00:00
api_goal.cpp add object z3 objects to target context during translation, to fix build regression failure on z3test.py 2016-07-15 11:44:38 -07:00
api_goal.h garbage collect all api::object references when calling del_context. Request issue #679 2016-07-13 22:26:21 -07:00
api_interp.cpp Cleaned up #include<iostream> in api* objects. 2017-01-10 21:04:44 +00:00
api_log.cpp Cleaned up #include<iostream> in api* objects. 2017-01-10 21:04:44 +00:00
api_model.cpp garbage collect all api::object references when calling del_context. Request issue #679 2016-07-13 22:26:21 -07:00
api_model.h garbage collect all api::object references when calling del_context. Request issue #679 2016-07-13 22:26:21 -07:00
api_numeral.cpp logic fix 2016-03-01 17:42:33 +00:00
api_opt.cpp include timeout/rlimit parameters in optmize 2017-04-15 15:04:13 +08:00
api_params.cpp garbage collect all api::object references when calling del_context. Request issue #679 2016-07-13 22:26:21 -07:00
api_parsers.cpp removed private API based on deprecated features 2012-12-11 11:37:29 -08:00
api_pb.cpp add pb shorthands to C++. Issue #694 2017-03-14 07:58:39 -07:00
api_polynomial.cpp Cleaned up #include<iostream> in api* objects. 2017-01-10 21:04:44 +00:00
api_polynomial.h reworking cancellation 2015-12-12 19:30:23 +00:00
api_quant.cpp add bypass to allow recursive functions from API 2017-03-31 16:38:15 -07:00
api_rcf.cpp reworking cancellation 2015-12-12 19:30:23 +00:00
api_seq.cpp add itos/stoi conversion to API. Issue #895 2017-02-11 11:31:13 -05:00
api_solver.cpp check for logic in solver 2016-11-04 15:19:11 +00:00
api_solver.h garbage collect all api::object references when calling del_context. Request issue #679 2016-07-13 22:26:21 -07:00
api_stats.cpp fix break in configure 2016-02-01 17:38:14 +00:00
api_stats.h garbage collect all api::object references when calling del_context. Request issue #679 2016-07-13 22:26:21 -07:00
api_tactic.cpp garbage collect all api::object references when calling del_context. Request issue #679 2016-07-13 22:26:21 -07:00
api_tactic.h garbage collect all api::object references when calling del_context. Request issue #679 2016-07-13 22:26:21 -07:00
api_util.h garbage collect all api::object references when calling del_context. Request issue #679 2016-07-13 22:26:21 -07:00
CMakeLists.txt [CMake] typos in cmake 2017-06-23 09:37:49 -04:00
z3.h C API cleanup. Mainly removal of ML-specific macros that are not used anymore and inline documentation fixes. 2015-12-03 17:33:25 +00:00
z3_algebraic.h C API cleanup. Mainly removal of ML-specific macros that are not used anymore and inline documentation fixes. 2015-12-03 17:33:25 +00:00
z3_api.h apply correction by ddcc #1069 2017-06-11 11:40:39 -07:00
z3_ast_containers.h C API cleanup. Mainly removal of ML-specific macros that are not used anymore and inline documentation fixes. 2015-12-03 17:33:25 +00:00
z3_fixedpoint.h C API cleanup. Mainly removal of ML-specific macros that are not used anymore and inline documentation fixes. 2015-12-03 17:33:25 +00:00
z3_fpa.h FPA API clarification 2016-11-07 12:35:48 +00:00
z3_interp.h C API cleanup. Mainly removal of ML-specific macros that are not used anymore and inline documentation fixes. 2015-12-03 17:33:25 +00:00
z3_logger.h removing fat 2012-10-31 14:21:22 -07:00
z3_macros.h C API cleanup. Mainly removal of ML-specific macros that are not used anymore and inline documentation fixes. 2015-12-03 17:33:25 +00:00
z3_optimization.h [Doxygen] Fix some Doxygen warnings for z3_optimization.h 2017-06-07 18:45:12 +01:00
z3_polynomial.h C API cleanup. Mainly removal of ML-specific macros that are not used anymore and inline documentation fixes. 2015-12-03 17:33:25 +00:00
z3_private.h C API cleanup. Mainly removal of ML-specific macros that are not used anymore and inline documentation fixes. 2015-12-03 17:33:25 +00:00
z3_rcf.h C API cleanup. Mainly removal of ML-specific macros that are not used anymore and inline documentation fixes. 2015-12-03 17:33:25 +00:00
z3_replayer.cpp fix missing else reported in #855 2016-12-22 20:56:14 -08:00
z3_replayer.h add debugging facilities for github issues #384 #367 2015-12-22 10:43:18 -08:00
z3_v1.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00