3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-12-27 14:36:35 +00:00
z3/scripts
2021-05-20 15:28:32 -07:00
..
build-win-signed.yml upgrade compilers 2021-01-21 14:25:08 -08:00
build_libcxx_msan.sh
generate-doc.yml ocamldoc 2021-01-29 06:47:10 -08: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 Use osx-x64 for mac rid rather than macos. (#5288) 2021-05-20 15:19:31 -07:00
mk_nuget_task.py Use osx-x64 for mac rid rather than macos. (#5288) 2021-05-20 15:19:31 -07:00
mk_pat_db.py
mk_project.py separate into self-contained mod interval 2021-05-11 11:22:55 -07:00
mk_unix_dist.py remove use of deprecated linux_distribution 2021-02-11 09:40:23 -08:00
mk_util.py another patch 2021-04-07 18:20:45 -07:00
mk_win_dist.py set options and change VS for nightly 2021-02-12 13:41:30 -08:00
nightly.yaml update python tag 2021-05-20 15:23:39 -07:00
policy.json
pyg2hpp.py
README
release.yml new name 2021-04-07 17:43:32 -07:00
test-examples-cmake.yml
test-java-cmake.yml
test-jupyter.yml
test-regressions.yml
test-z3.yml
trackall.sh
update_api.py add new model event handler for incremental optimization 2021-02-05 17:11:04 -08:00
update_header_guards.py
update_include.py
vsts-mac.sh remove stale references to gac/csc 2020-07-26 12:03:03 -07:00
vsts-vs2013.cmd
vsts-vs2017.cmd

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.