3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-03-13 00:30:31 +00:00
z3/scripts
Nikolaj Bjorner 40a4326ad4 add anf
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2020-01-05 16:46:49 -08:00
..
authorization.json
build_libcxx_msan.sh Fixing a bug. 2019-08-08 19:17:40 -07:00
generate-doc.yml sudo the install 2019-10-12 04:13:27 -07:00
mk_consts_files.py
mk_copyright.py
mk_def_file.py
mk_exception.py
mk_genfile_common.py
mk_gparams_register_modules_cpp.py
mk_install_tactic_cpp.py
mk_make.py
mk_mem_initializer_cpp.py
mk_nuget_release.py Updated references to Z3 icon 2019-11-18 12:24:39 -08:00
mk_nuget_task.py Updated references to Z3 icon 2019-11-18 12:24:39 -08:00
mk_pat_db.py
mk_project.py add anf 2020-01-05 16:46:49 -08:00
mk_unix_dist.py Add python packaging build and deployment with Azure 2019-08-14 22:00:21 -07:00
mk_util.py Link librt when compiling with --staticbin on Linux 2019-11-27 09:16:48 -08:00
mk_win_dist.cmd Now consume SNK file in repo instead as build secret 2020-01-02 17:41:12 -08:00
mk_win_dist.py fix #2595 2019-09-28 17:43:48 -07:00
nightly.yaml Nightly pipeline now uses SNK file in repo 2020-01-03 13:15:51 -08:00
policy.json
pyg2hpp.py
README
release.yml Now consume SNK file in repo instead as build secret 2020-01-02 17:41:12 -08:00
test-examples-cmake.yml more templates 2019-06-12 08:35:34 -07:00
test-java-cmake.yml
test-jupyter.yml
test-regressions.yml more templates 2019-06-12 08:35:34 -07:00
test-z3.yml
trackall.sh
update_api.py use Z3_char_ptr 2019-10-08 09:14:10 -07:00
update_header_guards.py
update_include.py
vsts-mac.sh
vsts-vs2013.cmd
vsts-vs2017.cmd rename additional build options #2709 2019-11-18 23:02:44 -08:00

Instructions for updating external Z3 API
-----------------------------------------

The python "macros": def_Type() and def_API() are used to add new types and function definitions to the Z3 API.
The .h files provided to `mk_bindings(API_files)` contain these definitions.
See src\api\z3_api.h for many examples.

The bindings for .Net and Python are generated when mk_make.py is invoked.