3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-06-24 01:20:31 +00:00
z3/scripts
Nikolaj Bjorner 88ec0f9fdd undo cxx hoist
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2021-06-04 11:39:46 -07:00
..
build-win-signed.yml
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 change mode to executable to some py files 2020-05-16 14:12:16 -07:00
mk_make.py
mk_mem_initializer_cpp.py
mk_nuget_release.py Use more generic linux-x64 for NuGet rid instead of specific ubuntu, debian, etc. (#5310) 2021-05-28 13:53:52 -07:00
mk_nuget_task.py Use more generic linux-x64 for NuGet rid instead of specific ubuntu, debian, etc. (#5310) 2021-05-28 13:53:52 -07:00
mk_pat_db.py
mk_project.py python build 2021-03-17 16:26:44 -07:00
mk_unix_dist.py remove use of deprecated linux_distribution 2021-02-11 09:40:23 -08:00
mk_util.py undo cxx hoist 2021-06-04 11:39:46 -07:00
mk_win_dist.py auxiliary build 2021-06-04 11:15:13 -07:00
nightly.yaml na 2021-06-04 11:02:00 -07:00
policy.json
pyg2hpp.py
README
release.yml rounding mode sort removed for incompatibility 2021-05-21 16:18:43 -07:00
test-examples-cmake.yml
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 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
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.