3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-08-14 09:45:36 +00:00
z3/scripts
Nikolaj Bjorner af442cf281 update nightly runner
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2019-10-21 09:29:43 -07:00
..
authorization.json
generate-doc.yml
mk_consts_files.py
mk_copyright.py
mk_def_file.py
mk_exception.py
mk_genfile_common.py Specify UTF-8 encoding in python build scripts 2019-01-05 13:48:15 -05:00
mk_gparams_register_modules_cpp.py
mk_install_tactic_cpp.py
mk_make.py
mk_mem_initializer_cpp.py
mk_nuget_release.py na 2019-09-20 08:05:11 -07:00
mk_nuget_task.py update nightly runner 2019-10-21 09:29:43 -07:00
mk_pat_db.py
mk_project.py
mk_unix_dist.py
mk_util.py
mk_win_dist.cmd
mk_win_dist.py fix #2595 2019-09-28 17:43:48 -07:00
nightly.yaml update nightly runner 2019-10-21 09:29:43 -07:00
policy.json
pyg2hpp.py Move the code for generating `*.hpp files from *.pyg from mk_util.py` to 2016-03-09 11:22:49 +00:00
README updated docs 2012-10-25 18:46:37 -07:00
release.yml
test-examples-cmake.yml more templates 2019-06-12 08:35:34 -07:00
test-java-cmake.yml
test-jupyter.yml extract jupyter template 2019-06-11 11:52:42 -07:00
test-regressions.yml
test-z3.yml
trackall.sh
update_api.py
update_header_guards.py
update_include.py
vsts-mac.sh
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.